Skip to content

chore(deps): Bump the dependencies-angular group in /springwolf-ui with 12 updates#1623

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-1f3644e082
Open

chore(deps): Bump the dependencies-angular group in /springwolf-ui with 12 updates#1623
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-1f3644e082

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps the dependencies-angular group in /springwolf-ui with 12 updates:

Package From To
@angular/animations 21.1.1 21.1.2
@angular/cdk 21.1.1 21.1.2
@angular/common 21.1.1 21.1.2
@angular/compiler 21.1.1 21.1.2
@angular/core 21.1.1 21.1.2
@angular/material 21.1.1 21.1.2
@angular/platform-browser 21.1.1 21.1.2
@angular/platform-browser-dynamic 21.1.1 21.1.2
@angular/router 21.1.1 21.1.2
@angular/build 21.1.1 21.1.2
@angular/cli 21.1.1 21.1.2
@angular/compiler-cli 21.1.1 21.1.2

Updates @angular/animations from 21.1.1 to 21.1.2

Release notes

Sourced from @​angular/animations's releases.

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

router

Commit Description
fix - 21ecdc036a Do not intercept reload events with Navigation integration
Changelog

Sourced from @​angular/animations's changelog.

21.1.2 (2026-01-28)

forms

Commit Type Description
9f99b14882 fix only touch visible, interactive fields on submit

language-service

Commit Type Description
c57b0355b5 fix Detect local project version on creation

router

Commit Type Description
21ecdc036a fix Do not intercept reload events with Navigation integration

21.2.0-next.0 (2026-01-22)

compiler

Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice

compiler-cli

Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration

core

Commit Type Description
92d2498910 feat add host node to DeferBlockData (#66546)
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
ed78fa05c7 fix Remove note to skip arrow functions in best practices

forms

Commit Type Description
95c386469c feat Add passing focus options to form field

language-server

Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles

... (truncated)

Commits

Updates @angular/cdk from 21.1.1 to 21.1.2

Release notes

Sourced from @​angular/cdk's releases.

21.1.2

material

Commit Description
fix - bb69f3ca7d sidenav: incorrectly trapping focus in some cases (#32699)
fix - 7824225a5b timepicker: make it easier to style timepicker panel (#32711)

cdk

Commit Description
fix - 9b54cb20da listbox: incorrect wording in error message (#32697)
fix - 4b8fc71c08 table: throw when multiple row templates are used with virtual scrolling (#32682)

aria

Commit Description
fix - 1d9918a9de combobox: Add announcement for empty results to autocomplete demo (#32707)
perf - 81b407d353 grid: avoid excessive change detections (#32705)
Changelog

Sourced from @​angular/cdk's changelog.

21.1.2 "glass-bottle" (2026-01-28)

aria

Commit Type Description
1d9918a9de fix combobox: Add announcement for empty results to autocomplete demo (#32707)
81b407d353 perf grid: avoid excessive change detections (#32705)

cdk

Commit Type Description
9b54cb20da fix listbox: incorrect wording in error message (#32697)
4b8fc71c08 fix table: throw when multiple row templates are used with virtual scrolling (#32682)

material

Commit Type Description
bb69f3ca7d fix sidenav: incorrectly trapping focus in some cases (#32699)
7824225a5b fix timepicker: make it easier to style timepicker panel (#32711)

21.2.0-next.1 "plastic-ant" (2026-01-21)

aria

Commit Type Description
ec384a37ab fix grid: unit tests for grid pattern (#32633)

cdk

Commit Type Description
e397ecbcfa fix table: remove string-based DI tokens (#32677)

multiple

Commit Type Description
3612ef6094 fix incorrect paths in declaration files for aria
f3357c1dff fix resolve sass if function deprecation warnings (#32674)

Commits
  • d1f9917 release: cut the v21.1.2 release
  • a1d959b docs(material/sidenav): fix typo in drawer comment (#32702)
  • 33f9f99 build: lock file maintenance (#32676)
  • 4564548 build: update pnpm to v10.28.2 (#32681)
  • ad0aeaa [aria/multiple] Add to and clean up input validation across aria components (...
  • 1d9918a fix(aria/combobox): Add announcement for empty results to autocomplete demo (...
  • 7824225 fix(material/timepicker): make it easier to style timepicker panel (#32711)
  • 81b407d perf(aria/grid): avoid excessive change detections (#32705)
  • bb69f3c fix(material/sidenav): incorrectly trapping focus in some cases (#32699)
  • 9b54cb2 fix(cdk/listbox): incorrect wording in error message (#32697)
  • Additional commits viewable in compare view

Updates @angular/common from 21.1.1 to 21.1.2

Release notes

Sourced from @​angular/common's releases.

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

router

Commit Description
fix - 21ecdc036a Do not intercept reload events with Navigation integration
Changelog

Sourced from @​angular/common's changelog.

21.1.2 (2026-01-28)

forms

Commit Type Description
9f99b14882 fix only touch visible, interactive fields on submit

language-service

Commit Type Description
c57b0355b5 fix Detect local project version on creation

router

Commit Type Description
21ecdc036a fix Do not intercept reload events with Navigation integration

21.2.0-next.0 (2026-01-22)

compiler

Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice

compiler-cli

Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration

core

Commit Type Description
92d2498910 feat add host node to DeferBlockData (#66546)
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
ed78fa05c7 fix Remove note to skip arrow functions in best practices

forms

Commit Type Description
95c386469c feat Add passing focus options to form field

language-server

Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles

... (truncated)

Commits
  • 7242da2 docs: reword docs on standalone.
  • 6601f06 test(common): enables zoneless change detection in tests
  • See full diff in compare view

Updates @angular/compiler from 21.1.1 to 21.1.2

Release notes

Sourced from @​angular/compiler's releases.

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

router

Commit Description
fix - 21ecdc036a Do not intercept reload events with Navigation integration
Changelog

Sourced from @​angular/compiler's changelog.

21.1.2 (2026-01-28)

forms

Commit Type Description
9f99b14882 fix only touch visible, interactive fields on submit

language-service

Commit Type Description
c57b0355b5 fix Detect local project version on creation

router

Commit Type Description
21ecdc036a fix Do not intercept reload events with Navigation integration

21.2.0-next.0 (2026-01-22)

compiler

Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice

compiler-cli

Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration

core

Commit Type Description
92d2498910 feat add host node to DeferBlockData (#66546)
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
ed78fa05c7 fix Remove note to skip arrow functions in best practices

forms

Commit Type Description
95c386469c feat Add passing focus options to form field

language-server

Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles

... (truncated)

Commits

Updates @angular/core from 21.1.1 to 21.1.2

Release notes

Sourced from @​angular/core's releases.

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

router

Commit Description
fix - 21ecdc036a Do not intercept reload events with Navigation integration
Changelog

Sourced from @​angular/core's changelog.

21.1.2 (2026-01-28)

forms

Commit Type Description
9f99b14882 fix only touch visible, interactive fields on submit

language-service

Commit Type Description
c57b0355b5 fix Detect local project version on creation

router

Commit Type Description
21ecdc036a fix Do not intercept reload events with Navigation integration

21.2.0-next.0 (2026-01-22)

compiler

Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice

compiler-cli

Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration

core

Commit Type Description
92d2498910 feat add host node to DeferBlockData (#66546)
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
ed78fa05c7 fix Remove note to skip arrow functions in best practices

forms

Commit Type Description
95c386469c feat Add passing focus options to form field

language-server

Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles

... (truncated)

Commits
  • 290b281 build: update cross-repo angular dependencies
  • 7242da2 docs: reword docs on standalone.
  • 89525ec docs: add mentions of the global target syntax.
  • 3594709 refactor(core): remove index from text node creation
  • 051ba06 refactor(core): improve tree-shaking
  • See full diff in compare view

Updates @angular/material from 21.1.1 to 21.1.2

Release notes

Sourced from @​angular/material's releases.

21.1.2

material

Commit Description
fix - bb69f3ca7d sidenav: incorrectly trapping focus in some cases (#32699)
fix - 7824225a5b timepicker: make it easier to style timepicker panel (#32711)

cdk

Commit Description
fix - 9b54cb20da listbox: incorrect wording in error message (#32697)
fix - 4b8fc71c08 table: throw when multiple row templates are used with virtual scrolling (#32682)

aria

Commit Description
fix - 1d9918a9de combobox: Add announcement for empty results to autocomplete demo (#32707)
perf - 81b407d353 grid: avoid excessive change detections (#32705)
Changelog

Sourced from @​angular/material's changelog.

21.1.2 "glass-bottle" (2026-01-28)

aria

Commit Type Description
1d9918a9de fix combobox: Add announcement for empty results to autocomplete demo (#32707)
81b407d353 perf grid: avoid excessive change detections (#32705)

cdk

Commit Type Description
9b54cb20da fix listbox: incorrect wording in error message (#32697)
4b8fc71c08 fix table: throw when multiple row templates are used with virtual scrolling (#32682)

material

Commit Type Description
bb69f3ca7d fix sidenav: incorrectly trapping focus in some cases (#32699)
7824225a5b fix timepicker: make it easier to style timepicker panel (#32711)

21.2.0-next.1 "plastic-ant" (2026-01-21)

aria

Commit Type Description
ec384a37ab fix grid: unit tests for grid pattern (#32633)

cdk

Commit Type Description
e397ecbcfa fix table: remove string-based DI tokens (#32677)

multiple

Commit Type Description
3612ef6094 fix incorrect paths in declaration files for aria
f3357c1dff fix resolve sass if function deprecation warnings (#32674)

Commits
  • d1f9917 release: cut the v21.1.2 release
  • a1d959b docs(material/sidenav): fix typo in drawer comment (#32702)
  • 33f9f99 build: lock file maintenance (#32676)
  • 4564548 build: update pnpm to v10.28.2 (#32681)
  • ad0aeaa [aria/multiple] Add to and clean up input validation across aria components (...
  • 1d9918a fix(aria/combobox): Add announcement for empty results to autocomplete demo (...
  • 7824225 fix(material/timepicker): make it easier to style timepicker panel (#32711)
  • 81b407d perf(aria/grid): avoid excessive change detections (#32705)
  • bb69f3c fix(material/sidenav): incorrectly trapping focus in some cases (#32699)
  • 9b54cb2 fix(cdk/listbox): incorrect wording in error message (#32697)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 21.1.1 to 21.1.2

Release notes

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

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

router

Commit Description
fix - 21ecdc036a Do not intercept reload events with Navigation integration
Changelog

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

21.1.2 (2026-01-28)

forms

Commit Type Description
9f99b14882 fix only touch visible, interactive fields on submit

language-service

Commit Type Description
c57b0355b5 fix Detect local project version on creation

router

Commit Type Description
21ecdc036a fix Do not intercept reload events with Navigation integration

21.2.0-next.0 (2026-01-22)

compiler

Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice

compiler-cli

Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration

core

Commit Type Description
92d2498910 feat add host node to DeferBlockData (#66546)
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
ed78fa05c7 fix Remove note to skip arrow functions in best practices

forms

Commit Type Description
95c386469c feat Add passing focus options to form field

language-server

Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 21.1.1 to 21.1.2

Release notes

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

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

router

Commit Description
fix - 21ecdc036a Do not intercept reload events with Navigation integration
Changelog

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

21.1.2 (2026-01-28)

forms

Commit Type Description
9f99b14882 fix only touch visible, interactive fields on submit

language-service

Commit Type Description
c57b0355b5 fix Detect local project version on creation

router

Commit Type Description
21ecdc036a fix Do not intercept reload events with Navigation integration

21.2.0-next.0 (2026-01-22)

compiler

Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice

compiler-cli

Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration

core

Commit Type Description
92d2498910 feat add host node to DeferBlockData (#66546)
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
ed78fa05c7 fix Remove note to skip arrow functions in best practices

forms

Commit Type Description
95c386469c feat Add passing focus options to form field

language-server

Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles

... (truncated)

Commits

Updates @angular/router from 21.1.1 to 21.1.2

Release notes

Sourced from @​angular/router's releases.

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

router

Commit Description
fix - 21ecdc036a Do not intercept reload events with Navigation integration
Changelog

Sourced from @​angular/router's changelog.

21.1.2 (2026-01-28)

forms

Commit Type Description
9f99b14882 fix only touch visible, interactive fields on submit

language-service

Commit Type Description
c57b0355b5 fix Detect local project version on creation

router

Commit Type Description
21ecdc036a fix Do not intercept reload events with Navigation integration

21.2.0-next.0 (2026-01-22)

compiler

Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice

compiler-cli

Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration

core

Commit Type DescriptionDescription has been truncated

Bumps the dependencies-angular group in /springwolf-ui with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.1.1` | `21.1.2` |
| [@angular/cdk](https://github.com/angular/components) | `21.1.1` | `21.1.2` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.1.1` | `21.1.2` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.1.1` | `21.1.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.1.1` | `21.1.2` |
| [@angular/material](https://github.com/angular/components) | `21.1.1` | `21.1.2` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.1.1` | `21.1.2` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.1.1` | `21.1.2` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.1.1` | `21.1.2` |
| [@angular/build](https://github.com/angular/angular-cli) | `21.1.1` | `21.1.2` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.1.1` | `21.1.2` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.1.1` | `21.1.2` |


Updates `@angular/animations` from 21.1.1 to 21.1.2
- [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/v21.1.2/packages/animations)

Updates `@angular/cdk` from 21.1.1 to 21.1.2
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.1.1...v21.1.2)

Updates `@angular/common` from 21.1.1 to 21.1.2
- [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/v21.1.2/packages/common)

Updates `@angular/compiler` from 21.1.1 to 21.1.2
- [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/v21.1.2/packages/compiler)

Updates `@angular/core` from 21.1.1 to 21.1.2
- [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/v21.1.2/packages/core)

Updates `@angular/material` from 21.1.1 to 21.1.2
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.1.1...v21.1.2)

Updates `@angular/platform-browser` from 21.1.1 to 21.1.2
- [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/v21.1.2/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 21.1.1 to 21.1.2
- [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/v21.1.2/packages/platform-browser-dynamic)

Updates `@angular/router` from 21.1.1 to 21.1.2
- [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/v21.1.2/packages/router)

Updates `@angular/build` from 21.1.1 to 21.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.1.1...v21.1.2)

Updates `@angular/cli` from 21.1.1 to 21.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.1.1...v21.1.2)

Updates `@angular/compiler-cli` from 21.1.1 to 21.1.2
- [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/v21.1.2/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/cdk"
  dependency-version: 21.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/common"
  dependency-version: 21.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler"
  dependency-version: 21.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/core"
  dependency-version: 21.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/material"
  dependency-version: 21.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/router"
  dependency-version: 21.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/build"
  dependency-version: 21.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/cli"
  dependency-version: 21.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 3, 2026
@netlify
Copy link

netlify bot commented Feb 3, 2026

Deploy Preview for springwolf-ui ready!

Name Link
🔨 Latest commit 5e0ddd5
🔍 Latest deploy log https://app.netlify.com/projects/springwolf-ui/deploys/69816da8c46e4a0008d01ea5
😎 Deploy Preview https://deploy-preview-1623--springwolf-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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