Closed dependabot[bot] closed 3 months ago
Bumps the angular group with 12 updates in the / directory:
18.0.3
18.1.1
18.0.4
Updates @angular/common from 18.0.3 to 18.1.1
@angular/common
Sourced from @angular/common's releases.
@angular/common
v18.1.1 18.1.1 (2024-07-17) common Commit Description Don't run preconnect assertion on the server. (#56213) compiler Commit Description JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) use strict equality for 'code' comparison (#56944) compiler-cli Commit Description avoid emitting references to typecheck files in TS 5.4 (#56961) core Commit Description not all callbacks running when registered at the same time (#56981) migrations Commit Description fix common module removal (#56968) v18.1.0 18.1.0 (2024-07-10) common Commit Description typo in NgOptimizedImage warning (#56756) typo in warning for NgOptimizedDirective (#56817) compiler Commit Description Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) allow more characters in let declaration name (#56764) give precedence to local let declarations over parent ones (#56752) compiler-cli Commit Description avoid duplicate diagnostics for let declarations read before definition (#56843) flag all conflicts between let declarations and local symbols (#56752) Show template syntax errors in local compilation modified (#55855) type check let declarations nested inside nodes (#56752) used before declared diagnostic not firing for control flow blocks (#56843) core Commit Description
... (truncated)
Sourced from @angular/common's changelog.
18.1.1 (2024-07-17) common Commit Type Description a1cb9dfc0d fix Don't run preconnect assertion on the server. (#56213) compiler Commit Type Description daf0317bdc fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) d7dca6dbb6 fix use strict equality for 'code' comparison (#56944) compiler-cli Commit Type Description c94a897248 fix avoid emitting references to typecheck files in TS 5.4 (#56961) core Commit Type Description 5682527d94 fix not all callbacks running when registered at the same time (#56981) migrations Commit Type Description b666d2c20f fix fix common module removal (#56968) 17.3.12 (2024-07-17) compiler Commit Type Description 327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003) 18.2.0-next.0 (2024-07-10) compiler Commit Type Description c8e2885136 feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) core Commit Type Description 5dcdbfcba9 fix rename the equality function option in toSignal (#56769) 18.1.0 (2024-07-10) common
a1cb9df
9b35726
ecc5644
fetch
1ee64a5
9cc4dbe
f407e3c
f25653e
3447753
39e48ce
08f56d9
Updates @angular/core from 18.0.3 to 18.1.1
@angular/core
Sourced from @angular/core's releases.
@angular/core
Sourced from @angular/core's changelog.
5682527
daf0317
b666d2c
a7b774c
EarlyEventContract
4b82b98
4d87b9e
8bd4c07
5f97d6a
8adc6b9
@defer
3235d6d
Updates @angular/forms from 18.0.3 to 18.1.1
@angular/forms
Sourced from @angular/forms's releases.
@angular/forms
Sourced from @angular/forms's changelog.
2431f20
0bd55a6
00bde8b
NgControlStatus
OnPush
01172b8
fb35130
b2445a0
760207b
dd0700f
eddb405
53b0d6a
Updates @angular/platform-browser from 18.0.3 to 18.1.1
@angular/platform-browser
Sourced from @angular/platform-browser's releases.
@angular/platform-browser
Sourced from @angular/platform-browser's changelog.
40fb81f
3b4b05d
14668e4
provideAnimationsAsync()
0e23ed7
abbaf8f
9d3cd9b
e533110
Updates @angular/platform-browser-dynamic from 18.0.3 to 18.1.1
@angular/platform-browser-dynamic
Sourced from @angular/platform-browser-dynamic's releases.
@angular/platform-browser-dynamic
v18.1.1 18.1.1 (2024-07-17) common Commit Description Don't run preconnect assertion on the server. (#56213) compiler Commit Description JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) use strict equality for 'code' comparison (#56944) compiler-cli Commit Description avoid emitting references to typecheck files in TS 5.4 (#56961) core Commit Description not all callbacks running when registered at the same time (#56981) migrations Commit Description fix common module removal (#56968) v18.1.0 18.1.0 (2024-07-10) common Commit Description typo in NgOptimizedImage warning (#56756) typo in warning for NgOptimizedDirective (#56817) compiler Commit Description Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) ... _Description has been truncated_
Bumps the angular group with 12 updates in the / directory:
18.0.3
18.1.1
18.0.3
18.1.1
18.0.3
18.1.1
18.0.3
18.1.1
18.0.3
18.1.1
18.0.3
18.1.1
18.0.3
18.1.1
18.0.4
18.1.1
18.0.4
18.1.1
18.0.3
18.1.1
18.0.3
18.1.1
18.0.3
18.1.1
Updates
@angular/common
from 18.0.3 to 18.1.1Release notes
Sourced from
@angular/common
's releases.... (truncated)
Changelog
Sourced from
@angular/common
's changelog.... (truncated)
Commits
a1cb9df
fix(common): Don't run preconnect assertion on the server. (#56213)9b35726
fix(common): typo in warning for NgOptimizedDirective (#56817)ecc5644
perf(http): executefetch
outside of Angular zone (#56820)1ee64a5
refactor(common): Fire priority check on stable. (#56776)9cc4dbe
refactor(common): remove remaining code for NgSwitch equality patch (#56806)f407e3c
refactor(common): allow string urls in NgOptimizedImage input (#54901)f25653e
fix(common): typo in NgOptimizedImage warning (#56756)3447753
Revert "fix(common): Don't run preconnect assertion on the server. (#56213)" ...39e48ce
fix(common): Don't run preconnect assertion on the server. (#56213)08f56d9
refactor(common): remove ng_switch ability to use == equality check (#56426)Updates
@angular/core
from 18.0.3 to 18.1.1Release notes
Sourced from
@angular/core
's releases.... (truncated)
Changelog
Sourced from
@angular/core
's changelog.... (truncated)
Commits
5682527
fix(core): not all callbacks running when registered at the same time (#56981)daf0317
fix(compiler): JIT mode incorrectly interpreting host directive configuration...b666d2c
fix(migrations): fix common module removal (#56968)a7b774c
refactor(core): RefactorEarlyEventContract
to prepare for using it as a co...4b82b98
refactor(core): Remove unused A11Y_CLICK_SUPPORT define. (#56901)4d87b9e
fix(core): rename the equality function option in toSignal (#56769) (#56922)8bd4c07
fix(core): toSignal equal option should be passed to inner computed (#56903)5f97d6a
fix(migrations): Fix cf migration let condition semicolon order (#56913)8adc6b9
test(core): simplify@defer
-based test to make CI more stable (#56904)3235d6d
fix(core): establish proper defer injector hierarchy for components attached ...Updates
@angular/forms
from 18.0.3 to 18.1.1Release notes
Sourced from
@angular/forms
's releases.... (truncated)
Changelog
Sourced from
@angular/forms
's changelog.... (truncated)
Commits
2431f20
refactor(forms): Update status, touched, and pristine to use private setter (...0bd55a6
refactor(docs-infra): complete removal of aio directory (#56496)00bde8b
fix(forms): MakeNgControlStatus
host bindingsOnPush
compatible (#55720)01172b8
build: update Node.js to match Angular CLI engines (#56187)fb35130
build: update to latest dev infra code (#56128)b2445a0
fix(core): link errors to ADEV (#55554) (#56038)760207b
Revert "fix(core): link errors to ADEV (#55554)" (#56031)dd0700f
fix(core): link errors to ADEV (#55554)eddb405
refactor(forms): remove deprecated symbols (#55723)53b0d6a
fix(forms): Allow canceled async validators to emit. (#55134)Updates
@angular/platform-browser
from 18.0.3 to 18.1.1Release notes
Sourced from
@angular/platform-browser
's releases.... (truncated)
Changelog
Sourced from
@angular/platform-browser
's changelog.... (truncated)
Commits
40fb81f
refactor(core): Add global event delegation provider (#56247)0bd55a6
refactor(docs-infra): complete removal of aio directory (#56496)01172b8
build: update Node.js to match Angular CLI engines (#56187)fb35130
build: update to latest dev infra code (#56128)3b4b05d
refactor(core): Remove hybrid mode flag and move scheduler provider location ...14668e4
docs: declareprovideAnimationsAsync()
function stable (#55871)0e23ed7
docs: Add documentation for event replay (#55802)abbaf8f
refactor(core): Throw a runtime error if both zone and zoneless are provided ...9d3cd9b
refactor(animations): make async animations code compatible with Closure comp...e533110
fix(platform-browser): Use the right namespace for mathML. (#55622)Updates
@angular/platform-browser-dynamic
from 18.0.3 to 18.1.1Release notes
Sourced from
@angular/platform-browser-dynamic
's releases.