Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps vue, @nextcloud/dialogs, @nextcloud/password-confirmation, @nextcloud/vue and @nextcloud/vite-config. These dependencies needed to be updated together.
Updates vue from 2.7.16 to 3.5.25

Release notes

Sourced from vue's releases.

v3.5.25

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.24

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.23

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.22

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.21

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.20

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.19

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.18

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.17

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.16

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.15

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.14

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.13

For stable releases, please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.5.25 (2025-11-24)

Bug Fixes

3.5.24 (2025-11-07)

Reverts

3.5.23 (2025-11-06)

Bug Fixes

  • compiler-core: correctly handle ts type assertions in expressions (#13397) (e6544ac), closes #13395
  • compiler-core: fix v-bind shorthand handling for in-DOM templates (#13933) (b3cca26), closes #13930
  • compiler-sfc: resolve numeric literals and template literals without expressions as static property key (#13998) (75d44c7)
  • compiler-ssr: textarea with v-text directive SSR (#13975) (006a0c1)
  • compiler: using guard instead of non-nullish assertion (#13982) (dcc6f36)
  • custom-element: batch custom element prop patching (#13478) (c13e674), closes #12619
  • custom-element: optimize slot retrieval to avoid duplicates (#13961) (84ca349), closes #13955
  • hydration: avoid mismatch during hydrate text with newlines in interpolation (#9232) (6cbdf78), closes #9229
  • runtime-core: pass props and children to loadingComponent (#13997) (40c4b2a)
  • runtime-dom: ensure iframe sandbox is handled as an attribute to prevent unintended behavior (#13950) (5689884), closes #13946
  • suspense: clear placeholder and fallback el after resolve to enable GC (#13928) (f411c66)
  • transition-group: use offsetLeft and offsetTop instead of getBoundingClientRect to avoid transform scale affect animation (#6108) (dc4dd59), closes #6105
  • v-model: handle number modifier on change (#13959) (8fbe48f), closes #13958

3.5.22 (2025-09-25)

Bug Fixes

  • compiler-core: identifiers in switch-case should not be inferred as references (#13923) (5953c9f)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vue since your current version.


Updates @nextcloud/dialogs from 6.3.0 to 7.1.0

Release notes

Sourced from @​nextcloud/dialogs's releases.

v7.1.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v7.0.1...v7.1.0

v7.0.1

v7.0.1

Fixed

Changed

  • docs: adjust changes link for v7.0.0 #2008 (susnux)
  • Updated translations

v7.0.0

v7.0.0

Notes

This package now builds on top of @nextcloud/vue version 9 using Vue 3. While this package uses Vue 3 it is also possible to use it within a Vue 2 project, in this case the Vue dependency will not be shared as the dependency was moved from a peer dependency to a plain dependency. This also means that if you are using Vue 2 you have to ensure you do not use bundler configurations that enforce resolving Vue to the same version as this will fail now, instead let the bundler choose the matching Vue version.

For example if using Webpack this will no longer work in Vue 2 apps:

  resolve: {
		alias: {
			vue$: path.resolve('./node_modules/vue'),
		},
  }

For Vue 3 apps nothing changed, meaning the app and this library will share the same Vue dependency as long as the versions are compatible.

Breaking

... (truncated)

Changelog

Sourced from @​nextcloud/dialogs's changelog.

v7.1.0

Enhancements

Fixed

Changes

v7.0.1

Fixed

Changed

  • docs: adjust changes link for v7.0.0 #2008 (susnux)
  • Updated translations

v7.0.0

Notes

This package now builds on top of @nextcloud/vue version 9 using Vue 3. While this package uses Vue 3 it is also possible to use it within a Vue 2 project, in this case the Vue dependency will not be shared as the dependency was moved from a peer dependency to a plain dependency. This also means that if you are using Vue 2 you have to ensure you do not use bundler configurations that enforce resolving Vue to the same version as this will fail now, instead let the bundler choose the matching Vue version.

For example if using Webpack this will no longer work in Vue 2 apps:

  resolve: {
		alias: {
			vue$: path.resolve('./node_modules/vue'),
		},
  }

For Vue 3 apps nothing changed, meaning the app and this library will share the same Vue dependency as long as the versions are compatible.

Breaking

  • This package now uses Vue 3 internally.
  • The deprecated FilePicker component export was removed to allow using this library in Vue 2 and Vue 3 apps.
  • The deprecated Dialog.hide method was removed, instead await the returned promise and wait for the user interaction.

... (truncated)

Commits
  • dac16be Merge pull request #2047 from nextcloud-libraries/artonge/chore/v7.1.0
  • 592e534 Merge pull request #2050 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • 06129d2 chore(deps-dev): bump @​nextcloud/browserslist-config from 3.1.0 to 3.1.1
  • 25d8c63 chore: prepare v7.1.0
  • dc7ac4a chore(deps): Update browserslist
  • 22f16c3 Merge pull request #2033 from nextcloud-libraries/artonge/feat/add_canpick_op...
  • 682071a Merge pull request #2044 from nextcloud-libraries/fix/compression
  • 207c2fe chore: adjust code style
  • 441ecf3 Merge pull request #2045 from nextcloud-libraries/translations_441be4f7621043...
  • ad184f3 Translate l10n/messages.pot in ca
  • Additional commits viewable in compare view

Updates @nextcloud/password-confirmation from 5.3.1 to 6.0.2

Release notes

Sourced from @​nextcloud/password-confirmation's releases.

v6.0.2

What's Changed

🐛 Fixed bugs

Other Changes

New Contributors

Full Changelog: nextcloud-libraries/nextcloud-password-confirmation@v6.0.1...v6.0.2

v6.0.1

6.0.1 - 2025-10-16

Fixed

  • fix: ensure password is used for axios request #1172 (susnux)

Changed

  • ci: add workflow to block unconventional commits #1175 (susnux)
  • Updated translations

v6.0.0

6.0.0 - 2025-09-28

Notes

This package now builds on top of @nextcloud/vue version 9 using Vue 3. While this package uses Vue 3 it is also possible to use it within a Vue 2 project, in this case the Vue dependency will not be shared as the dependency was moved from a peer dependency to a plain dependency. This also means that if you are using Vue 2 you have to ensure you do not use bundler configurations that enforce resolving Vue to the same version as this will fail now, instead let the bundler choose the matching Vue version.

For example if using Webpack this will no longer work in Vue 2 apps:

  resolve: {
                alias: {
                        vue$: path.resolve('./node_modules/vue'),
                },
  }

For Vue 3 apps nothing changed, meaning the app and this library will share the same Vue dependency as long as the versions are compatible.

Breaking

... (truncated)

Changelog

Sourced from @​nextcloud/password-confirmation's changelog.

6.0.2 - 2025-11-06

Fixed

Changed

6.0.1 - 2025-10-16

Fixed

  • fix: ensure password is used for axios request #1172 (susnux)

Changed

  • ci: add workflow to block unconventional commits #1175 (susnux)
  • Updated translations

6.0.0 - 2025-09-28

Notes

This package now builds on top of @nextcloud/vue version 9 using Vue 3. While this package uses Vue 3 it is also possible to use it within a Vue 2 project, in this case the Vue dependency will not be shared as the dependency was moved from a peer dependency to a plain dependency. This also means that if you are using Vue 2 you have to ensure you do not use bundler configurations that enforce resolving Vue to the same version as this will fail now, instead let the bundler choose the matching Vue version.

For example if using Webpack this will no longer work in Vue 2 apps:

  resolve: {
                alias: {
                        vue$: path.resolve('./node_modules/vue'),
                },
  }

For Vue 3 apps nothing changed, meaning the app and this library will share the same Vue dependency as long as the versions are compatible.

Breaking

  • This package now uses Vue 3 internally.
  • The legacy common js entry point is removed.
  • The legacy, deprecated, dist/style.css entry point was removed. If you still use it please adjust as following:
- import '@nextcloud/password-confirmation/dist/style.css'
+ import '@nextcloud/password-confirmation/style.css'

Fixed

... (truncated)

Commits
  • 6ed1a65 Merge pull request #1210 from nextcloud-libraries/chore/release-6-0-2
  • 65f72f4 Merge pull request #1187 from nextcloud-libraries/translations_8dc6f65a722b49...
  • f0ba1f5 docs: add missing change to changelog
  • 51c57cd chore: prepare v6.0.2
  • b39c838 Merge pull request #1211 from nextcloud-libraries/chore/update-workflows
  • 1acabaa ci: update workflows from organization
  • 6fcda1c Merge pull request #1188 from nextcloud-libraries/dependabot/github_actions/a...
  • 838fcdf chore(deps): Bump actions/setup-node from 5.0.0 to 6.0.0
  • 54965ad Merge pull request #1209 from benjaminfrueh/fix/password-confirmation-sso
  • dc293ed fix: check for undefined validatePromise
  • Additional commits viewable in compare view

Updates @nextcloud/vue from 8.26.1 to 9.3.0

Release notes

Sourced from @​nextcloud/vue's releases.

v9.3.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v9.2.0...v9.3.0

v9.2.0

What's Changed

📝 Notes

  • NcAppSettingsSectionShortcuts has been renamed to NcAppSettingsShortcutsSection but still available by the previous name
  • NcAppSettingsDialog has started the process of migration to the new design. It may break the existing settings layout. Use layout prop to partially revert the change or migrate to use NcFormBox and NcFormGroup components in the settings sections.

🚀 Enhancements

🐛 Fixed bugs

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v9.3.0 (2025-11-20)

Full Changelog

🚀 Enhancements

  • feat(NcAppSettingsDialog): add version on the bottom and noVersion prop to disable it #7837 (ShGKme)
  • fix(NcActions): introduce 'size' prop #7847 (Antreesy)
  • feat(NcRichText): add 'Copy to clipboard' button for code blocks #7841 (Antreesy)

🐛 Fixed bugs

  • fix(NcPasswordField): respect checkPasswordStrength for input validation #7845 (Antreesy)
  • fix(NcTextField): adjust helper text icon #7856 (ShGKme)
  • fix(NcFormBox): use default text color in items #7854 (ShGKme)
  • fix(NcAvatar): do no request avatar image if icon slot provided #7891 (Antreesy)

Other Changes

v9.2.0 (2025-11-07)

Full Changelog

📝 Notes

  • NcAppSettingsSectionShortcuts has been renamed to NcAppSettingsShortcutsSection but still available by the previous name
  • NcAppSettingsDialog has started the process of migration to the new design. It may break the existing settings layout. Use layout prop to partially revert the change or migrate to use NcFormBox and NcFormGroup components in the settings sections.

🚀 Enhancements

  • feat: add NcFormGroup #7689 (ShGKme)
  • feat: add NcFormBox and adjust NcRadioGroup to NcFormbox and NcFormGroup #7690 (ShGKme)
  • feat(NcRadioGroup): deprecate labelHidden prop in favor of hideLabel #7771 (susnux)
  • feat: add NcFormBoxButton #7779 (ShGKme)
  • feat: add NcFormBoxSwitch #7781 (ShGKme)
  • feat: add NcFormBoxCopyButton #7787 (ShGKme)
  • feat(NcAppSettingsDialog): adjust design for new form elements, add section descriptions and optional switch to legacy design #7797 (ShGKme)
  • feat: NcAppSettingsSectionShortcuts -> NcAppSettingsShortcutsSection #7814 (ShGKme)

🐛 Fixed bugs

  • fix(NcRichText): start heading from h4 #7748 (ShGKme)
  • fix(NcFormGroup): remove margin when no label/description #7764 (ShGKme)
  • fix(NcFormGroup): decrease gap between label and content #7775 (ShGKme)
  • fix(NcFormBox*): user-select: none on Safari as well #7792 (ShGKme)
  • fix(NcRichContenteditable): keep previous cursor position on focus #7791 (Antreesy)
  • fix(NcHotkeyList): align with form labels #7807 (ShGKme)
  • fix(NcHotkeyList): align with the section #7811 (ShGKme)
  • fix(NcActions): improve performance by only computing popover maxHeight on demand #7808 (Antreesy)
  • fix(NcListItem): do not mount NcAction until necessary #7817 (ShGKme)

Other Changes

... (truncated)

Commits
  • 5930a2b Merge pull request #7894 from nextcloud-libraries/chore/release-9.3.0
  • 7148d04 chore: prepare v9.3.0 release
  • 07a83b7 Merge pull request #7891 from nextcloud-libraries/fix/noid/nc-avatar
  • 121badd fix(NcAvatar): set preloaded user status if explicitly provided
  • 25dce56 fix(NcAvatar): do no request avatar image if icon slot provided
  • 0074857 Merge pull request #7895 from nextcloud-libraries/chore/lower-npm-version
  • 959458b chore(package): npm=11.6.2
  • 6a9a573 Merge pull request #7879 from nextcloud-libraries/dependabot/npm_and_yarn/vit...
  • f3eb8ce Merge pull request #7880 from nextcloud-libraries/dependabot/npm_and_yarn/glo...
  • 76866b4 Merge pull request #7881 from nextcloud-libraries/dependabot/npm_and_yarn/sas...
  • Additional commits viewable in compare view

Updates @nextcloud/vite-config from 1.4.2 to 2.5.2

Release notes

Sourced from @​nextcloud/vite-config's releases.

v2.5.2

v2.5.2 (2025-10-20)

🐛 Fixed bugs

  • fix(REUSE): also add correct license headers for facade chunks #736 (susnux)

Other changes

  • Updated development dependencies

v2.5.1

v2.5.1 (2025-09-29)

🐛 Fixed bugs

  • fix: make configuration rolldown compatible #717 (susnux)

Other changes

  • chore(deps): Bump rollup-plugin-node-externals to 8.1.1
  • chore(deps): Bump magic-string to 0.30.19

v2.5.0

Added

  • Minimum Vite version is now 7.1.4

🐛 Fixed bugs

  • fix: bump vite version to fix running in watch mode #693 (susnux)

Other changes

  • chore: update vite-plugin-node-polyfills to 0.24.0 #678 (skjnldsv)
  • chore: various dev deps upgrades #680 (skjnldsv)
  • chore(deps): Bump @​vitejs/plugin-vue from 6.0.0 to 6.0.1 #681
  • chore(deps): Bump cipher-base from 1.0.4 to 1.0.6 #687
  • chore(deps): Bump sha.js from 2.4.11 to 2.4.12 #688
  • chore(deps): Bump magic-string from 0.30.17 to 0.30.18 #691
  • chore(deps): Bump rollup-plugin-node-externals from 8.0.1 to 8.1.0 #690

v2.4.0

v2.4.0 (2025-07-23)

Added

  • Vite v7 support

🐛 Fixed bugs

  • fix(watch): adjust rollup config for watch mode #666 (susnux)

Changed

  • chore: remove work-around for already fixed bug #664 (susnux)
  • chore: adjust defaults to use SPDX over 3rdparty BOM #665 (susnux)
  • chore(deps): Bump @​vitejs/plugin-vue to 6.0.0
  • chore(deps): Bump pbkdf2 to 3.1.3
  • chore(deps): Bump rollup-plugin-node-externals to 8.0.1
  • chore(deps): Bump vite-plugin-dts to 4.5.4

... (truncated)

Changelog

Sourced from @​nextcloud/vite-config's changelog.

v2.5.2 (2025-10-20)

🐛 Fixed bugs

  • fix(REUSE): also add correct license headers for facade chunks #736 (susnux)

Other changes

  • Updated development dependencies

v2.5.1 (2025-09-29)

🐛 Fixed bugs

  • fix: make configuration rolldown compatible #717 (susnux)

Other changes

  • chore(deps): Bump rollup-plugin-node-externals to 8.1.1
  • chore(deps): Bump magic-string to 0.30.19

v2.5.0 (2025-09-02)

Added

  • Minimum Vite version is now 7.1.4

🐛 Fixed bugs

  • fix: bump vite version to fix running in watch mode #693 (susnux)

Other changes

  • chore: update vite-plugin-node-polyfills to 0.24.0 #678 (skjnldsv)
  • chore: various dev deps upgrades #680 (skjnldsv)
  • chore(deps): Bump @​vitejs/plugin-vue from 6.0.0 to 6.0.1 #681
  • chore(deps): Bump cipher-base from 1.0.4 to 1.0.6 #687
  • chore(deps): Bump sha.js from 2.4.11 to 2.4.12 #688
  • chore(deps): Bump magic-string from 0.30.17 to 0.30.18 #691
  • chore(deps): Bump rollup-plugin-node-externals from 8.0.1 to 8.1.0 #690

v2.4.0 (2025-07-23)

Added

  • Vite v7 support

🐛 Fixed bugs

  • fix(watch): adjust rollup config for watch mode #666 (susnux)

Changed

  • chore: remove work-around for already fixed bug #664 (susnux)
  • chore: adjust defaults to use SPDX over 3rdparty BOM #665 (susnux)
  • chore(deps): Bump @​vitejs/plugin-vue to 6.0.0
  • chore(deps): Bump pbkdf2 to 3.1.3
  • chore(deps): Bump rollup-plugin-node-externals to 8.0.1
  • chore(deps): Bump vite-plugin-dts to 4.5.4

v2.3.5 (2025-05-07)

... (truncated)

Commits
  • 403558b Merge pull request #739 from nextcloud-libraries/chore/prepare-v2-5-2
  • 5001e17 chore: prepare v2.5.2
  • f11055b Merge pull request #736 from nextcloud-libraries/fix/add-license-for-fascade-...
  • c75f7bb Merge pull request #734 from nextcloud-libraries/dependabot/npm_and_yarn/main...
  • 0251256 Merge pull request #731 from nextcloud-libraries/dependabot/npm_and_yarn/main...
  • 526e567 Merge pull request #730 from nextcloud-libraries/dependabot/npm_and_yarn/main...
  • 6732dd1 fix(REUSE): also add correct license headers for fascade chunks
  • be4f5de chore(deps-dev): Bump vite from 7.1.9 to 7.1.10
  • 4a27ac2 chore(deps-dev): Bump @​types/node from 24.7.1 to 24.8.1
  • 68ea3c6 chore(deps-dev): Bump typedoc from 0.28.13 to 0.28.14
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Depen...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 24, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-167f33e8fe branch from a2772c2 to 89e504f Compare November 24, 2025 16:20
…mation, @nextcloud/vue and @nextcloud/vite-config

Bumps [vue](https://github.com/vuejs/core), [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs), [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation), [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) and [@nextcloud/vite-config](https://github.com/nextcloud/nextcloud-vite-config). These dependencies needed to be updated together.

Updates `vue` from 2.7.16 to 3.5.25
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.25)

Updates `@nextcloud/dialogs` from 6.3.0 to 7.1.0
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-dialogs@v6.3.0...v7.1.0)

Updates `@nextcloud/password-confirmation` from 5.3.1 to 6.0.2
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-password-confirmation@v5.3.1...v6.0.2)

Updates `@nextcloud/vue` from 8.26.1 to 9.3.0
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v8.26.1...v9.3.0)

Updates `@nextcloud/vite-config` from 1.4.2 to 2.5.2
- [Release notes](https://github.com/nextcloud/nextcloud-vite-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vite-config@v1.4.2...v2.5.2)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.25
  dependency-type: direct:production
- dependency-name: "@nextcloud/dialogs"
  dependency-version: 7.1.0
  dependency-type: direct:production
- dependency-name: "@nextcloud/password-confirmation"
  dependency-version: 6.0.2
  dependency-type: direct:production
- dependency-name: "@nextcloud/vue"
  dependency-version: 9.3.0
  dependency-type: direct:production
- dependency-name: "@nextcloud/vite-config"
  dependency-version: 2.5.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-167f33e8fe branch from 89e504f to 16a6fe8 Compare November 24, 2025 19:16
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