Build(deps): Bump @angular/core and @angular/animations in /angular
Bumps @angular/core and @angular/animations. These dependencies needed to be updated together.
Updates @angular/core
from 18.1.4 to 18.2.0
Release notes
Sourced from @angular/core
's releases.
v18.2.0
18.2.0 (2024-08-14)
compiler
Commit Description Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) compiler-cli
Commit Description run JIT transform on classes with jit: true
opt-out (#56892)add warning for unused let declarations (#57033) emitting references to ngtypecheck files (#57138) extended diagnostic visitor not visiting template attributes (#57033) run JIT transforms on @NgModule
classes withjit: true
(#57212)core
Commit Description Add 'flush' parameter option to fakeAsync to flush after the test (#57239) add ng generate schematic to convert to inject (#57056) Add whenStable helper on ApplicationRef (#57190) bootstrapModule can configure NgZone in providers (#57060) Allow hybrid CD scheduling to support multiple "Angular zones" (#57267) Deprecate ignoreChangesOutsideZone option (#57029) Do not run image performance warning checks on server (#57234) handle shorthand assignment in the inject migration (#57134) rename the equality function option in toSignal (#56769) warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) language-service
Commit Description support writing code refactorings (#56895) quick exit if no code fixes can exist (#57000) migrations
Commit Description add migration to convert standalone component routes to be lazy loaded (#56428) account for parameters with union types (#57127) add alias to inject migration (#57127) avoid duplicating comments when generating properties (#57367) preserve optional parameters (#57367) remove generic arguments from the injected type reference (#57127) remove unused imports in inject migration (#57179) unwrap injected forwardRef (#57127) speed up signal input migration by combining two analyze phases (#57318) router
Commit Description Add defaultQueryParamsHandling to router configuration (#57198) Breaking Changes
... (truncated)
Changelog
Sourced from @angular/core
's changelog.
18.2.0 (2024-08-14)
Breaking Changes
zone.js
fakeAsync
will now flush pending timers at the end of the given function by default. To opt-out of this, you can use{flush: false}
in options parameter offakeAsync
compiler
Commit Type Description c8e2885136 feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) compiler-cli
Commit Type Description 98ed5b609e feat run JIT transform on classes with jit: true
opt-out (#56892)c76b440ac0 fix add warning for unused let declarations (#57033) 0f0a1f2836 fix emitting references to ngtypecheck files (#57138) 6c2fbda694 fix extended diagnostic visitor not visiting template attributes (#57033) e11c0c42d2 fix run JIT transforms on @NgModule
classes withjit: true
(#57212)core
Commit Type Description f7918f5272 feat Add 'flush' parameter option to fakeAsync to flush after the test (#57239) fab673a1dd feat add ng generate schematic to convert to inject (#57056) 7919982063 feat Add whenStable helper on ApplicationRef (#57190) 3459289ef0 feat bootstrapModule can configure NgZone in providers (#57060) 296216cbe1 fix Allow hybrid CD scheduling to support multiple "Angular zones" (#57267) 8718abce90 fix Deprecate ignoreChangesOutsideZone option (#57029) 827070e331 fix Do not run image performance warning checks on server (#57234) ca89ef9141 fix handle shorthand assignment in the inject migration (#57134) 5dcdbfcba9 fix rename the equality function option in toSignal (#56769) 2a4f488a6c fix warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) language-service
Commit Type Description 4bb558ab0c feat support writing code refactorings (#56895) 7663debce1 perf quick exit if no code fixes can exist (#57000) migrations
Commit Type Description 147eee4253 feat add migration to convert standalone component routes to be lazy loaded (#56428) cb442a0ce7 fix account for parameters with union types (#57127) 166166d79e fix add alias to inject migration (#57127) b1a9d0f4de fix avoid duplicating comments when generating properties (#57367) 5d76401ff5 fix preserve optional parameters (#57367) 1cf616f671 fix remove generic arguments from the injected type reference (#57127) ba0df30ef6 fix remove unused imports in inject migration (#57179) aae9646a1b fix unwrap injected forwardRef (#57127) 604270619a perf speed up signal input migration by combining two analyze phases (#57318) router
| Commit | Type | Description |
... (truncated)
Commits
-
e30c60e
refactor(core): Add experimental support to have one event contract when ther... -
8104fc2
refactor(core): Call stopPropagation and preventDefault unconditionally withi... -
7accd9d
fix(core): Account for addEventListener to be passed a Window or Document. (#... -
b1a9d0f
fix(migrations): avoid duplicating comments when generating properties (#57367) -
5d76401
fix(migrations): preserve optional parameters (#57367) -
de85979
fix(core): skip hydration for i18n nodes that were not projected (#57356) -
bbc970b
refactor(migrations): always addreadonly
to migrated signal inputs (#57368) -
87d00d2
refactor(migrations): useinput()
shorthand if possible in input migration ... -
8475206
docs(docs-infra): Update marked to 14 (#57363) -
b8c82fa
refactor(migrations): handlejit: true
component templates in signal input ... - Additional commits viewable in compare view
Updates @angular/animations
from 18.1.4 to 18.2.0
Release notes
Sourced from @angular/animations
's releases.
v18.2.0
18.2.0 (2024-08-14)
compiler
Commit Description Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) compiler-cli
Commit Description run JIT transform on classes with jit: true
opt-out (#56892)add warning for unused let declarations (#57033) emitting references to ngtypecheck files (#57138) extended diagnostic visitor not visiting template attributes (#57033) run JIT transforms on @NgModule
classes withjit: true
(#57212)core
Commit Description Add 'flush' parameter option to fakeAsync to flush after the test (#57239) add ng generate schematic to convert to inject (#57056) Add whenStable helper on ApplicationRef (#57190) bootstrapModule can configure NgZone in providers (#57060) Allow hybrid CD scheduling to support multiple "Angular zones" (#57267) Deprecate ignoreChangesOutsideZone option (#57029) Do not run image performance warning checks on server (#57234) handle shorthand assignment in the inject migration (#57134) rename the equality function option in toSignal (#56769) warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) language-service
Commit Description support writing code refactorings (#56895) quick exit if no code fixes can exist (#57000) migrations
Commit Description add migration to convert standalone component routes to be lazy loaded (#56428) account for parameters with union types (#57127) add alias to inject migration (#57127) avoid duplicating comments when generating properties (#57367) preserve optional parameters (#57367) remove generic arguments from the injected type reference (#57127) remove unused imports in inject migration (#57179) unwrap injected forwardRef (#57127) speed up signal input migration by combining two analyze phases (#57318) router
Commit Description Add defaultQueryParamsHandling to router configuration (#57198) Breaking Changes
... (truncated)
Changelog
Sourced from @angular/animations
's changelog.
18.2.0 (2024-08-14)
Breaking Changes
zone.js
fakeAsync
will now flush pending timers at the end of the given function by default. To opt-out of this, you can use{flush: false}
in options parameter offakeAsync
compiler
Commit Type Description c8e2885136 feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) compiler-cli
Commit Type Description 98ed5b609e feat run JIT transform on classes with jit: true
opt-out (#56892)c76b440ac0 fix add warning for unused let declarations (#57033) 0f0a1f2836 fix emitting references to ngtypecheck files (#57138) 6c2fbda694 fix extended diagnostic visitor not visiting template attributes (#57033) e11c0c42d2 fix run JIT transforms on @NgModule
classes withjit: true
(#57212)core
Commit Type Description f7918f5272 feat Add 'flush' parameter option to fakeAsync to flush after the test (#57239) fab673a1dd feat add ng generate schematic to convert to inject (#57056) 7919982063 feat Add whenStable helper on ApplicationRef (#57190) 3459289ef0 feat bootstrapModule can configure NgZone in providers (#57060) 296216cbe1 fix Allow hybrid CD scheduling to support multiple "Angular zones" (#57267) 8718abce90 fix Deprecate ignoreChangesOutsideZone option (#57029) 827070e331 fix Do not run image performance warning checks on server (#57234) ca89ef9141 fix handle shorthand assignment in the inject migration (#57134) 5dcdbfcba9 fix rename the equality function option in toSignal (#56769) 2a4f488a6c fix warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) language-service
Commit Type Description 4bb558ab0c feat support writing code refactorings (#56895) 7663debce1 perf quick exit if no code fixes can exist (#57000) migrations
Commit Type Description 147eee4253 feat add migration to convert standalone component routes to be lazy loaded (#56428) cb442a0ce7 fix account for parameters with union types (#57127) 166166d79e fix add alias to inject migration (#57127) b1a9d0f4de fix avoid duplicating comments when generating properties (#57367) 5d76401ff5 fix preserve optional parameters (#57367) 1cf616f671 fix remove generic arguments from the injected type reference (#57127) ba0df30ef6 fix remove unused imports in inject migration (#57179) aae9646a1b fix unwrap injected forwardRef (#57127) 604270619a perf speed up signal input migration by combining two analyze phases (#57318) router
| Commit | Type | Description |
... (truncated)
Commits
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts