Bump the angular-minor group across 1 directory with 11 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 2 months ago)
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the angular-minor group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| @angular/animations | 20.3.0 |
20.3.1 |
| @angular/common | 20.3.0 |
20.3.1 |
| @angular/compiler | 20.3.0 |
20.3.1 |
| @angular/core | 20.3.0 |
20.3.1 |
| @angular/forms | 20.3.0 |
20.3.1 |
| @angular/platform-browser | 20.3.0 |
20.3.1 |
| @angular/platform-browser-dynamic | 20.3.0 |
20.3.1 |
| @angular/router | 20.3.0 |
20.3.1 |
| @angular-devkit/build-angular | 20.3.1 |
20.3.2 |
| @angular/cli | 20.3.1 |
20.3.2 |
| @angular/compiler-cli | 20.3.0 |
20.3.1 |
Updates @angular/animations from 20.3.0 to 20.3.1
Release notes
Sourced from @angular/animations's releases.
20.3.1
compiler
Commit Description Add support for aria-invalid(#63748)compiler-cli
Commit Description only bind inputs that are part of microsyntax to a structural directive (#52453) signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Description prevent animation events from being cleaned up on destroy (#63414) Prevent leave animations on a move operation (#63745) migrations
Commit Description fix route-lazy-loading migration (#63818)
Changelog
Sourced from @angular/animations's changelog.
20.3.1 (2025-09-17)
compiler
Commit Type Description 7fb5a8087e fix Add support for aria-invalid(#63748)compiler-cli
Commit Type Description 8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453) 38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Type Description 802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414) 3ec8a5c753 fix Prevent leave animations on a move operation (#63745) migrations
Commit Type Description 6e54bdfdcb fix fix route-lazy-loading migration (#63818) 18.2.14 (2025-09-10)
Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.(cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)
core
Commit Type Description 9d1fb33f5e fix introduce BootstrapContextfor improved server bootstrapping (#63640)
... (truncated)
Commits
- See full diff in compare view
Updates @angular/common from 20.3.0 to 20.3.1
Release notes
Sourced from @angular/common's releases.
20.3.1
compiler
Commit Description Add support for aria-invalid(#63748)compiler-cli
Commit Description only bind inputs that are part of microsyntax to a structural directive (#52453) signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Description prevent animation events from being cleaned up on destroy (#63414) Prevent leave animations on a move operation (#63745) migrations
Commit Description fix route-lazy-loading migration (#63818)
Changelog
Sourced from @angular/common's changelog.
20.3.1 (2025-09-17)
compiler
Commit Type Description 7fb5a8087e fix Add support for aria-invalid(#63748)compiler-cli
Commit Type Description 8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453) 38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Type Description 802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414) 3ec8a5c753 fix Prevent leave animations on a move operation (#63745) migrations
Commit Type Description 6e54bdfdcb fix fix route-lazy-loading migration (#63818) 18.2.14 (2025-09-10)
Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.(cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)
core
Commit Type Description 9d1fb33f5e fix introduce BootstrapContextfor improved server bootstrapping (#63640)
... (truncated)
Commits
Updates @angular/compiler from 20.3.0 to 20.3.1
Release notes
Sourced from @angular/compiler's releases.
20.3.1
compiler
Commit Description Add support for aria-invalid(#63748)compiler-cli
Commit Description only bind inputs that are part of microsyntax to a structural directive (#52453) signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Description prevent animation events from being cleaned up on destroy (#63414) Prevent leave animations on a move operation (#63745) migrations
Commit Description fix route-lazy-loading migration (#63818)
Changelog
Sourced from @angular/compiler's changelog.
20.3.1 (2025-09-17)
compiler
Commit Type Description 7fb5a8087e fix Add support for aria-invalid(#63748)compiler-cli
Commit Type Description 8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453) 38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Type Description 802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414) 3ec8a5c753 fix Prevent leave animations on a move operation (#63745) migrations
Commit Type Description 6e54bdfdcb fix fix route-lazy-loading migration (#63818) 18.2.14 (2025-09-10)
Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.(cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)
core
Commit Type Description 9d1fb33f5e fix introduce BootstrapContextfor improved server bootstrapping (#63640)
... (truncated)
Commits
7fb5a80fix(compiler): Add support foraria-invalid(#63748)5f5828frefactor(core): dispatch enter and leave animations at the right times (#63710)- See full diff in compare view
Updates @angular/core from 20.3.0 to 20.3.1
Release notes
Sourced from @angular/core's releases.
20.3.1
compiler
Commit Description Add support for aria-invalid(#63748)compiler-cli
Commit Description only bind inputs that are part of microsyntax to a structural directive (#52453) signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Description prevent animation events from being cleaned up on destroy (#63414) Prevent leave animations on a move operation (#63745) migrations
Commit Description fix route-lazy-loading migration (#63818)
Changelog
Sourced from @angular/core's changelog.
20.3.1 (2025-09-17)
compiler
Commit Type Description 7fb5a8087e fix Add support for aria-invalid(#63748)compiler-cli
Commit Type Description 8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453) 38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Type Description 802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414) 3ec8a5c753 fix Prevent leave animations on a move operation (#63745) migrations
Commit Type Description 6e54bdfdcb fix fix route-lazy-loading migration (#63818) 18.2.14 (2025-09-10)
Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.(cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)
core
Commit Type Description 9d1fb33f5e fix introduce BootstrapContextfor improved server bootstrapping (#63640)
... (truncated)
Commits
79a818bbuild: update cross-repo angular dependencies (#63877)dcdca98refactor(core): remove usages of Promise.withResolvers (#63856)423cc17refactor(common): trim undefined from locale data. (#63520)dd6e1c3refactor(core): prevent input migration from introducing a breaking change (#...6e54bdffix(migrations): fix route-lazy-loading migration (#63818)0afd9c5refactor(core): swap dev/prod error handling order in injector for tree-shaki...c80d9badocs: update doc to clear up difference betweentoObservable/ `outputToObse...4a23f6erefactor(core): wrapcheckNoChangesbody inif (ngDevMode)for better tre...5fd0082refactor(compiler-cli): Add a diagnostic to detect forbiden invocations of re...c8d3439refactor(core): Reorganize and cleanup animations code (#63775)- Additional commits viewable in compare view
Updates @angular/forms from 20.3.0 to 20.3.1
Release notes
Sourced from @angular/forms's releases.
20.3.1
compiler
Commit Description Add support for aria-invalid(#63748)compiler-cli
Commit Description only bind inputs that are part of microsyntax to a structural directive (#52453) signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Description prevent animation events from being cleaned up on destroy (#63414) Prevent leave animations on a move operation (#63745) migrations
Commit Description fix route-lazy-loading migration (#63818)
Changelog
Sourced from @angular/forms's changelog.
20.3.1 (2025-09-17)
compiler
Commit Type Description 7fb5a8087e fix Add support for aria-invalid(#63748)compiler-cli
Commit Type Description 8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453) 38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Type Description 802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414) 3ec8a5c753 fix Prevent leave animations on a move operation (#63745) migrations
Commit Type Description 6e54bdfdcb fix fix route-lazy-loading migration (#63818) 18.2.14 (2025-09-10)
Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.(cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)
core
Commit Type Description 9d1fb33f5e fix introduce BootstrapContextfor improved server bootstrapping (#63640)
... (truncated)
Commits
- See full diff in compare view
Updates @angular/platform-browser from 20.3.0 to 20.3.1
Release notes
Sourced from @angular/platform-browser's releases.
20.3.1
compiler
Commit Description Add support for aria-invalid(#63748)compiler-cli
Commit Description only bind inputs that are part of microsyntax to a structural directive (#52453) signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Description prevent animation events from being cleaned up on destroy (#63414) Prevent leave animations on a move operation (#63745) migrations
Commit Description fix route-lazy-loading migration (#63818)
Changelog
Sourced from @angular/platform-browser's changelog.
20.3.1 (2025-09-17)
compiler
Commit Type Description 7fb5a8087e fix Add support for aria-invalid(#63748)compiler-cli
Commit Type Description 8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453) 38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Type Description 802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414) 3ec8a5c753 fix Prevent leave animations on a move operation (#63745) migrations
Commit Type Description 6e54bdfdcb fix fix route-lazy-loading migration (#63818) 18.2.14 (2025-09-10)
Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.(cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)
core
Commit Type Description 9d1fb33f5e fix introduce BootstrapContextfor improved server bootstrapping (#63640)
... (truncated)
Commits
5f5828frefactor(core): dispatch enter and leave animations at the right times (#63710)- See full diff in compare view
Updates @angular/platform-browser-dynamic from 20.3.0 to 20.3.1
Release notes
Sourced from @angular/platform-browser-dynamic's releases.
20.3.1
compiler
Commit Description Add support for aria-invalid(#63748)compiler-cli
Commit Description only bind inputs that are part of microsyntax to a structural directive (#52453) signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Description prevent animation events from being cleaned up on destroy (#63414) Prevent leave animations on a move operation (#63745) migrations
Commit Description fix route-lazy-loading migration (#63818)
Changelog
Sourced from @angular/platform-browser-dynamic's changelog.
20.3.1 (2025-09-17)
compiler
Commit Type Description 7fb5a8087e fix Add support for aria-invalid(#63748)compiler-cli
Commit Type Description 8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453) 38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Type Description 802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414) 3ec8a5c753 fix Prevent leave animations on a move operation (#63745) migrations
Commit Type Description 6e54bdfdcb fix fix route-lazy-loading migration (#63818) 18.2.14 (2025-09-10)
Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.(cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)
core
Commit Type Description 9d1fb33f5e fix introduce BootstrapContextfor improved server bootstrapping (#63640)
... (truncated)
Commits
- See full diff in compare view
Updates @angular/router from 20.3.0 to 20.3.1
Release notes
Sourced from @angular/router's releases.
20.3.1
compiler
Commit Description Add support for aria-invalid(#63748)compiler-cli
Commit Description only bind inputs that are part of microsyntax to a structural directive (#52453) signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Description prevent animation events from being cleaned up on destroy (#63414) Prevent leave animations on a move operation (#63745) migrations
Commit Description fix route-lazy-loading migration (#63818)
Changelog
Sourced from @angular/router's changelog.
20.3.1 (2025-09-17)
compiler
Commit Type Description 7fb5a8087e fix Add support for aria-invalid(#63748)compiler-cli
Commit Type Description 8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453) 38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754) core
Commit Type Description 802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414) 3ec8a5c753 fix Prevent leave animations on a move operation (#63745) migrations
Commit Type Description 6e54bdfdcb fix fix route-lazy-loading migration (#63818) 18.2.14 (2025-09-10)
Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.(cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)
core
Commit Type Description 9d1fb33f5e fix introduce BootstrapContextfor improved server bootstrapping (#63640)
... (truncated)
Commits
9f64d1adocs: add alert aboutroutelinkactivebeing a content query (#63829)1b7f530build: add a noDuplicateEnumValue rule (#63483)- See full diff in compare view
Updates @angular-devkit/build-angular from 20.3.1 to 20.3.2
Changelog
Sourced from @angular-devkit/build-angular's changelog.
20.3.2 (2025-09-17)
19.2.17 (2025-09-17)
@angular/build
Commit Type Description 365d525b5 fix update viteto6.3.6
Commits
1b05a3arelease: cut the v20.3.2 releaseac7adf4build: update pnpm to v10.17.05edb82ebuild: update cross-repo angular dependencies34b88c8build: enable minimumReleaseAge to mitigate dependency chain attacks3164bc2build: disable eslintawait-thenable5b804a5build: update dependency aspect_rules_js to v2.6.0deb3ed0Revert "fix(@angular/build): preserve names in esbuild for improved debugging...4c1ef20build: lock file maintenance-
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
@angular/platform-browser
npm
20.3.0 → 20.3.1
Patch
@angular/platform-browser-dynamic
npm
20.3.0 → 20.3.1
Patch
@angular-devkit/build-angular
npm
20.3.1 → 20.3.2
Patch
Technical Details
| ID: | 8551974 |
| UUID: | 3431842247 |
| Node ID: | PR_kwDONTy0Pc6pXz5r |
| Host: | GitHub |
| Repository: | starforge-universe/starforge-universe.github.io |