Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) 20.2.4 -> 20.3.0 age confidence
@angular/common (source) 20.2.4 -> 20.3.0 age confidence
@angular/compiler (source) 20.2.4 -> 20.3.0 age confidence
@angular/compiler-cli (source) 20.2.4 -> 20.3.0 age confidence
@angular/core (source) 20.2.4 -> 20.3.0 age confidence
@angular/forms (source) 20.2.4 -> 20.3.0 age confidence
@angular/platform-browser (source) 20.2.4 -> 20.3.0 age confidence
@angular/platform-browser-dynamic (source) 20.2.4 -> 20.3.0 age confidence
@angular/router (source) 20.2.4 -> 20.3.0 age confidence

Release Notes

angular/angular (@​angular/animations)

v20.3.0

Compare Source

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.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9)

Commit Type Description
a3f808d7c8 fix remove refresh button from transfer state tab (#​63592)
core
Commit Type Description
6117ccee2e feat introduce BootstrapContext for improved server bootstrapping (#​63636)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) September 10, 2025 17:59
@renovate renovate bot merged commit b430253 into main Sep 10, 2025
4 checks passed
@renovate renovate bot deleted the renovate/angular-monorepo branch September 10, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants