Skip to content

Commit 85a2698

Browse files
committed
release: cut the v22.0.5 release
1 parent 5c892ee commit 85a2698

2 files changed

Lines changed: 71 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 70 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
<a name="22.0.5"></a>
2+
3+
# 22.0.5 (2026-07-01)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
9+
| [f099e641c](https://github.com/angular/angular-cli/commit/f099e641c96a5932d81535e712af7044269b4788) | fix | gracefully handle package manager errors in command handler |
10+
| [cf033ec48](https://github.com/angular/angular-cli/commit/cf033ec48e2371655fbf6bcdb588c05aff2e6662) | fix | respect release age policy in update bootstrapping logic |
11+
12+
### @schematics/angular
13+
14+
| Commit | Type | Description |
15+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------- |
16+
| [862a38069](https://github.com/angular/angular-cli/commit/862a380697db60cee8cf83e8fe20641db2a6aae1) | fix | remove unused app tsconfig outDir |
17+
18+
### @angular-devkit/build-angular
19+
20+
| Commit | Type | Description |
21+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
22+
| [f75085f4b](https://github.com/angular/angular-cli/commit/f75085f4b58ed61979a2901a4ef0353e56f22136) | fix | prevent OS command injection in ssr-dev-server builder |
23+
24+
### @angular/build
25+
26+
| Commit | Type | Description |
27+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
28+
| [dfee1e7b1](https://github.com/angular/angular-cli/commit/dfee1e7b142d767c86eecb7791ed72bce65866c5) | fix | auto-inject localize/init in library unit tests |
29+
| [aba718403](https://github.com/angular/angular-cli/commit/aba718403df7a96310570c1449674a49254cd4af) | fix | inherit preserveSymlinks option from build target in unit-test builder |
30+
| [7c0d9f03c](https://github.com/angular/angular-cli/commit/7c0d9f03c2ae82a90a48e51b2aee731a36dc2beb) | fix | load zone.js dynamically for library unit tests |
31+
| [4288e4452](https://github.com/angular/angular-cli/commit/4288e44525e855f29f026276f518968b1b2697db) | fix | scope createRequire module resolution using paths to prevent parent paths |
32+
33+
### @angular/ssr
34+
35+
| Commit | Type | Description |
36+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- |
37+
| [5f774f891](https://github.com/angular/angular-cli/commit/5f774f891a086bf0a2ab6f86c24485425e99f16d) | fix | preserve response headers during redirect |
38+
39+
<!-- CHANGELOG SPLIT MARKER -->
40+
141
<a name="22.0.4"></a>
242

343
# 22.0.4 (2026-06-24)
@@ -14521,21 +14561,23 @@ Alan Agius, Charles Lyding, Joey Perrott, Keen Yee Liau, Luca Vazzano, Pankaj Pa
1452114561
A number of browser and server builder options have had their default values changed. The aim of these changes is to reduce the configuration complexity and support the new "production builds by default" initiative.
1452214562

1452314563
**Browser builder**
14524-
| Option | Previous default value | New default value |
14525-
|----------------------------------------|---------------------------|-------------------|
14526-
| optimization | false | true |
14527-
| aot | false | true |
14528-
| buildOptimizer | false | true |
14529-
| sourceMap | true | false |
14530-
| extractLicenses | false | true |
14531-
| namedChunks | true | false |
14532-
| vendorChunk | true | false |
14564+
14565+
| Option | Previous default value | New default value |
14566+
| --------------- | ---------------------- | ----------------- |
14567+
| optimization | false | true |
14568+
| aot | false | true |
14569+
| buildOptimizer | false | true |
14570+
| sourceMap | true | false |
14571+
| extractLicenses | false | true |
14572+
| namedChunks | true | false |
14573+
| vendorChunk | true | false |
1453314574

1453414575
**Server builder**
14535-
| Option | Previous default value | New default value |
14536-
|---------------|------------------------|-------------------|
14537-
| optimization | false | true |
14538-
| sourceMap | true | false |
14576+
14577+
| Option | Previous default value | New default value |
14578+
| ------------ | ---------------------- | ----------------- |
14579+
| optimization | false | true |
14580+
| sourceMap | true | false |
1453914581

1454014582
(cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc)
1454114583

@@ -15556,21 +15598,23 @@ Alan Agius, Charles Lyding, Joey Perrott, Cédric Exbrayat, Doug Parker, Joshua
1555615598
A number of browser and server builder options have had their default values changed. The aim of these changes is to reduce the configuration complexity and support the new "production builds by default" initiative.
1555715599

1555815600
**Browser builder**
15559-
| Option | Previous default value | New default value |
15560-
|----------------------------------------|---------------------------|-------------------|
15561-
| optimization | false | true |
15562-
| aot | false | true |
15563-
| buildOptimizer | false | true |
15564-
| sourceMap | true | false |
15565-
| extractLicenses | false | true |
15566-
| namedChunks | true | false |
15567-
| vendorChunk | true | false |
15601+
15602+
| Option | Previous default value | New default value |
15603+
| --------------- | ---------------------- | ----------------- |
15604+
| optimization | false | true |
15605+
| aot | false | true |
15606+
| buildOptimizer | false | true |
15607+
| sourceMap | true | false |
15608+
| extractLicenses | false | true |
15609+
| namedChunks | true | false |
15610+
| vendorChunk | true | false |
1556815611

1556915612
**Server builder**
15570-
| Option | Previous default value | New default value |
15571-
|---------------|------------------------|-------------------|
15572-
| optimization | false | true |
15573-
| sourceMap | true | false |
15613+
15614+
| Option | Previous default value | New default value |
15615+
| ------------ | ---------------------- | ----------------- |
15616+
| optimization | false | true |
15617+
| sourceMap | true | false |
1557415618

1557515619
(cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc)
1557615620

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "22.0.4",
3+
"version": "22.0.5",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)