Skip to content

chore(deps): update angular monorepo#101

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/angular-monorepo
Open

chore(deps): update angular monorepo#101
renovate[bot] wants to merge 1 commit intomainfrom
renovate/angular-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@angular/common (source) ~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0 || ~21.0.0~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0 || ~21.0.0 || ~21.2.0 age confidence
@angular/common (source) ~21.0.0~21.2.0 age confidence
@angular/compiler (source) ~21.0.0~21.2.0 age confidence
@angular/compiler-cli (source) ~21.0.0~21.2.0 age confidence
@angular/core (source) ~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0 || ~21.0.0~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0 || ~21.0.0 || ~21.2.0 age confidence
@angular/core (source) ~21.0.0~21.2.0 age confidence
@angular/platform-browser (source) ~21.0.0~21.2.0 age confidence
@angular/platform-browser-dynamic (source) ~21.0.0~21.2.0 age confidence
zone.js (source, changelog) 0.16.00.16.1 age confidence

Release Notes

angular/angular (@​angular/common)

v21.2.1

Compare Source

core
Commit Type Description
e2e9a9a531 fix adds transfer cache to httpResource to fix hydration
b4ec3cc4e4 fix prevent child animation elements from being orphaned
e923d88398 fix Prevent removal of elements during drag and drop
http
Commit Type Description
277ade97ac fix correctly cache blob responses in transfer cache (#​67002)

v21.2.0

Compare Source

common
Commit Type Description
18003a33bb feat add an 'outlet' injector option for ngTemplateOutlet
8bbe6dc46c feat Add Location strategies to manage trailing slash on write
51cc914807 feat support height in ImageLoaderConfig and built-in loaders
compiler
Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
95b3f37d4a feat Exhaustive checks for switch blocks
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice
compiler-cli
Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration
2ea6dfc6c9 fix update diagnostic to flag no-op arrow functions in listeners
core
Commit Type Description
8d5210c9fe feat add ChangeDetectionStrategy.Eager alias for Default
92d2498910 feat add host node to DeferBlockData (#​66546)
ea2016a6dc feat add support for nested animations
81cabc1477 feat add support for TypeScript 6
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
a7e8abbb7e fix correctly handle SkipSelf when resolving from embedded view injector
0806ee3826 fix prevent animated element duplication with dynamic components in zoneless mode
ed78fa05c7 fix Remove note to skip arrow functions in best practices
forms
Commit Type Description
f56bb07d83 feat add field param to submit action and onInvalid
ba009b6031 feat add form directive
22afbb2f36 feat add parsing support to native inputs (#​66917)
95c386469c feat Add passing focus options to form field
95ecce8334 feat allow setting submit options at form-level
ebae211add feat introduce parse errors in signal forms
3937afc316 feat introduce SignalFormControl for Reactive Forms compatibility
30f0914754 feat support binding null to number input (#​66917)
dd208ca259 feat update submit function to accept options object
27397b3f4f fix clear parse errors when model updates (#​66917)
63d8005703 fix preserve custom-control focus context in signal forms
631f60d1f9 fix preserve parse errors when parse returns value
adfb83146b fix simplify design of parse errors
fb05fc86d0 fix sort error summary by DOM order
567f292e8e fix support custom controls as host directives
bdfb60f3e3 fix use consistent error format returned from parse
d75046bc09 fix warn when showing hidden field state
language-server
Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles
6fb39d9b62 feat Support client-side file watching via onDidChangeWatchedFiles
language-service
Commit Type Description
496967e7b1 feat add JSON schema for angularCompilerOptions
8c21866f49 feat add linked editing ranges for HTML tag synchronization
d2137928e8 perf use lightweight project warmup for Angular analysis
router
Commit Type Description
b51bab583d feat Add partial ActivatedRouteSnapshot information to canMatch params
cf9620f7d0 feat Make match options optional in isActive
907a94dcec feat Update IsActiveMatchOptions APIs to accept a Partial

v21.1.6

Compare Source

Breaking Changes

core
  • Angular now only applies known attributes from HTML in translated ICU content. Unknown attributes are dropped and not rendered.

    (cherry picked from commit 306f367)

common
Commit Type Description
31d3d56496 fix fix LCP image detection with duplicate URLs
compiler-cli
Commit Type Description
24b578ce90 fix detect uninvoked functions in defer trigger expressions
core
Commit Type Description
b858309532 fix block creation of sensitive URI attributes from ICU messages

v21.1.5

Compare Source

No user facing changes in this release

v21.1.4

Compare Source

compiler
Commit Type Description
caab23dfe6 fix add geolocation element to schema
core
Commit Type Description
2b99eaa019 fix capture animation dependencies eagerly to avoid destroyed injector
d6aeac504c fix Fix flakey test due to document injection
forms
Commit Type Description
0d1acd0165 feat support signal-based schemas in validateStandardSchema
http
Commit Type Description
3905015ccc fix correctly parse ArrayBuffer and Blob in transfer cache

v21.1.3

Compare Source

core
Commit Type Description
2b254bc050 fix linkedSignal.update should propagate errors
e5110b4fa1 fix export DirectiveWithBindings
2cf4da0ea1 fix hold constructors weakly in DepsTracker cache
70a5b651be fix prevent element duplication with dynamic components
forms
Commit Type Description
6f75b6e3f6 fix Resolves debounce promise on abort in debounceForDuration
localize
Commit Type Description
4c7126d23b fix add support for unit-test builder in ng-add schematic
router
Commit Type Description
d6268c0bbb fix limit UrlParser recursion depth to prevent stack overflow
49a36f4cc7 perf Use .bind to avoid holding other closures in memory

v21.1.2

Compare Source

forms
Commit Type Description
9f99b14882 fix only touch visible, interactive fields on submit
language-service
Commit Type Description
c57b0355b5 fix Detect local project version on creation
router
Commit Type Description
21ecdc036a fix Do not intercept reload events with Navigation integration

v21.1.1

Compare Source

compiler-cli
Commit Type Description
0e1f1ed573 fix drop .tsx extension for generated relative imports
core
Commit Type Description
05adfcf8f2 fix handle Set in class bindings
forms
Commit Type Description
d89a80a970 feat Ability to manually register a form field binding in signal forms
cb75f9ce85 fix fix control value syncing on touch

v21.1.0

Compare Source

Deprecations

upgrade
  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.
common
Commit Type Description
d8790972be feat Add custom transformations for Cloudflare and Cloudinary image loaders
a6b8cb68af feat support custom transformations in ImageKit and Imgix loaders
compiler
Commit Type Description
640693da8e feat Add support for multiple swich cases matching
0ad3adc7c6 fix Support empty cases
core
Commit Type Description
99ad18a4ee feat Add stability debugging utility
a0dfa5fa86 feat support rest arguments in function calls
6e18fa8bc9 feat support spread elements in array literals
e407280ab5 feat support spread expressions in object literals
06be8034bb fix Microtask scheduling should be used after any application synchronization
b4f584cf42 fix return StaticProvider for providePlatformInitializer
forms
Commit Type Description
1ea5c97703 feat allow focusing bound control from field state
platform-browser
Commit Type Description
ec9dc94cee feat add context to createApplication
ab67988d2e feat resolve JIT resources in createApplication
router
Commit Type Description
5edceffd04 feat add controls for route cleanup
a03c82564d feat Add scroll behavior controls on router navigation
e44839b016 feat Add standalone function to create a comptued for isActive
c25d749d85 feat Execute RunGuardsAndResolvers function in injection context
1c00ab42f8 feat extend paramters of RedirectFunction to include paramMap and queryParamMap
7003e8d241 feat Publish Router's integration with platform Navigation API as experimental
c84d372778 feat Support wildcard params with segments trailing (#​64737)
upgrade
Commit Type Description
75fe8f8af9 refactor deprecate VERSION export
angular/angular (zone.js)

v0.16.1

Compare Source

  • fix(zone.js): support passthrough of Promise.try API (fc557f0), closes #​67057

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

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 3, 2025

Important

Review skipped

Bot user detected.

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

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

  • 🔍 Trigger a full review

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

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a8a4b8f to abe613a Compare December 11, 2025 03:41
@renovate renovate bot changed the title chore(deps): update angular monorepo to v21.0.3 chore(deps): update angular monorepo to v21.0.4 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from abe613a to c575aab Compare December 12, 2025 03:02
@renovate renovate bot changed the title chore(deps): update angular monorepo to v21.0.4 chore(deps): update angular monorepo to v21.0.5 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from c575aab to 2ec6d97 Compare December 18, 2025 03:13
@renovate renovate bot changed the title chore(deps): update angular monorepo to v21.0.5 chore(deps): update angular monorepo to v21.0.6 Dec 18, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2ec6d97 to 664fe87 Compare December 31, 2025 12:51
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 664fe87 to ee68097 Compare January 8, 2026 01:43
@renovate renovate bot changed the title chore(deps): update angular monorepo to v21.0.6 chore(deps): update angular monorepo to v21.0.7 Jan 8, 2026
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from bf2913f to 15f87dd Compare January 8, 2026 22:57
@renovate renovate bot changed the title chore(deps): update angular monorepo to v21.0.7 chore(deps): update angular monorepo to v21.0.8 Jan 8, 2026
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 15f87dd to e8ae7be Compare January 14, 2026 22:55
@renovate renovate bot changed the title chore(deps): update angular monorepo to v21.0.8 chore(deps): update angular monorepo to ~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0 || ~21.0.0 || ~21.1.0 Jan 14, 2026
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 7a85057 to 5c7ebf4 Compare January 22, 2026 01:56
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5c7ebf4 to 868f3c5 Compare January 28, 2026 21:28
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 2bcb3cb to 6606ca6 Compare February 11, 2026 21:44
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 4609752 to 6d661cc Compare February 19, 2026 20:56
@renovate renovate bot changed the title chore(deps): update angular monorepo to ~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0 || ~21.0.0 || ~21.1.0 chore(deps): update angular monorepo Feb 19, 2026
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6d661cc to 68b25ab Compare February 25, 2026 22:10
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 68b25ab to db006f8 Compare March 4, 2026 20:50
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