Skip to content

chore(deps): update angular to v22.1.0 - #1259

Merged
json-derulo merged 1 commit into
mainfrom
renovate/angular
Aug 2, 2026
Merged

chore(deps): update angular to v22.1.0#1259
json-derulo merged 1 commit into
mainfrom
renovate/angular

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@angular/build 22.0.822.1.0 age confidence
@angular/cdk 22.0.622.1.0 age confidence
@angular/cli 22.0.822.1.0 age confidence
@angular/common (source) 22.0.822.1.0 age confidence
@angular/compiler (source) 22.0.822.1.0 age confidence
@angular/compiler-cli (source) 22.0.822.1.0 age confidence
@angular/core (source) 22.0.822.1.0 age confidence
@angular/forms (source) 22.0.822.1.0 age confidence
@angular/material 22.0.622.1.0 age confidence
@angular/platform-browser (source) 22.0.822.1.0 age confidence
@angular/router (source) 22.0.822.1.0 age confidence
ng-packagr 22.0.222.1.0 age confidence

Release Notes

angular/angular-cli (@​angular/build)

v22.1.0

Compare Source

Deprecations

@​angular-devkit/core
  • stringToFileBuffer and fileBufferToString are deprecated. Use standard Web APIs (TextEncoder and TextDecoder) instead.

    Internal usages within the repository have been removed and replaced with standard Web APIs. The public API golden file for @angular-devkit/core has been updated to reflect the deprecations.

@​schematics/angular
Commit Type Description
89d7f59cd feat update ai-config to include Angular MCP server config
b345bb54d fix remove unused spec tsconfig outDir
@​angular/cli
Commit Type Description
f59bcf529 fix abort and guide manual mitigation when updating catalog packages
48f90f5d5 fix prevent Yarn registry environment variable override
c963ecbec fix remove algoliasearch dependency and support latest docs versions
6859d25c3 fix resolve correct registry name when using npm alias syntax during update
3a2589dac fix respect client-side release age settings during update resolution
5c3101bff fix revert package.json changes if installation tasks fail during update
7932caaf9 fix robustly parse npm manifest from array
@​angular-devkit/core
Commit Type Description
fd336d365 refactor deprecate stringToFileBuffer and fileBufferToString
@​angular/build
Commit Type Description
34d558c3c feat add built-in SQLite cache store fallback
0c18dc0f6 feat emit debug ids for stable subresource integrity hashes
51f69276f feat enable chunk optimization for server builds
10dc30f9c feat migrate advanced optimization Babel plugins to oxc-parser + magic-string
917393a4c feat migrate i18n inliner to oxc-parser + magic-string
52ae7f862 feat share persistent build cache across git worktrees
95510511d fix add bounded timeout to vitest executor disposal
62b11e316 fix anchor debug ID comment matching and make injection idempotent
6d9b360e5 fix prevent esbuild service hang on internal component stylesheet builds
291caab61 fix prevent stripping nested sourceMappingURL comments
0e3ca3dfb fix support hyphens and underscores when stripping chunk hash in chunk optimizer
585d08af8 perf default chunk optimization to use Rolldown
09d0a11a8 perf enable fast-path AST printing with sourcemaps in AotCompilation
@​angular/ssr
Commit Type Description
7ef9ed24d feat support the standard Forwarded header

v22.0.9

Compare Source

@​angular/cli
Commit Type Description
9ee8f9b669 fix declare devserver_start and devserver_stop as isReadOnly:false
@​angular/build
Commit Type Description
d0c776d461 fix safeguard Karma builder stream controller against closed state
angular/components (@​angular/cdk)

v22.1.0

Compare Source

aria
Commit Type Description
31781a024 fix combobox: allow setting readonly (#​33364)
cdk
Commit Type Description
0e34c64d0 fix stepper: allow signal form to be assigned as stepControl (#​33562)
material
Commit Type Description
73939a835 feat slide-toggle: add full-width support (#​33424)
56c7ff6fa fix slide-toggle: prevent icon label text-spacing cutoff (#​33559)
youtube-player
Commit Type Description
2430e6e53 fix update to latest typings and fix error (#​33387)

v22.0.7

Compare Source

aria
Commit Type Description
e57188b33 fix grid: account for disabled cell widgets and in-place disablement in roving tabindex (#​33571)
material
Commit Type Description
223c51543 fix schematics: resolve issues in navigation schematic (#​33590)
multiple
Commit Type Description
963383e25 fix avoid instanceof checks in aria directives (#​33587)
angular/angular (@​angular/common)

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
ng-packagr/ng-packagr (ng-packagr)

v22.1.0

Compare Source

Bug Fixes
  • ng-packagr: log correct diagnostics array for warnings (401d5e7), closes #​3346
  • ng-packagr: prevent concurrent compilation and stale cache results (e5d77a7)

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.

🔕 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.

@renovate
renovate Bot force-pushed the renovate/angular branch from 79e0093 to d315684 Compare August 1, 2026 09:54
@renovate renovate Bot changed the title chore(deps): update dependency ng-packagr to v22.1.0 chore(deps): update angular Aug 1, 2026
@renovate
renovate Bot force-pushed the renovate/angular branch from d315684 to 4a025c5 Compare August 1, 2026 21:15
@renovate
renovate Bot force-pushed the renovate/angular branch from 4a025c5 to ca93660 Compare August 2, 2026 01:00
@renovate renovate Bot changed the title chore(deps): update angular chore(deps): update angular to v22.1.0 Aug 2, 2026
@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (9840d87) to head (ca93660).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1259   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          184       183    -1     
  Branches        54        54           
=========================================
- Hits           184       183    -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@json-derulo
json-derulo merged commit d5e7645 into main Aug 2, 2026
12 checks passed
@json-derulo
json-derulo deleted the renovate/angular branch August 2, 2026 06:38
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