Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 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/build-angular 19.2.15 -> 19.2.16 age confidence
@angular-devkit/core 19.2.15 -> 19.2.16 age confidence
@angular-devkit/schematics 19.2.15 -> 19.2.16 age confidence
@angular/animations (source) 18.2.13 -> 18.2.14 age confidence
@angular/animations (source) 19.2.14 -> 19.2.15 age confidence
@angular/animations (source) 20.2.0-rc.1 -> 20.3.0 age confidence
@angular/build 20.2.0-rc.0 -> 20.3.1 age confidence
@angular/cli 18.2.20 -> 18.2.21 age confidence
@angular/cli 19.2.15 -> 19.2.16 age confidence
@angular/cli 20.2.0-rc.0 -> 20.3.1 age confidence
@angular/common (source) 18.2.13 -> 18.2.14 age confidence
@angular/common (source) 19.2.14 -> 19.2.15 age confidence
@angular/common (source) 20.2.0-rc.1 -> 20.3.0 age confidence
@angular/compiler (source) 18.2.13 -> 18.2.14 age confidence
@angular/compiler (source) 19.2.14 -> 19.2.15 age confidence
@angular/compiler (source) 20.2.0-rc.1 -> 20.3.0 age confidence
@angular/compiler-cli (source) 18.2.13 -> 18.2.14 age confidence
@angular/compiler-cli (source) 19.2.14 -> 19.2.15 age confidence
@angular/compiler-cli (source) 20.2.0-rc.1 -> 20.3.0 age confidence
@angular/core (source) 18.2.13 -> 18.2.14 age confidence
@angular/core (source) 19.2.14 -> 19.2.15 age confidence
@angular/core (source) 20.2.0-rc.1 -> 20.3.0 age confidence
@angular/forms (source) 18.2.13 -> 18.2.14 age confidence
@angular/forms (source) 19.2.14 -> 19.2.15 age confidence
@angular/forms (source) 20.2.0-rc.1 -> 20.3.0 age confidence
@angular/platform-browser (source) 18.2.13 -> 18.2.14 age confidence
@angular/platform-browser (source) 19.2.14 -> 19.2.15 age confidence
@angular/platform-browser (source) 20.2.0-rc.1 -> 20.3.0 age confidence
@angular/platform-browser-dynamic (source) 18.2.13 -> 18.2.14 age confidence
@angular/platform-browser-dynamic (source) 19.2.14 -> 19.2.15 age confidence
@angular/platform-browser-dynamic (source) 20.2.0-rc.1 -> 20.3.0 age confidence
@angular/platform-server (source) 18.2.13 -> 18.2.14 age confidence
@angular/platform-server (source) 19.2.14 -> 19.2.15 age confidence
@angular/platform-server (source) 20.2.0-rc.1 -> 20.3.0 age confidence
@angular/router (source) 18.2.13 -> 18.2.14 age confidence
@angular/router (source) 19.2.14 -> 19.2.15 age confidence
@angular/router (source) 20.2.0-rc.1 -> 20.3.0 age confidence
@angular/ssr 18.2.20 -> 18.2.21 age confidence
@angular/ssr 19.2.15 -> 19.2.16 age confidence
@angular/ssr 20.2.0-rc.0 -> 20.3.1 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
angular/angular (@​angular/animations)

v18.2.14

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)

core
Commit Type Description
9d1fb33f5e fix introduce BootstrapContext for improved server bootstrapping (#​63640)
angular/angular (@​angular/compiler)

v18.2.14

Compare Source


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.

Copy link

netlify bot commented Aug 15, 2025

Deploy Preview for angular-runtime-demo ready!

Name Link
🔨 Latest commit 3e12183
🔍 Latest deploy log https://app.netlify.com/projects/angular-runtime-demo/deploys/68c35816e065a50008e31968
😎 Deploy Preview https://deploy-preview-381--angular-runtime-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Aug 15, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 15, 2025
@renovate renovate bot force-pushed the renovate/angular-packages branch from ca53e77 to 95a2e44 Compare August 19, 2025 12:16
@renovate renovate bot force-pushed the renovate/angular-packages branch from 95a2e44 to f14f83a Compare August 20, 2025 19:36
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 20, 2025
@renovate renovate bot changed the title chore(deps): update angular packages to v20.2.0-rc.1 chore(deps): update angular packages to v20.2.0 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/angular-packages branch from f14f83a to 9258169 Compare August 21, 2025 20:15
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 21, 2025
@renovate renovate bot changed the title chore(deps): update angular packages to v20.2.0 chore(deps): update angular packages to v20.2.1 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/angular-packages branch from 9258169 to 9ebea2f Compare August 27, 2025 18:57
@renovate renovate bot changed the title chore(deps): update angular packages to v20.2.1 chore(deps): update angular packages to v20.2.2 Aug 27, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 27, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 27, 2025
@renovate renovate bot force-pushed the renovate/angular-packages branch from d377e73 to da3b6aa Compare August 31, 2025 12:15
@renovate renovate bot changed the title chore(deps): update angular packages to v20.2.2 chore(deps): update angular packages to v20.2.3 Aug 31, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 31, 2025
@renovate renovate bot force-pushed the renovate/angular-packages branch from da3b6aa to 0ce3859 Compare September 4, 2025 03:00
@renovate renovate bot changed the title chore(deps): update angular packages to v20.2.3 chore(deps): update angular packages to v20.2.4 Sep 4, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 4, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 10, 2025
@renovate renovate bot changed the title chore(deps): update angular packages to v20.2.4 chore(deps): update angular packages to v20.3.0 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/angular-packages branch from 08d15b8 to d93a794 Compare September 10, 2025 19:18
@renovate renovate bot changed the title chore(deps): update angular packages to v20.3.0 chore(deps): update angular packages Sep 10, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 10, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 10, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 11, 2025
@serhalp serhalp self-assigned this Sep 11, 2025
@pieh pieh merged commit 5a1d2d9 into main Sep 12, 2025
13 of 14 checks passed
@pieh pieh deleted the renovate/angular-packages branch September 12, 2025 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-framework-in-fixtures dependencies javascript type: chore work needed to keep the product and development running smoothly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants