Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2025

This PR contains the following updates:

Package Change Age Confidence
@angular-devkit/build-angular 18.2.20 -> 18.2.21 age confidence
@angular-devkit/core 18.2.20 -> 18.2.21 age confidence
@angular-devkit/schematics 18.2.20 -> 18.2.21 age confidence
@angular/cli 18.2.20 -> 18.2.21 age confidence
@schematics/angular 18.2.20 -> 18.2.21 age confidence
v20 20.2.2 -> 20.3.6 age confidence

Release Notes

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

v18.2.21

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
700e6bc01 fix avoid extra tick in SSR builds
@​angular/build
Commit Type Description
cccc91b91 fix avoid extra tick in SSR dev-server builds
@​angular/ssr
Commit Type Description
4af385201 feat introduce BootstrapContext for isolated server-side rendering

Configuration

📅 Schedule: Branch creation - Between 09:00 AM and 11:59 PM, between day 1 and 7 of the month, and on Sunday and Saturday ( * 9-23 1-7 * 0,6 ) in timezone Europe/Madrid, Automerge - Between 09:00 AM and 09:59 PM, Monday through Friday ( * 9-21 * * 1-5 ) in timezone Europe/Madrid.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested a review from davidlj95 as a code owner October 4, 2025 09:09
@renovate renovate bot enabled auto-merge (squash) October 4, 2025 09:09
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 566f63a to 3d43484 Compare October 8, 2025 11:43
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 3d43484 to ca7bebb Compare October 15, 2025 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants