Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the angular group in /shio-ui with 17 updates:

Package From To
@angular/animations 21.0.1 21.0.3
@angular/cdk 21.0.1 21.0.2
@angular/common 21.0.1 21.0.3
@angular/compiler 21.0.1 21.0.3
@angular/core 21.0.1 21.0.3
@angular/forms 21.0.1 21.0.3
@angular/localize 21.0.1 21.0.3
@angular/platform-browser 21.0.1 21.0.3
@angular/platform-browser-dynamic 21.0.1 21.0.3
@angular/router 21.0.1 21.0.3
@primer/octicons 19.21.0 19.21.1
@primer/styled-octicons 19.21.0 19.21.1
@angular/build 21.0.1 21.0.2
@angular/cli 21.0.1 21.0.2
@angular/compiler-cli 21.0.1 21.0.3
@angular/language-service 21.0.1 21.0.3
jasmine-core 5.12.1 5.13.0

Updates @angular/animations from 21.0.1 to 21.0.3

Release notes

Sourced from @​angular/animations's releases.

21.0.3

compiler-cli

Commit Description
fix - 5a80a48e96 avoid allocating an object for signals in production mode
fix - 1f1856e897 check that field radio button values are strings

core

Commit Description
fix - 8c3304c766 run animation queue in environment injector context
fix - 4bb085311e unable to inject viewProviders when host directive with providers is present
perf - 609699ae17 tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Description
feat - 6b4ab876e8 Allows transforms on FormUiControl signals
fix - a5dbd4b382 support dynamic [field] bindings (#65599)

http

Commit Description
fix - 20474d3f0f enable XSRF protection for same-origin absolute URLs

router

Commit Description
fix - 48b89f9fbe handle errors from view transition finished promise

21.0.2

compiler

Commit Description
fix - 78fd159b78 prevent XSS via SVG animation attributeName and MathML/SVG URLs
Changelog

Sourced from @​angular/animations's changelog.

21.0.3 (2025-12-03)

compiler-cli

Commit Type Description
5a80a48e96 fix avoid allocating an object for signals in production mode
1f1856e897 fix check that field radio button values are strings

core

Commit Type Description
8c3304c766 fix run animation queue in environment injector context
4bb085311e fix unable to inject viewProviders when host directive with providers is present
609699ae17 perf tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Type Description
6b4ab876e8 feat Allows transforms on FormUiControl signals
a5dbd4b382 fix support dynamic [field] bindings (#65599)

http

Commit Type Description
20474d3f0f fix enable XSRF protection for same-origin absolute URLs

router

Commit Type Description
48b89f9fbe fix handle errors from view transition finished promise

21.0.2 (2025-12-01)

compiler

Commit Type Description
78fd159b78 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

... (truncated)

Commits

Updates @angular/cdk from 21.0.1 to 21.0.2

Release notes

Sourced from @​angular/cdk's releases.

21.0.2

material

Commit Description
fix - a6de52a67 datepicker: do not re-assign the same forms value (#32447)
fix - ef8388b71 timepicker: valueChanges emitting on init (#32434)

aria

Commit Description
fix - b8f2151d0 menu: focus flicker bug
fix - 591c3d8cc menu: update api goldens (#32463)
fix - bfe017741 menu: update unit tests to use ngMenuContent
Changelog

Sourced from @​angular/cdk's changelog.

21.0.2 "babefphite-button" (2025-12-03)

aria

Commit Type Description
b8f2151d0 fix menu: focus flicker bug
591c3d8cc fix menu: update api goldens (#32463)
bfe017741 fix menu: update unit tests to use ngMenuContent

material

Commit Type Description
a6de52a67 fix datepicker: do not re-assign the same forms value (#32447)
ef8388b71 fix timepicker: valueChanges emitting on init (#32434)

21.1.0-next.0 "sulfur-sombrero" (2025-11-26)

aria

Commit Type Description
b45cda3f9 fix ui-patterns: enable overwriting preventDefault to allow triggering hyperlinks using enter key (#32123)

cdk

Commit Type Description
a20aeabbe feat a11y: allow safe HTML to be passed to live announcer (#32386)

material

Commit Type Description
ef1355914 feat schematics: add preconnect links for Google Fonts in index.html (#32238)
6b9decb77 feat stepper: add a prefix section to the horizontal stepper header (#32184)

material-experimental

Commit Type Description
29e2c4633 fix column-resize: add null checks for overlay (#32259)

Commits
  • 49f1bc8 release: cut the v21.0.2 release
  • bbf591b Revert "build: use mjs files for ng-dev configuration (#32309)" (#32464)
  • 591c3d8 fix(aria/menu): update api goldens (#32463)
  • b8f2151 fix(aria/menu): focus flicker bug
  • bfe0177 fix(aria/menu): update unit tests to use ngMenuContent
  • f84a030 build: set up PullApprove for reviews (#32459)
  • 9932922 refactor(material/autocomplete): work around an internal issue (#32458)
  • a6de52a fix(material/datepicker): do not re-assign the same forms value (#32447)
  • 6f89a73 build: use mjs files for ng-dev configuration (#32309)
  • ef8388b fix(material/timepicker): valueChanges emitting on init (#32434)
  • Additional commits viewable in compare view

Updates @angular/common from 21.0.1 to 21.0.3

Release notes

Sourced from @​angular/common's releases.

21.0.3

compiler-cli

Commit Description
fix - 5a80a48e96 avoid allocating an object for signals in production mode
fix - 1f1856e897 check that field radio button values are strings

core

Commit Description
fix - 8c3304c766 run animation queue in environment injector context
fix - 4bb085311e unable to inject viewProviders when host directive with providers is present
perf - 609699ae17 tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Description
feat - 6b4ab876e8 Allows transforms on FormUiControl signals
fix - a5dbd4b382 support dynamic [field] bindings (#65599)

http

Commit Description
fix - 20474d3f0f enable XSRF protection for same-origin absolute URLs

router

Commit Description
fix - 48b89f9fbe handle errors from view transition finished promise

21.0.2

compiler

Commit Description
fix - 78fd159b78 prevent XSS via SVG animation attributeName and MathML/SVG URLs
Changelog

Sourced from @​angular/common's changelog.

21.0.3 (2025-12-03)

compiler-cli

Commit Type Description
5a80a48e96 fix avoid allocating an object for signals in production mode
1f1856e897 fix check that field radio button values are strings

core

Commit Type Description
8c3304c766 fix run animation queue in environment injector context
4bb085311e fix unable to inject viewProviders when host directive with providers is present
609699ae17 perf tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Type Description
6b4ab876e8 feat Allows transforms on FormUiControl signals
a5dbd4b382 fix support dynamic [field] bindings (#65599)

http

Commit Type Description
20474d3f0f fix enable XSRF protection for same-origin absolute URLs

router

Commit Type Description
48b89f9fbe fix handle errors from view transition finished promise

21.0.2 (2025-12-01)

compiler

Commit Type Description
78fd159b78 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

... (truncated)

Commits
  • 20474d3 fix(http): enable XSRF protection for same-origin absolute URLs
  • See full diff in compare view

Updates @angular/compiler from 21.0.1 to 21.0.3

Release notes

Sourced from @​angular/compiler's releases.

21.0.3

compiler-cli

Commit Description
fix - 5a80a48e96 avoid allocating an object for signals in production mode
fix - 1f1856e897 check that field radio button values are strings

core

Commit Description
fix - 8c3304c766 run animation queue in environment injector context
fix - 4bb085311e unable to inject viewProviders when host directive with providers is present
perf - 609699ae17 tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Description
feat - 6b4ab876e8 Allows transforms on FormUiControl signals
fix - a5dbd4b382 support dynamic [field] bindings (#65599)

http

Commit Description
fix - 20474d3f0f enable XSRF protection for same-origin absolute URLs

router

Commit Description
fix - 48b89f9fbe handle errors from view transition finished promise

21.0.2

compiler

Commit Description
fix - 78fd159b78 prevent XSS via SVG animation attributeName and MathML/SVG URLs
Changelog

Sourced from @​angular/compiler's changelog.

21.0.3 (2025-12-03)

compiler-cli

Commit Type Description
5a80a48e96 fix avoid allocating an object for signals in production mode
1f1856e897 fix check that field radio button values are strings

core

Commit Type Description
8c3304c766 fix run animation queue in environment injector context
4bb085311e fix unable to inject viewProviders when host directive with providers is present
609699ae17 perf tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Type Description
6b4ab876e8 feat Allows transforms on FormUiControl signals
a5dbd4b382 fix support dynamic [field] bindings (#65599)

http

Commit Type Description
20474d3f0f fix enable XSRF protection for same-origin absolute URLs

router

Commit Type Description
48b89f9fbe fix handle errors from view transition finished promise

21.0.2 (2025-12-01)

compiler

Commit Type Description
78fd159b78 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

... (truncated)

Commits
  • 017672f refactor(compiler): Generate the controlCreate instruction after the native...
  • 78fd159 fix(compiler): prevent XSS via SVG animation attributeName and MathML/SVG URLs
  • See full diff in compare view

Updates @angular/core from 21.0.1 to 21.0.3

Release notes

Sourced from @​angular/core's releases.

21.0.3

compiler-cli

Commit Description
fix - 5a80a48e96 avoid allocating an object for signals in production mode
fix - 1f1856e897 check that field radio button values are strings

core

Commit Description
fix - 8c3304c766 run animation queue in environment injector context
fix - 4bb085311e unable to inject viewProviders when host directive with providers is present
perf - 609699ae17 tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Description
feat - 6b4ab876e8 Allows transforms on FormUiControl signals
fix - a5dbd4b382 support dynamic [field] bindings (#65599)

http

Commit Description
fix - 20474d3f0f enable XSRF protection for same-origin absolute URLs

router

Commit Description
fix - 48b89f9fbe handle errors from view transition finished promise

21.0.2

compiler

Commit Description
fix - 78fd159b78 prevent XSS via SVG animation attributeName and MathML/SVG URLs
Changelog

Sourced from @​angular/core's changelog.

21.0.3 (2025-12-03)

compiler-cli

Commit Type Description
5a80a48e96 fix avoid allocating an object for signals in production mode
1f1856e897 fix check that field radio button values are strings

core

Commit Type Description
8c3304c766 fix run animation queue in environment injector context
4bb085311e fix unable to inject viewProviders when host directive with providers is present
609699ae17 perf tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Type Description
6b4ab876e8 feat Allows transforms on FormUiControl signals
a5dbd4b382 fix support dynamic [field] bindings (#65599)

http

Commit Type Description
20474d3f0f fix enable XSRF protection for same-origin absolute URLs

router

Commit Type Description
48b89f9fbe fix handle errors from view transition finished promise

21.0.2 (2025-12-01)

compiler

Commit Type Description
78fd159b78 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

... (truncated)

Commits
  • 609699a perf(core): tree shake unused dynamic [field] binding instructions (#65599)
  • a5dbd4b fix(forms): support dynamic [field] bindings (#65599)
  • 4bb0853 fix(core): unable to inject viewProviders when host directive with providers ...
  • c2a8934 Revert "refactor(router): compress synchronous end to router navigation to si...
  • 7136273 refactor(router): compress synchronous end to router navigation to single ope...
  • 8c3304c fix(core): run animation queue in environment injector context
  • 706d762 build: update cross-repo angular dependencies
  • 78fd159 fix(compiler): prevent XSS via SVG animation attributeName and MathML/SVG URLs
  • a408415 refactor(migrations): don't migration the server bootstrapApplicaiton on zo...
  • 151616d refactor(core): show error message on signal error
  • Additional commits viewable in compare view

Updates @angular/forms from 21.0.1 to 21.0.3

Release notes

Sourced from @​angular/forms's releases.

21.0.3

compiler-cli

Commit Description
fix - 5a80a48e96 avoid allocating an object for signals in production mode
fix - 1f1856e897 check that field radio button values are strings

core

Commit Description
fix - 8c3304c766 run animation queue in environment injector context
fix - 4bb085311e unable to inject viewProviders when host directive with providers is present
perf - 609699ae17 tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Description
feat - 6b4ab876e8 Allows transforms on FormUiControl signals
fix - a5dbd4b382 support dynamic [field] bindings (#65599)

http

Commit Description
fix - 20474d3f0f enable XSRF protection for same-origin absolute URLs

router

Commit Description
fix - 48b89f9fbe handle errors from view transition finished promise

21.0.2

compiler

Commit Description
fix - 78fd159b78 prevent XSS via SVG animation attributeName and MathML/SVG URLs
Changelog

Sourced from @​angular/forms's changelog.

21.0.3 (2025-12-03)

compiler-cli

Commit Type Description
5a80a48e96 fix avoid allocating an object for signals in production mode
1f1856e897 fix check that field radio button values are strings

core

Commit Type Description
8c3304c766 fix run animation queue in environment injector context
4bb085311e fix unable to inject viewProviders when host directive with providers is present
609699ae17 perf tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Type Description
6b4ab876e8 feat Allows transforms on FormUiControl signals
a5dbd4b382 fix support dynamic [field] bindings (#65599)

http

Commit Type Description
20474d3f0f fix enable XSRF protection for same-origin absolute URLs

router

Commit Type Description
48b89f9fbe fix handle errors from view transition finished promise

21.0.2 (2025-12-01)

compiler

Commit Type Description
78fd159b78 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

... (truncated)

Commits
  • 6b4ab87 feat(forms): Allows transforms on FormUiControl signals
  • 609699a perf(core): tree shake unused dynamic [field] binding instructions (#65599)
  • a5dbd4b fix(forms): support dynamic [field] bindings (#65599)
  • 017672f refactor(compiler): Generate the controlCreate instruction after the native...
  • 8e0df40 docs(docs-infra): Show examples on function overloads
  • See full diff in compare view

Updates @angular/localize from 21.0.1 to 21.0.3

Release notes

Sourced from @​angular/localize's releases.

21.0.3

compiler-cli

Commit Description
fix - 5a80a48e96 avoid allocating an object for signals in production mode
fix - 1f1856e897 check that field radio button values are strings

core

Commit Description
fix - 8c3304c766 run animation queue in environment injector context
fix - 4bb085311e unable to inject viewProviders when host directive with providers is present
perf - 609699ae17 tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Description
feat - 6b4ab876e8 Allows transforms on FormUiControl signals
fix - a5dbd4b382 support dynamic [field] bindings (#65599)

http

Commit Description
fix - 20474d3f0f enable XSRF protection for same-origin absolute URLs

router

Commit Description
fix - 48b89f9fbe handle errors from view transition finished promise

21.0.2

compiler

Commit Description
fix - 78fd159b78 prevent XSS via SVG animation attributeName and MathML/SVG URLs
Changelog

Sourced from @​angular/localize's changelog.

21.0.3 (2025-12-03)

compiler-cli

Commit Type Description
5a80a48e96 fix avoid allocating an object for signals in production mode
1f1856e897 fix check that field radio button values are strings

core

Commit Type Description
8c3304c766 fix run animation queue in environment injector context
4bb085311e fix unable to inject viewProviders when host directive with providers is present
609699ae17 perf tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Type Description
6b4ab876e8 feat Allows transforms on FormUiControl signals
a5dbd4b382 fix support dynamic [field] bindings (#65599)

http

Commit Type Description
20474d3f0f fix enable XSRF protection for same-origin absolute URLs

router

Commit Type Description
48b89f9fbe fix handle errors from view transition finished promise

21.0.2 (2025-12-01)

compiler

Commit Type Description
78fd159b78 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

... (truncated)

Commits
  • c355ffd release: cut the v21.0.3 release
  • 6b4ab87 feat(forms): Allows transforms on FormUiControl signals
  • 609699a perf(core): tree shake unused dynamic [field] binding instructions (#65599)
  • a5dbd4b fix(forms): support dynamic [field] bindings (#65599)
  • 4bb0853 fix(core): unable to inject viewProviders when host directive with providers ...
  • 6491df9 build: lock file maintenance
  • 20474d3 fix(http): enable XSRF protection for same-origin absolute URLs
  • 1f1856e fix(compiler-cli): check that field radio button values are strings
  • 48b89f9 fix(router): handle errors from view transition finished promise
  • 0f50ea8 docs: prevent showing typescript diagnostic errors until the node runtime rea...
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 21.0.1 to 21.0.3

Release notes

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

21.0.3

compiler-cli

Commit Description
fix - 5a80a48e96 avoid allocating an object for signals in production mode
fix - 1f1856e897 check that field radio button values are strings

core

Commit Description
fix - 8c3304c766 run animation queue in environment injector context
fix - 4bb085311e unable to inject viewProviders when host directive with providers is present
perf - 609699ae17 tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Description
feat - 6b4ab876e8 Allows transforms on FormUiControl signals
fix - a5dbd4b382 support dynamic [field] bindings (#65599)

http

Commit Description
fix - 20474d3f0f enable XSRF protection for same-origin absolute URLs

router

Commit Description
fix - 48b89f9fbe handle errors from v...

Description has been truncated

Bumps the angular group in /shio-ui with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.0.1` | `21.0.3` |
| [@angular/cdk](https://github.com/angular/components) | `21.0.1` | `21.0.2` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.0.1` | `21.0.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.0.1` | `21.0.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.0.1` | `21.0.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.0.1` | `21.0.3` |
| [@angular/localize](https://github.com/angular/angular) | `21.0.1` | `21.0.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.0.1` | `21.0.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.0.1` | `21.0.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.0.1` | `21.0.3` |
| [@primer/octicons](https://github.com/primer/octicons) | `19.21.0` | `19.21.1` |
| [@primer/styled-octicons](https://github.com/primer/octicons) | `19.21.0` | `19.21.1` |
| [@angular/build](https://github.com/angular/angular-cli) | `21.0.1` | `21.0.2` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.0.1` | `21.0.2` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.0.1` | `21.0.3` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `21.0.1` | `21.0.3` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.12.1` | `5.13.0` |


Updates `@angular/animations` from 21.0.1 to 21.0.3
- [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/21.0.3/packages/animations)

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

Updates `@angular/common` from 21.0.1 to 21.0.3
- [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/21.0.3/packages/common)

Updates `@angular/compiler` from 21.0.1 to 21.0.3
- [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/21.0.3/packages/compiler)

Updates `@angular/core` from 21.0.1 to 21.0.3
- [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/21.0.3/packages/core)

Updates `@angular/forms` from 21.0.1 to 21.0.3
- [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/21.0.3/packages/forms)

Updates `@angular/localize` from 21.0.1 to 21.0.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](angular/angular@21.0.1...21.0.3)

Updates `@angular/platform-browser` from 21.0.1 to 21.0.3
- [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/21.0.3/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 21.0.1 to 21.0.3
- [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/21.0.3/packages/platform-browser-dynamic)

Updates `@angular/router` from 21.0.1 to 21.0.3
- [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/21.0.3/packages/router)

Updates `@primer/octicons` from 19.21.0 to 19.21.1
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.21.0...v19.21.1)

Updates `@primer/styled-octicons` from 19.21.0 to 19.21.1
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.21.0...v19.21.1)

Updates `@angular/build` from 21.0.1 to 21.0.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@21.0.1...21.0.2)

Updates `@angular/cli` from 21.0.1 to 21.0.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@21.0.1...21.0.2)

Updates `@angular/compiler-cli` from 21.0.1 to 21.0.3
- [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/21.0.3/packages/compiler-cli)

Updates `@angular/language-service` from 21.0.1 to 21.0.3
- [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/21.0.3/packages/language-service)

Updates `jasmine-core` from 5.12.1 to 5.13.0
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.12.1...v5.13.0)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-version: 21.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 21.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 21.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 21.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 21.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/localize"
  dependency-version: 21.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 21.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@primer/octicons"
  dependency-version: 19.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@primer/styled-octicons"
  dependency-version: 19.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/build"
  dependency-version: 21.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 21.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-version: 21.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: jasmine-core
  dependency-version: 5.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
...

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 Dec 8, 2025
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.

1 participant