-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Bump version to "v22.0.0-next.0" with changelog. #32706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
alan-agius4
merged 1 commit into
angular:main
from
alan-agius4:release-stage-22.0.0-next.0
Mar 5, 2026
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,48 @@ | ||
| <a name="22.0.0-next.0"></a> | ||
|
|
||
| # 22.0.0-next.0 (2026-03-05) | ||
|
|
||
| ## 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/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. | ||
|
|
||
| ### @angular/cli | ||
|
|
||
| | Commit | Type | Description | | ||
| | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- | | ||
| | [a5c7c0b5f](https://github.com/angular/angular-cli/commit/a5c7c0b5fda4ae0c00351ba34e5f39dab2c6baee) | fix | reflect new minimum supported Node version in ng.js | | ||
|
|
||
| ### | ||
|
|
||
|
Comment on lines
+23
to
+24
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| | Commit | Type | Description | | ||
| | --------------------------------------------------------------------------------------------------- | -------- | ----------------------------------------------------- | | ||
| | [d0e9e8163](https://github.com/angular/angular-cli/commit/d0e9e81639be33c453f1ef66c7c1c8ea4fe543c2) | build | update minimum supported Node.js versions | | ||
| | [1f21e89d9](https://github.com/angular/angular-cli/commit/1f21e89d99c191642627df6842402644a1bf26ee) | refactor | remove `@angular-devkit/architect-cli` package | | ||
| | [b4885b851](https://github.com/angular/angular-cli/commit/b4885b851226709ae4146070122806e14a3d5eb9) | refactor | remove experimental Jest and Web Test Runner builders | | ||
|
|
||
| ### @angular/build | ||
|
|
||
| | Commit | Type | Description | | ||
| | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | ||
| | [414320d02](https://github.com/angular/angular-cli/commit/414320d02a090b7b36720051569cba7563bf9ac6) | feat | support runtime Zone.js detection in Vitest unit test runner | | ||
| | [f190263a4](https://github.com/angular/angular-cli/commit/f190263a4010a4f7b9ae85806b5d70a16b57b9fa) | fix | allow any `CHROME_BIN` for vitest playwright provider | | ||
|
|
||
| ### @angular/ssr | ||
|
|
||
| | Commit | Type | Description | | ||
| | --------------------------------------------------------------------------------------------------- | -------- | ------------------------------------- | | ||
| | [27cd35561](https://github.com/angular/angular-cli/commit/27cd355619aad140dfc221c6bd161f4a981e0f3b) | refactor | remove CSR fallback for invalid hosts | | ||
|
|
||
| <!-- CHANGELOG SPLIT MARKER --> | ||
|
|
||
| <a name="21.2.1"></a> | ||
|
|
||
| # 21.2.1 (2026-03-05) | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This heading is empty and seems to be a formatting artifact. Removing it will improve the readability of the breaking changes section.