Skip to content

Commit 619c0d2

Browse files
committed
release: cut the v19.2.23 release
1 parent de2da48 commit 619c0d2

File tree

2 files changed

+31
-5
lines changed

2 files changed

+31
-5
lines changed

CHANGELOG.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="19.2.23"></a>
2+
3+
# 19.2.23 (2026-03-27)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
9+
| [67cfbe32f](https://github.com/angular/angular-cli/commit/67cfbe32ff013d7c9763253c8ccd383d8ee2416c) | fix | update picomatch to 4.0.4 |
10+
11+
### @angular-devkit/build-angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
15+
| [771b979e7](https://github.com/angular/angular-cli/commit/771b979e78af079242bea607470b3ad3b6162659) | fix | update picomatch to 4.0.4 |
16+
17+
### @angular-devkit/core
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
21+
| [de2da4874](https://github.com/angular/angular-cli/commit/de2da4874026bb47d08de828b6b4b44fd7d9a3c4) | fix | update picomatch to 4.0.4 |
22+
23+
### @angular/build
24+
25+
| Commit | Type | Description |
26+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
27+
| [27a9ce4a7](https://github.com/angular/angular-cli/commit/27a9ce4a7446db0533e4a7ef64301eeccc5e21e1) | fix | update picomatch to 4.0.4 |
28+
29+
<!-- CHANGELOG SPLIT MARKER -->
30+
131
<a name="19.2.22"></a>
232

333
# 19.2.22 (2026-02-26)
@@ -906,7 +936,6 @@
906936
- Protractor is no longer supported.
907937

908938
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-
910939
- https://angular.dev/tools/cli/end-to-end
911940
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
912941

@@ -4541,7 +4570,6 @@ Alan Agius, Charles Lyding and Doug Parker
45414570
### @angular/cli
45424571

45434572
- Several changes to the `ng analytics` command syntax.
4544-
45454573
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
45464574
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
45474575

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

45734601
Valid extensions for `scripts` are:
4574-
45754602
- `.js`
45764603
- `.cjs`
45774604
- `.mjs`
@@ -4580,7 +4607,6 @@ Alan Agius, Charles Lyding and Doug Parker
45804607
- `.mjsx`
45814608

45824609
Valid extensions for `styles` are:
4583-
45844610
- `.css`
45854611
- `.less`
45864612
- `.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.22",
3+
"version": "19.2.23",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)