chore(deps): update angular-cli monorepo to v19 (major)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@angular-devkit/build-angular | devDependencies | major | ^18.2.12 -> ^19.0.0 |
@angular/cli | devDependencies | major | ~18.2.12 -> ~19.1.0 |
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v19.1.0
Deprecations
@angular/build
-
The
baseHref
option underi18n.locales
andi18n.sourceLocale
inangular.json
is deprecated in favor ofsubPath
.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.
@schematics/angular
Commit | Type | Description |
---|---|---|
02825eec5 | feat | use @angular/build package in library generation schematic |
88431b756 | fix | application migration should migrate ng-packagr builder package |
@angular-devkit/architect
Commit | Type | Description |
---|---|---|
2b8a02bac | feat | require build schemas from modules |
fe1ae6933 | fix | avoid Node.js resolution for relative builder schema |
@angular-devkit/core
Commit | Type | Description |
---|---|---|
ce7c4e203 | fix | handle Windows drive letter case insensitivity in path functions |
@angular-devkit/schematics
Commit | Type | Description |
---|---|---|
2f55209dd | fix | update Rule type to support returning a Promise of Tree
|
@angular/build
Commit | Type | Description |
---|---|---|
2c9d7368f | feat | add ng-packagr builder to the package |
0a570c0c2 | feat | add support for customizing URL segments with i18n |
298b554a7 | feat | enable component template hot replacement by default |
d350f357b | fix | correctly validate locales subPath
|
8aa1ce608 | fix | handle loaders correctly in SSR bundles for external packages |
3b7e6a8c6 | fix | invalidate component template updates with dev-server SSR |
8fa682e57 | fix | remove deleted assets from output during watch mode |
48cae815c | fix | skip vite SSR warmup file configuration when SSR is disabled |
ba16ad6b5 | fix | support incremental build file results in watch mode |
955acef3d | fix | trigger browser reload on asset changes with Vite dev server |
e74300a2c | fix | use component updates for component style HMR |
6a19c217e | fix | warn when using both isolatedModules and emitDecoratorMetadata
|
@angular/ssr
Commit | Type | Description |
---|---|---|
8d7a51dfc | feat | add modulepreload for lazy-loaded routes |
41ece633b | feat | redirect to preferred locale when accessing root route without a specified locale |
3feecddbb | fix | disable component boostrapping when running route extraction |
6edb90883 | fix | throw error when using route matchers |
v19.0.7
@angular-devkit/architect
Commit | Type | Description |
---|---|---|
95c22aeff | fix | provide better error when builder is not defined |
@angular-devkit/build-angular
Commit | Type | Description |
---|---|---|
028652992 | fix | preserve css type for jasmine.css |
@angular/build
Commit | Type | Description |
---|---|---|
f7522342a | fix | add asset tracking to application builder watch files |
e973643bf | fix | do not mark Babel _defineProperty helper function as pure |
881095eec | fix | enable serving files with bundle-like names |
db10af0b3 | fix | fix incorrect budget calculation |
c822f8f15 | fix | handle relative URLs when constructing new URLs during server fetch |
b43c648b0 | fix | mitigate JS transformer worker execArgv errors |
1f2481a4f | fix | pass define option defined in application builder to Vite prebundling |
c94f568a4 | fix | warn when @angular/localize/init is imported directly |
v19.0.6
@angular-devkit/build-angular
Commit | Type | Description |
---|---|---|
db7421231 | fix | jasmine.clock with app builder |
@angular/build
Commit | Type | Description |
---|---|---|
5fbc105ed | fix | force HTTP/1.1 in dev-server SSR with SSL |
@angular/ssr
Commit | Type | Description |
---|---|---|
2f4df6b2b | fix | correctly resolve pre-transform resources in Vite SSR without AppEngine |
0789a9e13 | fix | ensure correct Location header for redirects behind a proxy |
v19.0.5
@angular-devkit/build-angular
Commit | Type | Description |
---|---|---|
6c319e44c | fix | fix webpack config transform for karma |
@angular/build
Commit | Type | Description |
---|---|---|
251bd9f22 | fix | Fixing auto-csp edge cases where |
1047b8635 | fix | handle external @angular/ packages during SSR (#29094) |
376ee9966 | fix | provide component HMR update modules to dev-server SSR |
5ea9ce376 | fix | use consistent path separators for template HMR identifiers |
@angular/ssr
Commit | Type | Description |
---|---|---|
b3c6c7eb2 | fix | include Content-Language header when locale is set |
4203efb90 | fix | disable component bootstrapping during route extraction |
v19.0.4
@angular-devkit/build-angular
Commit | Type | Description |
---|---|---|
23667ed4a | fix | handle windows spec collisions |
@angular/build
Commit | Type | Description |
---|---|---|
fc41f50b5 | fix | show error when Node.js built-ins are used during ng serve
|
14451e275 | perf | reuse TS package.json cache when rebuilding |
v19.0.3
@angular/cli
Commit | Type | Description |
---|---|---|
4e82ca180 | fix | correctly select package versions in descending order during ng add
|
@schematics/angular
Commit | Type | Description |
---|---|---|
28a51cc5e | fix | add required type to CanDeactivate guard (#29004) |
@angular/build
Commit | Type | Description |
---|---|---|
f26e1b462 | fix | add timeout to route extraction |
ab4e77c75 | fix | allow .json file replacements with application builds |
06690d87e | fix | apply define option to JavaScript from scripts option |
775e6f780 | fix | avoid deploy URL usage on absolute preload links |
21f21eda3 | fix | ensure correct handling of index.output for SSR |
@angular/ssr
Commit | Type | Description |
---|---|---|
75cf47e71 | fix | apply HTML transformation to CSR responses |
5880a0230 | fix | correctly handle serving of prerendered i18n pages |
277b8a378 | fix | ensure compatibility for Http2ServerResponse type |
v19.0.2
@schematics/angular
Commit | Type | Description |
---|---|---|
2f53e2af5 | fix | skip SSR routing prompt in webcontainer |
@angular/build
Commit | Type | Description |
---|---|---|
f9da163f8 | fix | minimize reliance on esbuild inject to prevent code reordering |
c497749e6 | fix | prevent errors with parameterized routes when getPrerenderParams is undefined |
@angular/ssr
Commit | Type | Description |
---|---|---|
c8cd90e0f | fix | handle nested redirects not explicitly defined in router config |
v19.0.1
@angular-devkit/build-angular
Commit | Type | Description |
---|---|---|
b63123f20 | fix | use stylePreprocessorOptions |
@angular/build
Commit | Type | Description |
---|---|---|
74461da64 | fix | ensure accurate content length for server assets |
1b4dcedd5 | fix | use sha256 instead of sha-256 as hash algorithm name |
@angular/ssr
Commit | Type | Description |
---|---|---|
8bd2b260e | fix | handle baseHref that start with ./
|
v19.0.0
Breaking Changes
@schematics/angular
- The app-shell schematic is no longer compatible with Webpack-based builders.
@angular-devkit/build-angular
-
The
browserTarget
option has been removed from the DevServer and ExtractI18n builders.buildTarget
is to be used instead. -
Protractor is no longer supported.
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.
@angular-devkit/core
-
The deprecated
fileBuffer
function is no longer available. Update your code to usestringToFileBuffer
instead to maintain compatibility.Note: that this change does not affect application developers.
@angular/build
- The
@angular/localize/init
polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.
@angular/ssr
-
The
CommonEngine
API now needs to be imported from@angular/ssr/node
.Before
import { CommonEngine } from '@​angular/ssr';
After
import { CommonEngine } from '@​angular/ssr/node';
@angular-devkit/schematics-cli
Commit | Type | Description |
---|---|---|
37693c40e | feat | add package manager option to blank schematic |
@schematics/angular
Commit | Type | Description |
---|---|---|
a381a3db1 | feat | add option to export component as default |
755f3a07f | feat | add option to setup new workspace or application as zoneless mode |
cfca5442e | feat | integrate withEventReplay() in provideClientHydration for new SSR apps |
292a4b7c2 | feat | update app-shell and ssr schematics to adopt new Server Rendering API |
b1504c3bc | fix | component spec with export default |
4b4e000dd | fix | don't show server routing prompt when using browser builder |
4e2a5fe15 | fix | enable opt-in for new @angular/ssr feature |
fcf7443d6 | fix | explicitly set standalone:false |
7992218a9 | fix | remove declaration and sourceMap from default tsconfig |
9e6ab1bf2 | fix | use default import for express
|
@angular/cli
Commit | Type | Description |
---|---|---|
201b60e1d | feat | handle string key/value pairs, e.g. --define |
b847d4460 | fix | recommend optional application update migration during v19 update |
f249e7e85 | perf | enable Node.js compile code cache when available |
ecc107d83 | perf | enable Node.js compile code cache when available |
@angular-devkit/architect
Commit | Type | Description |
---|---|---|
78f76485f | feat | merge object options from CLI |
@angular-devkit/build-angular
Commit | Type | Description |
---|---|---|
0a4ef3026 | feat | karma-coverage w/ app builder |
dcbdca85c | feat | karma+esbuild+watch |
54594b5ab | feat | support karma with esbuild |
ea5ae68da | fix | bring back style tags in browser builder |
476f94f51 | fix | fix --watch regression in karma |
25d928b4f | fix | fix hanging terminal when browser-sync is not installed |
2ec877dd0 | fix | handle basename collisions |
ab6e19e1f | fix | handle main field |
43e7aae22 | fix | remove double-watch in karma |
1e37b5939 | fix | serve assets |
9d7613db9 | fix | zone.js/testing + karma + esbuild |
e40384e63 | refactor | remove deprecated browserTarget
|
62877bdf2 | refactor | remove Protractor builder and schematics |
@angular-devkit/core
Commit | Type | Description |
---|---|---|
0d8a1006d | refactor | remove deprecated fileBuffer function in favor of stringToFileBuffer
|
@angular/build
Commit | Type | Description |
---|---|---|
b6951f448 | feat | add sass to stylePreprocessorOptions in application builder |
efb434136 | feat | Auto-CSP support as a part of angular.json schema |
816e3cb86 | feat | enable component stylesheet hot replacement by default |
3b00fc908 | feat | introduce outputMode option to the application builder |
7d883a152 | feat | introduce ssr.experimentalPlatform option |
c48d6947e | feat | set development/production condition |
f63072668 | feat | utilize ssr.entry during prerendering to enable access to local API routes |
bbc290133 | feat | utilize ssr.entry in Vite dev-server when available |
5a7a2925b | fix | add missing redirect in SSR manifest |
06e5176c2 | fix | add warning when --prerendering or --app-shell are no-ops |
ecaf870b5 | fix | always clear dev-server error overlay on non-error result |
f8677f6a9 | fix | always record component style usage for HMR updates |
099e477a8 | fix | avoid hashing development external component stylesheets |
3602bbb77 | fix | avoid overwriting inline style bundling additional results |
71534aadc | fix | check referenced files against native file paths |
fed31e064 | fix | correctly use dev-server hmr option to control stylesheet hot replacement |
b86bb080e | fix | disable dev-server websocket when live reload is disabled |
7c50ba9e2 | fix | ensure index.csr.html is always generated when prerendering or SSR are enabled |
efb2232df | fix | ensure accurate content size in server asset metadata |
18a8584ea | fix | ensure SVG template URLs are considered templates with external stylesheets |
7502fee28 | fix | Exclude known --import from execArgv when spawning workers |
2551df533 | fix | fully disable component style HMR in JIT mode |
c41529cc1 | fix | handle APP_BASE_HREF correctly in prerendered routes |
87a90afd4 | fix | incomplete string escaping or encoding |
1bb68ba68 | fix | move lmdb to optionalDependencies |
a995c8ea6 | fix | prevent prerendering of catch-all routes |
1654acf0f | fix | relax constraints on external stylesheet component id |
0d4558ea5 | fix | set ngServerMode during vite prebundling |
55d7f01b6 | fix | simplify disabling server features with --no-server via command line |
cf0228b82 | fix | skip wildcard routes from being listed as prerendered routes |
af52fb49b | fix | synchronize import/export conditions between bundler and TypeScript |
6c618d495 | fix | update logic to support both internal and external SSR middlewares |
bfa8fec9b | fix | use named export reqHandler for server.ts request handling |
c8e1521a2 | fix | workaround Vite CSS ShadowDOM hot replacement |
d6a34034d | refactor | remove automatic addition of @angular/localize/init polyfill and related warnings |
@angular/ssr
Commit | Type | Description |
---|---|---|
92209dd2e | feat | add createRequestHandler and createNodeRequestHandler utilities |
41fb2ed86 | feat | Add getHeaders Method to AngularAppEngine and AngularNodeAppEngine for handling pages static headers |
f346ee8a8 | feat | add isMainModule function |
d66aaa3ca | feat | add server routing configuration API |
bca568389 | feat | dynamic route resolution using Angular router |
30c25bf68 | feat | export AngularAppEngine as public API |
455b5700c | feat | expose writeResponseToNodeResponse and createWebRequestFromNodeRequest in public API |
9692a9054 | feat | improve handling of aborted requests in AngularServerApp
|
576ff604c | feat | introduce AngularNodeAppEngine API for Node.js integration |
3c9697a8c | feat | introduce new hybrid rendering API |
4b09887a9 | feat | move CommonEngine API to /node entry-point |
d43180af5 | fix | add missing peer dependency on @angular/platform-server
|
74b3e2d51 | fix | add validation to prevent use of provideServerRoutesConfig in browser context |
2640bf7a6 | fix | correct route extraction and error handling |
44077f54e | fix | designate package as side-effect free |
df4e1d360 | fix | enable serving of prerendered pages in the App Engine |
0793c78cf | fix | ensure wildcard RenderMode is applied when no Angular routes are defined |
65b6e75a5 | fix | export RESPONSE_INIT , REQUEST , and REQUEST_CONTEXT tokens |
4ecf63a77 | fix | export PrerenderFallback |
50df63196 | fix | improve handling of route mismatches between Angular server routes and Angular router |
3cf7a5223 | fix | initialize the DI tokens with null to avoid requiring them to be set to optional |
85df4011b | fix | resolve bootstrap is not a function error |
e9c9e4995 | fix | resolve circular dependency issue from main.server.js reference in manifest |
64c52521d | fix | show error when multiple routes are set with RenderMode.AppShell
|
280ebbda4 | fix | support for HTTP/2 request/response handling |
fb05e7f0a | fix | use wildcard server route configuration on the '/' route when the app router is empty |
12ff37adb | perf | cache generated inline CSS for HTML |
1d70e3b46 | perf | cache resolved entry-points |
f460b91d4 | perf | integrate ETags for prerendered pages |
e52ae7f6f | perf | prevent potential stampede in entry-points cache |
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.