Skip to content

build: update cross-repo angular dependencies #31408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Jun 24, 2025

This PR contains the following updates:

Package Type Update Change
@angular-devkit/build-angular pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular-devkit/core pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular-devkit/schematics pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/animations (source) pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/build pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/cli pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/common (source) pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/compiler (source) pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/compiler-cli (source) pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/core (source) pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/forms (source) pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/localize pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/ng-dev devDependencies digest c9b62e0 -> f56bdc5
@angular/platform-browser (source) pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/platform-browser-dynamic (source) pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/platform-server (source) pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/router (source) pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@angular/ssr pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
@schematics/angular pnpm.catalog.default minor 20.0.0 -> 20.1.0-next.3
angular/dev-infra action digest 1f047e7 -> 5a3a86f
devinfra git_repository digest fd57e38 -> 5a3a86f

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v20.1.0-next.3

Compare Source

@​angular/cli
Commit Type Description
dc45c186e feat add initial MCP server implementation
@​schematics/angular
Commit Type Description
4221a33cc fix add missing prettier config
@​angular-devkit/build-angular
Commit Type Description
49a09737d feat provide partial custom postcss configuration support
@​angular/build
Commit Type Description
adfeee0a4 fix adjust coverage includes/excludes for unit-test vitest runner
e0de8680d fix inject zone.js/testing before karma builder execution
@​angular/ssr
Commit Type Description
861a61a3b fix avoid preloading unnecessary dynamic bundles
21b5852f1 fix ensure loadChildren runs in correct injection context during route extraction
1c5bd2ef2 fix ensure correct referer header handling in web request conversion

v20.1.0-next.2

Compare Source

@​schematics/angular
Commit Type Description
c43711177 fix include main.server.ts in tsconfig.files when present
4be58ee8c fix reset module typeSeparator when generating applications
@​angular/build
Commit Type Description
c19cd2985 fix coverage reporter option
049e6886f fix include custom bundle name scripts with karma
1d76d0ee5 fix increase worker idle timeout
2672f6ec1 fix json and json-summary as vitest coverage reporters
60a16a82a fix set scripts option output as classic script for karma
130c65014 fix use an empty array as default value for vitest exclude

v20.1.0-next.1

Compare Source

@​schematics/angular
Commit Type Description
1c19e0dcd feat use signal in app component
42f45a39e fix add less as a devDependency when selected as the style preprocessor
@​angular/build
Commit Type Description
e36cbba11 fix do not consider internal Angular files as external imports
a415a4999 fix improve default coverage reporter handling for vitest
f177f5508 fix support injecting global styles into vitest unit-tests
917af12ae fix use date/time based output path for vitest unit-test

v20.1.0-next.0

Compare Source

@​schematics/angular
Commit Type Description
0b7d48c7c fix correctly detect modules using new file extension format
@​angular/build
Commit Type Description
1159cf081 feat add code coverage reporters option for unit-test
8f305ef0b feat add dataurl, base64 loaders

v20.0.4

Compare Source

@​schematics/angular
Commit Type Description
2316fe29d fix add missing prettier config
@​angular/ssr
Commit Type Description
309742289 fix avoid preloading unnecessary dynamic bundles
82691b98f fix ensure correct referer header handling in web request conversion

v20.0.3

Compare Source

@​schematics/angular
Commit Type Description
e90a808c0 fix include main.server.ts in tsconfig.files when present
5c48b8e0a fix reset module typeSeparator when generating applications
@​angular/build
Commit Type Description
56f426e25 fix include custom bundle name scripts with karma
dfe3a8b73 fix increase worker idle timeout
e6d27bd5e fix set scripts option output as classic script for karma

v20.0.2

Compare Source

@​schematics/angular
Commit Type Description
bf64a0f2d fix add less as a devDependency when selected as the style preprocessor
cb258a3e1 fix correctly detect modules using new file extension format
@​angular/build
Commit Type Description
424f1cbbf fix do not consider internal Angular files as external imports

v20.0.1

Compare Source

@​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
angular/angular (@​angular/animations)

v20.1.0-next.3

Compare Source

compiler
Commit Type Description
0dcf230d52 feat add support for new binary assignment operators (#​62064)
compiler-cli
Commit Type Description
ed5062a91c fix add suggestion when pipe is missing (#​62146)
d25a6a0120 fix handle initializer APIs wrapped in type casts (#​62203)
core
Commit Type Description
737b35b684 feat Add destroyed property to EnvironmentInjector (#​61951)
36a193139a fix allow to set a resource in an error state (#​62253)
c4dd258658 fix avoid injecting ErrorHandler from a destroyed injector (#​61886)
3eee19d892 fix unable to retrieve defer blocks in tests when component injects ViewContainerRef (#​62156)
http
Commit Type Description
73269cf5ce feat add keepalive support for fetch requests in httpResource (#​61833)
9791ab1b6f feat Add support for fetch request cache and priority options (#​61766)
language-service
Commit Type Description
20c1f991e6 feat add semantic tokens for templates (#​60260)
5d2e85920e feat support to fix missing required inputs diagnostic (#​50911)
router
Commit Type Description
9833d9ea47 feat Run loadComponent and loadChildren functions in the route's injection context (#​62133)
7600bec71d fix handle scrollRestoration error in restricted environments (#​62186)
upgrade
Commit Type Description
900cd37f68 fix Make zoneless work with hybrid apps (#​61660)

v20.1.0-next.2

Compare Source

core
Commit Type Description
2e0c98bd3f feat support bindings in TestBed (#​62040)
8424b3bcd5 fix Fixes template outlet hydration (#​61989)
31da435854 fix inject APP_ID before injector is destroyed (#​61885)
572c32a038 fix Wrap ErrorEvent with no error property (#​62081)
migrations
Commit Type Description
34adfdea82 fix more robust trailing comma removal in unused imports migration (#​62118)

v20.1.0-next.1

Compare Source

common
Commit Type Description
ef10aa4005 feat support decoding in NgOptimizedImage (#​61905)
compiler-cli
Commit Type Description
b7ab5fa256 fix add signal checks to handle negated calls (#​59970)
core
Commit Type Description
3aa933acb7 fix components marked for traversal resets reactive context (#​61663)
e81ea0c3dd fix unregister onDestroy in outputToObservable (#​61882)
forms
Commit Type Description
4f0221e193 fix improve select performance (#​61949)

v20.1.0-next.0

Compare Source

compiler
Commit Type Description
5a76826d26 fix only report parser errors on invalid expression (#​61793)
e9fcbb8af1 fix remove TypeScript from linker (#​61618)
compiler-cli
Commit Type Description
e62fb359d6 feat add experimental support for fast type declaration emission (#​61334)
0cf1001715 feat support host directives with direct external references in fast type declaration emission (#​61469)
77fa204ad1 fix rename flag for enabling fast type declaration emission (#​61353)
c439d6938d fix symbol builder duplicating host directives (#​61240)
3e1baa5a95 fix typo in NG2026 message (#​61325)
core
Commit Type Description
8163a8995e feat Add destroyed property on DestroyRef (#​61849)
4356e85456 fix fakeAsync should not depend on module import order (#​61375)
583b9a7be5 fix missing useExisting providers throwing for optional calls (#​61137)
8f65223bd8 fix update min Node.js support to 20.19, 22.12, and 24.0 (#​61499)
b785256b9e perf avoid intermediate arrays in definition (#​61445)
forms
Commit Type Description
610bebfce9 fix Allow ControlState as reset arguments for FormGroup/FormRecord (#​55860)
language-service
Commit Type Description
cf55d1bdd4 feat Support importing the external module's export about the angular metadata. (#​61122)
service-worker
Commit Type Description
c67dbda8ff feat support notification closes (#​61442)
6e1df54799 feat support push subscription changes (#​61856)

v20.0.5

Compare Source

compiler-cli
Commit Type Description
de0d525ad7 fix add suggestion when pipe is missing (#​62146)
3eb5a79a83 fix handle initializer APIs wrapped in type casts (#​62203)
core
Commit Type Description
a2e6f317a7 fix allow to set a resource in an error state (#​62253)
4c00238a69 fix avoid injecting ErrorHandler from a destroyed injector (#​61886)
369f03ad7f fix unable to retrieve defer blocks in tests when component injects ViewContainerRef (#​62156)
router
Commit Type Description
65c59dd796 fix handle scrollRestoration error in restricted environments (#​62186)
upgrade
Commit Type Description
144c429230 fix Make zoneless work with hybrid apps (#​61660)

v20.0.4

Compare Source

core
Commit Type Description
e343cdfb86 fix Fixes template outlet hydration (#​62012)
67f657e4a3 fix inject APP_ID before injector is destroyed (#​61885)
ae212b51ee fix Wrap ErrorEvent with no error property (#​62081)
migrations
Commit Type Description
82bf9848a1 fix more robust trailing comma removal in unused imports migration (#​62118)

v20.0.3

Compare Source

v20.0.2

Compare Source

core
Commit Type Description
1e8158baee fix components marked for traversal resets reactive context (#​61663)
1cd23be57e fix unregister onDestroy in outputToObservable (#​61882)

v20.0.1

Compare Source

compiler
Commit Type Description
66a0ec6510 fix move defer trigger assertions out of parser (#​61747)
8ecb1ba027 fix recover invalid parenthesized expressions (#​61815)
core
Commit Type Description
8c60cbfd1c fix takeUntilDestroyed completes immediately if DestroyRef already destroyed (#​61847)
b1d960d082 fix produce an error when incremental hydration is expected, but not configured (#​61741)
b4ed62ddf6 fix properly handle the case where getSignalGraph is called on a componentless NodeInjector (#​60772)
ddd22bea48 fix unregister onDestroy in ResourceImpl when destroy() is called (#​61870)
5c31e7e28d fix unregister onDestroy when observable errors in toSignal (#​61596)
migrations
Commit Type Description
e9820a6d48 fix avoid trailing whitespaces in unused imports migration (#​61698)
service-worker
Commit Type Description
b93fa22f25 fix prevent duplicate fetches during concurrent update checks (#​61443)
9743bd1317 fix update service worker to handle seeking better for videos (#​60029)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot requested review from a team as code owners June 24, 2025 09:39
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project labels Jun 24, 2025
@angular-robot angular-robot requested review from wagnermaciel and ok7sai and removed request for a team June 24, 2025 09:39
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 7 times, most recently from a5c0149 to ab1b056 Compare June 25, 2025 18:05
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from ab1b056 to cc2267f Compare June 26, 2025 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant