Skip to content

Commit 3d47bd3

Browse files
committed
release: cut the v19.2.22 release
1 parent 0a01aec commit 3d47bd3

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="19.2.22"></a>
2+
3+
# 19.2.22 (2026-02-26)
4+
5+
### @angular-devkit/core
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------ |
9+
| [0a01aecd9](https://github.com/angular/angular-cli/commit/0a01aecd92a5dfa1a254429481906a88be725c5e) | fix | update `ajv` to `8.18.0` |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------- |
15+
| [79f59412a](https://github.com/angular/angular-cli/commit/79f59412a17eeabd2ad5df1d614ed634354d1eee) | fix | update rollup to 4.59.0 |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="19.2.21"></a>
220

321
# 19.2.21 (2026-02-23)
@@ -888,6 +906,7 @@
888906
- Protractor is no longer supported.
889907

890908
Protractor was marked end-of-life in August 2023 (see https://protractortest.org/). Projects still relying on Protractor should consider migrating to another E2E testing framework, several support solid migration paths from Protractor.
909+
891910
- https://angular.dev/tools/cli/end-to-end
892911
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
893912

@@ -4522,6 +4541,7 @@ Alan Agius, Charles Lyding and Doug Parker
45224541
### @angular/cli
45234542

45244543
- Several changes to the `ng analytics` command syntax.
4544+
45254545
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
45264546
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
45274547

@@ -4551,6 +4571,7 @@ Alan Agius, Charles Lyding and Doug Parker
45514571
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
45524572

45534573
Valid extensions for `scripts` are:
4574+
45544575
- `.js`
45554576
- `.cjs`
45564577
- `.mjs`
@@ -4559,6 +4580,7 @@ Alan Agius, Charles Lyding and Doug Parker
45594580
- `.mjsx`
45604581

45614582
Valid extensions for `styles` are:
4583+
45624584
- `.css`
45634585
- `.less`
45644586
- `.sass`

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": "19.2.21",
3+
"version": "19.2.22",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)