Skip to content

build(deps): bump the dependencies group across 1 directory with 17 updates#834

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-bdd8dc542b
Closed

build(deps): bump the dependencies group across 1 directory with 17 updates#834
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-bdd8dc542b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 17, 2025

Bumps the dependencies group with 17 updates in the / directory:

Package From To
@storybook/addon-interactions 8.5.5 8.6.14
react-hook-form 7.55.0 7.66.0
@mui/material 7.3.4 7.3.5
@availity/authorize 5.0.0 5.0.2
@mui/types 7.4.7 7.4.8
dayjs 1.11.13 1.11.19
@mui/x-date-pickers 8.16.0 8.18.0
@mui/system 7.3.3 7.3.5
@availity/analytics-core 6.0.0 6.0.6
@availity/message-core 8.0.0 8.0.2
@availity/upload-core 8.0.0 8.1.1
msw 2.4.11 2.12.2
@availity/hooks 5.1.5 5.1.7
@availity/native-form 7.0.1 7.0.7
@availity/resolve-url 4.0.0 4.0.1
@emotion/styled 11.14.0 11.14.1
@mui/x-tree-view 8.16.0 8.18.0

Updates @storybook/addon-interactions from 8.5.5 to 8.6.14

Release notes

Sourced from @​storybook/addon-interactions's releases.

v8.6.14

8.6.14

v8.6.13

8.6.13

Changelog

Sourced from @​storybook/addon-interactions's changelog.

8.6.14

8.6.13

8.6.12

8.6.11

8.6.10

8.6.9

8.6.8

8.6.7

8.6.6

  • Angular: Make sure that polyfills are loaded before the storybook is loaded - #30811, thanks @​kasperpeulen!

... (truncated)

Commits
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • 1c35b29 Bump version from "8.6.11" to "8.6.12" [skip ci]
  • 2afd30d Bump version from "8.6.10" to "8.6.11" [skip ci]
  • 23d2037 Bump version from "8.6.9" to "8.6.10" [skip ci]
  • 207c2f4 Bump version from "8.6.8" to "8.6.9" [skip ci]
  • d4960ea Bump version from "8.6.7" to "8.6.8" [skip ci]
  • 019cd1f Bump version from "8.6.6" to "8.6.7" [skip ci]
  • 9a7a795 Bump version from "8.6.5" to "8.6.6" [skip ci]
  • 4e23d75 Bump version from "8.6.4" to "8.6.5" [skip ci]
  • Additional commits viewable in compare view

Updates react-hook-form from 7.55.0 to 7.66.0

Release notes

Sourced from react-hook-form's releases.

Version 7.66.0

🎥 feat: make useWatch and useController to react to name change (#13070) 🐛 fix: watch() returning undefined immediately after reset() - Issue #13088 (#13091) 🐞 fix <Watch />: correct render function parameter typing (#13108)

thanks to @​aspirisen, @​scato3, @​dusan233 & @​zoldyzdk

Version 7.65.0

🧿 feat: <Watch /> component (#12986)

import { useForm, Watch } from 'react-hook-form';
const App = () => {
const { register, control } = useForm();
return (
<div>
<form>
<input {...register('foo')} />
<input {...register('bar')} />
</form>
{/* re-render only when value of foo changes */}
<Watch
control={control}
names={['foo']}
render={([foo]) => <span>{foo}</span>}
/>
</div>
);
};

🐞 fix: respect parent-provided useFieldArray rules (#13082) (#13083 🐞 fix: getDirtyFields submit fields with null values when using useForm (#13079)

thanks to @​tesseractjh, @​Han5991 & @​jonathanarnault

Version 7.64.0

🚏 Support optional array fields in PathValueImpl type (#13057) 🐞 fix: preserve Controller's defaultValue with shouldUnregister prop (#13063) ✂ chore: remove unused field ids ref in useFieldArray (#13066)

thanks to @​MPrieur-chaps, @​gynekolog & @​uk960214

Version 7.63.0

🥢 feat: extract form values by form state (#12936)

getValues(undefined, { dirtyFields: true }); // return only dirty fields 
</tr></table> 

... (truncated)

Commits
  • 089f0a3 7.66.0
  • 0eb3463 📜 docs: update React Context reference in useFormContext documentation (#13111)
  • 384ad49 🐞 fix(Watch): correct render function parameter typing (#13108)
  • af84a5d 🐛 fix: watch() returning undefined immediately after reset() - Issue #13088 (...
  • 0b8be38 🎥 feat: make useWatch and useController to react to name change (#13070)
  • 1ebe316 7.65.0
  • ded8e11 🐞 fix: respect parent-provided useFieldArray rules (#13082) (#13083)
  • c2a3509 🐞 fix: getDirtyFields submit fields with null values when using useForm (#1...
  • da6bd71 🧿 type: minor improvement on <Watch /> component (#13077)
  • c14131f 🧿 feat: \<Watch /> component (#12986)
  • Additional commits viewable in compare view

Updates @mui/material from 7.3.4 to 7.3.5

Release notes

Sourced from @​mui/material's releases.

v7.3.5

A big thanks to the 11 contributors who made this release possible.

@mui/material@7.3.5

@mui/material-nextjs@7.3.5

Docs

Core

All contributors of this release in alphabetical order: @​bernardobelchior, @​brijeshb42, @​CODEKRUNCH, @​frncesc, @​HeinrichFilter, @​Janpot, @​PossiblyAShrub, @​sai6855, @​siriwatknp, @​sukvvon, @​ZeeshanTamboli

Changelog

Sourced from @​mui/material's changelog.

7.3.5

Nov 4, 2025

A big thanks to the 11 contributors who made this release possible.

@mui/material@7.3.5

@mui/material-nextjs@7.3.5

Docs

Core

... (truncated)

Commits

Updates @availity/authorize from 5.0.0 to 5.0.2

Changelog

Sourced from @​availity/authorize's changelog.

5.0.2 (2025-10-17)

5.0.1 (2025-07-23)

Bug Fixes

  • moved bootstrap components to separate folder as well as added waring about replacement, UXDS-919 (5c23ad2)
Commits
  • 82caf0a chore(@​availity/authorize): release version 5.0.2 [skip ci]
  • a0cc5a2 build: upgrade axios and availity deps
  • 0960c15 chore(@​availity/authorize): release version 5.0.1 [skip ci]
  • 5c23ad2 fix: moved bootstrap components to separate folder as well as added waring ab...
  • See full diff in compare view

Updates @mui/types from 7.4.7 to 7.4.8

Commits

Updates dayjs from 1.11.13 to 1.11.19

Release notes

Sourced from dayjs's releases.

v1.11.19

1.11.19 (2025-10-31)

Bug Fixes

  • added usage warnings for diff + updated unit tests (#2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#2656) (1d8746c)

v1.11.18

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

v1.11.17

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

v1.11.16

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

v1.11.15

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

v1.11.14

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Changelog

Sourced from dayjs's changelog.

1.11.19 (2025-10-31)

Bug Fixes

  • added usage warnings for diff + updated unit tests (#2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#2656) (1d8746c)

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Commits

Updates @mui/x-date-pickers from 8.16.0 to 8.18.0

Release notes

Sourced from @​mui/x-date-pickers's releases.

v8.18.0

We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:

  • Add barLabelPlacement property to customize the bar label position in bar charts, enabling labels to be placed above bars.

    image

  • Add source property to the date/time picker lifecycle and event handler context, enabling clearer differentiation between changes initiated by the picker UI and those from direct field input.

  • 🐞 Bugfixes

  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions: @​htollefsen, @​sai6855, @​Sigdriv

The following team members contributed to this release: @​arminmeh, @​bernardobelchior, @​brijeshb42, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​michelengelen, @​noraleonte, @​prakhargupta1, @​rita-codes, @​siriwatknp

Data Grid

@mui/x-data-grid@8.18.0

@mui/x-data-grid-pro@8.18.0 pro

Same changes as in @mui/x-data-grid@8.18.0.

@mui/x-data-grid-premium@8.18.0 premium

Same changes as in @mui/x-data-grid-pro@8.18.0, plus:

  • [DataGridPremium] Return the correct cellParams value from the aggregation cells (#20224) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@8.18.0

@mui/x-date-pickers-pro@8.18.0 pro

Same changes as in @mui/x-date-pickers@8.18.0.

Charts

@mui/x-charts@8.18.0

... (truncated)

Changelog

Sourced from @​mui/x-date-pickers's changelog.

8.18.0

Nov 13, 2025

We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:

  • Add barLabelPlacement property to customize the bar label position in bar charts, enabling labels to be placed above bars.

    image

  • Add source property to the date/time picker lifecycle and event handler context, enabling clearer differentiation between changes initiated by the picker UI and those from direct field input.

  • 🐞 Bugfixes

  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions: @​htollefsen, @​sai6855, @​Sigdriv

The following team members contributed to this release: @​arminmeh, @​bernardobelchior, @​brijeshb42, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​michelengelen, @​noraleonte, @​prakhargupta1, @​rita-codes, @​siriwatknp

Data Grid

@mui/x-data-grid@8.18.0

@mui/x-data-grid-pro@8.18.0 pro

Same changes as in @mui/x-data-grid@8.18.0.

@mui/x-data-grid-premium@8.18.0 premium

Same changes as in @mui/x-data-grid-pro@8.18.0, plus:

  • [DataGridPremium] Return the correct cellParams value from the aggregation cells (#20224) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@8.18.0

@mui/x-date-pickers-pro@8.18.0 pro

Same changes as in @mui/x-date-pickers@8.18.0.

... (truncated)

Commits

Updates @mui/system from 7.3.3 to 7.3.5

Release notes

Sourced from @​mui/system's releases.

v7.3.5

A big thanks to the 11 contributors who made this release possible.

@mui/material@7.3.5

@mui/material-nextjs@7.3.5

Docs

Core

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2025
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2025
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dependencies-bdd8dc542b branch from d654bcd to f8a42b2 Compare November 17, 2025 19:47
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dependencies-bdd8dc542b branch from f8a42b2 to 5c34db5 Compare December 1, 2025 13:00
…pdates

Bumps the dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.5.5` | `8.6.14` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.55.0` | `7.66.0` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.4` | `7.3.5` |
| [@availity/authorize](https://github.com/Availity/availity-react/tree/HEAD/packages/authorize) | `5.0.0` | `5.0.2` |
| [@mui/types](https://github.com/mui/material-ui/tree/HEAD/packages/mui-types) | `7.4.7` | `7.4.8` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.19` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `8.16.0` | `8.18.0` |
| [@mui/system](https://github.com/mui/material-ui/tree/HEAD/packages/mui-system) | `7.3.3` | `7.3.5` |
| [@availity/analytics-core](https://github.com/availity/sdk-js/tree/HEAD/packages/analytics-core) | `6.0.0` | `6.0.6` |
| [@availity/message-core](https://github.com/availity/sdk-js/tree/HEAD/packages/message-core) | `8.0.0` | `8.0.2` |
| [@availity/upload-core](https://github.com/availity/sdk-js/tree/HEAD/packages/upload-core) | `8.0.0` | `8.1.1` |
| [msw](https://github.com/mswjs/msw) | `2.4.11` | `2.12.2` |
| [@availity/hooks](https://github.com/Availity/availity-react/tree/HEAD/packages/hooks) | `5.1.5` | `5.1.7` |
| [@availity/native-form](https://github.com/availity/sdk-js/tree/HEAD/packages/native-form) | `7.0.1` | `7.0.7` |
| [@availity/resolve-url](https://github.com/availity/sdk-js/tree/HEAD/packages/resolve-url) | `4.0.0` | `4.0.1` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.14.0` | `11.14.1` |
| [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) | `8.16.0` | `8.18.0` |



Updates `@storybook/addon-interactions` from 8.5.5 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/addons/interactions)

Updates `react-hook-form` from 7.55.0 to 7.66.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.55.0...v7.66.0)

Updates `@mui/material` from 7.3.4 to 7.3.5
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v7.3.5/packages/mui-material)

Updates `@availity/authorize` from 5.0.0 to 5.0.2
- [Release notes](https://github.com/Availity/availity-react/releases)
- [Changelog](https://github.com/Availity/availity-react/blob/master/packages/authorize/CHANGELOG.md)
- [Commits](https://github.com/Availity/availity-react/commits/@availity/authorize@5.0.2/packages/authorize)

Updates `@mui/types` from 7.4.7 to 7.4.8
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-types)

Updates `dayjs` from 1.11.13 to 1.11.19
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.19)

Updates `@mui/x-date-pickers` from 8.16.0 to 8.18.0
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v8.18.0/packages/x-date-pickers)

Updates `@mui/system` from 7.3.3 to 7.3.5
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v7.3.5/packages/mui-system)

Updates `@availity/analytics-core` from 6.0.0 to 6.0.6
- [Release notes](https://github.com/availity/sdk-js/releases)
- [Changelog](https://github.com/Availity/sdk-js/blob/master/packages/analytics-core/CHANGELOG.md)
- [Commits](https://github.com/availity/sdk-js/commits/@availity/analytics-core@6.0.6/packages/analytics-core)

Updates `@availity/message-core` from 8.0.0 to 8.0.2
- [Release notes](https://github.com/availity/sdk-js/releases)
- [Changelog](https://github.com/Availity/sdk-js/blob/master/packages/message-core/CHANGELOG.md)
- [Commits](https://github.com/availity/sdk-js/commits/@availity/message-core@8.0.2/packages/message-core)

Updates `@availity/upload-core` from 8.0.0 to 8.1.1
- [Release notes](https://github.com/availity/sdk-js/releases)
- [Changelog](https://github.com/Availity/sdk-js/blob/master/packages/upload-core/CHANGELOG.md)
- [Commits](https://github.com/availity/sdk-js/commits/@availity/upload-core@8.1.1/packages/upload-core)

Updates `msw` from 2.4.11 to 2.12.2
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.4.11...v2.12.2)

Updates `@availity/hooks` from 5.1.5 to 5.1.7
- [Release notes](https://github.com/Availity/availity-react/releases)
- [Changelog](https://github.com/Availity/availity-react/blob/master/packages/hooks/CHANGELOG.md)
- [Commits](https://github.com/Availity/availity-react/commits/@availity/hooks@5.1.7/packages/hooks)

Updates `@availity/native-form` from 7.0.1 to 7.0.7
- [Release notes](https://github.com/availity/sdk-js/releases)
- [Changelog](https://github.com/Availity/sdk-js/blob/master/packages/native-form/CHANGELOG.md)
- [Commits](https://github.com/availity/sdk-js/commits/@availity/native-form@7.0.7/packages/native-form)

Updates `@availity/resolve-url` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/availity/sdk-js/releases)
- [Changelog](https://github.com/Availity/sdk-js/blob/master/packages/resolve-url/CHANGELOG.md)
- [Commits](https://github.com/availity/sdk-js/commits/@availity/resolve-url@4.0.1/packages/resolve-url)

Updates `@emotion/styled` from 11.14.0 to 11.14.1
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.14.0...@emotion/styled@11.14.1)

Updates `@mui/x-tree-view` from 8.16.0 to 8.18.0
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v8.18.0/packages/x-tree-view)

---
updated-dependencies:
- dependency-name: "@storybook/addon-interactions"
  dependency-version: 8.6.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-version: 7.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mui/material"
  dependency-version: 7.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@availity/authorize"
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/types"
  dependency-version: 7.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dayjs
  dependency-version: 1.11.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mui/system"
  dependency-version: 7.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@availity/analytics-core"
  dependency-version: 6.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@availity/message-core"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@availity/upload-core"
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: msw
  dependency-version: 2.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@availity/hooks"
  dependency-version: 5.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@availity/native-form"
  dependency-version: 7.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@availity/resolve-url"
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@emotion/styled"
  dependency-version: 11.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/x-tree-view"
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dependencies-bdd8dc542b branch from 5c34db5 to 4afa3b9 Compare December 2, 2025 14:43
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 2, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Dec 2, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-bdd8dc542b branch December 2, 2025 14:51
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