Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps the angular-stack group with 9 updates in the / directory:

Package From To
@angular/build 21.1.1 21.1.2
@angular/cdk 21.1.1 21.1.2
@angular/cli 21.1.1 21.1.2
@angular/common 21.1.1 21.1.2
@angular/compiler 21.1.1 21.1.2
@angular/compiler-cli 21.1.1 21.1.2
@angular/core 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

Updates @angular/build from 21.1.1 to 21.1.2

Release notes

Sourced from @​angular/build's releases.

21.1.2

@​angular-devkit/schematics-cli

Commit Description
fix - e7458c81d Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Description
fix - d66f1fe64 Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Description
fix - 80911af67 loosen Vitest dependency checks when runnerConfig is used
fix - 2d30639d3 support merging coverage thresholds with Vitest runnerConfig
Changelog

Sourced from @​angular/build's changelog.

21.1.2 (2026-01-28)

@​angular-devkit/schematics-cli

Commit Type Description
e7458c81d fix Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Type Description
d66f1fe64 fix Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Type Description
80911af67 fix loosen Vitest dependency checks when runnerConfig is used
2d30639d3 fix support merging coverage thresholds with Vitest runnerConfig

Commits
  • 702d717 release: cut the v21.1.2 release
  • d66f1fe fix(@​angular-devkit/architect): Add boolean type inference for 'true' and 'fa...
  • e7458c8 fix(@​angular-devkit/schematics-cli): Add boolean type inference for 'true' an...
  • e974e40 build: lock file maintenance
  • 2d30639 fix(@​angular/build): support merging coverage thresholds with Vitest runnerCo...
  • 80911af fix(@​angular/build): loosen Vitest dependency checks when runnerConfig is used
  • 7cf1d3b build: update cross-repo angular dependencies
  • 165e7d6 build: update all github actions
  • 8e7f86b build: update bazel dependencies
  • 3206b8b build: update cross-repo angular dependencies
  • See full diff in compare view

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/cli from 21.1.1 to 21.1.2

Release notes

Sourced from @​angular/cli's releases.

21.1.2

@​angular-devkit/schematics-cli

Commit Description
fix - e7458c81d Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Description
fix - d66f1fe64 Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Description
fix - 80911af67 loosen Vitest dependency checks when runnerConfig is used
fix - 2d30639d3 support merging coverage thresholds with Vitest runnerConfig
Changelog

Sourced from @​angular/cli's changelog.

21.1.2 (2026-01-28)

@​angular-devkit/schematics-cli

Commit Type Description
e7458c81d fix Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Type Description
d66f1fe64 fix Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Type Description
80911af67 fix loosen Vitest dependency checks when runnerConfig is used
2d30639d3 fix support merging coverage thresholds with Vitest runnerConfig

Commits
  • 702d717 release: cut the v21.1.2 release
  • d66f1fe fix(@​angular-devkit/architect): Add boolean type inference for 'true' and 'fa...
  • e7458c8 fix(@​angular-devkit/schematics-cli): Add boolean type inference for 'true' an...
  • e974e40 build: lock file maintenance
  • 2d30639 fix(@​angular/build): support merging coverage thresholds with Vitest runnerCo...
  • 80911af fix(@​angular/build): loosen Vitest dependency checks when runnerConfig is used
  • 7cf1d3b build: update cross-repo angular dependencies
  • 165e7d6 build: update all github actions
  • 8e7f86b build: update bazel dependencies
  • 3206b8b build: update cross-repo angular dependencies
  • See full diff 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/compiler-cli from 21.1.1 to 21.1.2

Release notes

Sourced from @​angular/compiler-cli'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-cli'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
  • c9043fb refactor(compiler-cli): remove deprecated signature usage
  • See full diff in compare view

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/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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… 9 updates

Bumps the angular-stack group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/build](https://github.com/angular/angular-cli) | `21.1.1` | `21.1.2` |
| [@angular/cdk](https://github.com/angular/components) | `21.1.1` | `21.1.2` |
| [@angular/cli](https://github.com/angular/angular-cli) | `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/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.1.1` | `21.1.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `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` |



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/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/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/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/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)

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/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)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 29, 2026
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