Skip to content

build: update cross-repo angular dependencies - #3909

Merged
alan-agius4 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/cross-repo-angular-dependencies
Aug 14, 2026
Merged

build: update cross-repo angular dependencies#3909
alan-agius4 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/cross-repo-angular-dependencies

Conversation

@angular-robot

@angular-robot angular-robot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 22.2.0-next.022.2.0-next.2 age adoption passing confidence
@angular/build 22.2.0-next.222.2.0-next.3 age adoption passing confidence
@angular/cdk 22.2.0-next.022.2.0-next.1 age adoption passing confidence
@angular/cli 22.2.0-next.222.2.0-next.3 age adoption passing confidence
@angular/common (source) 22.2.0-next.022.2.0-next.2 age adoption passing confidence
@angular/compiler (source) 22.2.0-next.022.2.0-next.2 age adoption passing confidence
@angular/compiler-cli (source) 22.2.0-next.022.2.0-next.2 age adoption passing confidence
@angular/core (source) 22.2.0-next.022.2.0-next.2 age adoption passing confidence
@angular/forms (source) 22.2.0-next.022.2.0-next.2 age adoption passing confidence
@angular/material 22.2.0-next.022.2.0-next.1 age adoption passing confidence
@angular/platform-browser (source) 22.2.0-next.022.2.0-next.2 age adoption passing confidence
@angular/router (source) 22.2.0-next.022.2.0-next.2 age adoption passing confidence

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

Release Notes

angular/angular (@​angular/animations)

v22.2.0-next.2

Compare Source

compiler
Commit Type Description
a4f1a94948 fix do not encapsulate nested selectors if parent contains ::ng-deep
d7b03f5523 fix Generate correct expression for optional chaning.
107f6fa49d fix remove namespaced MathML script elements
d0d7f57e08 fix scope nested CSS rules
compiler-cli
Commit Type Description
e8aa222e7d fix correctly resolve symbol for SafePropertyRead in chained optional navigation
8d6c925392 fix record class extends clause references in DeferredSymbolTracker
core
Commit Type Description
8925a4ee49 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
565dbb2fe5 fix incorrect loop in defer blocks
9f8e32616b fix reject prefixed SVG script hosts
forms
Commit Type Description
9e37a58e14 fix keep radio inputs in sync when values change
http
Commit Type Description
09bc90003e fix always decode JSON responses as UTF-8
router
Commit Type Description
b65dea4f03 feat allow throwing RedirectCommand to trigger redirects
435f8b2b8b fix limit protocol-relative URL handling to serialization

v22.2.0-next.1

Compare Source

core
Commit Type Description
cfe2cda110 fix initialize hydration triggers after late runtime activation
e43eb96341 fix warn when style property bindings receive invalid values
http
Commit Type Description
ef4dfead83 fix avoid aborting completed requests in FetchBackend
6a0789dc7f fix respect content-type charset in fetch backend text decoder
bb78286e5e fix run root interceptors in the terminal request chain
280d09b160 fix strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue
angular/angular-cli (@​angular/build)

v22.2.0-next.3

Compare Source

@​angular/cli
Commit Type Description
7106676e6 fix disable searching current directory for bare executable names on Windows
ecf8c0822 fix serialize configuration as a single argv token in run_target strategies (#​33657)
2e4dd90c3 perf avoid eager module loading during global bootstrap
@​schematics/angular
Commit Type Description
1161e6c99 fix generate CLAUDE.md for Claude Code instead of AGENTS.md
c536ae364 fix import UrlSegment instead of subPath in guard generator
@​angular/build
Commit Type Description
04b532772 fix count statically imported chunks in the initial total
2274babb6 fix normalize setupFiles paths to POSIX for vitest runner
199a864df fix prevent syntax corruption for Crockford-style enum IIFE
0d9851600 fix recursively ignore output and cache paths in watch mode
3eba6f726 fix return direct file contents for non-Angular TypeScript files
3c7ac1518 fix return only lowest version per target engine
3e9fed9a6 fix set target for Rolldown dependency prebundling in Vite dev server
87551ad5c perf avoid encoding intermediate source maps before remapping
194be2088 perf avoid encoding the inline source map before remapping
a55a6b78e perf batch last_accessed updates in sqlite cache store
33b305416 perf hash the i18n inline cache key options once per locale
1c00edce0 perf optimize sourcemap stripping and loading with buffer fast path
b6269a816 perf optimize template string size calculation in server manifest
a6ef9cfbe perf replace watchpack with @​parcel/watcher and chokidar
596847f89 perf share i18n translations with the inliner workers by reference
19c91e48d perf use Map for chunk asset size lookups in budget calculator
@​angular/ssr
Commit Type Description
6a3446770 fix destroy platform when response stream is cancelled
angular/components (@​angular/cdk)

v22.2.0-next.1

Compare Source

aria
Commit Type Description
c87e3a57e7 fix combobox: empty aria-controls when the popup widget has no id (#​33635)
cdk
Commit Type Description
f3e6276c96 fix a11y: move focus to root if there are no focusable elements in focus trap (#​33654)
material
Commit Type Description
c71383fe37 fix datepicker: actions overflowing at some screen sizes with touch UI (#​33645)
e9760b396b fix form-field: update view when the control is swapped out (#​33636)
multiple
Commit Type Description
9582c5f301 fix tokens specified in wrong category (#​33660)

@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 target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Aug 7, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates various Angular dependencies, including @angular/core, @angular/common, @angular/compiler, @angular/compiler-cli, @angular/animations, @angular/forms, @angular/platform-browser, and @angular/router, from version 22.2.0-next.0 to 22.2.0-next.1 across multiple packages, applications, and integration tests, along with updating the corresponding lockfiles. There are no review comments, and I have no feedback to provide.

@angular-robot
angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 2 times, most recently from cd8523a to f6f6b44 Compare August 13, 2026 17:45
@angular-robot angular-robot changed the title build: update cross-repo angular dependencies to v22.2.0-next.1 build: update cross-repo angular dependencies Aug 13, 2026
@angular-robot
angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from f6f6b44 to 38ecbf1 Compare August 13, 2026 18:13
See associated pull request for more information.
@angular-robot
angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 38ecbf1 to 77b1e02 Compare August 13, 2026 19:19
@alan-agius4
alan-agius4 merged commit d1455b5 into angular:main Aug 14, 2026
17 checks passed
@alan-agius4

Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

@angular-robot
angular-robot deleted the ng-renovate/cross-repo-angular-dependencies branch August 14, 2026 09:26
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 target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants