Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 10, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@angular-devkit/build-angular 19.2.15 -> 19.2.17 age confidence
@angular/animations (source) 19.2.14 -> 19.2.15 age confidence
@angular/cli 19.2.15 -> 19.2.17 age confidence
@angular/common (source) 19.2.14 -> 19.2.15 age confidence
@angular/compiler (source) 19.2.14 -> 19.2.15 age confidence
@angular/compiler-cli (source) 19.2.14 -> 19.2.15 age confidence
@angular/core (source) 19.2.14 -> 19.2.15 age confidence
@angular/forms (source) 19.2.14 -> 19.2.15 age confidence
@angular/language-service (source) 19.2.14 -> 19.2.15 age confidence
@angular/platform-browser (source) 19.2.14 -> 19.2.15 age confidence
@angular/platform-browser-dynamic (source) 19.2.14 -> 19.2.15 age confidence
@angular/router (source) 19.2.14 -> 19.2.15 age confidence

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v19.2.17

Compare Source

v19.2.16

Compare Source

Breaking Changes

@​angular/ssr
  • 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);
@​angular-devkit/build-angular
Commit Type Description
b0f4330a9 fix avoid extra tick in SSR builds
@​angular/build
Commit Type Description
ee5c5f823 fix avoid extra tick in SSR dev-server builds
@​angular/ssr
Commit Type Description
32980f7e7 feat introduce BootstrapContext for isolated server-side rendering
angular/angular (@​angular/animations)

v19.2.15

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.

core
Commit Type Description
70d0639bc1 fix introduce BootstrapContext for improved server bootstrapping (#​63639)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dep-bump label Sep 10, 2025
@renovate renovate bot requested a review from a team as a code owner September 10, 2025 21:12
@renovate renovate bot added the dep-bump label Sep 10, 2025
@renovate renovate bot force-pushed the renovate/angular-dependencies branch from 1ad8385 to 383279f Compare September 17, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants