Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) 20.0.4 -> 20.1.4 age confidence
@angular/common (source) 20.0.4 -> 20.1.4 age confidence
@angular/compiler (source) 20.0.4 -> 20.1.4 age confidence
@angular/compiler-cli (source) 20.0.4 -> 20.1.4 age confidence
@angular/core (source) 20.0.4 -> 20.1.4 age confidence
@angular/forms (source) 20.0.4 -> 20.1.4 age confidence
@angular/language-service (source) 20.0.4 -> 20.1.4 age confidence
@angular/platform-browser (source) 20.0.4 -> 20.1.4 age confidence
@angular/platform-browser-dynamic (source) 20.0.4 -> 20.1.4 age confidence
@angular/router (source) 20.0.4 -> 20.1.4 age confidence

Release Notes

angular/angular (@​angular/animations)

v20.1.4

Compare Source

compiler
Commit Type Description
db3c5826ee fix exclude more safe reads expression from 2way-binding (#​62852)
core
Commit Type Description
c633b63e56 fix update symbols for new signals api (#​62284)
http
Commit Type Description
ab6033979a fix add missing http options allowed in fetch API (#​62881)
15670d8417 fix propagate plain errors when parsing fails (#​62765)

v20.1.3

Compare Source

core
Commit Type Description
2c522efbe5 fix fix change tracking for Resource#hasValue (#​62595)
platform-browser
Commit Type Description
2fd1f7beb5 fix resolve component resources before bootstrapping in JIT mode (#​62758)

v20.1.2

Compare Source

compiler
Commit Type Description
8ad10fd63b fix fix detection of directive deps in JIT (#​62666)

v20.1.1

Compare Source

compiler
Commit Type Description
75d2a349b4 fix incorrect spans for left side of binary operation (#​62641)
70c8780c54 fix more permissive parsing of @​ characters (#​62644)
compiler-cli
Commit Type Description
9506cdfaad fix infer type of event target for void elements (#​62648)
core
Commit Type Description
26ade4a337 fix Ensure application remains unstable during bootstrap (#​62631)
a81f0faa1a fix InputBinding marks component a dirty. (#​62613)
http
Commit Type Description
276836ee73 fix do not display warnings Angular detected that a HttpClientrequest with thekeepalive option was sent using XHR when option is not true (#​62536)
router
Commit Type Description
5949373692 fix handle errors from view transition readiness (#​62535)

v20.1.0

Compare Source

common
Commit Type Description
58aedc37d1 feat add support for a custom EnvironmentInjector to NgComponentOutlet directive (#​54764)
ef10aa4005 feat support decoding in NgOptimizedImage (#​61905)
compiler
Commit Type Description
0dcf230d52 feat add support for new binary assignment operators (#​62064)
5a76826d26 fix only report parser errors on invalid expression (#​61793)
089ad0ee15 fix produce more accurate errors for interpolations (#​62258)
e9fcbb8af1 fix remove TypeScript from linker (#​61618)
compiler-cli
Commit Type Description
e62fb359d6 feat add experimental support for fast type declaration emission (#​61334)
0cf1001715 feat support host directives with direct external references in fast type declaration emission (#​61469)
b7ab5fa256 fix add signal checks to handle negated calls (#​59970)
77fa204ad1 fix rename flag for enabling fast type declaration emission (#​61353)
c439d6938d fix symbol builder duplicating host directives (#​61240)
3e1baa5a95 fix typo in NG2026 message (#​61325)
core
Commit Type Description
8163a8995e feat Add destroyed property on DestroyRef (#​61849)
737b35b684 feat Add destroyed property to EnvironmentInjector (#​61951)
2e0c98bd3f feat support bindings in TestBed (#​62040)
4356e85456 fix fakeAsync should not depend on module import order (#​61375)
8424b3bcd5 fix Fixes template outlet hydration (#​61989)
583b9a7be5 fix missing useExisting providers throwing for optional calls (#​61137)
8f65223bd8 fix update min Node.js support to 20.19, 22.12, and 24.0 (#​61499)
b785256b9e perf avoid intermediate arrays in definition (#​61445)
56769de4d8 perf move property remapping for dom properties to compiler (#​62421)
forms
Commit Type Description
610bebfce9 fix Allow ControlState as reset arguments for FormGroup/FormRecord (#​55860)
4f0221e193 fix improve select performance (#​61949)
http
Commit Type Description
55fa38a1e5 feat add cache & priority support for fetch requests in httpResource (#​62301)
b6ef42843c feat add credentials support for fetch requests in httpResource (#​62390)
73269cf5ce feat add keepalive support for fetch requests in httpResource (#​61833)
27b7ec0a62 feat add mode & redirect for fetch request in httpResource (#​62337)
f0965c7acd feat Add support for fetch credentials options in HttpClient (#​62354)
87322449a3 feat add support for fetch mode and redirect options in HttpClient (#​62315)
9791ab1b6f feat Add support for fetch request cache and priority options (#​61766)
aa861c42ff feat add timeout option on httpResource. (#​62326)
c4cffe2063 feat Add timeout option to HTTP requests (#​57194)
cfbbb08437 feat add warning when withCredentials overrides explicit credentials (#​62383)
language-service
Commit Type Description
20c1f991e6 feat add semantic tokens for templates (#​60260)
cf55d1bdd4 feat Support importing the external module's export about the angular metadata. (#​61122)
5d2e85920e feat support to fix missing required inputs diagnostic (#​50911)
router
Commit Type Description
9833d9ea47 feat Run loadComponent and loadChildren functions in the route's injection context (#​62133)
service-worker
Commit Type Description
c67dbda8ff feat support notification closes (#​61442)
6e1df54799 feat support push subscription changes (#​61856)

v20.0.7

Compare Source

compiler-cli
Commit Description
fix - 2c18043240 use proper name for diagnostic type (#​62479)

v20.0.6

Compare Source

v20.0.5

Compare Source

compiler-cli
Commit Type Description
de0d525ad7 fix add suggestion when pipe is missing (#​62146)
3eb5a79a83 fix handle initializer APIs wrapped in type casts (#​62203)
core
Commit Type Description
a2e6f317a7 fix allow to set a resource in an error state (#​62253)
4c00238a69 fix avoid injecting ErrorHandler from a destroyed injector (#​61886)
369f03ad7f fix unable to retrieve defer blocks in tests when component injects ViewContainerRef (#​62156)
router
Commit Type Description
65c59dd796 fix handle scrollRestoration error in restricted environments (#​62186)
upgrade
Commit Type Description
144c429230 fix Make zoneless work with hybrid apps (#​61660)

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

nx-cloud bot commented Jul 5, 2025

View your CI Pipeline Execution ↗ for commit 0e882c9

Command Status Duration Result
nx affected -t lint test build ✅ Succeeded 18s View ↗

☁️ Nx Cloud last updated this comment at 2025-08-01 13:55:10 UTC

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5f8b309 to 0819ff0 Compare July 9, 2025 20:05
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.0.6 fix(deps): update angular monorepo to v20.1.0 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0819ff0 to 5e5c226 Compare July 16, 2025 18:02
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.1.0 fix(deps): update angular monorepo to v20.1.1 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5e5c226 to 2fe3d56 Compare July 17, 2025 21:53
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.1.1 fix(deps): update angular monorepo to v20.1.2 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from b1004e5 to ab80aef Compare July 23, 2025 23:12
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.1.2 fix(deps): update angular monorepo to v20.1.3 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ab80aef to 82607b7 Compare July 31, 2025 11:41
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.1.3 fix(deps): update angular monorepo to v20.1.4 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 82607b7 to 8d0a17a Compare August 1, 2025 13:51
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8d0a17a to 0e882c9 Compare August 1, 2025 13:53
@FrancescoBorzi FrancescoBorzi merged commit 25c073a into main Aug 1, 2025
3 checks passed
@FrancescoBorzi FrancescoBorzi deleted the renovate/angular-monorepo branch August 1, 2025 22:07
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.

1 participant