Skip to content

build: update cross-repo angular dependencies#3833

Open
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/cross-repo-angular-dependencies
Open

build: update cross-repo angular dependencies#3833
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/cross-repo-angular-dependencies

Conversation

@angular-robot

@angular-robot angular-robot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 22.1.0-next.422.1.0-next.6 age adoption passing confidence
@angular/build 22.1.0-next.222.1.0-next.4 age adoption passing confidence
@angular/cdk 22.1.0-next.222.1.0-next.4 age adoption passing confidence
@angular/cli 22.1.0-next.222.1.0-next.4 age adoption passing confidence
@angular/common (source) 22.1.0-next.422.1.0-next.6 age adoption passing confidence
@angular/compiler (source) 22.1.0-next.422.1.0-next.6 age adoption passing confidence
@angular/compiler-cli (source) 22.1.0-next.422.1.0-next.6 age adoption passing confidence
@angular/core (source) 22.1.0-next.422.1.0-next.6 age adoption passing confidence
@angular/forms (source) 22.1.0-next.422.1.0-next.6 age adoption passing confidence
@angular/material 22.1.0-next.222.1.0-next.4 age adoption passing confidence
@angular/platform-browser (source) 22.1.0-next.422.1.0-next.6 age adoption passing confidence
@angular/router (source) 22.1.0-next.422.1.0-next.6 age adoption passing confidence

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

Release Notes

angular/angular (@​angular/animations)

v22.1.0-next.6

Compare Source

common
Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches
compiler
Commit Type Description
da52137724 fix parsing of an empty template literal interpolation
5bd00add07 fix support foreign components inside control flow blocks (#​69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#​69674)
compiler-cli
Commit Type Description
ae0ec7315c fix re-tag SourceFiles after TsCreateProgramDriver.updateFiles()
core
Commit Type Description
9b9b0e93c9 fix allow static attributes for explicit input transforms
68ac204074 fix ignore processing instruction syntax in templates
0ae6d81ed2 fix preserve explicit input transform write type
forms
Commit Type Description
5cb8c733a3 fix allow multiple async validators
2e32872720 fix preserve intermediate number values in signal forms
2e0cb52dbf fix prevent stale CVA writeback during debounce
http
Commit Type Description
6d043f8657 fix prevent interceptor signal reads from leaking into calling reactive contexts
localize
Commit Type Description
5de0ea5f23 fix build runtime translations map with a null prototype
2a4f582731 fix use Object.hasOwn for placeholder lookup in translate
platform-browser
Commit Type Description
fb6b354fbd fix prevent ReDoS in SOURCEMAP_URL_REGEXP

v22.1.0-next.5

Compare Source

compiler
Commit Type Description
af5e4e1131 feat Add an error for --global-foo cases (#​68846)
d579ecaf73 feat Disable '--global-' error outside of g3 (#​68846)
f98547675c feat Namespace CSS variables to the app (#​68846)
8c8b2f7783 feat Support css var namespacing in properties (#​68846)
997b772f28 fix use regular optional chaining expression for safe function calls in TCBs
compiler-cli
Commit Type Description
eb2a8ff63f fix apply debugName transform to required signal queries
eac363e92e fix detect uninvoked signals in bound expressions using ternary
core
Commit Type Description
eab4847a8b feat Adds deep linking from Performance panel to DevTools
forms
Commit Type Description
953cdfd66a fix allow multiple async validators
forms/signals
Commit Type Description
b542302a23 fix make extractValue reactive for compat AbstractControl values
http
Commit Type Description
e3630c23c5 feat add options to allow caching of credentialed and non-cacheable HTTP requests
migrations
Commit Type Description
0a5a2b768c fix preserve transitive NgModule references when pruning
fbb705e6fd fix remove stale model import in model-output migration
router
Commit Type Description
cbbb1d8ba1 fix handle outlet named proto in segment group maps
e5c37f21de fix use safe hasOwnProperty when parsing query params
angular/angular-cli (@​angular/build)

v22.1.0-next.4

Compare Source

@​angular/cli
Commit Type Description
3789ceee1 fix copy packageManager field and yarn config for temp installs
b0b3a47ae fix support resolving subproject dependencies in pnpm workspaces
@​schematics/angular
Commit Type Description
b345bb54d fix remove unused spec tsconfig outDir
@​angular/build
Commit Type Description
0c18dc0f6 feat emit debug ids for stable subresource integrity hashes
291caab61 fix prevent stripping nested sourceMappingURL comments

v22.1.0-next.3

Compare Source

@​angular/build
Commit Type Description
34d558c3c feat add built-in SQLite cache store fallback
52ae7f862 feat share persistent build cache across git worktrees
41bd100dd fix fallback to build target preserveSymlinks option in karma runner
6d9b360e5 fix prevent esbuild service hang on internal component stylesheet builds
85c53d990 fix prevent externalizing builder-injected i18n locale data
004cc4104 fix strip all vite id prefixes from minified code with external dependencies
09d0a11a8 perf enable fast-path AST printing with sourcemaps in AotCompilation
@​angular/ssr
Commit Type Description
0bd22dae0 fix replace all route parameters when resolving relative redirects
angular/components (@​angular/cdk)

v22.1.0-next.4

Compare Source

aria
Commit Type Description
def7bc2a69 fix combobox: closing immediately when opening programmatically with zone.js (#​33518)
cdk
Commit Type Description
67a5031db7 fix overlay: guard against null document.body before popover support check (#​33403)
c069cab23c fix private: guard createPolicy against DOM clobbering (#​33410)
material
Commit Type Description
d324696863 fix button: match focus indicator shape to FAB (#​33527)
9a247a8da2 fix datepicker: use rounded shape for calendar focus indicators (#​33524)
14d896a936 fix sort: double focus indicators when strong focus is enabled (#​33520)
c729db7972 fix stepper: add border radius to header hover state in m2 (#​33529)
multiple
Commit Type Description
ebd64a1bf8 fix pass form field to error state tracker (#​33509)

v22.1.0-next.3

Compare Source

aria
Commit Type Description
ee20441fa fix listbox: allow navigation to specific index (#​33485)
material
Commit Type Description
c5aa5486a fix core: rework error state matcher to handle signal forms (#​33500)

@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 Jul 8, 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 the @angular/cdk and @angular/material dependencies from version 22.1.0-next.2 to 22.1.0-next.3 in the apps/code-of-conduct package, with corresponding updates in the pnpm-lock.yaml lockfile. I have no feedback to provide as these are standard dependency updates.

@angular-robot
angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from a0bf2f6 to 1c1cf57 Compare July 8, 2026 22:18
@angular-robot angular-robot changed the title build: update cross-repo angular dependencies to v22.1.0-next.3 build: update cross-repo angular dependencies Jul 8, 2026
@angular-robot
angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 3 times, most recently from d42fad3 to 1166473 Compare July 16, 2026 00:56
See associated pull request for more information.
@angular-robot
angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 1166473 to e399f7f Compare July 16, 2026 04:50
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.

1 participant