Skip to content

Update Fundamental NGX and Angular (major)#27

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-fundamental-ngx-and-angular
Open

Update Fundamental NGX and Angular (major)#27
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-fundamental-ngx-and-angular

Conversation

@renovate

@renovate renovate Bot commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular-devkit/build-angular 21.2.722.0.1 age confidence
@angular-eslint/builder (source) ^21.3.1^22.0.0 age confidence
@angular/animations (source) ^21.2.1^21.2.1 || ^22.0.0 age confidence
@angular/animations (source) ^21.2.0^21.2.0 || ^22.0.0 age confidence
@angular/build ^21.2.7^22.0.0 age confidence
@angular/cli 21.2.722.0.1 age confidence
@angular/common (source) ^21.2.1^21.2.1 || ^22.0.0 age confidence
@angular/compiler (source) ^21.2.1^21.2.1 || ^22.0.0 age confidence
@angular/compiler-cli (source) 21.2.1222.0.1 age confidence
@angular/core (source) ^21.2.1^21.2.1 || ^22.0.0 age confidence
@angular/elements (source) ^21.2.1^21.2.1 || ^22.0.0 age confidence
@angular/elements (source) ^21.2.0^21.2.0 || ^22.0.0 age confidence
@angular/forms (source) ^21.2.1^21.2.1 || ^22.0.0 age confidence
@angular/forms (source) ^21.2.0^21.2.0 || ^22.0.0 age confidence
@angular/platform-browser (source) ^21.2.1^21.2.1 || ^22.0.0 age confidence
@angular/platform-browser (source) ^21.2.0^21.2.0 || ^22.0.0 age confidence
ng-packagr ^21.1.0^22.0.0 age confidence
typescript (source) 5.9.36.0.3 age confidence

Release Notes

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

v22.0.1

Compare Source

@​angular/cli
Commit Type Description
b54e9a549 fix do not sort migrations of the same version alphabetically
d33311612 fix fallback to local package.json for schematic detection on first run
918102a93 fix isolate temporary package installation from parent pnpm workspace
b048b5f4a fix remove forceAuth and unscoped credential parsing
277934035 fix validate registry option is a valid URL in ng add
4510dae02 perf optimize update schematic registry query counts by fetching package metadata lazily
@​schematics/angular
Commit Type Description
c80012294 fix fix browserMode option mapping in refactor-jasmine-vitest
a9b6bd904 fix safely comment out multiline statements in refactor-jasmine-vitest
12199df00 fix use null objects and callbacks in karma-to-vitest migration
@​angular/build
Commit Type Description
89d1be979 fix allow disabling Vitest isolation from builder
d45b84be9 fix exclude JSON imports from Vite dependency optimization
e3cab4ddd fix prevent concurrent stylesheet bundling esbuild context leaks
bd413b0eb fix restrict application builder output paths to output directory

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.16

Compare Source

@​angular/cli
Commit Type Description
77c9047ac fix update pacote to 21.5.1
@​angular/ssr
Commit Type Description
d052e97da fix prioritize options over environment variables in AngularNodeAppEngine

v21.2.15

Compare Source

@​angular/cli
Commit Type Description
42ac0ed0f fix remove forceAuth and unscoped credential parsing
c7a7f1955 fix support registry metadata fetching under bun package manager

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
angular-eslint/angular-eslint (@​angular-eslint/builder)

v22.0.0

Compare Source

🚀 Features
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#​3056)
  • builder: add suppressionsLocation option (#​3034)
⚠️ Breaking Changes
  • drop support for eslint v8 and legacy eslintrc config format (#​3056)
❤️ Thank You

21.4.0 (2026-05-13)

🚀 Features
  • builder: add apply-suppressions option (#​2974)
❤️ Thank You
  • Finn Bayer

21.3.1 (2026-03-17)

🩹 Fixes
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#​2943)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#​2940)
❤️ Thank You

21.3.0 (2026-03-05)

🚀 Features
❤️ Thank You
  • Jason Weinzierl

21.2.0 (2026-01-29)

This was a version bump only for builder to align it with other projects, there were no code changes.

21.1.0 (2025-12-08)

🩹 Fixes
❤️ Thank You

21.0.1 (2025-11-23)

This was a version bump only for builder to align it with other projects, there were no code changes.

v21.4.0

Compare Source

🚀 Features
  • builder: add apply-suppressions option (#​2974)
❤️ Thank You
  • Finn Bayer
angular/angular (@​angular/animations)

v22.0.1

Compare Source

Deprecations

platform-server
  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.
    (cherry picked from commit 8446e46)
common
Commit Type Description
c4b5fa3c92 fix escape CSS string-terminating characters in escapeCssUrl
dfff57ede9 fix Limits date format string length
3c2892c8df fix prevent prototype pollution in formatDateTime
1d87c49f6e fix use cryptographically secure SHA-256 for transfer cache key generation
compiler
Commit Type Description
1ee224ca30 fix disallow i18n event attributes
a56f1cdf8f fix more robust logic to check if regex can be optimized
5946c18275 fix sanitize href/xlink:href attributes of any element of the MathML namespace
393b84caf8 fix sanitize two-way properties
compiler-cli
Commit Type Description
3d9ca2f173 fix bind switch exhaustive check expressions
core
Commit Type Description
669146b0e7 fix disable WebMCP during SSR
562a566ead fix Handle synchronous errors in PendingTasks.run function
fa546f382d fix harden TransferState restoration against DOM clobbering
29fdb98684 fix prevent dangling prevConsumer reference from leaking destroyed views (#​68681)
cdcea80327 fix require WebMCP tool descriptions
4289c4c840 fix update comment for Default change detection
3dd433b39a fix use Object.hasOwn to handle null-prototype objects in toStylingKeyValueArray
045bb736b3 fix validate lowercase SVG animation attribute names
forms
Commit Type Description
11836a670a fix delay mcp reading the form model by a tick
85d2d100e3 fix harden FormGroup control lookups against prototype shadowing
e51ad374ea fix remove animationstart listener on component destroy to prevent memory leak
55b7b5a6b6 fix set additionalProperties: false on generated WebMCP form
http
Commit Type Description
ffb06c0514 fix ensure query parameters are inserted before URL fragments
2dd65d21e6 fix pass down the reportUploadProgress and reportDownloadProgress on post/patch requests
4254eb416c fix preserve empty referrer option in HttpRequest
167bd4c162 fix Rejects non-HTTP(S) URLs in JSONP requests
language-service
Commit Type Description
43a0e28729 fix prevent external template inlay hints from appearing in TS files
platform-server
Commit Type Description
ed48ca7f51 fix harden platform location origin validation during SSR
1881ede3a7 refactor deprecate ServerXhr
router
Commit Type Description
43edc8410f fix use native URL object for navigation boundary and comparison
service-worker
Commit Type Description
cf97b1f828 fix Strips sensitive headers on cross-origin redirects

v22.0.0

Compare Source

Blog post "Announcing Angular v22".

Breaking Changes

compiler
  • This change will trigger the nullishCoalescingNotNullable and optionalChainNotNullable diagnostics on exisiting projects.
    You might want to disable those 2 diagnotiscs in your tsconfig temporarily.
  • data prefixed attribute no-longer bind inputs nor outputs.
  • The compiler will throw when there a when inputs, outputs or model are binding to the same input/outputs.
  • in variables will throw in template expressions.
compiler-cli
  • Elements with multiple matching selectors will now throw at compile time.
core
  • The second arguement of appRef.bootstrap does not accept any anymore. Make sure the element you pass is not nullable.
    • TypeScript versions older than 6.0 are no longer supported.
  • Leave animations are no longer limited to the element being removed.
  • Component with undefined changeDetection property are now OnPush by default. Specify changeDetection: ChangeDetectionStrategy.Eager to keep the previous behavior.
  • change AnimationCallbackEvent.animationComplete signature
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges()

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

👻 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 commented Mar 31, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @openmfp/webcomponents@0.13.0
npm error Found: @angular/core@21.2.17
npm error node_modules/@angular/core
npm error   peer @angular/core@"^21.2.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/core@"22.0.1" from @angular/animations@22.0.1
npm error node_modules/@angular/animations
npm error   peer @angular/animations@"^21.2.0 || ^22.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-18T12_50_55_625Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-18T12_50_55_625Z-debug-0.log

@coderabbitai

coderabbitai Bot commented Mar 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: 9c281841-1f50-4c28-b9cd-f66a9064f6c3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/major-fundamental-ngx-and-angular branch 5 times, most recently from 12393cd to 75f44f1 Compare March 31, 2026 13:52
@renovate renovate Bot changed the title Update dependency typescript to v6 chore(deps): update dependency typescript to v6 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/major-fundamental-ngx-and-angular branch 9 times, most recently from 9f4022f to bb4a12b Compare April 6, 2026 20:31
@renovate renovate Bot force-pushed the renovate/major-fundamental-ngx-and-angular branch from bb4a12b to df9bc4a Compare April 8, 2026 13:54
@renovate renovate Bot changed the title chore(deps): update dependency typescript to v6 Update dependency typescript to v6 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/major-fundamental-ngx-and-angular branch 8 times, most recently from 9291eee to a1db60a Compare April 20, 2026 16:42
@renovate renovate Bot force-pushed the renovate/major-fundamental-ngx-and-angular branch 3 times, most recently from 9ecdf07 to 6517d01 Compare April 21, 2026 12:17
@renovate renovate Bot force-pushed the renovate/major-fundamental-ngx-and-angular branch 8 times, most recently from 52a3932 to c8c9b83 Compare May 7, 2026 16:21
@renovate renovate Bot force-pushed the renovate/major-fundamental-ngx-and-angular branch 16 times, most recently from 034da0b to 0cf90a3 Compare May 17, 2026 17:30
@renovate renovate Bot force-pushed the renovate/major-fundamental-ngx-and-angular branch 5 times, most recently from 54b5a5c to 09de7aa Compare May 19, 2026 12:48
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

0 participants