Skip to content

Commit 5a6f853

Browse files
committed
release: cut the v19.1.5 release
1 parent 747557a commit 5a6f853

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+2-2
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=-1236730584
6+
package.json=1299651399
77
packages/angular/build/package.json=954937711
88
packages/angular/cli/package.json=349838588
99
packages/angular/pwa/package.json=-1352285148
@@ -17,6 +17,6 @@ packages/angular_devkit/schematics/package.json=673943597
1717
packages/angular_devkit/schematics_cli/package.json=-356386813
1818
packages/ngtools/webpack/package.json=-942726894
1919
packages/schematics/angular/package.json=251715148
20-
pnpm-lock.yaml=-657686225
20+
pnpm-lock.yaml=601058093
2121
pnpm-workspace.yaml=-1056556036
2222
yarn.lock=969972397

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="19.1.5"></a>
2+
3+
# 19.1.5 (2025-01-29)
4+
5+
### @schematics/angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- |
9+
| [14e3a71e4](https://github.com/angular/angular-cli/commit/14e3a71e46e12a556323fff48998794eecab9896) | fix | update library schematic to use `@angular-devkit/build-angular:ng-packagr` |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- |
15+
| [d53d25fc1](https://github.com/angular/angular-cli/commit/d53d25fc1b80388158643dbdd37aa49b0aa790e0) | fix | allow tailwindcss 4.x as a peer dependency |
16+
| [bd9d379f0](https://github.com/angular/angular-cli/commit/bd9d379f0401a19d527dc896a96b2671b4c4ed76) | fix | disable TypeScript `removeComments` option |
17+
| [e73e9102e](https://github.com/angular/angular-cli/commit/e73e9102e3098882dd76a8dbf800d4ba414e0e27) | fix | handle empty module case to avoid TypeError |
18+
| [bb413456e](https://github.com/angular/angular-cli/commit/bb413456e95a9be49feba95415915ce2ef39b1b5) | fix | keep background referenced HMR update chunks |
19+
| [2011d3428](https://github.com/angular/angular-cli/commit/2011d34286784156b8c09bb8c6d376d8f902bc00) | fix | support template updates that also trigger global stylesheet changes |
20+
| [688019946](https://github.com/angular/angular-cli/commit/688019946358b176eacc872ece72987387a603f1) | fix | update vite to version 6.0.11 |
21+
22+
### @angular/ssr
23+
24+
| Commit | Type | Description |
25+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ |
26+
| [94643d54d](https://github.com/angular/angular-cli/commit/94643d54da1ddadcec1c169aa844a716bec612f6) | fix | enhance dynamic route matching for better performance and accuracy |
27+
| [747557aa0](https://github.com/angular/angular-cli/commit/747557aa0aad00f1df2ce7912ab49775e19c60dc) | fix | redirect to locale pathname instead of full URL |
28+
| [bbbc1eb7a](https://github.com/angular/angular-cli/commit/bbbc1eb7a0c295e0bc4aea95b7292ba484f8a360) | fix | rename `provideServerRoutesConfig` to `provideServerRouting` |
29+
30+
<!-- CHANGELOG SPLIT MARKER -->
31+
132
<a name="19.1.4"></a>
233

334
# 19.1.4 (2025-01-22)

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

pnpm-lock.yaml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)