Skip to content

fix(deps): update all dependencies to v22 j:cdx-227#1524

Open
renovate-coveo[bot] wants to merge 1 commit into
masterfrom
renovate/major-angular
Open

fix(deps): update all dependencies to v22 j:cdx-227#1524
renovate-coveo[bot] wants to merge 1 commit into
masterfrom
renovate/major-angular

Conversation

@renovate-coveo

@renovate-coveo renovate-coveo Bot commented Nov 24, 2025

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
@angular-devkit/core dependencies major ^15.0.0^22.0.0
@angular-devkit/schematics dependencies major ^15.0.0^22.0.0
@angular/cdk dependencies major ^15.0.0^22.0.0
@angular/cli dependencies major ^15.0.0^22.0.0
@angular/core (source) devDependencies major ^15.0.0^22.0.0
@angular/forms (source) devDependencies major ^15.0.0^22.0.0
@angular/material devDependencies major ^15.0.0^22.0.0
@angular/platform-browser (source) devDependencies major ^15.0.0^22.0.0
@angular/router (source) devDependencies major ^15.0.0^22.0.0

Release Notes

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

v22.0.0

Compare Source

Breaking Changes

  • Node.js v20 is no longer supported. The minimum supported Node.js versions are now v22.22.0 and v24.13.1.
  • The @angular-devkit/architect-cli package is no longer available. The architect CLI tool has been moved to the @angular-devkit/architect package.
  • The experimental @angular-devkit/build-angular:jest and @angular-devkit/build-angular:web-test-runner builders have been removed.
@​angular/build
  • The @angular/build:dev-server (ng serve) now assigns the highest priority to the PORT environment variable. This value will override any port configurations specified in angular.json or via the --port command-line flag. This includes the default port 4200.
  • istanbul-lib-instrument is now an optional peer dependency.
    Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note: ng update will automatically add this dependency during the update process.
@​angular/ssr
  • The server no longer falls back to Client-Side Rendering (CSR) when a request fails host validation. Requests with unrecognized 'Host' headers will now return a 400 Bad Request status code. Users must ensure all valid hosts are correctly configured in the 'allowedHosts' option.

Deprecations

@​angular-devkit/build-angular
  • Webpack builders in build-angular are deprecated. Use @​angular/build builders instead.
@​angular-devkit/build-webpack
  • Webpack builders in build-webpack are deprecated. Use @​angular/build builders instead.
@​angular/ssr
  • CommonEngine APIs are deprecated in favor of AngularNodeAppEngine or AngularAppEngine.
@​ngtools/webpack
@​angular/cli
Commit Type Description
58c0978f6 feat add support for Node.js 26.0.0
a5c7c0b5f fix reflect new minimum supported Node version in ng.js
a5e1e48db fix update odd-numbered Node.js version warning condition for future releases
93c3eb8fb fix update zoneless migration tool to handle ChangeDetectionStrategy.Eager
a39a33128 perf cache root manifest and resolve restricted package exports in ng add
@​schematics/angular
Commit Type Description
be60a63b7 feat add migrate-karma-to-vitest update migration
43505066e feat add migration to add istanbul-lib-instrument
b2f7a038b feat conditionally install istanbul coverage provider for Vitest migration
d227e6985 feat migrate fake async to Vitest fake timers
d2aa9ede5 feat migrate fakeAsync's flush behavior when used in beforeEach
f98cc82eb feat rely on strict template default in generated workspaces
c9f408153 feat set up fake timers in beforeEach instead of beforeAll
de630c2fc feat stabilize refactor-jasmine-vitest schematic
8d0805dd1 feat update TSConfig globals during karma to vitest migration
470e1f937 fix add istanbul-lib-instrument to application/library generator dependencies
dc1238e5a fix add trusted-proxy-headers migration
6572a6944 fix default components to OnPush change detection
aed407db8 fix defer karma config deletion in Karma to Vitest migration
4fbc60891 fix preserve Jasmine stub-by-default semantics for bare spies
b3d838dfd fix replace deprecated ChangeDetectionStrategy.Default with Eager
a7ac8e5f0 fix support spy call arguments migration in refactor-jasmine-vitest
7fb59eaa6 fix use service decorator in ng generate

Commit Type Description
d0e9e8163 build update minimum supported Node.js versions
1f21e89d9 refactor remove @angular-devkit/architect-cli package
b4885b851 refactor remove experimental Jest and Web Test Runner builders
@​angular-devkit/build-angular
Commit Type Description
b7940dbcb refactor deprecate Webpack builders
@​angular-devkit/build-webpack
Commit Type Description
3d5daa45e refactor deprecate webpack and webpack-dev-server builders
@​angular/build
Commit Type Description
e9aa7967b feat add isolate option to unit-test builder
fe720cab6 feat add process.env.PORT support to the dev server
0781f7498 feat add quiet option to suppress build noise in unit tests
cd2ad3c19 feat enable chunk optimization by default with heuristics
3007f46b7 feat move istanbul-lib-instrument to optional peer dependency
af2c7e944 feat rename experimentalPlatform to platform in application builder
58c7c7a9d feat subresource integrity validation for dynamically loaded modules
73233dc5f feat support Istanbul coverage in Vitest runner
414320d02 feat support runtime Zone.js detection in Vitest unit test runner
b85ec6798 fix allow configuring Access-Control-Allow-Origin via headers option
edfa782d5 fix use dynamic TestComponentRenderer for Vitest
@​angular/ssr
Commit Type Description
5adc92541 fix enforce explicit opt-in for proxy headers
f85343925 fix support all X-Forwarded-* headers when trustProxyHeaders is true
8471ba634 fix support server-side rendering configuration options
50b16a65b refactor deprecate CommonEngine APIs
27cd35561 refactor remove CSR fallback for invalid hosts
@​ngtools/webpack
Commit Type Description
547ca515b refactor deprecate @​ngtools/webpack loader and plugin

v21.2.14

Compare Source

@​angular/cli
Commit Type Description
aed448748 fix expand package groups for newly added peer dependencies in update schematic
@​angular/build
Commit Type Description
d46c082fb fix prevent esbuild service child process leakage

v21.2.13

Compare Source

@​angular-devkit/build-angular
Commit Type Description
3c6d26a31 fix remove unconditional CORS wildcard from webpack dev-server
@​angular/build
Commit Type Description
2b3e95517 fix assert that asset input paths are within workspace root

v21.2.12

Compare Source

@​angular/build
Commit Type Description
cbad57579 fix ignore virtual esbuild paths with (disabled):

v21.2.11

Compare Source

@​angular/cli
Commit Type Description
bbd63b7a5 fix robustly parse npm manifest from array
@​angular/ssr
Commit Type Description
eafe1a719 fix allow all hosts in common engine rendering options to prevent validation errors
7a116a80d fix remove stateful flag from URL_PARAMETER_REGEXP

v21.2.10

Compare Source

@​angular/cli
Commit Type Description
bb8611913 fix restrict MCP workspace access to allowed client roots during resolution

v21.2.9

Compare Source

@​angular/cli
Commit Type Description
233deef01 fix fix broken img ref in ai-tutor
7cea9885c fix introduce initial package manager workspace awareness
5b1a5b743 fix remove standalone true ref in ai tutor
@​schematics/angular
Commit Type Description
e7abeb5c7 fix add missing imports for focus and skip APIs in refactor-jasmine-vitest
@​angular/ssr
Commit Type Description
94023f62c fix introduce trustProxyHeaders option to safely validate and sanitize proxy headers
5ffe5c309 fix add support for configuring trusted proxy headers via environment variable
930ada9b7 fix decode route segments when building and matching route tree
0dc8a440c fix use router to normalize URLs for comparison

v21.2.8: 21.2.8

Compare Source

@​angular/cli
Commit Description
fix - e91280c05 dynamically resolve project Angular CLI executable inside MCP tools
fix - 01af6741b ignore EBADF file system errors during MCP project scan
fix - f7a3e6ed8 use headless option in MCP test tool
@​angular-devkit/build-angular
Commit Description
fix - 00336c037 ensure route has leading slash in prerender builder
fix - e87d302d6 fix app-shell route format and
@​angular/build
Commit Description
fix - c93140a54 use rootDir for HMR component updates path resolution
fix - 6df2b1488 validate V8 coverage support for browsers in Vitest

v21.2.7

Compare Source

@​angular/cli
Commit Type Description
971041aa1 fix handle missing package manager during analytics initialization
@​angular/build
Commit Type Description
365cce81d fix preserve coverage ignore comments in development
9f74660c3 fix show clear error when styleUrl points to a TypeScript file

v21.2.6

Compare Source

@​angular/cli
Commit Type Description
ea14f28cc fix fix sourceRoot resolution for MCP projects tool
@​angular/build
Commit Type Description
9136eb376 fix ensure transitive SCSS partial errors are tracked in watch mode
8186faa11 fix ensure Vitest mock patching is executed only once
107d1a9e2 fix preserve error stack traces during prerendering
b7f457253 fix scope CHROME_BIN executable path to individual playwright instances

v21.2.5

Compare Source

@​angular/cli
Commit Type Description
cadf9b201 feat support custom port in MCP devserver start tool
@​angular/ssr
Commit Type Description
bbc255419 fix allow underscores in host validation
b1fe66a7f fix patch Headers.forEach in cloneRequestAndPatchHeaders

v21.2.4

Compare Source

@​angular/cli
Commit Type Description
a7787d092 fix restore console methods after logger completes
@​angular/build
Commit Type Description
7170599ab fix deduplicate and merge coverage excludes with vitest
c73f13797 fix prevent reporter duplicates by explicitly overriding Vitest configuration
956ccaa71 fix remove default for unit-test coverage option
36978db7e fix warn about performance of test.exclude in vitest configuration
6ec36f5be fix warn when vitest watch config conflicts with builder
@​angular/ssr
Commit Type Description
9bdf782c8 fix apply forwarded prefix and vary header in accept-language redirects
628c58672 fix support '*' in allowedHosts and warn about security risks

v21.2.3

Compare Source

@​angular/cli
Commit Type Description
1505164bb fix use parsed package name for migrate-only updates
@​angular/build
Commit Type Description
75fa94cad fix alias createRequire banner import to avoid duplicate binding
d009aa1ec fix only use external packages for polyfills when no local files are present
@​angular/ssr
Commit Type Description
f3e0e82c2 fix disallow x-forwarded-prefix starting with a backslash
b8bcd59b4 fix ensure unique values in redirect response Vary header
84385411d fix support custom headers in redirect responses

v21.2.2

Compare Source

@​angular/cli
Commit Type Description
8447d9132 fix conditionally quote package names when adding dependencies based on host requirements
d2f209823 fix preserve exact version in ng add when requested
28f4d684a perf avoid redundant package version resolution in ng add
@​angular/build
Commit Type Description
06010294f fix allow any CHROME_BIN for vitest playwright provider
8dec0c62b fix normalize line endings for CSP hash generation
58688ebd7 fix pass process environment variables to prerender workers
4ca61647f fix resolve assets correctly during i18n prerendering

v21.2.1

Compare Source

@​angular/cli
Commit Type Description
aed448748 fix expand package groups for newly added peer dependencies in update schematic
@​angular/build
Commit Type Description
d46c082fb fix prevent esbuild service child process leakage

v21.2.0

Compare Source

@​angular/cli
Commit Type Description
0dd04f289 feat add markdown files to Prettier's formatting list
fbae1b6ab feat automatic formatting files modified by schematics
91b9d281f feat integrate file formatting into update migrations
98a24d040 feat standardize MCP tools around workspace/project options
d9cd609c5 fix correctly parse scoped packages in yarn classic list output
5b05f2500 fix enable shell option for Prettier execution on Windows platforms
25b8a157d fix quote complex range specifiers in package manager
6f29a8c35 fix renamed files by their new path in the schematic workflow
201a036f2 fix simplify Angular version compatibility checks and add special handling for local builds of new major versions
cdd26bb66 fix validate package manager version using semver.valid and throw an error if invalid
bc363af8b perf optimize package manager discovery with stat-based probing
@​schematics/angular
Commit Type Description
aa7381efd feat add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency
f80db6fb7 feat add ng-add support for Vitest browser providers
5d1df50d8 fix add actionable feedback to vitest-browser schematic
@​angular/build
Commit Type Description
ece30f235 feat add headless option to unit-test builder
cad7a7c0f feat run vitest browser with playwright with OS theme
0b4982720 fix adjust sourcemap sources when Vitest wrapper is bypassed
1f114a9e8 fix bundle setup files in unit-test builder for Vitest
fd5cb28c8 fix explicitly fail when using Vitest runtime mocking
dc899e8a5 fix normalize allowedHosts in dev-server
26bbea12f fix serve extensionless assets without transformation

v21.1.5

Compare Source

@​angular/ssr
Commit Type Description
8695d6063 fix prevent open redirect via X-Forwarded-Prefix header
e4d445ec6 fix validate host headers to prevent header-based SSRF

v21.1.4

Compare Source

@​angular/build
Commit Type Description
7a9dd6b47 fix correctly resolve absolute setup file paths in Vitest

v21.1.3

Compare Source

@​schematics/angular
Commit Type Description
a18196a10 fix warn when production configuration is missing for service worker
@​angular-devkit/build-angular
Commit Type Description
6d05d27ca fix address Node.js deprecation DEP0190

v21.1.2

Compare Source

@​angular-devkit/schematics-cli
Commit Type Description
e7458c81d fix Add boolean type inference for 'true' and 'false' string values in argument parsing
@​angular-devkit/architect
Commit Type Description
d66f1fe64 fix Add boolean type inference for 'true' and 'false' string values in argument parsing
@​angular/build
Commit Type Description
80911af67 fix loosen Vitest dependency checks when runnerConfig is used
2d30639d3 fix support merging coverage thresholds with Vitest runnerConfig

v21.1.1

Compare Source

@​angular/cli
Commit Type Description
151b69587 fix Remove nonexistent link from MCP response
@​schematics/angular
Commit Type Description
9da6d8fa7 fix correct

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 has been generated by Mend Renovate.

@renovate-coveo renovate-coveo Bot added the dependencies Pull requests that update a dependency file label Nov 24, 2025
@renovate-coveo renovate-coveo Bot requested a review from a team as a code owner November 24, 2025 00:25
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for your contribution @renovate-coveo[bot] !
When your pull-request is ready to be merged, check the box below to merge it

  • Merge! :shipit:

@github-actions

Copy link
Copy Markdown
Contributor

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch from d5c99ad to afa193f Compare November 25, 2025 20:13
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch from afa193f to 6af370a Compare November 26, 2025 16:49
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch from 6af370a to f9d22fa Compare November 26, 2025 17:19
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch from f9d22fa to 2cc6be3 Compare December 1, 2025 12:17
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch from 2cc6be3 to 4b6e901 Compare December 3, 2025 14:44
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch from 4b6e901 to a51f277 Compare December 3, 2025 15:46
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch from a51f277 to a565390 Compare December 3, 2025 21:13
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch from a565390 to 71eb1c1 Compare December 10, 2025 17:20
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch from 71eb1c1 to ffdd5ac Compare December 10, 2025 20:47
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch from ffdd5ac to 960722c Compare December 11, 2025 01:14
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch 2 times, most recently from 8a3b5b1 to 3981109 Compare December 17, 2025 21:30
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch 4 times, most recently from 632b5a6 to 8947176 Compare February 25, 2026 22:32
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch 7 times, most recently from 9946936 to 8891b8f Compare March 11, 2026 19:34
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch 5 times, most recently from f657845 to 18b3863 Compare March 19, 2026 00:03
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch 5 times, most recently from f33c21c to d169068 Compare April 1, 2026 13:24
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch 3 times, most recently from 61d5eb7 to ccde614 Compare April 8, 2026 19:19
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch 2 times, most recently from e23592f to aff7ffa Compare April 8, 2026 22:17
@renovate-coveo renovate-coveo Bot force-pushed the renovate/major-angular branch 3 times, most recently from 85463d4 to cd05ea8 Compare April 22, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants