Skip to content

chore(deps): update angular monorepo to ~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0#49

Merged
taj54 merged 1 commit into
mainfrom
renovate/angular-monorepo
Sep 11, 2025
Merged

chore(deps): update angular monorepo to ~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0#49
taj54 merged 1 commit into
mainfrom
renovate/angular-monorepo

Conversation

@renovate

@renovate renovate Bot commented Sep 10, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@angular/common (source) ~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 -> ~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0 age confidence
@angular/common (source) ~20.2.0 -> ~20.3.0 age confidence
@angular/compiler (source) ~20.2.0 -> ~20.3.0 age confidence
@angular/compiler-cli (source) ~20.2.0 -> ~20.3.0 age confidence
@angular/core (source) ~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 -> ~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0 age confidence
@angular/core (source) ~20.2.0 -> ~20.3.0 age confidence
@angular/platform-browser (source) ~20.2.0 -> ~20.3.0 age confidence
@angular/platform-browser-dynamic (source) ~20.2.0 -> ~20.3.0 age confidence

Release Notes

angular/angular (@​angular/common)

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@coderabbitai

coderabbitai Bot commented Sep 10, 2025

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@taj54 taj54 self-requested a review September 11, 2025 04:19
@taj54 taj54 merged commit 3acbb02 into main Sep 11, 2025
2 checks passed
@taj54 taj54 deleted the renovate/angular-monorepo branch September 11, 2025 04:20
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.

1 participant