Skip to content

Commit 64be376

Browse files
committed
release: cut the v19.1.8 release
1 parent c2cbc0f commit 64be376

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
55
modules/testing/builder/package.json=973445093
6-
package.json=-1605519723
6+
package.json=930862260
77
packages/angular/build/package.json=954937711
88
packages/angular/cli/package.json=349838588
99
packages/angular/pwa/package.json=-1352285148

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="19.1.8"></a>
2+
3+
# 19.1.8 (2025-02-19)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- |
9+
| [f76cee637](https://github.com/angular/angular-cli/commit/f76cee6378d1fb103a47c4c9006df344029491c9) | fix | correctly parse and resolve relative schematic collection names on Windows |
10+
| [ceba7739c](https://github.com/angular/angular-cli/commit/ceba7739cc72835d080a3c2246209a635212a607) | fix | prefer installed package as fallback when listing package groups |
11+
12+
### @angular-devkit/build-angular
13+
14+
| Commit | Type | Description |
15+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- |
16+
| [c54b9996a](https://github.com/angular/angular-cli/commit/c54b9996adb23ebc0a5e1e159ac4a9b54cbf2f1a) | fix | pass missing options to Karma esbuild builder |
17+
18+
### @angular/build
19+
20+
| Commit | Type | Description |
21+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
22+
| [2f60a24dd](https://github.com/angular/angular-cli/commit/2f60a24dd76b3345aef666e7a84099863349c53e) | fix | suppress asset missing warning for `/index.html` requests |
23+
| [b8f7952b7](https://github.com/angular/angular-cli/commit/b8f7952b783a83649364107c78f0fb87ac7b3cf3) | fix | update critical CSS inlining to support `autoCsp` |
24+
25+
<!-- CHANGELOG SPLIT MARKER -->
26+
127
<a name="19.1.7"></a>
228

329
# 19.1.7 (2025-02-12)

package.json

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

0 commit comments

Comments
 (0)