Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update angular dependencies (main) - autoclosed #79

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/architect ~0.1800.0 -> ~0.1801.0 age adoption passing confidence
@angular-devkit/build-angular ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular-devkit/core ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular-devkit/schematics ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular-eslint/builder (source) ~18.0.0 -> ~18.2.0 age adoption passing confidence
@angular-eslint/eslint-plugin (source) ~18.0.0 -> ~18.2.0 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) ~18.0.0 -> ~18.2.0 age adoption passing confidence
@angular-eslint/template-parser (source) ~18.0.0 -> ~18.2.0 age adoption passing confidence
@angular-eslint/test-utils (source) ~18.0.0 -> ~18.2.0 age adoption passing confidence
@angular-eslint/utils (source) ~18.0.0 -> ~18.2.0 age adoption passing confidence
@angular/animations (source) ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/build ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/cdk ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/cli ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/common (source) ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/compiler (source) ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/compiler-cli (source) ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/core (source) ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/forms (source) ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/localize ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/material ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/platform-browser (source) ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/platform-browser-dynamic (source) ~18.0.0 -> ~18.1.0 age adoption passing confidence
@angular/router (source) ~18.0.0 -> ~18.1.0 age adoption passing confidence
@nx/angular (source) ~19.3.0 -> ~19.5.0 age adoption passing confidence
@nx/eslint (source) ~19.3.0 -> ~19.5.0 age adoption passing confidence
@nx/eslint-plugin (source) ~19.3.0 -> ~19.5.0 age adoption passing confidence
@nx/jest (source) ~19.3.0 -> ~19.5.0 age adoption passing confidence
@nx/js (source) ~19.3.0 -> ~19.5.0 age adoption passing confidence
@nx/workspace (source) ~19.3.0 -> ~19.5.0 age adoption passing confidence
@schematics/angular ~18.0.0 -> ~18.1.0 age adoption passing confidence
jest-preset-angular (source) ~14.1.0 -> ~14.2.0 age adoption passing confidence
ng-packagr ~18.0.0 -> ~18.1.0 age adoption passing confidence
nx (source) ~19.3.0 -> ~19.5.0 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular-devkit/architect)

v0.1801.3

Compare Source

v0.1801.2

Compare Source

v0.1801.1

Compare Source

v0.1801.0

Compare Source

v0.1800.7

Compare Source

v0.1800.6

Compare Source

angular-eslint/angular-eslint (@​angular-eslint/builder)

v18.2.0

Compare Source

This was a version bump only for builder to align it with other projects, there were no code changes.

v18.1.0

Compare Source

This was a version bump only for builder to align it with other projects, there were no code changes.

angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin)

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • eslint-plugin: [prefer-standalone] ignore empty Directive decorators
❤️ Thank You
  • James Henry
  • Paweł Maniecki

v18.1.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-output-readonly] support output() function
🩹 Fixes
  • update typescript-eslint packages to v8.0.0-alpha.37
❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • update dependency axobject-query to v4.1.0

  • eslint-plugin-template: add meta to preprocessor to resolve eslint cache error

❤️ Thank You
  • James Henry
  • kwiateusz

v18.1.0

Compare Source

🚀 Features
  • eslint-plugin: [no-call-expression] add allowPrefix and allowSuffix
🩹 Fixes
  • update typescript-eslint packages to v8.0.0-alpha.37

  • eslint-plugin-template: [prefer-self-closing-tags] always ignore index.html files

  • eslint-plugin-template: [prefer-self-closing-tags] support ng-content with fallback content

❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
❤️ Thank You
  • James Henry

v18.1.0

Compare Source

This was a version bump only for template-parser to align it with other projects, there were no code changes.

angular-eslint/angular-eslint (@​angular-eslint/test-utils)

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
❤️ Thank You
  • James Henry

v18.1.0

Compare Source

🩹 Fixes
  • update typescript-eslint packages to v8.0.0-alpha.37

  • test-utils: use configured RuleTester.afterAll over global

❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main
angular-eslint/angular-eslint (@​angular-eslint/utils)

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
❤️ Thank You
  • James Henry

v18.1.0

Compare Source

🩹 Fixes
  • update typescript-eslint packages to v8.0.0-alpha.37
❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main
angular/angular (@​angular/animations)

v18.1.3

Compare Source

compiler
Commit Type Description
31dea066d6 fix reduce chance of conflicts between generated factory and local variables (#​57181)
compiler-cli
Commit Type Description
1f9e090910 fix emitting references to ngtypecheck files (#​57138) (#​57202)
core
Commit Type Description
f7ab04018e fix errors during ApplicationRef.tick should be rethrown for zoneless tests (#​56993)
eaa83f9d27 fix hydration error in some let declaration setups (#​57173)

v18.1.2

Compare Source

compiler
Commit Type Description
463945003d fix limit the number of chained instructions (#​57069)
compiler-cli
Commit Type Description
e904f34020 fix add warning for unused let declarations (#​57033)
core
Commit Type Description
9e52c1c840 fix afterNextRender hooks return that callback value. (#​57031)
b9fb98c67c fix tree shake dev mode error message (#​57035)

v18.1.1

Compare Source

v18.1.0

Compare Source

common
Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#​56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#​56817)
compiler
Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#​56295)
341a116d61 fix allow more characters in let declaration name (#​56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#​56752)
compiler-cli
Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#​56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#​56752)
9e21582456 fix Show template syntax errors in local compilation modified (#​55855)
5996502921 fix type check let declarations nested inside nodes (#​56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#​56843)
core
Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#​55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#​56447)
0a48d584f2 feat add support for let syntax (#​56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#​56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#​55648)
e5a6f91722 feat support TypeScript 5.5 (#​56096)
38effcc63e fix Add back phase flag option as a deprecated API (#​55648)
86bcfd3e49 fix improve docs on afterRender hooks (#​56522)
b2445a0953 fix link errors to ADEV (#​55554) (#​56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#​56524)
4d87b9e899 fix rename the equality function option in toSignal (#​56769) (#​56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#​56903)
forms
Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#​55720)
http
Commit Type Description
cc21989132 fix Make Content-Type header case insensitive (#​56541)
language-service
Commit Type Description
b400e2e4d4 feat autocompletion for the component not imported (#​55595)
67b2c336bc fix import the default exported component correctly (#​56432)
router
Commit Type Description
a13f5da773 feat Allow UrlTree as an input to routerLink (#​56265)
1d3a7529b4 feat Set a different browser URL from the one for route matching (#​53318)

v18.0.7

Compare Source

compiler
Commit Type Description
85f77b5cda fix fix CSS animation rule scope (#​56800)
http
Commit Type Description
95d7076d1a perf execute fetch outside of Angular zone (#​56820)
migrations
Commit Type Description
d6fff45e73 fix Fix cf migration let condition semicolon order (#​56913)

v18.0.6

Compare Source

common
Commit Type Description
a55719f55e fix Don't run preconnect assertion on the server. (#​56213)
core
Commit Type Description
4909844805 fix establish proper defer injector hierarchy for components attached to ApplicationRef (#​56763)
fec5b80aaf fix support injection of object with null constructor. (#​56553)
router
Commit Type Description
b7d3ecc873 fix routes should not get stale providers (#​56798)

v18.0.5

Compare Source

core
Commit Type Description
2f73281dfd fix improve docs on afterRender hooks (#​56525)
be9e4892f9 fix improve support for i18n hydration of projected content (#​56192)
5f9bd5521e fix prevent calling devMode only function on @defer error. (#​56559)
angular/components (@​angular/cdk)

v18.1.3

Compare Source

cdk
Commit Type Description
2c76917779 fix coercion: Return undefined when the fallback value is undefined (#​29491)
material
Commit Type Description
caf4b61ead fix chips: remove tab-index attribute from mat-chip host (#​29436)
913267c0b1 fix core: custom system-level variable prefix not used in some mixins (#​29513)
70048ef226 fix dialog: invalid font-family declaration (#​29516)
d7d82e1455 fix slide-toggle: don't trigger active state for entire container (#​29514)
d237e7d2c7 fix slide-toggle: remove divs from button (#​29485)

v18.1.2

Compare Source

material
Commit Type Description
cf61af53bd fix chips: remove button is too small (#​29351)
c79ec264aa fix form-field: hiding a label after it has been (#​29461)
15238d255f fix input: Number input not changing on wheel interaction (#​29449)

v18.1.1

Compare Source

cdk
Commit Type Description
ca634cb7b fix drag-drop: remove preview after animate to placeholder animation completes (#​29439)
material
Commit Type Description
b7959c241 fix button: support palettes for icon button in M3 (#​29433)
ffe1c35c0 fix chips: fix focus issue (#​29427)
57cc0b04b fix core: require theme for option typography (#​29416)
2e5e415ec fix tabs: prevent tab header from collapsing when empty inside a drop list (#​29418)

v18.1.0

Compare Source

cdk
Commit Type Description
0bc6583892 feat drag-drop: add mixed orientation support
b5e30156c1 feat drag-drop: add the ability to specify an alternate drop list container (#​29283)
03d4e134c8 fix drag-drop: reset pointer events on descendants (#​29370)
material
Commit Type Description
5da528e44d feat button: allow button color to be configured through DI (#​29297)
6f698fa4e2 feat core: add option to configure prefix of system variables (#​29139)
5a97c03928 fix chips: navigate between rows on up/down arrow (#​29364)
566057b8f5 fix divider: non-text color contrast issues (#​28995)
65b56400bd fix tabs: remove visibility style when hydrating (#​29220)
cdk-experimental
Commit Type Description
fc6beeae18 fix popover-edit: Fix dialog role and allow aria label on popup (#​29380)
multiple
Commit Type Description
aa17c2d128 fix remove workarounds for formControl directive (#​29296)

v18.0.6

Compare Source

material
Commit Type Description
e5c5f151c fix core: add fallback if ripples get stuck (#​29323)

v18.0.5

Compare Source

cdk
Commit Type Description
0be4013d90 fix a11y: Make focus-trap behavior consistent across zoneful/zoneless (#​29225)
material
Commit Type Description
fad2a074e2 fix button-toggle: skip disabled buttons during keyboard navigation (#​29308)
[e5684fe2b7](https://togithub.com/angular/components/commit/e5684fe2b7964fc9c614a4556

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/main-angular-dependencies branch from d0a78f4 to ec91ca6 Compare August 6, 2024 00:40
@renovate renovate bot changed the title chore(deps): update angular dependencies (main) chore(deps): update angular dependencies (main) - autoclosed Aug 8, 2024
@renovate renovate bot closed this Aug 8, 2024
@renovate renovate bot deleted the renovate/main-angular-dependencies branch August 8, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant