Bumps the dev-dependencies group with 18 updates in the / directory:
Updates @angular-devkit/build-angular
from 19.0.4 to 20.2.1
Release notes
Sourced from @angular-devkit/build-angular
's releases.
20.2.1
@angular-devkit/schematics-cli
Commit |
Description |
 |
correctly set default array values |
@schematics/angular
Commit |
Description |
 |
directly resolve karma config template in migration |
 |
prevent AI config schematic from failing when 'none' and other AI tools are selected |
@angular/cli
Commit |
Description |
 |
correctly set default array values |
@angular/build
Commit |
Description |
 |
correct JS/TS file paths when running under Bazel |
 |
ensure karma polyfills reporter factory returns a value |
20.2.0
@schematics/angular
Commit |
Description |
 |
add migration to remove default Karma configurations |
 |
add schematics to generate ai context files. |
 |
allow AI config prompt to be skipped without selecting a value |
 |
improve AI config prompt wording |
 |
improve coverage directory handling for Karma configuration comparisons |
 |
zoneless is now stable |
@angular/cli
Commit |
Description |
 |
add --experimental-tool option to mcp command |
 |
add --local-only option to mcp command |
 |
add --read-only option to mcp command |
 |
add modernize tool to the MCP server |
 |
add choices to command line parser when type is array and has an enum |
 |
address Node.js deprecation DEP0190 |
 |
apply default to array types |
 |
use correct path for MCP get_best_practices tool |
@angular-devkit/schematics
Commit |
Description |
 |
address Node.js deprecation DEP0190 |
@angular/build
Commit |
Description |
 |
add headless mode for vitest browser mode |
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular
's changelog.
20.2.1 (2025-08-27)
@angular/cli
Commit |
Type |
Description |
3b693e09e |
fix |
correctly set default array values |
@schematics/angular
Commit |
Type |
Description |
6937123a3 |
fix |
directly resolve karma config template in migration |
5d6dd4425 |
fix |
prevent AI config schematic from failing when 'none' and other AI tools are selected |
@angular-devkit/schematics-cli
Commit |
Type |
Description |
e93919dea |
fix |
correctly set default array values |
@angular/build
Commit |
Type |
Description |
06a6ddc10 |
fix |
correct JS/TS file paths when running under Bazel |
b6816b0cb |
fix |
ensure karma polyfills reporter factory returns a value |
21.0.0-next.0 (2025-08-20)
@angular/build
Commit |
Type |
Description |
0505f954d |
fix |
allow unit-test progress option passthrough for building |
20.2.0 (2025-08-20)
@angular/cli
... (truncated)
Commits
9d27943
release: cut the v20.2.1 release
ce323c6
build: update cross-repo angular dependencies
06a6ddc
fix(@angular/build
): correct JS/TS file paths when running under Bazel
b6816b0
fix(@angular/build
): ensure karma polyfills reporter factory returns a value
4d1cd2c
ci: do not expand glob in shell
24603ba
build: update actions/download-artifact digest to d3f86a1
c114d27
build: update cross-repo angular dependencies
e93919d
fix(@angular-devkit/schematics-cli
): correctly set default array values
3b693e0
fix(@angular/cli
): correctly set default array values
5d6dd44
fix(@schematics/angular
): prevent AI config schematic from failing when 'none...
- Additional commits viewable in compare view
Updates @angular/cli
from 19.0.4 to 19.2.15
Release notes
Sourced from @angular/cli
's releases.
19.2.15
@angular-devkit/build-angular
Commit |
Description |
 |
update dependency webpack-dev-server to v5.2.2 |
19.2.14
@angular/build
Commit |
Description |
 |
HMR requires AOT do not show HMR enabled when using JIT |
 |
include full metadata for AOT unit-testing |
19.2.13
@angular/pwa
Commit |
Description |
 |
remove background_color and theme_color from manifest |
19.2.12
@angular/cli
Commit |
Description |
 |
properly handle Node.js require() errors with ESM modules |
19.2.11
@angular-devkit/build-angular
Commit |
Description |
 |
correctly set i18n subPath in webpack browser builder |
@angular/build
Commit |
Description |
 |
avoid attempting to watch bundler internal files |
 |
avoid internal karma request cache for assets |
 |
fix unnecessary esbuild rebuilds |
19.2.10
@angular/build
Commit |
Description |
 |
update vite to 6.2.7 |
19.2.9
@angular-devkit/build-angular
Commit |
Description |
 |
update http-proxy-middleware to v3.0.5 |
@angular/build
| Commit | Description |
... (truncated)
Changelog
Sourced from @angular/cli
's changelog.
19.2.15 (2025-06-11)
@angular-devkit/build-angular
Commit |
Type |
Description |
b120e1411 |
fix |
update dependency webpack-dev-server to v5.2.2 |
18.2.20 (2025-06-11)
@angular-devkit/build-angular
Commit |
Type |
Description |
f048078 |
fix |
update dependency webpack-dev-server to v5.2.2 |
20.0.1 (2025-06-04)
@angular/cli
Commit |
Type |
Description |
0883248cb |
fix |
improve Node.js version check and error messages |
@schematics/angular
Commit |
Type |
Description |
525ddcbd2 |
fix |
only overwrite JSON file if actually changed |
83c820e5a |
fix |
remove karma config devkit package usages during application migration |
87266b38a |
fix |
skip zone.js dependency for zoneless applications |
@angular/build
Commit |
Type |
Description |
e5efdc577 |
fix |
also disable outputMode in vitest unit-tests |
5814393db |
fix |
resolve junit karma reporter output to workspace root |
... (truncated)
Commits
101c875
release: cut the v19.2.15 release
b120e14
fix(@angular-devkit/build-angular
): update dependency webpack-dev-server to v...
d110379
release: cut the v19.2.14 release
3ffd43a
build: preserve peerDependenciesMeta
in snapshots
cf4e676
build: correctly replace BUILD_SCM_HASH-PLACEHOLDER
with `BUILD_SCM_ABBREV_...
33aee37
refactor(@angular/build
): update ensureWorkerPool
to do an early exit
5c86b80
refactor(@angular/build
): use new HMR documentation URL for console message
5ce9f96
fix(@angular/build
): include full metadata for AOT unit-testing
a3504fd
fix(@angular/build
): HMR requires AOT do not show HMR enabled when using JIT
6336f9c
release: cut the v19.2.13 release
- Additional commits viewable in compare view
Updates @angular/compiler
from 19.0.4 to 19.2.14
Release notes
Sourced from @angular/compiler
's releases.
19.2.14
compiler
Commit |
Description |
 |
lexer support for template literals in object literals (#61601) |
migrations
Commit |
Description |
 |
preserve comments when removing unused imports (#61674) |
19.2.13
common
Commit |
Description |
 |
avoid injecting ApplicationRef in FetchBackend (#61649) |
service-worker
Commit |
Description |
 |
do not register service worker if app is destroyed before it is ready to register (#61101) |
19.2.12
common
Commit |
Description |
 |
cancel reader when app is destroyed (#61528) |
 |
prevent reading chunks if app is destroyed (#61354) |
compiler
Commit |
Description |
 |
avoid conflicts between HMR code and local symbols (#61550) |
compiler-cli
Commit |
Description |
 |
Always retain prior results for all files (#61487) |
 |
avoid ECMAScript private field metadata emit (#61227) |
core
Commit |
Description |
 |
cleanup rxResource abort listener (#58306) |
 |
cleanup testability subscriptions (#61261) |
 |
enable stashing only when withEventReplay() is invoked (#61352) |
 |
Testing should not throw when Zone does not patch test FW APIs (#61376) |
 |
unregister onDestroy in toSignal . (#61514) |
platform-server
Commit |
Description |
 |
speed up resolution of base (#61392) |
19.2.11
No release notes provided.
... (truncated)
Changelog
Sourced from @angular/compiler
's changelog.
19.2.14 (2025-05-28)
compiler
Commit |
Type |
Description |
24bab55f0c |
fix |
lexer support for template literals in object literals (#61601) |
migrations
Commit |
Type |
Description |
9e1cd49662 |
fix |
preserve comments when removing unused imports (#61674) |
19.2.13 (2025-05-23)
common
Commit |
Type |
Description |
2c876b4fc5 |
fix |
avoid injecting ApplicationRef in FetchBackend (#61649) |
service-worker
Commit |
Type |
Description |
b15bddfa04 |
fix |
do not register service worker if app is destroyed before it is ready to register (#61101) |
19.2.12 (2025-05-21)
common
compiler
Commit |
Type |
Description |
44bb328eae |
fix |
avoid conflicts between HMR code and local symbols (#61550) |
compiler-cli
core
platform-server
... (truncated)
Commits
24bab55
fix(compiler): lexer support for template literals in object literals (#61601)
fc2483e
refactor(compiler): avoid duplication between FactoryTarget
type (#61571)
8e54b57
build: move private testing helpers outside platform-browser/testing
(#61571)
44bb328
fix(compiler): avoid conflicts between HMR code and local symbols (#61550)
1007079
build: update compiler-cli to not be stamped when used for the compiler in ng...
0d025c5
build: support new ng_project
rule (#61336)
899cb4a
refactor: add explicit types for exports relying on inferred call return type...
1312eb1
build: remove irrelevant madge circular deps tests (#61209)
964b261
refactor(compiler): improve stringify
(#60013)
c0e4ff1
refactor(compiler): add support for the new search element (#54945)
- Additional commits viewable in compare view
Updates @angular/compiler-cli
from 19.0.4 to 19.2.14
Release notes
Sourced from @angular/compiler-cli
's releases.
19.2.14
compiler
Commit |
Description |
 |
lexer support for template literals in object literals (#61601) |
migrations
Commit |
Description |
 |
preserve comments when removing unused imports (#61674) |
19.2.13
common
Commit |
Description |
 |
avoid injecting ApplicationRef in FetchBackend (#61649) |
service-worker
Commit |
Description |
 |
do not register service worker if app is destroyed before it is ready to register (#61101) |
19.2.12
common
Commit |
Description |
 |
cancel reader when app is destroyed (#61528) |
 |
prevent reading chunks if app is destroyed (#61354) |
compiler
Commit |
Description |
 |
avoid conflicts between HMR code and local symbols (#61550) |
compiler-cli
Commit |
Description |
 |
Always retain prior results for all files (#61487) |
 |
avoid ECMAScript private field metadata emit (#61227) |
core
Commit |
Description |
 |
cleanup rxResource abort listener (#58306) |
 |
cleanup testability subscriptions (#61261) |
 |
enable stashing only when withEventReplay() is invoked (#61352) |
 |
Testing should not throw when Zone does not patch test FW APIs (#61376) |
 |
unregister onDestroy in toSignal . (#61514) |
platform-server
Commit |
Description |
 |
speed up resolution of base (#61392) |
19.2.11
No release notes provided.
... (truncated)
Changelog
Sourced from @angular/compiler-cli
's changelog.
19.2.14 (2025-05-28)
compiler
Commit |
Type |
Description |
24bab55f0c |
fix |
lexer support for template literals in object literals (#61601) |
migrations
Commit |
Type |
Description |
9e1cd49662 |
fix |
preserve comments when removing unused imports (#61674) |
19.2.13 (2025-05-23)
common
Commit |
Type |
Description |
2c876b4fc5 |
fix |
avoid injecting ApplicationRef in FetchBackend (#61649) |
service-worker
Commit |
Type |
Description |
b15bddfa04 |
fix |
do not register service worker if app is destroyed before it is ready to register (#61101) |
19.2.12 (2025-05-21)
common
compiler
Commit |
Type |
Description |
44bb328eae |
fix |
avoid conflicts between HMR code and local symbols (#61550) |
compiler-cli
core
platform-server
... (truncated)
Commits
6957808
refactor(compiler-cli): remove hardcoded config for unused standalone imports...
e818a00
build: exclude esbuild metadata files from distributable packages (#61636)
d4d4be8
build: migrate localize package to use rules_js (#61615)
8e54b57
build: move private testing helpers outside platform-browser/testing
(#61571)
44bb328
fix(compiler): avoid conflicts between HMR code and local symbols (#61550)
1007079
build: update compiler-cli to not be stamped when used for the compiler in ng...
1071802
fix(compiler-cli): Always retain prior results for all files (#61487)
7198905
build: use an unstamped version of compiler-cli for running the angular compi...
fd29dab
build: fix golden approval script (#61407)
1191e62
fix(compiler-cli): avoid ECMAScript private field metadata emit (#61227)
- Additional commits viewable in compare view
Updates @types/content-type
from 1.1.8 to 1.1.9
Commits
Updates @types/jasmine
from 5.1.5 to 5.1.9
Commits
Updates @types/node
from 18.19.76 to 24.3.0
Commits
Updates @types/request
from 2.48.12 to 2.48.13
Commits
Updates @typescript-eslint/eslint-plugin
from 6.21.0 to 8.41.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.41.0
8.41.0 (2025-08-25)
🚀 Features
- tighten
tsconfigRootDir
validation (#11463)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.40.0
8.40.0 (2025-08-18)
🩹 Fixes
- typescript-eslint: export
plugin
, parser
, and configs
that are compatible with both defineConfig()
and tseslint.config()
(#11475)
- typescript-estree: correct range of import assertion with trailing comma (#11478)
- utils: correct
calculateConfigForFile
return type (#11451)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.39.1
8.39.1 (2025-08-11)
🩹 Fixes
- typescript-eslint: handle
file://
urls in stack trace when inferring tsconfigRootDir
(#11464)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.41.0 (2025-08-25)
🩹 Fixes
- deps: update dependency prettier to v3.6.2 (#11496)
You can read about our versioning strategy and releases on our website.
8.40.0 (2025-08-18)
🚀 Features
- typescript-estree: forbid invalid keys in
EnumMember
(#11232)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.39.1 (2025-08-11)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.39.0 (2025-08-04)
🚀 Features
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
🩹 Fixes
- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
... (truncated)
Commits
31a7336
chore(release): publish 8.41.0
a4526b3
chore: skip failing tests to fix CI (#11505)
03e21eb
fix(deps): update dependency prettier to v3.6.2 (#11496)
60c3b26
chore(release): publish 8.40.0
7648622
fix(typescript-estree): revert #11232 (feat(typescript-estree): forbid invali...
d50a6b1
feat(typescript-estree): forbid invalid keys in EnumMember
(#11232)
b2ee794
chore(release): publish 8.39.1
fee2bc6
chore: update eslint-plugin-eslint-plugin (#11449)
c98d513
chore(release): publish 8.39.0
a8def4b
fix(eslint-plugin): [no-unsafe-assignment] add an unsafeObjectPattern
messa...
- Additional commits viewable in