chore(deps): bump @angular/compiler from 19.2.10 to 20.3.0 in /app-frontend
Type: Pull Request
State: Closed
Association: Contributor
Comments: 2
(2 months ago)
(2 months ago)
(2 months ago)
Bumps @angular/compiler from 19.2.10 to 20.3.0.
Release notes
Sourced from @angular/compiler's releases.
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.(cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)
20.3.0-rc.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:
... (truncated)
Changelog
Sourced from @angular/compiler's changelog.
20.3.0 (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)
Commit Type Description a3f808d7c8 fix remove refresh button from transfer state tab (#63592) core
Commit Type Description 6117ccee2e feat introduce BootstrapContextfor improved server bootstrapping (#63636)21.0.0-next.2 (2025-09-03)
Breaking Changes
common
- (test only) -
TestBednow provides a fakePlatformLocationimplementation that supports the Navigation API. This may break some tests, though we have not observed any failures internally. You can revert to the old default forTestBedby providing theMockPlatformLocationfrom@angular/common/testingin your providers:{provide: PlatformLocation, useClass: MockPlatformLocation}core
- (test only) - Using
provideZoneChangeDetectionin the TestBed providers would previously preventTestBedfrom rethrowing errors as it should. Errors in the test will now be rethrown, regardless of the usage ofprovideZoneChangeDetection. Tests should be adjusted to prevent or account for these errors. As in previous major versions, this behavior can be disabled withrethrowApplicationErrors: falseinconfigureTestingModuleas a last resort.
... (truncated)
Commits
479a919fix(compiler): fixes regression with event parsing and animate prefix (#63470)d7b6045fix(compiler): fixes animations on elements with structural directives (#63390)9a27c5bbuild: rename defaults2.bzl to defaults.bzl (#63384)a28672ffix(compiler): Keep paraenthesis in Nullish + Boolean expression. (#63292)7b51728fix(compiler): fixes animation event host bindings not firing (#63217)19ed12cfix(compiler): error when ng-content fallback has translated children (#63156)557e6fefix(compiler): incorrect source span for expression AST inside template attri...d9f0e6bRevert "feat(platform-browser): Add IsolatedShadowDom encapsulation method (#...79b9159fix(compiler): incorrect spans for AST inside input value with leading space ...a409534feat(core): supportasaliases onelse ifblocks (#63047)- 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
+226
-243
Package Dependencies
@angular/compiler
npm
19.2.10 → 20.3.0
Major
/app-frontend
Technical Details
| ID: | 7549471 |
| UUID: | 2818737166 |
| Node ID: | PR_kwDOLdlMtc6oAoQO |
| Host: | GitHub |
| Repository: | DevSkillsHQ/fullstack-boilerplate-java-springboot-angular |
| Mergeable: | Yes |
| Merge State: | Unstable |