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-devkit/core 19.2.15 -> 19.2.17 age confidence
@angular-devkit/schematics 19.2.15 -> 19.2.17 age confidence
@angular-devkit/schematics-cli 19.2.15 -> 19.2.17 age confidence

Release Notes

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

v19.2.17

Compare Source

@​angular/build
Commit Type Description
365d525b5 fix update vite to 6.3.6

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

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.

@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 329c71c to 33d5ba2 Compare September 17, 2025 17:05
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v19.2.16 fix(deps): update angular-cli monorepo to v19.2.17 Sep 17, 2025
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