Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-prod-deps group with 10 updates in the /angular-app directory:

Package From To
@angular/animations 20.3.15 21.0.5
@angular/common 20.3.15 21.0.5
@angular/compiler 20.3.15 21.0.5
@angular/core 20.3.15 21.0.5
@angular/forms 20.3.15 21.0.5
@angular/platform-browser 20.3.15 21.0.5
@angular/platform-browser-dynamic 20.3.15 21.0.5
@angular/router 20.3.15 21.0.5
ag-grid-angular 34.3.1 35.0.0
zone.js 0.15.1 0.16.0

Updates @angular/animations from 20.3.15 to 21.0.5

Release notes

Sourced from @​angular/animations's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure

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

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits
  • 3bed9f0 build: format md files
  • a4fe078 refactor(common): remove unused import (#64699)
  • 70332b0 fix(core): pass element removal property through in all locations (#64565)
  • 2b257b3 fix(animations): account for Element.animate exceptions (#64506)
  • dde5bad fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • c357650 refactor(core): Update tests for zoneless by default (#63668)
  • 021ead5 refactor(animations): remove dependency on @angular/common (#63248)
  • 2fcafb6 build: rename defaults2.bzl to defaults.bzl (#63383)
  • See full diff in compare view

Updates @angular/common from 20.3.15 to 21.0.5

Release notes

Sourced from @​angular/common's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure

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

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits
  • 288238a refactor(core): correct all typeof ngDevMode comparison patterns introduced...
  • 56418b1 docs: add documentation for HTTP_TRANSFER_CACHE_ORIGIN_MAP
  • 20474d3 fix(http): enable XSRF protection for same-origin absolute URLs
  • 3240d85 fix(http): prevent XSRF token leakage to protocol-relative URLs
  • 6de8926 refactor(core): add debug name to resource (#64172)
  • 00ffe91 refactor(common): removes unused NgModuleFactory config in NgComponentOutlet
  • 8765b66 docs: add reference to Built-in Pipes in multiple pipe files
  • ab98e71 fix(common): remove placeholder image listeners once view is removed
  • 8ab0847 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • 650af71 refactor(http): migrate XSRF classes to use inject() function
  • Additional commits viewable in compare view

Updates @angular/compiler from 20.3.15 to 21.0.5

Release notes

Sourced from @​angular/compiler's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure

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

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits
  • f901cc9 perf(compiler): chain query creation instructions
  • 017672f refactor(compiler): Generate the controlCreate instruction after the native...
  • 78fd159 fix(compiler): prevent XSS via SVG animation attributeName and MathML/SVG URLs
  • 279824c refactor(compiler): remove interpolation-related symbols
  • 0053186 refactor(compiler): remove container blocks config
  • ecea909 fix(compiler): don't choke on unbalanced parens in declaration block
  • afda85f refactor(core): remove unused type
  • c05cf41 refactor(core): render additional WAI-ARIA 1.3 property bindings as attributes
  • 814b271 fix(compiler): support complex selectors in :nth-child()
  • 20319fe refactor(compiler): remove unused code
  • Additional commits viewable in compare view

Updates @angular/core from 20.3.15 to 21.0.5

Release notes

Sourced from @​angular/core's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure

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

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits
  • 69d243a fix(core): avoid false-positive deprecation when using InjectionToken with ...
  • c937da4 build: update cross-repo angular dependencies
  • 6930a2e docs: update forwardRef usage with signals and add HostListener note
  • 497c0e3 refactor(core): Add transition.to property to FakeNavigation
  • 01ab257 refactor(core): match spec updates for FakeNavigation
  • 84f397c refactor(core): Support Error like object for on resource errors.
  • bb0061b refactor(core): wrap operationsCounter calls with ngDevMode checks
  • ffad783 refactor(core): add dedicated deprecated signatures for providedIn: any / NgM...
  • f901cc9 perf(compiler): chain query creation instructions
  • 55fc677 fix(forms): add signals for dirty, hidden, and pending states in custom controls
  • Additional commits viewable in compare view

Updates @angular/forms from 20.3.15 to 21.0.5

Release notes

Sourced from @​angular/forms's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure

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

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits
  • 4fd2b72 fix(forms): fix signal forms type error
  • cbb1017 fix(forms): allow resetting with empty string
  • 6d74755 fix(forms): Reuse key in parent in compat structure
  • f254ff4 feat(forms): expose element on signal forms Field directive
  • 5880fbc feat(forms): redo the signal forms metadata API
  • 55fc677 fix(forms): add signals for dirty, hidden, and pending states in custom controls
  • 288238a refactor(core): correct all typeof ngDevMode comparison patterns introduced...
  • a4c436a refactor: followup cleanup for #65758 fallout
  • 7de8558 refactor(forms): Break logic.ts into separate files
  • bf1c12c fix(forms): memoize reads of child fields in signal forms (#65802)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 20.3.15 to 21.0.5

Release notes

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

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure

21.0.3

compiler-cli

Commit Description

Bumps the npm-prod-deps group with 10 updates in the /angular-app directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.3.15` | `21.0.5` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.15` | `21.0.5` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.15` | `21.0.5` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.15` | `21.0.5` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.15` | `21.0.5` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.15` | `21.0.5` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.3.15` | `21.0.5` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.15` | `21.0.5` |
| [ag-grid-angular](https://github.com/ag-grid/ag-grid) | `34.3.1` | `35.0.0` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.15.1` | `0.16.0` |



Updates `@angular/animations` from 20.3.15 to 21.0.5
- [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.0.5/packages/animations)

Updates `@angular/common` from 20.3.15 to 21.0.5
- [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.0.5/packages/common)

Updates `@angular/compiler` from 20.3.15 to 21.0.5
- [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.0.5/packages/compiler)

Updates `@angular/core` from 20.3.15 to 21.0.5
- [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.0.5/packages/core)

Updates `@angular/forms` from 20.3.15 to 21.0.5
- [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.0.5/packages/forms)

Updates `@angular/platform-browser` from 20.3.15 to 21.0.5
- [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.0.5/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 20.3.15 to 21.0.5
- [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.0.5/packages/platform-browser-dynamic)

Updates `@angular/router` from 20.3.15 to 21.0.5
- [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.0.5/packages/router)

Updates `ag-grid-angular` from 34.3.1 to 35.0.0
- [Release notes](https://github.com/ag-grid/ag-grid/releases)
- [Commits](ag-grid/ag-grid@release-34.3.1...release-35.0.0)

Updates `zone.js` from 0.15.1 to 0.16.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.16.0/packages/zone.js)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/common"
  dependency-version: 21.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/compiler"
  dependency-version: 21.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/core"
  dependency-version: 21.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/forms"
  dependency-version: 21.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/router"
  dependency-version: 21.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: ag-grid-angular
  dependency-version: 35.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: zone.js
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
...

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 Dec 15, 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.

2 participants