Skip to content

chore(deps): update angular - #2345

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/angular
Open

chore(deps): update angular#2345
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/angular

Conversation

@renovate

@renovate renovate Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/architect 0.2200.50.2201.5 age adoption passing confidence
@angular-devkit/build-angular 22.0.522.1.5 age adoption passing confidence
@angular-devkit/core 22.0.522.1.5 age adoption passing confidence
@angular/animations (source) 22.0.522.1.3 age adoption passing confidence
@angular/build 22.0.522.1.5 age adoption passing confidence
@angular/cli 22.0.522.1.5 age adoption passing confidence
@angular/common (source) 22.0.522.1.3 age adoption passing confidence
@angular/compiler (source) 22.0.522.1.3 age adoption passing confidence
@angular/compiler-cli (source) 22.0.522.1.3 age adoption passing confidence
@angular/core (source) 22.0.522.1.3 age adoption passing confidence
@angular/forms (source) 22.0.522.1.3 age adoption passing confidence
@angular/language-service (source) 22.0.522.1.3 age adoption passing confidence
@angular/platform-browser (source) 22.0.522.1.3 age adoption passing confidence
@angular/platform-browser-dynamic (source) 22.0.522.1.3 age adoption passing confidence
@angular/router (source) 22.0.522.1.3 age adoption passing confidence

Release Notes

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

v0.2201.5

Compare Source

v0.2201.4

Compare Source

v0.2201.3

Compare Source

v0.2201.2

Compare Source

v0.2201.1

Compare Source

v0.2201.0

Compare Source

v0.2200.9

Compare Source

v0.2200.8

Compare Source

v0.2200.7

Compare Source

v0.2200.6

Compare Source

angular/angular (@​angular/animations)

v22.1.3

Compare Source

animations
Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn
common
Commit Type Description
b3c78a5081 fix preserve literal key union in KeyValuePipe.transform()
compiler
Commit Type Description
94f0b9a371 fix preserve &ngsp; between sibling control flow blocks
core
Commit Type Description
afe529cb2d fix accept readonly arrays for setClassMetadata decorators
2c72fe3797 fix allow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098 fix expose debuggableFn for non-computed signal graph nodes
7bcce260f5 fix prevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3 fix replace all hasOwnProperty usages with Object.hasOwn
85f12a5a13 fix stop running further effects once one destroys the view mid-flush
c04931c88b fix throw a descriptive error instead of crashing when a hydration node is missing
601d1f6576 fix throw NG0500 instead of a raw TypeError on element hydration mismatch
forms
Commit Type Description
83450d2924 fix report forbidden 2way bindings on when FormField is applied
5cb4ea7e35 fix warn in dev mode when ngModel cannot reach parent NgForm across component boundary
http
Commit Type Description
0cd635e9e2 fix cancel oversized fetch response bodies
language-server
Commit Type Description
14fbe04612 fix recover project for external templates in solution-style workspaces
platform-browser
Commit Type Description
3ddcb1a101 fix disallow event handler attributes in Meta
640460d606 fix throw a descriptive error when insertBefore reference node is missing
router
Commit Type Description
abe019d505 fix pass correct component to canDeactivate for named outlets in componentless parent routes

v22.1.2

Compare Source

compiler
Commit Type Description
76dff307b4 fix Generate correct expression for optional chaning.
6f9a64e6f5 fix remove namespaced MathML script elements
compiler-cli
Commit Type Description
e9660b1801 fix correctly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513 fix record class extends clause references in DeferredSymbolTracker
core
Commit Type Description
0df9d5eb65 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179e fix incorrect loop in defer blocks
7b40456792 fix reject prefixed SVG script hosts
forms
Commit Type Description
3b5c798072 fix keep radio inputs in sync when values change
http
Commit Type Description
4f7e9987fa fix always decode JSON responses as UTF-8
router
Commit Type Description
2f82601662 fix limit protocol-relative URL handling to serialization

v22.1.1

Compare Source

core
Commit Type Description
aa6d3189c1 fix initialize hydration triggers after late runtime activation
deecb301c8 fix warn when style property bindings receive invalid values
http
Commit Type Description
ac3728e79f fix avoid aborting completed requests in FetchBackend
688a0a7118 fix respect content-type charset in fetch backend text decoder
a13b968451 fix run root interceptors in the terminal request chain
32af9b525e fix strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue

v22.1.0

Compare Source

Deprecations

http
  • HttpClient.jsonp, HttpClientJsonpModule, and related JSONP classes/functions are deprecated. Use standard HTTP requests instead.
common
Commit Type Description
1ad6824d0d fix skip transfer cache for uncacheable HTTP traffic (#​69017)
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)
292199aa4d fix permissive whitespace parsing in default never blocks
25c744c4d0 fix support foreign components defined outside top-level scope
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
aeb55c8bc1 fix allow passing uninvoked signals as foreign component props
7c60a98b3c fix support import aliases in foreignImports (#​68674)
core
Commit Type Description
124ba10ead feat add custom set option to linkedSignal
eab4847a8b feat Adds deep linking from Performance panel to DevTools
091456a214 fix account for namespaces in host binding sanitization (#​69558)
b3748e9fe4 fix correct container anchor collection order to match DOM layout
11b206b919 fix introduce disposal mechanism for Angular views in foreign @content
56607967db fix introduce logical-only containers for foreign content
23cf1a828b fix sanitize host bindings on concrete hosts (#​69558)
0c07356c5c fix set current tnode in foreign component instruction on reuse
forms
Commit Type Description
bbbd357bd2 fix add utility to assert that value is a field tree
http
Commit Type Description
e3630c23c5 feat add options to allow caching of credentialed and non-cacheable HTTP requests
ec16a3d6c6 fix enable xsrf for root-provided HttpClient
39e362eea5 fix match header values exactly when deleting
be46ca8696 fix preserve immutability of materialized clones
c0cbd46bd7 fix skip transfer cache for fetch credentialed requests (#​69017)
af04e266cc refactor deprecate jsonp support
language-service
Commit Type Description
7f0265e43a feat compile non-exported classes if standalone (#​68454)
4f9c824dd9 feat Typecheck templates which would require inline typecheck blocks (#​68454)
a99fb915c0 fix account for strictTemplates being enabled by default
migrations
Commit Type Description
c75ff0255c feat add migration from injectable to service
5d5b2ea72d fix correctly detect then/else keywords in control flow migration
platform-server
Commit Type Description
cf9d7fa0f8 fix harden platform location origin validation during SSR (#​69184)
router
Commit Type Description
97a3fd6a55 feat handle null and undefined inputs in RouterLinkActive

v22.0.8

Compare Source

common
Commit Type Description
c0368f2278 fix preserve crossorigin on image preloads
core
Commit Type Description
8616ba9db6 fix ensure SVG animation attributeName is checked case-insensitively
forms
Commit Type Description
d302c7ab83 fix ensure pending status propagates to the root form in signal forms
http
Commit Type Description
9d40f8aefe fix prevent transfer cache key collisions
migrations
Commit Type Description
388daea2fc fix correctly migrate ngClass with mixed space-separated keys
bb39cda648 fix preserve NgClass import on partial migration

v22.0.7

Compare Source

common
Commit Type Description
91e33aa1de fix avoid prototype lookups in date format caches
compiler
Commit Type Description
5b516e3a58 fix parsing of an empty template literal interpolation
compiler-cli
Commit Type Description
c88ddde1c9 fix re-tag SourceFiles after TsCreateProgramDriver.updateFiles()
core
Commit Type Description
94d9591b51 fix allow static attributes for explicit input transforms
c89f71a74c fix ignore processing instruction syntax in templates
70500e4067 fix preserve explicit input transform write type
forms
Commit Type Description
1b9964675f fix allow multiple async validators
64d6d47a0c fix preserve intermediate number values in signal forms
6cf7446afa fix prevent stale CVA writeback during debounce
http
Commit Type Description
20b7dc3023 fix prevent interceptor signal reads from leaking into calling reactive contexts
localize
Commit Type Description
22d5a091d1 fix build runtime translations map with a null prototype
8ce1fcf7fa fix use Object.hasOwn for placeholder lookup in translate
platform-browser
Commit Type Description
b34bf0dce8 fix prevent ReDoS in SOURCEMAP_URL_REGEXP

v22.0.6

Compare Source

compiler
Commit Type Description
fd4ddcafed fix use regular optional chaining expression for safe function calls in TCBs
compiler-cli
Commit Type Description
534fe81a89 fix apply debugName transform to required signal queries
3b08201bfb fix detect uninvoked signals in bound expressions using ternary
forms/signals
Commit Type Description
171669f7b2 fix make extractValue reactive for compat AbstractControl values
migrations
Commit Type Description
0a6af1496b fix preserve transitive NgModule references when pruning
d4a926a762 fix remove stale model import in model-output migration
router
Commit Type Description
c238bd2ad7 fix handle outlet named proto in segment group maps
8e6d7f7190 fix use safe hasOwnProperty when parsing query params

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/angular branch 6 times, most recently from 1518c9c to 1fa9f9b Compare July 22, 2026 20:46
@renovate
renovate Bot force-pushed the renovate/angular branch 9 times, most recently from f1ac39d to 2d695e1 Compare July 30, 2026 00:41
@renovate
renovate Bot force-pushed the renovate/angular branch 6 times, most recently from 1090fad to 93082e2 Compare August 2, 2026 08:30
@renovate
renovate Bot force-pushed the renovate/angular branch 6 times, most recently from 8ca4ea0 to 33112d8 Compare August 9, 2026 17:36
@renovate
renovate Bot force-pushed the renovate/angular branch 2 times, most recently from 7173f06 to d6aedef Compare August 16, 2026 01:31
@renovate
renovate Bot force-pushed the renovate/angular branch 4 times, most recently from 8a21635 to 9665394 Compare August 19, 2026 22:51
@renovate

renovate Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
➤ YN0000: · Yarn 4.18.0
➤ YN0000: ┌ Resolution step
➤ YN0016: │ @angular/cli@npm:22.1.5: All versions satisfying "22.1.5" are quarantined
➤ YN0000: └ Completed in 1s 411ms
➤ YN0000: · Failed with errors in 1s 424ms

@renovate
renovate Bot force-pushed the renovate/angular branch 2 times, most recently from 3f2ec2e to 7c8e394 Compare August 20, 2026 06:40
@renovate
renovate Bot force-pushed the renovate/angular branch from 7c8e394 to b7467b5 Compare August 20, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants