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/build 20.2.2 -> 20.3.1 age confidence
@angular/cdk 20.2.2 -> 20.2.3 age confidence
@angular/cli 20.2.2 -> 20.3.1 age confidence
@angular/common (source) 20.2.4 -> 20.3.0 age confidence
@angular/compiler (source) 20.2.4 -> 20.3.0 age confidence
@angular/compiler-cli (source) 20.2.4 -> 20.3.0 age confidence
@angular/core (source) 20.2.4 -> 20.3.0 age confidence
@angular/forms (source) 20.2.4 -> 20.3.0 age confidence
@angular/material 20.2.2 -> 20.2.3 age confidence
@angular/platform-browser (source) 20.2.4 -> 20.3.0 age confidence
@angular/platform-browser-dynamic (source) 20.2.4 -> 20.3.0 age confidence
@angular/router (source) 20.2.4 -> 20.3.0 age confidence
ng-packagr 20.2.0 -> 20.3.0 age confidence

Release Notes

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

v20.3.1

Compare Source

v20.3.0

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);
@​schematics/angular
Commit Type Description
ef20a278d fix align labels in ai-config schema
@​angular/cli
Commit Type Description
f6ad41c13 fix improve bun lockfile detection and optimize lockfile checks
@​angular-devkit/build-angular
Commit Type Description
1a7890873 fix avoid extra tick in SSR builds
@​angular/build
Commit Type Description
5d46d6ec1 fix preserve names in esbuild for improved debugging in dev mode
@​angular/ssr
Commit Type Description
7eacb4187 feat introduce BootstrapContext for isolated server-side rendering
angular/components (@​angular/cdk)

v20.2.3

Compare Source

cdk
Commit Type Description
442d4ca6b7 fix drag-drop: allow axis lock to be reset (#​31829)
material
Commit Type Description
ec33bf8eba fix progress-bar: avoid CSP issues due to buffer dots (#​31818)
9a68265302 fix slider: incorrect indicator transform origin in M3 (#​31834)
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)
ng-packagr/ng-packagr (ng-packagr)

v20.3.0

Compare Source

  • No visible changes

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 force-pushed the renovate/angular branch from 7277ea7 to 30b3b91 Compare September 10, 2025 18:47
@renovate renovate bot changed the title chore(deps): update dependency ng-packagr to v20.3.0 fix(deps): update angular to v20.3.0 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/angular branch from 30b3b91 to 6e4328e Compare September 11, 2025 14:50
@renovate renovate bot changed the title fix(deps): update angular to v20.3.0 fix(deps): update angular Sep 11, 2025
@renovate renovate bot force-pushed the renovate/angular branch from 6e4328e to 7469e74 Compare September 11, 2025 21:17
@json-derulo json-derulo merged commit f879067 into main Sep 12, 2025
9 checks passed
@json-derulo json-derulo deleted the renovate/angular branch September 12, 2025 15:43
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