Skip to content

chore(deps): bump @angular/core, @angular-slider/ngx-slider, @angular/animations, @angular/cdk, @angular/common, @angular/elements, @angular/forms, @angular/material, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, @fortawesome/angular-fontawesome, @kolkov/angular-editor, @ng-bootstrap/ng-bootstrap, @swimlane/ngx-charts and @angular/build in /CSETWebNg - #5583

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/CSETWebNg/multi-41c5796e60

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps @angular/core, @angular-slider/ngx-slider, @angular/animations, @angular/cdk, @angular/common, @angular/elements, @angular/forms, @angular/material, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, @fortawesome/angular-fontawesome, @kolkov/angular-editor, @ng-bootstrap/ng-bootstrap, @swimlane/ngx-charts and @angular/build. These dependencies needed to be updated together.
Updates @angular/core from 20.3.25 to 22.1.0

Release notes

Sourced from @​angular/core's releases.

22.1.0

common

Commit Description
fix - 1ad6824d0d skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Description
feat - af5e4e1131 Add an error for --global-foo cases (#68846)
feat - d579ecaf73 Disable '--global-' error outside of g3 (#68846)
feat - f98547675c Namespace CSS variables to the app (#68846)
feat - 8c8b2f7783 Support css var namespacing in properties (#68846)
fix - 292199aa4d permissive whitespace parsing in default never blocks
fix - 25c744c4d0 support foreign components defined outside top-level scope
fix - 5bd00add07 support foreign components inside control flow blocks (#69674)
perf - 2e442f7876 do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Description
fix - aeb55c8bc1 allow passing uninvoked signals as foreign component props
fix - 7c60a98b3c support import aliases in foreignImports (#68674)

core

Commit Description
feat - 124ba10ead add custom set option to linkedSignal
feat - eab4847a8b Adds deep linking from Performance panel to DevTools
fix - 091456a214 account for namespaces in host binding sanitization (#69558)
fix - b3748e9fe4 correct container anchor collection order to match DOM layout
fix - 11b206b919 introduce disposal mechanism for Angular views in foreign @content
fix - 56607967db introduce logical-only containers for foreign content
fix - 23cf1a828b sanitize host bindings on concrete hosts (#69558)
fix - 0c07356c5c set current tnode in foreign component instruction on reuse

forms

Commit Description
fix - bbbd357bd2 add utility to assert that value is a field tree

http

Commit Description
feat - e3630c23c5 add options to allow caching of credentialed and non-cacheable HTTP requests
fix - ec16a3d6c6 enable xsrf for root-provided HttpClient
fix - 39e362eea5 match header values exactly when deleting
fix - be46ca8696 preserve immutability of materialized clones
fix - c0cbd46bd7 skip transfer cache for fetch credentialed requests (#69017)
refactor - af04e266cc deprecate jsonp support

language-service

Commit Description
feat - 7f0265e43a compile non-exported classes if standalone (#68454)
feat - 4f9c824dd9 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 @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 |

... (truncated)

Commits
  • ada038f refactor(core): Migrate more tests off fakeAsync
  • 091456a fix(core): account for namespaces in host binding sanitization (#69558)
  • 23cf1a8 fix(core): sanitize host bindings on concrete hosts (#69558)
  • 5d5b2ea fix(migrations): correctly detect then/else keywords in control flow migr...
  • 350ea41 refactor(core): align navigation types with built in ones
  • 49672c4 fix(migrations): correctly migrate ngClass with mixed space-separated keys
  • 3499a13 fix(core): ensure SVG animation attributeName is checked case-insensitively
  • 223e402 fix(migrations): preserve NgClass import on partial migration
  • f034c02 build: update cross-repo angular dependencies to v22.1.0-next.4
  • 0ae6d81 fix(core): preserve explicit input transform write type
  • Additional commits viewable in compare view

Updates @angular-slider/ngx-slider from 20.0.0 to 22.0.0

Changelog

Sourced from @​angular-slider/ngx-slider's changelog.

22.0.0

  • add support for Angular 22

21.0.0

  • add support for Angular 21 (issue #417)
  • replace touch mouse event with pointer event (issue #411)
  • replace browser's document reference with Angular's abstraction (issue #412)
  • bump prismjs from 1.29.0 to 1.30.0 (issue #399)
  • bump brace-expansion in /scripts/scss-bundle-workspace (issue #410)
Commits
  • 9ada3d6 Compile lib with partial mode
  • 5bc9268 Upgrade to angular v22 (#443)
  • ba95e2e Made all lib components standalone
  • d1084e1 Update angular 21 (#416)
  • dc01214 Bump brace-expansion in /scripts/scss-bundle-workspace (#410)
  • 87c293a Bump prismjs from 1.29.0 to 1.30.0 (#399)
  • d934a91 Replace browser's document reference with Angular's abstraction (#412)
  • b8ce788 Replace touch mouse event with pointer event (#411)
  • ba0b58c Remove maintenance notice from README and demo site
  • d4724c9 Update .nvmrc for Angular 20
  • See full diff in compare view

Updates @angular/animations from 20.3.25 to 22.1.0

Release notes

Sourced from @​angular/animations's releases.

22.1.0

common

Commit Description
fix - 1ad6824d0d skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Description
feat - af5e4e1131 Add an error for --global-foo cases (#68846)
feat - d579ecaf73 Disable '--global-' error outside of g3 (#68846)
feat - f98547675c Namespace CSS variables to the app (#68846)
feat - 8c8b2f7783 Support css var namespacing in properties (#68846)
fix - 292199aa4d permissive whitespace parsing in default never blocks
fix - 25c744c4d0 support foreign components defined outside top-level scope
fix - 5bd00add07 support foreign components inside control flow blocks (#69674)
perf - 2e442f7876 do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Description
fix - aeb55c8bc1 allow passing uninvoked signals as foreign component props
fix - 7c60a98b3c support import aliases in foreignImports (#68674)

core

Commit Description
feat - 124ba10ead add custom set option to linkedSignal
feat - eab4847a8b Adds deep linking from Performance panel to DevTools
fix - 091456a214 account for namespaces in host binding sanitization (#69558)
fix - b3748e9fe4 correct container anchor collection order to match DOM layout
fix - 11b206b919 introduce disposal mechanism for Angular views in foreign @content
fix - 56607967db introduce logical-only containers for foreign content
fix - 23cf1a828b sanitize host bindings on concrete hosts (#69558)
fix - 0c07356c5c set current tnode in foreign component instruction on reuse

forms

Commit Description
fix - bbbd357bd2 add utility to assert that value is a field tree

http

Commit Description
feat - e3630c23c5 add options to allow caching of credentialed and non-cacheable HTTP requests
fix - ec16a3d6c6 enable xsrf for root-provided HttpClient
fix - 39e362eea5 match header values exactly when deleting
fix - be46ca8696 preserve immutability of materialized clones
fix - c0cbd46bd7 skip transfer cache for fetch credentialed requests (#69017)
refactor - af04e266cc deprecate jsonp support

language-service

Commit Description
feat - 7f0265e43a compile non-exported classes if standalone (#68454)
feat - 4f9c824dd9 Typecheck templates which would require inline typecheck blocks (#68454)

... (truncated)

Changelog

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

... (truncated)

Commits
  • 861d37e build: update minimum supported Node.js versions
  • a7dab60 refactor(core): use the @Service decorator where possible.
  • b8d3f36 feat(compiler-cli): add support for Node.js 26.0.0
  • 6672192 test: remove duplicate tests (#67518)
  • d550bf7 build: update minimum supported Node.js versions
  • 81cabc1 feat(core): add support for TypeScript 6
  • abb1794 refactor(core): mark VERSION exports as pure for better tree-shaking
  • 26fed34 build: format md files
  • b9e2ccd refactor(common): remove unused import (#64699)
  • 70332b0 fix(core): pass element removal property through in all locations (#64565)
  • Additional commits viewable in compare view

Updates @angular/cdk from 20.2.14 to 22.1.0

Release notes

Sourced from @​angular/cdk's releases.

22.1.0

youtube-player

Commit Description
fix - 2430e6e53 update to latest typings and fix error (#33387)

material

Commit Description
feat - 73939a835 slide-toggle: add full-width support (#33424)
fix - 56c7ff6fa slide-toggle: prevent icon label text-spacing cutoff (#33559)

cdk

Commit Description
fix - 0e34c64d0 stepper: allow signal form to be assigned as stepControl (#33562)

aria

Commit Description
fix - 31781a024 combobox: allow setting readonly (#33364)

22.1.0-rc.0

material-luxon-adapter

Commit Description
fix - 452d3cce3e preserve timezone on .clone() (#33564)

material

Commit Description
fix - 3d21c1b9a2 expansion: always reset outline (#33542)
fix - 9105a44b83 list: make disabled selection list keyboard navigable (#33544)
fix - a62e65971a radio: avoid making the touch target a focus stop (#33558)
fix - 56c7ff6fa3 slide-toggle: prevent icon label text-spacing cutoff (#33559)

cdk

Commit Description
fix - ce6875ea7a drag-drop: reset popover overflow (#33554)
fix - 0e34c64d0c stepper: allow signal form to be assigned as stepControl (#33562)

aria

Commit Description
fix - b211bf15f7 grid: account for disabled cell widgets and in-place disablement in roving tabindex (#33571)

22.1.0-next.4

material

Commit Description
fix - d324696863 button: match focus indicator shape to FAB (#33527)
fix - 9a247a8da2 datepicker: use rounded shape for calendar focus indicators (#33524)
fix - 14d896a936 sort: double focus indicators when strong focus is enabled (#33520)
fix - c729db7972 stepper: add border radius to header hover state in m2 (#33529)

cdk

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

22.1.0 "v22-1-0" (2026-07-29)

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)

22.0.7 "v22-0-7" (2026-07-29)

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)

22.0.6 "plaid-panda" (2026-07-22)

cdk

Commit Type Description
d9fcaced49 fix drag-drop: reset popover overflow (#33554)

material

Commit Type Description
842bc940b8 fix expansion: always reset outline (#33542)
b5224c68f1 fix list: make disabled selection list keyboard navigable (#33544)
354f1ac17d fix radio: avoid making the touch target a focus stop (#33558)

... (truncated)

Commits
  • 7965866 release: cut the v22.1.0 release
  • 1761426 docs: convert CDK overlay to signals (#33591)
  • 0d70daa fix(material/schematics): resolve issues in navigation schematic (#33590)
  • d89d07a refactor(cdk/clipboard): switch tests away from fakeAsync (#33585)
  • ba02c5f fix(multiple): avoid instanceof checks in aria directives (#33587)
  • 9f78268 release: cut the v22.1.0-rc.0 release
  • b211bf1 fix(aria/grid): account for disabled cell widgets and in-place disablement in...
  • 501d674 build: skip branch manager job on forked repositories (#33233)
  • def30ba docs: release notes for the v22.0.6 release
  • 659b562 build: update dependencies and account for breaking changes (#33565)
  • Additional commits viewable in compare view

Updates @angular/common from 20.3.25 to 22.1.0

Release notes

Sourced from @​angular/common's releases.

22.1.0

common

Commit Description
fix - 1ad6824d0d skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Description
feat - af5e4e1131 Add an error for --global-foo cases (#68846)
feat - d579ecaf73 Disable '--global-' error outside of g3 (#68846)
feat - f98547675c Namespace CSS variables to the app (#68846)
feat - 8c8b2f7783 Support css var namespacing in properties (#68846)
fix - 292199aa4d permissive whitespace parsing in default never blocks
fix - 25c744c4d0 support foreign components defined outside top-level scope
fix - 5bd00add07 support foreign components inside control flow blocks (#69674)
perf - 2e442f7876 do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Description
fix - aeb55c8bc1 allow passing uninvoked signals as foreign component props
fix - 7c60a98b3c support import aliases in foreignImports (#68674)

core

Commit Description
feat - 124ba10ead add custom set option to linkedSignal
feat - eab4847a8b Adds deep linking from Performance panel to DevTools
fix - 091456a214 account for namespaces in host binding sanitization (#69558)
fix - b3748e9fe4 correct container anchor collection order to match DOM layout
fix - 11b206b919 introduce disposal mechanism for Angular views in foreign @content
fix - 56607967db introduce logical-only containers for foreign content

…/animations, @angular/cdk, @angular/common, @angular/elements, @angular/forms, @angular/material, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, @fortawesome/angular-fontawesome, @kolkov/angular-editor, @ng-bootstrap/ng-bootstrap, @swimlane/ngx-charts and @angular/build

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core), [@angular-slider/ngx-slider](https://github.com/angular-slider/ngx-slider), [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations), [@angular/cdk](https://github.com/angular/components), [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/elements](https://github.com/angular/angular/tree/HEAD/packages/elements), [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms), [@angular/material](https://github.com/angular/components), [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser), [@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), [@fortawesome/angular-fontawesome](https://github.com/FortAwesome/angular-fontawesome), [@kolkov/angular-editor](https://github.com/kolkov/angular-editor), [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap), [@swimlane/ngx-charts](https://github.com/swimlane/ngx-charts) and [@angular/build](https://github.com/angular/angular-cli). These dependencies needed to be updated together.

Updates `@angular/core` from 20.3.25 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/core)

Updates `@angular-slider/ngx-slider` from 20.0.0 to 22.0.0
- [Changelog](https://github.com/angular-slider/ngx-slider/blob/master/CHANGELOG.md)
- [Commits](angular-slider/ngx-slider@v20.0.0...v22.0.0)

Updates `@angular/animations` from 20.3.25 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/animations)

Updates `@angular/cdk` from 20.2.14 to 22.1.0
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@20.2.14...v22.1.0)

Updates `@angular/common` from 20.3.25 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/elements` from 20.3.25 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/elements)

Updates `@angular/forms` from 20.3.25 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/material` from 20.2.14 to 22.1.0
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@20.2.14...v22.1.0)

Updates `@angular/platform-browser` from 20.3.25 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/platform-browser-dynamic` from 20.3.25 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 20.3.25 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 `@fortawesome/angular-fontawesome` from 3.0.0 to 5.1.0
- [Release notes](https://github.com/FortAwesome/angular-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/angular-fontawesome/blob/main/CHANGELOG.md)
- [Commits](FortAwesome/angular-fontawesome@3.0.0...5.1.0)

Updates `@kolkov/angular-editor` from 3.0.5 to 3.1.0
- [Release notes](https://github.com/kolkov/angular-editor/releases)
- [Changelog](https://github.com/kolkov/angular-editor/blob/main/CHANGELOG.md)
- [Commits](kolkov/angular-editor@v3.0.5...v3.1.0)

Updates `@ng-bootstrap/ng-bootstrap` from 19.0.1 to 21.0.0
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](ng-bootstrap/ng-bootstrap@19.0.1...21.0.0)

Updates `@swimlane/ngx-charts` from 23.1.0 to 25.0.0
- [Changelog](https://github.com/swimlane/ngx-charts/blob/25.0.0/docs/changelog.md)
- [Commits](swimlane/ngx-charts@23.1.0...25.0.0)

Updates `@angular/build` from 20.3.30 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@v20.3.30...v22.1.2)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-version: 22.1.0
  dependency-type: direct:production
- dependency-name: "@angular-slider/ngx-slider"
  dependency-version: 22.0.0
  dependency-type: direct:production
- dependency-name: "@angular/animations"
  dependency-version: 22.1.0
  dependency-type: direct:production
- dependency-name: "@angular/cdk"
  dependency-version: 22.1.0
  dependency-type: direct:production
- dependency-name: "@angular/common"
  dependency-version: 22.1.0
  dependency-type: direct:production
- dependency-name: "@angular/elements"
  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/material"
  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/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: "@fortawesome/angular-fontawesome"
  dependency-version: 5.1.0
  dependency-type: direct:production
- dependency-name: "@kolkov/angular-editor"
  dependency-version: 3.1.0
  dependency-type: direct:production
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-version: 21.0.0
  dependency-type: direct:production
- dependency-name: "@swimlane/ngx-charts"
  dependency-version: 25.0.0
  dependency-type: direct:production
- dependency-name: "@angular/build"
  dependency-version: 22.1.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants