Skip to content

build(deps): bump @angular/common, @angular/platform-browser, @angular/forms, @angular/platform-browser-dynamic, @angular/router, @angular/build and jest-preset-angular in /visualization - #32

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/visualization/multi-1f160c01f7
Open

build(deps): bump @angular/common, @angular/platform-browser, @angular/forms, @angular/platform-browser-dynamic, @angular/router, @angular/build and jest-preset-angular in /visualization#32
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/visualization/multi-1f160c01f7

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 3, 2026

Copy link
Copy Markdown

Bumps @angular/common, @angular/platform-browser, @angular/forms, @angular/platform-browser-dynamic, @angular/router, @angular/build and jest-preset-angular. These dependencies needed to be updated together.
Updates @angular/common from 21.2.8 to 22.1.0

Release notes

Sourced from @​angular/common's releases.

22.1.0

common

CommitDescription
fix - 1ad6824d0dskip transfer cache for uncacheable HTTP traffic (#69017)

compiler

CommitDescription
feat - af5e4e1131Add an error for --global-foo cases (#68846)
feat - d579ecaf73Disable '--global-' error outside of g3 (#68846)
feat - f98547675cNamespace CSS variables to the app (#68846)
feat - 8c8b2f7783Support css var namespacing in properties (#68846)
fix - 292199aa4dpermissive whitespace parsing in default never blocks
fix - 25c744c4d0support foreign components defined outside top-level scope
fix - 5bd00add07support foreign components inside control flow blocks (#69674)
perf - 2e442f7876do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

CommitDescription
fix - aeb55c8bc1allow passing uninvoked signals as foreign component props
fix - 7c60a98b3csupport import aliases in foreignImports (#68674)

core

CommitDescription
feat - 124ba10eadadd custom set option to linkedSignal
feat - eab4847a8bAdds deep linking from Performance panel to DevTools
fix - 091456a214account for namespaces in host binding sanitization (#69558)
fix - b3748e9fe4correct container anchor collection order to match DOM layout
fix - 11b206b919introduce disposal mechanism for Angular views in foreign @content
fix - 56607967dbintroduce logical-only containers for foreign content
fix - 23cf1a828bsanitize host bindings on concrete hosts (#69558)
fix - 0c07356c5cset current tnode in foreign component instruction on reuse

forms

CommitDescription
fix - bbbd357bd2add utility to assert that value is a field tree

http

CommitDescription
feat - e3630c23c5add options to allow caching of credentialed and non-cacheable HTTP requests
fix - ec16a3d6c6enable xsrf for root-provided HttpClient
fix - 39e362eea5match header values exactly when deleting
fix - be46ca8696preserve immutability of materialized clones
fix - c0cbd46bd7skip transfer cache for fetch credentialed requests (#69017)
refactor - af04e266ccdeprecate jsonp support

language-service

CommitDescription
feat - 7f0265e43acompile non-exported classes if standalone (#68454)
feat - 4f9c824dd9Typecheck 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

CommitTypeDescription
1ad6824d0dfixskip transfer cache for uncacheable HTTP traffic (#69017)

compiler

CommitTypeDescription
af5e4e1131featAdd an error for --global-foo cases (#68846)
d579ecaf73featDisable '--global-' error outside of g3 (#68846)
f98547675cfeatNamespace CSS variables to the app (#68846)
8c8b2f7783featSupport css var namespacing in properties (#68846)
292199aa4dfixpermissive whitespace parsing in default never blocks
25c744c4d0fixsupport foreign components defined outside top-level scope
5bd00add07fixsupport foreign components inside control flow blocks (#69674)
2e442f7876perfdo not emit tag name when control flow root is foreign component (#69674)

compiler-cli

CommitTypeDescription
aeb55c8bc1fixallow passing uninvoked signals as foreign component props
7c60a98b3cfixsupport import aliases in foreignImports (#68674)

core

CommitTypeDescription
124ba10eadfeatadd custom set option to linkedSignal
eab4847a8bfeatAdds deep linking from Performance panel to DevTools
091456a214fixaccount for namespaces in host binding sanitization (#69558)
b3748e9fe4fixcorrect container anchor collection order to match DOM layout
11b206b919fixintroduce disposal mechanism for Angular views in foreign @content
56607967dbfixintroduce logical-only containers for foreign content
23cf1a828bfixsanitize host bindings on concrete hosts (#69558)
0c07356c5cfixset current tnode in foreign component instruction on reuse

forms

CommitTypeDescription
bbbd357bd2fixadd utility to assert that value is a field tree

http

CommitTypeDescription
e3630c23c5featadd options to allow caching of credentialed and non-cacheable HTTP requests
ec16a3d6c6fixenable xsrf for root-provided HttpClient
39e362eea5fixmatch header values exactly when deleting
be46ca8696fixpreserve immutability of materialized clones
c0cbd46bd7fixskip transfer cache for fetch credentialed requests (#69017)
af04e266ccrefactordeprecate jsonp support

language-service

| Commit | Type | Description |

... (truncated)

Commits
  • 79a37f3 refactor(common): replaces the deprecated positional subscribe arguments wi...
  • 6dcb534 refactor(common): remove duplicate helper function
  • ec16a3d fix(http): enable xsrf for root-provided HttpClient
  • 39e362e fix(http): match header values exactly when deleting
  • be46ca8 fix(http): preserve immutability of materialized clones
  • d14696e fix(common): preserve crossorigin on image preloads
  • 3192dcc fix(http): prevent transfer cache key collisions
  • 359fb50 fix(common): avoid prototype lookups in date format caches
  • 6d043f8 fix(http): prevent interceptor signal reads from leaking into calling reactiv...
  • c1829f6 docs(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.8 to 22.1.0

Release notes

Sourced from @​angular/platform-browser's releases.

22.1.0

common

CommitDescription
fix - 1ad6824d0dskip transfer cache for uncacheable HTTP traffic (#69017)

compiler

CommitDescription
feat - af5e4e1131Add an error for --global-foo cases (#68846)
feat - d579ecaf73Disable '--global-' error outside of g3 (#68846)
feat - f98547675cNamespace CSS variables to the app (#68846)
feat - 8c8b2f7783Support css var namespacing in properties (#68846)
fix - 292199aa4dpermissive whitespace parsing in default never blocks
fix - 25c744c4d0support foreign components defined outside top-level scope
fix - 5bd00add07support foreign components inside control flow blocks (#69674)
perf - 2e442f7876do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

CommitDescription
fix - aeb55c8bc1allow passing uninvoked signals as foreign component props
fix - 7c60a98b3csupport import aliases in foreignImports (#68674)

core

CommitDescription
feat - 124ba10eadadd custom set option to linkedSignal
feat - eab4847a8bAdds deep linking from Performance panel to DevTools
fix - 091456a214account for namespaces in host binding sanitization (#69558)
fix - b3748e9fe4correct container anchor collection order to match DOM layout
fix - 11b206b919introduce disposal mechanism for Angular views in foreign @content
fix - 56607967dbintroduce logical-only containers for foreign content
fix - 23cf1a828bsanitize host bindings on concrete hosts (#69558)
fix - 0c07356c5cset current tnode in foreign component instruction on reuse

forms

CommitDescription
fix - bbbd357bd2add utility to assert that value is a field tree

http

CommitDescription
feat - e3630c23c5add options to allow caching of credentialed and non-cacheable HTTP requests
fix - ec16a3d6c6enable xsrf for root-provided HttpClient
fix - 39e362eea5match header values exactly when deleting
fix - be46ca8696preserve immutability of materialized clones
fix - c0cbd46bd7skip transfer cache for fetch credentialed requests (#69017)
refactor - af04e266ccdeprecate jsonp support

language-service

CommitDescription
feat - 7f0265e43acompile non-exported classes if standalone (#68454)
feat - 4f9c824dd9Typecheck 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

CommitTypeDescription
1ad6824d0dfixskip transfer cache for uncacheable HTTP traffic (#69017)

compiler

CommitTypeDescription
af5e4e1131featAdd an error for --global-foo cases (#68846)
d579ecaf73featDisable '--global-' error outside of g3 (#68846)
f98547675cfeatNamespace CSS variables to the app (#68846)
8c8b2f7783featSupport css var namespacing in properties (#68846)
292199aa4dfixpermissive whitespace parsing in default never blocks
25c744c4d0fixsupport foreign components defined outside top-level scope
5bd00add07fixsupport foreign components inside control flow blocks (#69674)
2e442f7876perfdo not emit tag name when control flow root is foreign component (#69674)

compiler-cli

CommitTypeDescription
aeb55c8bc1fixallow passing uninvoked signals as foreign component props
7c60a98b3cfixsupport import aliases in foreignImports (#68674)

core

CommitTypeDescription
124ba10eadfeatadd custom set option to linkedSignal
eab4847a8bfeatAdds deep linking from Performance panel to DevTools
091456a214fixaccount for namespaces in host binding sanitization (#69558)
b3748e9fe4fixcorrect container anchor collection order to match DOM layout
11b206b919fixintroduce disposal mechanism for Angular views in foreign @content
56607967dbfixintroduce logical-only containers for foreign content
23cf1a828bfixsanitize host bindings on concrete hosts (#69558)
0c07356c5cfixset current tnode in foreign component instruction on reuse

forms

CommitTypeDescription
bbbd357bd2fixadd utility to assert that value is a field tree

http

CommitTypeDescription
e3630c23c5featadd options to allow caching of credentialed and non-cacheable HTTP requests
ec16a3d6c6fixenable xsrf for root-provided HttpClient
39e362eea5fixmatch header values exactly when deleting
be46ca8696fixpreserve immutability of materialized clones
c0cbd46bd7fixskip transfer cache for fetch credentialed requests (#69017)
af04e266ccrefactordeprecate jsonp support

language-service

| Commit | Type | Description |

... (truncated)

Commits
  • fb6b354 fix(platform-browser): prevent ReDoS in SOURCEMAP_URL_REGEXP
  • c0eaaed refactor(core): cleanup Meta service
  • c1829f6 docs(docs-infra): Add build-time validation for API and guide links using rou...
  • 806a3ad docs: add NG05200 error reference page for SANITIZATION_UNSAFE_SCRIPT
  • d579eca feat(compiler): Disable '--global-' error outside of g3 (#68846)
  • 8c8b2f7 feat(compiler): Support css var namespacing in properties (#68846)
  • f985476 feat(compiler): Namespace CSS variables to the app (#68846)
  • ea17725 docs: add error guide for NG05102
  • dead64f docs: add error guide for NG05101
  • 6f56202 docs: fix typos in source code comments
  • Additional commits viewable in compare view

Updates @angular/forms from 21.2.8 to 22.1.0

Release notes

Sourced from @​angular/forms's releases.

22.1.0

common

CommitDescription
fix - 1ad6824d0dskip transfer cache for uncacheable HTTP traffic (#69017)

compiler

CommitDescription
feat - af5e4e1131Add an error for --global-foo cases (#68846)
feat - d579ecaf73Disable '--global-' error outside of g3 (#68846)
feat - f98547675cNamespace CSS variables to the app (#68846)
feat - 8c8b2f7783Support css var namespacing in properties (#68846)
fix - 292199aa4dpermissive whitespace parsing in default never blocks
fix - 25c744c4d0support foreign components defined outside top-level scope
fix - 5bd00add07support foreign components inside control flow blocks (#69674)
perf - 2e442f7876do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

CommitDescription
fix - aeb55c8bc1allow passing uninvoked signals as foreign component props
fix - 7c60a98b3csupport import aliases in foreignImports (#68674)

core

CommitDescription
feat - 124ba10eadadd custom set option to linkedSignal
feat - eab4847a8bAdds deep linking from Performance panel to DevTools
fix - 091456a214account for namespaces in host binding sanitization (#69558)
fix - b3748e9fe4correct container anchor collection order to match DOM layout
fix - 11b206b919introduce disposal mechanism for Angular views in foreign @content
fix - 56607967dbintroduce logical-only containers for foreign content
fix - 23cf1a828bsanitize host bindings on concrete hosts (#69558)
fix - 0c07356c5cset current tnode in foreign component instruction on reuse

forms

CommitDescription
fix - bbbd357bd2add utility to assert that value is a field tree

http

CommitDescription
feat - e3630c23c5add options to allow caching of credentialed and non-cacheable HTTP requests
fix - ec16a3d6c6enable xsrf for root-provided HttpClient
fix - 39e362eea5match header values exactly when deleting
fix - be46ca8696preserve immutability of materialized clones
fix - c0cbd46bd7skip transfer cache for fetch credentialed requests (#69017)
refactor - af04e266ccdeprecate jsonp support

language-service

CommitDescription
feat - 7f0265e43acompile non-exported classes if standalone (#68454)
feat - 4f9c824dd9Typecheck templates which would require inline typecheck blocks (#68454)

... (truncated)

Changelog

Sourced from @​angular/forms'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

CommitTypeDescription
1ad6824d0dfixskip transfer cache for uncacheable HTTP traffic (#69017)

compiler

CommitTypeDescription
af5e4e1131featAdd an error for --global-foo cases (#68846)
d579ecaf73featDisable '--global-' error outside of g3 (#68846)
f98547675cfeatNamespace CSS variables to the app (#68846)
8c8b2f7783featSupport css var namespacing in properties (#68846)
292199aa4dfixpermissive whitespace parsing in default never blocks
25c744c4d0fixsupport foreign components defined outside top-level scope
5bd00add07fixsupport foreign components inside control flow blocks (#69674)
2e442f7876perfdo not emit tag name when control flow root is foreign component (#69674)

compiler-cli

CommitTypeDescription
aeb55c8bc1fixallow passing uninvoked signals as foreign component props
7c60a98b3cfixsupport import aliases in foreignImports (#68674)

core

CommitTypeDescription
124ba10eadfeatadd custom set option to linkedSignal
eab4847a8bfeatAdds deep linking from Performance panel to DevTools
091456a214fixaccount for namespaces in host binding sanitization (#69558)
b3748e9fe4fixcorrect container anchor collection order to match DOM layout
11b206b919fixintroduce disposal mechanism for Angular views in foreign @content
56607967dbfixintroduce logical-only containers for foreign content
23cf1a828bfixsanitize host bindings on concrete hosts (#69558)
0c07356c5cfixset current tnode in foreign component instruction on reuse

forms

CommitTypeDescription
bbbd357bd2fixadd utility to assert that value is a field tree

http

CommitTypeDescription
e3630c23c5featadd options to allow caching of credentialed and non-cacheable HTTP requests
ec16a3d6c6fixenable xsrf for root-provided HttpClient
39e362eea5fixmatch header values exactly when deleting
be46ca8696fixpreserve immutability of materialized clones
c0cbd46bd7fixskip transfer cache for fetch credentialed requests (#69017)
af04e266ccrefactordeprecate jsonp support

language-service

| Commit | Type | Description |

... (truncated)

Commits
  • c73dd60 refactor(forms): modernize signal forms tests to rely on whenStable
  • bbbd357 fix(forms): add utility to assert that value is a field tree
  • 3497c9b fix(forms): ensure pending status propagates to the root form in signal forms
  • 7a62617 Revert "fix(forms): preserve intermediate number values in signal forms"
  • 2e32872 fix(forms): preserve intermediate number values in signal forms
  • 0ae6d81 fix(core): preserve explicit input transform write type
  • 37f3279 refactor(forms): warn when a text input receives a null value in Signal Forms
  • f908140 refactor(core): update WebMCP tool registration to be asynchronous
  • 12fe700 test(forms): register writeback test control as CVA
  • 2e0cb52 fix(forms): prevent stale CVA writeback during debounce
  • Additional commits viewable in compare view

Updates @angular/platform-browser-dynamic from 21.2.8 to 22.1.0

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

22.1.0

common

CommitDescription
fix - 1ad6824d0dskip transfer cache for uncacheable HTTP traffic (#69017)

compiler

CommitDescription
feat - af5e4e1131Add an error for --global-foo cases (#68846)
feat - d579ecaf73Disable '--global-' error outside of g3 (#68846)
feat - f98547675cNamespace CSS variables to the app (#68846)
feat - 8c8b2f7783Support css var namespacing in properties (#68846)
fix - 292199aa4dpermissive whitespace parsing in default never blocks
fix - 25c744c4d0support foreign components defined outside top-level scope
fix - 5bd00add07support foreign components inside control flow blocks (#69674)
perf - 2e442f7876do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

CommitDescription
fix - aeb55c8bc1allow passing uninvoked signals as foreign component props
fix - 7c60a98b3csupport import aliases in foreignImports (#68674)

core

CommitDescription
feat - 124ba10eadadd custom set option to linkedSignal
feat - eab4847a8bAdds deep linking from Performance panel to DevTools
fix - 091456a214account for namespaces in host binding sanitization (#69558)
fix - b3748e9fe4correct container anchor collection order to match DOM layout
fix - 11b206b919introduce disposal mechanism for Angular views in foreign @content
fix - 56607967dbintroduce logical-only containers for foreign content
fix - 23cf1a828bsanitize host bindings on concrete hosts (

…r/forms, @angular/platform-browser-dynamic, @angular/router, @angular/build and jest-preset-angular
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser), [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms), [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic), [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router), [@angular/build](https://github.com/angular/angular-cli) and [jest-preset-angular](https://github.com/thymikee/jest-preset-angular). These dependencies needed to be updated together.
Updates `@angular/common` from 21.2.8 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/common)
Updates `@angular/platform-browser` from 21.2.8 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/platform-browser)
Updates `@angular/forms` from 21.2.8 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/forms)
Updates `@angular/platform-browser-dynamic` from 21.2.8 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/platform-browser-dynamic)
Updates `@angular/router` from 21.2.8 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/router)
Updates `@angular/build` from 21.2.7 to 22.1.2
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v21.2.7...v22.1.2)
Updates `jest-preset-angular` from 16.1.1 to 16.2.0
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md)
- [Commits](thymikee/jest-preset-angular@v16.1.1...v16.2.0)
---
updated-dependencies:
- dependency-name: "@angular/common"
dependency-version: 22.1.0
dependency-type: direct:production
- dependency-name: "@angular/platform-browser"
dependency-version: 22.1.0
dependency-type: direct:production
- dependency-name: "@angular/forms"
dependency-version: 22.1.0
dependency-type: direct:production
- dependency-name: "@angular/platform-browser-dynamic"
dependency-version: 22.1.0
dependency-type: direct:production
- dependency-name: "@angular/router"
dependency-version: 22.1.0
dependency-type: direct:production
- dependency-name: "@angular/build"
dependency-version: 22.1.2
dependency-type: direct:development
- dependency-name: jest-preset-angular
dependency-version: 16.2.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants