Bump @angular/compiler-cli from 20.0.3 to 20.3.0
Type: Pull Request
State: Closed
Association: None
Comments: 3
(about 2 months ago)
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps @angular/compiler-cli from 20.0.3 to 20.3.0.
Release notes
Sourced from @angular/compiler-cli'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.For more information please see: https://github.com/angular/angular/security/advisories/GHSA-68x2-mx4q-78m7
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-cli'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
35a1d5drefactor(compiler-cli): add support for if/switch to the non-invoked signal d...479a919fix(compiler): fixes regression with event parsing and animate prefix (#63470)b549cd2refactor(bazel): reduce build deps (#63348)d7b6045fix(compiler): fixes animations on elements with structural directives (#63390)9a27c5bbuild: rename defaults2.bzl to defaults.bzl (#63384)10b0927refactor: various build and import specificer fixes for strict deps (#63324)a28672ffix(compiler): Keep paraenthesis in Nullish + Boolean expression. (#63292)878b99afix(compiler-cli): account for expression with type arguments during HMR extr...591c7e2fix(language-service): Support to resolve the re-export component. (#62585)7b51728fix(compiler): fixes animation event host bindings not firing (#63217)- 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
+66
-80
Package Dependencies
Technical Details
| ID: | 8199690 |
| UUID: | 2829340272 |
| Node ID: | PR_kwDOO8pS_86opE5w |
| Host: | GitHub |
| Repository: | sarasjodin/my-angular-api-requests-lab |
| Merge State: | Unknown |