Skip to content

Commit f78c140

Browse files
committed
release: cut the v19.1.0 release
1 parent 6ea8b5c commit f78c140

File tree

4 files changed

+49
-119
lines changed

4 files changed

+49
-119
lines changed

Diff for: .aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-2023857461
5-
package.json=1658609850
5+
package.json=-2112348862
66
packages/angular_devkit/architect/package.json=-107274537
77
packages/angular_devkit/core/package.json=339935828
8-
pnpm-lock.yaml=1613268280
8+
pnpm-lock.yaml=-1484082178
99
pnpm-workspace.yaml=-1853274682
1010
yarn.lock=1185228888

Diff for: CHANGELOG.md

+44-115
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
<a name="19.1.0-rc.0"></a>
1+
<a name="19.1.0"></a>
22

3-
# 19.1.0-rc.0 (2025-01-08)
3+
# 19.1.0 (2025-01-15)
4+
5+
## Deprecations
6+
7+
### @angular/build
8+
9+
- The `baseHref` option under `i18n.locales` and `i18n.sourceLocale` in `angular.json` is deprecated in favor of `subPath`.
10+
11+
The `subPath` defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, `subPath` will use the locale code.
412

513
### @schematics/angular
614

@@ -11,38 +19,48 @@
1119

1220
### @angular-devkit/architect
1321

14-
| Commit | Type | Description |
15-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ |
16-
| [aa6bf07f3](https://github.com/angular/angular-cli/commit/aa6bf07f35fd0eab9e319ddedadafa06d027da47) | fix | provide better error when builder is not defined |
22+
| Commit | Type | Description |
23+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- |
24+
| [2b8a02bac](https://github.com/angular/angular-cli/commit/2b8a02bac098d4ac4f31b0e74bedfc739171e30b) | feat | require build schemas from modules |
25+
| [fe1ae6933](https://github.com/angular/angular-cli/commit/fe1ae6933998104c144b2c8854f362289c8d91c6) | fix | avoid Node.js resolution for relative builder schema |
1726

18-
### @angular-devkit/build-angular
27+
### @angular-devkit/core
1928

20-
| Commit | Type | Description |
21-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------- |
22-
| [916979c8a](https://github.com/angular/angular-cli/commit/916979c8a74a90788cf8c2379e08e05d48eb777e) | fix | preserve css type for jasmine.css |
29+
| Commit | Type | Description |
30+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------- |
31+
| [ce7c4e203](https://github.com/angular/angular-cli/commit/ce7c4e203d0312d21d4a3d1955f9c97bdf3e06d2) | fix | handle Windows drive letter case insensitivity in path functions |
32+
33+
### @angular-devkit/schematics
34+
35+
| Commit | Type | Description |
36+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- |
37+
| [2f55209dd](https://github.com/angular/angular-cli/commit/2f55209dd24602bdf8c27ef083f96b5f55166971) | fix | update `Rule` type to support returning a `Promise` of `Tree` |
2338

2439
### @angular/build
2540

26-
| Commit | Type | Description |
27-
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
28-
| [2c9d7368f](https://github.com/angular/angular-cli/commit/2c9d7368fc30f3488152e35ac468db5f2a9432f2) | feat | add ng-packagr builder to the package |
29-
| [2f921219f](https://github.com/angular/angular-cli/commit/2f921219f99c846e04d699ba099928e5fbbd8629) | fix | add asset tracking to application builder watch files |
30-
| [a5618693a](https://github.com/angular/angular-cli/commit/a5618693a12daf28fdfc1f791dd36889eeff6095) | fix | do not mark Babel \_defineProperty helper function as pure |
31-
| [ef3dc2ed0](https://github.com/angular/angular-cli/commit/ef3dc2ed02cd997ccb0cb7ab6ff563eec31c5d9e) | fix | enable serving files with bundle-like names |
32-
| [e76800ce5](https://github.com/angular/angular-cli/commit/e76800ce54abf388fd8762fc7a298729fb58650f) | fix | fix incorrect budget calculation |
33-
| [a0b4ea23c](https://github.com/angular/angular-cli/commit/a0b4ea23c45ce048fcd9c8fa9d7ef74107a5d07d) | fix | handle relative URLs when constructing new URLs during server fetch |
34-
| [5cc62d4a3](https://github.com/angular/angular-cli/commit/5cc62d4a30d8353fc56aaa6dfb9c58e51cd092f5) | fix | mitigate JS transformer worker execArgv errors |
35-
| [8639a3b6d](https://github.com/angular/angular-cli/commit/8639a3b6d981ddef84c0f4d70b6a941fc866b82b) | fix | pass `define` option defined in application builder to Vite prebundling |
36-
| [48cae815c](https://github.com/angular/angular-cli/commit/48cae815cfd0124217c1b5bc8c92dfdb0b150101) | fix | skip vite SSR warmup file configuration when SSR is disabled |
37-
| [ba16ad6b5](https://github.com/angular/angular-cli/commit/ba16ad6b56e9a1ae0f380141bc1e1253a75fcf6b) | fix | support incremental build file results in watch mode |
38-
| [bfe9ee36c](https://github.com/angular/angular-cli/commit/bfe9ee36cc4666deca60add57e793242d671b735) | fix | warn when `@angular/localize/init` is imported directly |
41+
| Commit | Type | Description |
42+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ |
43+
| [2c9d7368f](https://github.com/angular/angular-cli/commit/2c9d7368fc30f3488152e35ac468db5f2a9432f2) | feat | add ng-packagr builder to the package |
44+
| [0a570c0c2](https://github.com/angular/angular-cli/commit/0a570c0c2e64c61ce9969975a21c0d9aac8d9f3b) | feat | add support for customizing URL segments with i18n |
45+
| [298b554a7](https://github.com/angular/angular-cli/commit/298b554a7a40465444b4c508e2250ecbf459ea47) | feat | enable component template hot replacement by default |
46+
| [d350f357b](https://github.com/angular/angular-cli/commit/d350f357b2a74df828ec022e03754d59cc680848) | fix | correctly validate locales `subPath` |
47+
| [8aa1ce608](https://github.com/angular/angular-cli/commit/8aa1ce60808c073634237d03045626d379a51183) | fix | handle loaders correctly in SSR bundles for external packages |
48+
| [3b7e6a8c6](https://github.com/angular/angular-cli/commit/3b7e6a8c6e2e018a85b437256040fd9c8161d537) | fix | invalidate component template updates with dev-server SSR |
49+
| [8fa682e57](https://github.com/angular/angular-cli/commit/8fa682e571dbba4bf249ceb3ca490c4ddd4d7fe5) | fix | remove deleted assets from output during watch mode |
50+
| [48cae815c](https://github.com/angular/angular-cli/commit/48cae815cfd0124217c1b5bc8c92dfdb0b150101) | fix | skip vite SSR warmup file configuration when SSR is disabled |
51+
| [ba16ad6b5](https://github.com/angular/angular-cli/commit/ba16ad6b56e9a1ae0f380141bc1e1253a75fcf6b) | fix | support incremental build file results in watch mode |
52+
| [955acef3d](https://github.com/angular/angular-cli/commit/955acef3d504ac924bd813f401fa9b49edbd337b) | fix | trigger browser reload on asset changes with Vite dev server |
53+
| [e74300a2c](https://github.com/angular/angular-cli/commit/e74300a2cbc666482992fa8d6dbfeef37f3a9db5) | fix | use component updates for component style HMR |
54+
| [6a19c217e](https://github.com/angular/angular-cli/commit/6a19c217eaebf9c0bffba8482545efc375fd2a8a) | fix | warn when using both `isolatedModules` and `emitDecoratorMetadata` |
3955

4056
### @angular/ssr
4157

42-
| Commit | Type | Description |
43-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
44-
| [3feecddbb](https://github.com/angular/angular-cli/commit/3feecddbba0d0559da10a45ad4040faf8e9d5198) | fix | disable component boostrapping when running route extraction |
45-
| [6edb90883](https://github.com/angular/angular-cli/commit/6edb90883733040d77647cf24dea7f53b1b6ceaa) | fix | throw error when using route matchers |
58+
| Commit | Type | Description |
59+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------------- |
60+
| [8d7a51dfc](https://github.com/angular/angular-cli/commit/8d7a51dfc9658aa2f0f0c527435c05c2b10f34e5) | feat | add `modulepreload` for lazy-loaded routes |
61+
| [41ece633b](https://github.com/angular/angular-cli/commit/41ece633b3d42ef110bf6085fe0783ab2a56efcd) | feat | redirect to preferred locale when accessing root route without a specified locale |
62+
| [3feecddbb](https://github.com/angular/angular-cli/commit/3feecddbba0d0559da10a45ad4040faf8e9d5198) | fix | disable component boostrapping when running route extraction |
63+
| [6edb90883](https://github.com/angular/angular-cli/commit/6edb90883733040d77647cf24dea7f53b1b6ceaa) | fix | throw error when using route matchers |
4664

4765
<!-- CHANGELOG SPLIT MARKER -->
4866

@@ -77,39 +95,6 @@
7795

7896
<!-- CHANGELOG SPLIT MARKER -->
7997

80-
<a name="19.1.0-next.2"></a>
81-
82-
# 19.1.0-next.2 (2024-12-18)
83-
84-
### @angular-devkit/architect
85-
86-
| Commit | Type | Description |
87-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- |
88-
| [fe1ae6933](https://github.com/angular/angular-cli/commit/fe1ae6933998104c144b2c8854f362289c8d91c6) | fix | avoid Node.js resolution for relative builder schema |
89-
90-
### @angular-devkit/build-angular
91-
92-
| Commit | Type | Description |
93-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ |
94-
| [a9a347014](https://github.com/angular/angular-cli/commit/a9a3470147aaf66ff4784a5b5c26c56d1051a5b3) | fix | jasmine.clock with app builder |
95-
96-
### @angular/build
97-
98-
| Commit | Type | Description |
99-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
100-
| [298b554a7](https://github.com/angular/angular-cli/commit/298b554a7a40465444b4c508e2250ecbf459ea47) | feat | enable component template hot replacement by default |
101-
| [19bb2d480](https://github.com/angular/angular-cli/commit/19bb2d48097eaf8dcdbf584603210146b5f1b81e) | fix | force HTTP/1.1 in dev-server SSR with SSL |
102-
| [3b7e6a8c6](https://github.com/angular/angular-cli/commit/3b7e6a8c6e2e018a85b437256040fd9c8161d537) | fix | invalidate component template updates with dev-server SSR |
103-
104-
### @angular/ssr
105-
106-
| Commit | Type | Description |
107-
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
108-
| [1bf9381c8](https://github.com/angular/angular-cli/commit/1bf9381c8c580321c8a473da1735839ecaf5ad76) | fix | correctly resolve pre-transform resources in Vite SSR without AppEngine |
109-
| [ad1d7d76f](https://github.com/angular/angular-cli/commit/ad1d7d76fc6b94b8f12841fcfb331e5fb098403e) | fix | ensure correct `Location` header for redirects behind a proxy |
110-
111-
<!-- CHANGELOG SPLIT MARKER -->
112-
11398
<a name="19.0.6"></a>
11499

115100
# 19.0.6 (2024-12-18)
@@ -135,54 +120,6 @@
135120

136121
<!-- CHANGELOG SPLIT MARKER -->
137122

138-
<a name="19.1.0-next.1"></a>
139-
140-
# 19.1.0-next.1 (2024-12-12)
141-
142-
## Deprecations
143-
144-
### @angular/build
145-
146-
- The `baseHref` option under `i18n.locales` and `i18n.sourceLocale` in `angular.json` is deprecated in favor of `subPath`.
147-
148-
The `subPath` defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, `subPath` will use the locale code.
149-
150-
### @angular-devkit/architect
151-
152-
| Commit | Type | Description |
153-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------- |
154-
| [2b8a02bac](https://github.com/angular/angular-cli/commit/2b8a02bac098d4ac4f31b0e74bedfc739171e30b) | feat | require build schemas from modules |
155-
156-
### @angular-devkit/build-angular
157-
158-
| Commit | Type | Description |
159-
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- |
160-
| [fb41d182e](https://github.com/angular/angular-cli/commit/fb41d182ee9e50386b0412e07a8bacaaa8c7ce13) | fix | fix webpack config transform for karma |
161-
| [9e2d3fbd1](https://github.com/angular/angular-cli/commit/9e2d3fbd1f5ce1eeca8a46d854aa45598e516d90) | fix | handle windows spec collisions |
162-
163-
### @angular/build
164-
165-
| Commit | Type | Description |
166-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------------- |
167-
| [0a570c0c2](https://github.com/angular/angular-cli/commit/0a570c0c2e64c61ce9969975a21c0d9aac8d9f3b) | feat | add support for customizing URL segments with i18n |
168-
| [210bf4e2b](https://github.com/angular/angular-cli/commit/210bf4e2b4eeac6cdda7e810752486b74c6c0876) | fix | Fixing auto-csp edge cases where |
169-
| [d811a7ffb](https://github.com/angular/angular-cli/commit/d811a7ffb0b6aad741e35025e218ea558590b0bb) | fix | handle external `@angular/` packages during SSR ([#29094](https://github.com/angular/angular-cli/pull/29094)) |
170-
| [64f32c769](https://github.com/angular/angular-cli/commit/64f32c769f58b4e7306faf73fdae386a30f48a41) | fix | provide component HMR update modules to dev-server SSR |
171-
| [c832bac9b](https://github.com/angular/angular-cli/commit/c832bac9b23cd7e8c354f4e2428c158b9bb45e47) | fix | show error when Node.js built-ins are used during `ng serve` |
172-
| [887599822](https://github.com/angular/angular-cli/commit/88759982241ec2c30e00f62691347893d36bbfac) | fix | use consistent path separators for template HMR identifiers |
173-
| [75998ebab](https://github.com/angular/angular-cli/commit/75998ebabb041f60aab40bf5a11979e8f3615537) | perf | reuse TS package.json cache when rebuilding |
174-
175-
### @angular/ssr
176-
177-
| Commit | Type | Description |
178-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------------- |
179-
| [8d7a51dfc](https://github.com/angular/angular-cli/commit/8d7a51dfc9658aa2f0f0c527435c05c2b10f34e5) | feat | add `modulepreload` for lazy-loaded routes |
180-
| [41ece633b](https://github.com/angular/angular-cli/commit/41ece633b3d42ef110bf6085fe0783ab2a56efcd) | feat | redirect to preferred locale when accessing root route without a specified locale |
181-
| [d7214e961](https://github.com/angular/angular-cli/commit/d7214e9610588fe1dbd8ce30e51eaac14a038c56) | fix | include `Content-Language` header when locale is set |
182-
| [10a5b8b6b](https://github.com/angular/angular-cli/commit/10a5b8b6b8ab1f1422adcb66e685af16b2c96549) | fix | disable component bootstrapping during route extraction |
183-
184-
<!-- CHANGELOG SPLIT MARKER -->
185-
186123
<a name="19.0.5"></a>
187124

188125
# 19.0.5 (2024-12-12)
@@ -230,14 +167,6 @@
230167

231168
<!-- CHANGELOG SPLIT MARKER -->
232169

233-
<a name="19.1.0-next.0"></a>
234-
235-
# 19.1.0-next.0 (2024-12-04)
236-
237-
Added support for TypeScript 5.7
238-
239-
<!-- CHANGELOG SPLIT MARKER -->
240-
241170
<a name="19.0.3"></a>
242171

243172
# 19.0.3 (2024-12-04)

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

Diff for: 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)