chore(deps): bump @angular/core, @angular/common, @angular/platform-browser, @angular/router and @angular-devkit/build-angular
Type: Pull Request
State: Closed
Association: Unknown
Comments: 3
(2 days ago)
(2 days ago)
(2 days ago)
dependencies javascript
Bumps @angular/core, @angular/common, @angular/platform-browser, @angular/router and @angular-devkit/build-angular. These dependencies needed to be updated together.
Updates @angular/core from 21.2.17 to 22.1.0
Release notes
Sourced from @angular/core's releases.
22.1.0
common
Commit Description skip transfer cache for uncacheable HTTP traffic (#69017) compiler
Commit Description Add an error for --global-foo cases (#68846) Disable '--global-' error outside of g3 (#68846) Namespace CSS variables to the app (#68846) Support css var namespacing in properties (#68846) permissive whitespace parsing in default never blocks support foreign components defined outside top-level scope support foreign components inside control flow blocks (#69674) do not emit tag name when control flow root is foreign component (#69674) compiler-cli
Commit Description allow passing uninvoked signals as foreign component props support import aliases in foreignImports (#68674) core
Commit Description add custom set option to linkedSignal Adds deep linking from Performance panel to DevTools account for namespaces in host binding sanitization (#69558) correct container anchor collection order to match DOM layout introduce disposal mechanism for Angular views in foreign @contentintroduce logical-only containers for foreign content sanitize host bindings on concrete hosts (#69558) set current tnode in foreign component instruction on reuse forms
Commit Description add utility to assert that value is a field tree http
Commit Description add options to allow caching of credentialed and non-cacheable HTTP requests enable xsrf for root-provided HttpClient match header values exactly when deleting preserve immutability of materialized clones skip transfer cache for fetch credentialed requests (#69017) deprecate jsonp support language-service
Commit Description compile non-exported classes if standalone (#68454) Typecheck templates which would require inline typecheck blocks (#68454)
... (truncated)
Changelog
Sourced from @angular/core's changelog.
22.1.0 (2026-07-29)
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 @content56607967db 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 |
... (truncated)
Commits
ada038frefactor(core): Migrate more tests offfakeAsync091456afix(core): account for namespaces in host binding sanitization (#69558)23cf1a8fix(core): sanitize host bindings on concrete hosts (#69558)5d5b2eafix(migrations): correctly detectthen/elsekeywords in control flow migr...350ea41refactor(core): align navigation types with built in ones49672c4fix(migrations): correctly migrate ngClass with mixed space-separated keys3499a13fix(core): ensure SVG animation attributeName is checked case-insensitively223e402fix(migrations): preserve NgClass import on partial migrationf034c02build: update cross-repo angular dependencies to v22.1.0-next.40ae6d81fix(core): preserve explicit input transform write type- Additional commits viewable in compare view
Updates @angular/common from 21.2.17 to 22.1.0
Release notes
Sourced from @angular/common's releases.
22.1.0
common
Commit Description skip transfer cache for uncacheable HTTP traffic (#69017) compiler
Commit Description Add an error for --global-foo cases (#68846) Disable '--global-' error outside of g3 (#68846) Namespace CSS variables to the app (#68846) Support css var namespacing in properties (#68846) permissive whitespace parsing in default never blocks support foreign components defined outside top-level scope support foreign components inside control flow blocks (#69674) do not emit tag name when control flow root is foreign component (#69674) compiler-cli
Commit Description allow passing uninvoked signals as foreign component props support import aliases in foreignImports (#68674) core
Commit Description add custom set option to linkedSignal Adds deep linking from Performance panel to DevTools account for namespaces in host binding sanitization (#69558) correct container anchor collection order to match DOM layout introduce disposal mechanism for Angular views in foreign @contentintroduce logical-only containers for foreign content sanitize host bindings on concrete hosts (#69558) set current tnode in foreign component instruction on reuse forms
Commit Description add utility to assert that value is a field tree http
Commit Description add options to allow caching of credentialed and non-cacheable HTTP requests enable xsrf for root-provided HttpClient match header values exactly when deleting preserve immutability of materialized clones skip transfer cache for fetch credentialed requests (#69017) deprecate jsonp support language-service
Commit Description compile non-exported classes if standalone (#68454) Typecheck templates which would require inline typecheck blocks (#68454)
... (truncated)
Changelog
Sourced from @angular/common's changelog.
22.1.0 (2026-07-29)
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 @content56607967db 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 |
... (truncated)
Commits
79a37f3refactor(common): replaces the deprecated positionalsubscribearguments wi...6dcb534refactor(common): remove duplicate helper functionec16a3dfix(http): enable xsrf for root-provided HttpClient39e362efix(http): match header values exactly when deletingbe46ca8fix(http): preserve immutability of materialized clonesd14696efix(common): preserve crossorigin on image preloads3192dccfix(http): prevent transfer cache key collisions359fb50fix(common): avoid prototype lookups in date format caches6d043f8fix(http): prevent interceptor signal reads from leaking into calling reactiv...c1829f6docs(docs-infra): Add build-time validation for API and guide links using rou...- Additional commits viewable in compare view
Updates @angular/platform-browser from 21.2.17 to 22.1.0
Release notes
Sourced from @angular/platform-browser's releases.
22.1.0
common
Commit Description skip transfer cache for uncacheable HTTP traffic (#69017) compiler
Commit Description Add an error for --global-foo cases (#68846) Disable '--global-' error outside of g3 (#68846) Namespace CSS variables to the app (#68846) Support css var namespacing in properties (#68846) permissive whitespace parsing in default never blocks support foreign components defined outside top-level scope support foreign components inside control flow blocks (#69674) do not emit tag name when control flow root is foreign component (#69674) compiler-cli
Commit Description allow passing uninvoked signals as foreign component props support import aliases in foreignImports (#68674) core
Commit Description add custom set option to linkedSignal Adds deep linking from Performance panel to DevTools account for namespaces in host binding sanitization (#69558) correct container anchor collection order to match DOM layout introduce disposal mechanism for Angular views in foreign @contentintroduce logical-only containers for foreign content sanitize host bindings on concrete hosts (#69558) set current tnode in foreign component instruction on reuse forms
Commit Description add utility to assert that value is a field tree http
Commit Description add options to allow caching of credentialed and non-cacheable HTTP requests enable xsrf for root-provided HttpClient match header values exactly when deleting preserve immutability of materialized clones skip transfer cache for fetch credentialed requests (#69017) deprecate jsonp support language-service
Commit Description compile non-exported classes if standalone (#68454) Typecheck templates which would require inline typecheck blocks (#68454)
... (truncated)
Changelog
Sourced from @angular/platform-browser's changelog.
22.1.0 (2026-07-29)
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 @content56607967db 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 |
... (truncated)
Commits
fb6b354fix(platform-browser): prevent ReDoS in SOURCEMAP_URL_REGEXPc0eaaedrefactor(core): cleanup Meta servicec1829f6docs(docs-infra): Add build-time validation for API and guide links using rou...806a3addocs: add NG05200 error reference page for SANITIZATION_UNSAFE_SCRIPTd579ecafeat(compiler): Disable '--global-' error outside of g3 (#68846)8c8b2f7feat(compiler): Support css var namespacing in properties (#68846)f985476feat(compiler): Namespace CSS variables to the app (#68846)ea17725docs: add error guide for NG05102dead64fdocs: add error guide for NG051016f56202docs: fix typos in source code comments- Additional commits viewable in compare view
Updates @angular/router from 21.2.17 to 22.1.0
Release notes
Sourced from @angular/router's releases.
22.1.0
common
Commit Description skip transfer cache for uncacheable HTTP traffic (#69017) compiler
Commit Description Add an error for --global-foo cases (#68846) Disable '--global-' error outside of g3 (#68846) Namespace CSS variables to the app (#68846) Support css var namespacing in properties (#68846) permissive whitespace parsing in default never blocks support foreign components defined outside top-level scope support foreign components inside control flow blocks (#69674) do not emit tag name when control flow root is foreign component (#69674) compiler-cli
Commit Description allow passing uninvoked signals as foreign component props support import aliases in foreignImports (#68674) core
Commit Description add custom set option to linkedSignal Adds deep linking from Performance panel to DevTools account for namespaces in host binding sanitization (#69558) correct container anchor collection order to match DOM layout introduce disposal mechanism for Angular views in foreign @contentintroduce logical-only containers for foreign content sanitize host bindings on concrete hosts (#69558) ![]()
Package Dependencies
Package:
@angular-devkit/build-angularEcosystem:
npmEcosystem:
npmTechnical Details
ID: 16145836UUID: 5070700406Node ID: PR_kwDOPCSbL877DmE8Host: GitHub Repository: contentstack/kickstart-angular