Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 4, 2025

This PR contains the following updates:

Package Change Age Confidence
@angular/build 20.2.1 -> 20.3.13 age confidence
@angular/cli 20.2.1 -> 20.3.13 age confidence

Release Notes

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

v20.3.13

Compare Source

@​angular/cli
Commit Type Description
cfbb61602 fix update @modelcontextprotocol/sdk to v1.24.0

v20.3.12

Compare Source

@​angular/build
Commit Type Description
25bb7e65c fix ensure correct URL joining for prerender routes
@​angular/ssr
Commit Type Description
cceb86296 fix handle X-Forwarded-Prefix and APP_BASE_HREF in redirects
1abe68ad8 fix prevent redirect loop with encoded query parameters

v20.3.11

Compare Source

@​angular/build
Commit Type Description
8053f2d92 fix ensure ɵgetOrCreateAngularServerApp is always defined after errors

v20.3.10

Compare Source

@​schematics/angular
Commit Type Description
c854a719b fix correct tsconfig.spec.json include for spec files
@​angular/build
Commit Type Description
b3908f68e fix do not remove @angular/localize when having external packages (#​31721)

v20.3.9

Compare Source

@​angular/ssr
Commit Type Description
08e07e338 fix improve locale handling in app-engine
683697ebc fix improve route matching for wildcard routes

v20.3.8

Compare Source

@​angular-devkit/build-angular
Commit Type Description
813cba9b9 fix expand jest and jest-environment-jsdom to allow version 30
@​angular/build
Commit Type Description
542973ab0 fix add adapters to new reporter
f0885691d fix ensure locale data plugin runs before other plugins
45e498f95 fix handle redirects from guards during prerendering

v20.3.7

Compare Source

@​angular-devkit/schematics
Commit Type Description
a31533cf4 fix respect --force option when schematic contains host.create
@​angular/build
Commit Type Description
8cdda111c fix resolve Angular locale data namespace in esbuild
5847ccc54 fix update vite to 7.11.1
@​angular/ssr
Commit Type Description
3a28fb6a1 fix correctly handle routes with matrix parameters
5db6d6487 fix ensure server-side navigation triggers a redirect

v20.3.6

Compare Source

@​angular/ssr
Commit Type Description
5271547c8 fix prevent malicious URL from overriding host

v20.3.5

Compare Source

@​angular/build
Commit Type Description
7f7140680 fix cleanup karma temporary directory after process exit

v20.3.4

Compare Source

@​schematics/angular
Commit Type Description
c94bf7ff0 fix Out of the box support for PM2
465436c9f fix use bracket notation for process.env['pm_id']
@​angular-devkit/build-angular
Commit Type Description
bc6b63114 fix mark InjectionToken as pure for improved tree-shaking
@​angular/build
Commit Type Description
e510ff828 fix mark InjectionToken as pure for improved tree-shaking

v20.3.3

Compare Source

@​schematics/angular
Commit Type Description
b7f92da78 fix add __screenshots__/ to .gitignore
@​angular/ssr
Commit Type Description
a4c9a2007 fix avoid retaining rendered HTML in memory post-request

v20.3.2

Compare Source

v20.3.1

Compare Source

@​angular/build
Commit Type Description
be60be499 fix add timestamp to bundle generation log
d60f4e53d fix update vite to version 7.1.5

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

v20.2.2

Compare Source

@​angular/cli
Commit Type Description
a793bbc47 fix don't set a default for array options when length is 0
2736599e2 fix set process title when running architect commands
@​angular/build
Commit Type Description
5c2abffea fix avoid extra tick in SSR dev-server builds
f3c826853 fix maintain media output hashing with vitest unit-testing

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 is behind base branch, 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 98455e0 to 9b6194a Compare September 10, 2025 19:15
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.2.2 chore(deps): update angular-cli monorepo to v20.3.0 Sep 10, 2025
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.0 chore(deps): update angular-cli monorepo to v20.3.1 Sep 11, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 2 times, most recently from 4e187ca to b5e4923 Compare September 17, 2025 19:12
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.1 chore(deps): update angular-cli monorepo to v20.3.2 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from b5e4923 to 1f18fa8 Compare September 24, 2025 22:34
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.2 chore(deps): update angular-cli monorepo to v20.3.3 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 1f18fa8 to b021201 Compare October 2, 2025 23:26
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.3 chore(deps): update angular-cli monorepo to v20.3.4 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from b021201 to 9595ff5 Compare October 8, 2025 11:55
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.4 chore(deps): update angular-cli monorepo to v20.3.5 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 9595ff5 to c489781 Compare October 15, 2025 19:28
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.5 chore(deps): update angular-cli monorepo to v20.3.6 Oct 15, 2025
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.6 chore(deps): update angular-cli monorepo to v20.3.7 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from c489781 to a2ca8e5 Compare October 23, 2025 00:11
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.7 chore(deps): update angular-cli monorepo to v20.3.8 Oct 29, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 2 times, most recently from 49202bb to 50fab23 Compare November 5, 2025 18:39
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.8 chore(deps): update angular-cli monorepo to v20.3.9 Nov 5, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 50fab23 to 0a3ef7f Compare November 12, 2025 22:55
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.9 chore(deps): update angular-cli monorepo to v20.3.10 Nov 12, 2025
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.10 chore(deps): update angular-cli monorepo to v20.3.11 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 0a3ef7f to d8f7d4e Compare November 19, 2025 18:34
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.11 chore(deps): update angular-cli monorepo to v20.3.12 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from d8f7d4e to 51941c5 Compare November 25, 2025 12:02
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 51941c5 to d4dfcd6 Compare December 3, 2025 16:40
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v20.3.12 chore(deps): update angular-cli monorepo to v20.3.13 Dec 3, 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.

1 participant