Skip to content

chore(deps): update angular packages - #24

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-packages
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-packages

Conversation

@renovate

@renovate renovate Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) ^22^22.2.0-rc age confidence
@angular/build ^22^22.2.0-rc age confidence
@angular/cli ^22^22.2.0-rc age confidence
@angular/common (source) ^22^22.2.0-rc age confidence
@angular/compiler (source) ^22^22.2.0-rc age confidence
@angular/compiler-cli (source) ^22^22.2.0-rc age confidence
@angular/core (source) ^22^22.2.0-rc age confidence
@angular/forms (source) ^22^22.2.0-rc age confidence
@angular/platform-browser (source) ^22^22.2.0-rc age confidence
@angular/platform-browser-dynamic (source) ^22^22.2.0-rc age confidence
@angular/platform-server (source) ^22^22.2.0-rc age confidence
@angular/router (source) ^22^22.2.0-rc age confidence
@angular/ssr ^22^22.2.0-rc age confidence
zone.js (source, changelog) ~0.15.0~0.16.0 age confidence

Release Notes

angular/angular (@​angular/animations)

v22.2.0-rc.0

Compare Source

compiler
Commit Type Description
14dbbf9b68 fix wrap @for collection expression before appending non-null assertion
compiler-cli
Commit Type Description
312e1d8089 feat add strictUnclaimedEventNames option to catch misspelled output bindings
core
Commit Type Description
cea6896a0f fix return null when getDirectiveMetadata is called with null or undefined
a8233232f5 fix update FakeNavigation to match WHATWG HTML spec
forms
Commit Type Description
15bfc1a4be fix mark control as dirty before setting its value in FVC interop
router
Commit Type Description
2c6c67bee6 fix maintain frozen state on rollback until resource loading completes
2dcdf9aae6 fix mark router_resource module-level symbols as side-effect free

v22.2.0-next.7

Compare Source

No user facing changes in this release

v22.2.0-next.6

Compare Source

compiler
Commit Type Description
9b80d4ce9e fix namespace @property declarations
compiler-cli
Commit Type Description
f0a271c7bd fix do not flag callable objects with zero parameters in uninvoked track function check
core
Commit Type Description
f6afb807c1 feat add ErrorBoundary programmatic APIs (#​70463)
bd9b45b5cc feat allow reading Injector from a view or content query
70756b506c fix apply SkipSelf to only the starting node in embedded views
language-service
Commit Type Description
f4a5650ed9 feat add support for @boundary blocks (#​70463)
platform-server
Commit Type Description
bc3a6cda5d fix avoid sourcemap corruption during domino path substitution
router
Commit Type Description
3064f3f1dc feat expose router resources in public API
094bce9e3d fix determine blocking state solely by resource loading status
8227e5cf6d fix keep detached route subtree contexts isolated and intact

v22.2.0-next.5

Compare Source

compiler-cli
Commit Type Description
faafd18a4c fix check uninvoked signal aliases in extended diagnostic
core
Commit Type Description
05c4d5a835 feat add utility for testing directives
91a2bf8425 feat support annotations in WebMCP tool declarations
0904f90b13 fix cancel stale debounce timers to prevent timer leaks
58d536bc83 fix don't fail NgModule checks for a pipe that extends a base class
7168bed663 fix validate SVG animation attributes outside the SVG namespace
forms
Commit Type Description
6e299da8cf feat hard-code readOnlyHint and untrustedContentHint for WebMCP implicit signal forms
38861ac41b fix avoid writing to name input on ControlValueAccessor
migrations
Commit Type Description
f72600eadd fix skip tsconfig files of non-Angular projects
platform-server
Commit Type Description
b3bb36ad87 fix resolve HTTP(S) URLs without authority as relative during SSR
router
Commit Type Description
7137a41223 feat stabilize auto cleanup injectors feature
af26a8c521 fix avoid view transitions when the user agent provides one

v22.2.0-next.4

Compare Source

common
Commit Type Description
862a0c8ab3 fix avoid prototype member collisions
7596548e9b fix use locale NaN symbol in number formatting
compiler
Commit Type Description
58b0cb4735 fix scope animations declared in minified nested rules
compiler-cli
Commit Type Description
7d9f55da11 feat scope type-checking of keyed defer blocks
2e2c426e76 fix deduplicate deferred imports across multiple blocks
a46292af26 fix default template diagnostic related message source file to template
e9ba39d671 fix Produce correct tcb expression for optional chaining
74b294cd51 fix retain metadata for strict standalone errors
core
Commit Type Description
7ba082e08e fix avoid prototype member collisions
915a03ae85 fix explicitly reject foreign components in JIT mode
2ab5ff56de fix preserve namespace for dynamic component hosts
168a324cce fix prevent TransferState prototype pollution
83f7695b2e fix throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node
forms
Commit Type Description
1e35de536d fix use dot-access for readonly rule configuration
language-service
Commit Type Description
0f0d52e9c1 fix honor quote style preference when generating imports
migrations
Commit Type Description
bdc09e8183 fix preserve registerLocaleData calls in standalone bootstrap migration
platform-server
Commit Type Description
3e924cc8db fix avoid stripping unicode whitespace during url resolution

v22.2.0-next.3

Compare Source

animations
Commit Type Description
c73a001fbf fix detect object trigger values with Object.hasOwn
common
Commit Type Description
46d2cb7ff0 fix preserve literal key union in KeyValuePipe.transform()
compiler
Commit Type Description
48a0fd6e8a feat allow template to access private props
core
Commit Type Description
dc65e3656f fix accept readonly arrays for setClassMetadata decorators
eee9ef4d09 fix allow readonly arrays in RawScopeInfoFromDecorator
0ddbc47e7f fix expose debuggableFn for non-computed signal graph nodes
c2b14b7ab4 fix prevent orphaned requestIdleCallback handle from re-entrant scheduling
732e505018 fix replace all hasOwnProperty usages with Object.hasOwn
c658d73210 fix stop running further effects once one destroys the view mid-flush
c6e4a36be1 fix throw a descriptive error instead of crashing when a hydration node is missing
4560f4fdcd fix throw NG0500 instead of a raw TypeError on element hydration mismatch
forms
Commit Type Description
c819880b91 fix report forbidden 2way bindings on when FormField is applied
38d093232c fix warn in dev mode when ngModel cannot reach parent NgForm across component boundary
http
Commit Type Description
1a006a8f97 fix cancel oversized fetch response bodies
language-server
Commit Type Description
3f8d9d6ea6 fix recover project for external templates in solution-style workspaces
platform-browser
Commit Type Description
6f9a6bea50 fix disallow event handler attributes in Meta
1cb3d606bf fix throw a descriptive error when insertBefore reference node is missing
router
Commit Type Description
2720362818 feat add containsTree as public API
f1a4c85212 fix pass correct component to canDeactivate for named outlets in componentless parent routes

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

v22.2.0-next.0

Compare Source

forms
Commit Type Description
d5e8b1ef7a feat allow permanent hidden fields in signal forms

v22.1.7

Compare Source

compiler
Commit Type Description
5e632b639f fix wrap @for collection expression before appending non-null assertion
core
Commit Type Description
ec48c8305c fix return null when getDirectiveMetadata is called with null or undefined
forms
Commit Type Description
6555c4ee1e fix mark control as dirty before setting its value in FVC interop

v22.1.6

Compare Source

compiler
Commit Type Description
cbb8702143 fix namespace @property declarations
compiler-cli
Commit Type Description
aea121e532 fix do not flag callable objects with zero parameters in uninvoked track function check
core
Commit Type Description
c19b948ef8 fix apply SkipSelf to only the starting node in embedded views
platform-server
Commit Type Description
d20a379583 fix avoid sourcemap corruption during domino path substitution
router
Commit Type Description
95c01e9cde fix keep detached route subtree contexts isolated and intact

v22.1.5

Compare Source

compiler-cli
Commit Type Description
d90698dae7 fix check uninvoked signal aliases in extended diagnostic
core
Commit Type Description
2ceeb27078 fix cancel stale debounce timers to prevent timer leaks
ed2e401d2d fix don't fail NgModule checks for a pipe that extends a base class
c65d378bb4 fix validate SVG animation attributes outside the SVG namespace
forms
Commit Type Description
43aaeaec29 fix avoid writing to name input on ControlValueAccessor
migrations
Commit Type Description
d85288d75f fix skip tsconfig files of non-Angular projects
platform-server
Commit Type Description
3b8723ce3d fix resolve HTTP(S) URLs without authority as relative during SSR
router
Commit Type Description
4340a63c52 fix avoid view transitions when the user agent provides one

v22.1.4

Compare Source

common
Commit Type Description
60a874c3fb fix avoid prototype member collisions
e8378dfeab fix use locale NaN symbol in number formatting
compiler
Commit Type Description
05c7c725a5 fix scope animations declared in minified nested rules
compiler-cli
Commit Type Description
afe8499a14 fix default template diagnostic related message source file to template
079a846263 fix Produce correct tcb expression for optional chaining
55eeb46418 fix retain metadata for strict standalone errors
core
Commit Type Description
3da35cbab9 fix avoid prototype member collisions
b199bdfa2a fix explicitly reject foreign components in JIT mode
9a8e4826b9 fix preserve namespace for dynamic component hosts
7c752d4815 fix prevent TransferState prototype pollution
7546b7a805 fix throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node
forms
Commit Type Description
c8eb7f0056 fix use dot-access for readonly rule configuration
language-service
Commit Type Description
93d7f718d2 fix honor quote style preference when generating imports
migrations
Commit Type Description
85c8829ac1 fix preserve registerLocaleData calls in standalone bootstrap migration
platform-server
Commit Type Description
71e52d1396 fix avoid stripping unicode whitespace during url resolution

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](https://redirect.github.com/angular/angular/commit/94f0b9a3710ad000cf927caf5333db35

Important

✂ PR body was truncated to here.


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 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 was generated by Mend Renovate. View the repository job log.

@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for angular-runtime-demo failed. Why did it fail? →

Name Link
🔨 Latest commit 96f2e11
🔍 Latest deploy log https://app.netlify.com/projects/angular-runtime-demo/deploys/6aab2f8e15ad6b0008f5bb8e

@renovate
renovate Bot force-pushed the renovate/angular-packages branch 4 times, most recently from 1ff08ff to 61b2e48 Compare July 30, 2026 12:34
@renovate
renovate Bot force-pushed the renovate/angular-packages branch 3 times, most recently from a14bd2a to 4c4ce8c Compare August 7, 2026 19:15
@renovate
renovate Bot force-pushed the renovate/angular-packages branch 2 times, most recently from 8f4cf27 to 13341be Compare August 20, 2026 00:07
@renovate
renovate Bot force-pushed the renovate/angular-packages branch 2 times, most recently from 15b8917 to 3be2197 Compare August 27, 2026 00:43
@renovate
renovate Bot force-pushed the renovate/angular-packages branch 6 times, most recently from ff6daf1 to ebc29d0 Compare September 9, 2026 15:50
@renovate
renovate Bot force-pushed the renovate/angular-packages branch from ebc29d0 to 7cf87b7 Compare September 10, 2026 00:33
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 6bbb8ee2-f5be-402f-80ad-dd45ab2fb698

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@renovate
renovate Bot force-pushed the renovate/angular-packages branch from 7cf87b7 to 0e5d334 Compare September 10, 2026 22:17
@renovate
renovate Bot force-pushed the renovate/angular-packages branch 2 times, most recently from 4ba2949 to 48c211f Compare September 16, 2026 17:38
@renovate
renovate Bot force-pushed the renovate/angular-packages branch from 48c211f to 96f2e11 Compare September 17, 2026 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants