chore(deps): bump @angular/platform-browser from 19.2.10 to 20.3.1 in /app-frontend
Type: Pull Request
State: Closed
Association: Contributor
Comments: 2
(2 months ago)
(about 2 months ago)
(about 2 months ago)
Bumps @angular/platform-browser from 19.2.10 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) 20.3.0
Commit Description remove refresh button from transfer state tab (#63592) core
Commit Description introduce BootstrapContextfor improved server bootstrapping (#63636)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.For more information please see: https://github.com/angular/angular/security/advisories/GHSA-68x2-mx4q-78m7
... (truncated)
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)7a7725erefactor(core): Update tests for zoneless by default (#63672)6117ccefeat(core): introduceBootstrapContextfor improved server bootstrapping (#...9a27c5bbuild: rename defaults2.bzl to defaults.bzl (#63384)d9f0e6bRevert "feat(platform-browser): Add IsolatedShadowDom encapsulation method (#...d24d574feat(platform-browser): Add IsolatedShadowDom encapsulation method (#62723)fa8d8b8build: migrate all npm packages to use new rules_js based npm_package rule (#...52b8e07feat(platform-browser): Warns on conflicting hydration and blocking navigatio...857675frefactor(core): this delays removal of stylesheets when the element registry ...cbc258ebuild: remove ts_project_interop infrastructure (#62908)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+10
-9
Package Dependencies
@angular/platform-browser
npm
19.2.10 → 20.3.1
Major
/app-frontend
Technical Details
| ID: | 8424926 |
| UUID: | 2839810048 |
| Node ID: | PR_kwDOLdlMtc6pRBAA |
| Host: | GitHub |
| Repository: | DevSkillsHQ/fullstack-boilerplate-java-springboot-angular |
| Merge State: | Unknown |