Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump the minorandpatch group across 1 directory with 18 updates #918

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

Bumps the minorandpatch group with 16 updates in the / directory:

Package From To
@swc/core 1.9.1 1.9.2
@swc/jest 0.2.36 0.2.37
@types/jest 29.5.13 29.5.14
@types/node 22.9.0 22.9.1
husky 9.1.6 9.1.7
nx 20.1.0 20.1.2
rollup 4.25.0 4.27.3
typescript 5.6.2 5.6.3
@fortawesome/fontawesome-free 6.6.0 6.7.1
@vueuse/core 11.2.0 11.3.0
bootstrap-vue-next 0.24.23 0.26.2
hapic 2.5.1 2.5.2
nuxt 3.14.159 3.14.1592
@hapic/harbor 2.4.0 2.5.0
@types/dockerode 3.3.31 3.3.32
@hapic/vault 2.3.4 2.3.5

Updates @swc/core from 1.9.1 to 1.9.2

Changelog

Sourced from @​swc/core's changelog.

[1.9.2] - 2024-11-11

Bug Fixes

Features

  • (es/codegen) Implement proper inline_script support (#9729) (e732a36)
Commits

Updates @swc/jest from 0.2.36 to 0.2.37

Commits

Updates @types/jest from 29.5.13 to 29.5.14

Commits

Updates @types/node from 22.9.0 to 22.9.1

Commits

Updates husky from 9.1.6 to 9.1.7

Release notes

Sourced from husky's releases.

v9.1.7

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

Commits

Updates nx from 20.1.0 to 20.1.2

Release notes

Sourced from nx's releases.

20.1.2 (2024-11-15)

🚀 Features

  • core: add eslint vscode extension on eslint init (#28573)
  • nx-dev: version picker (#28828)

🩹 Fixes

  • core: typo in readme for CNW (#28942)
  • nest: repair nestjs service generator schema (#28928)
  • rspack: withModuleFederationForSSR should use commonjs-module as library (#28944)
  • rspack: do not global styles as entrypoints (#28941)

❤️ Thank You

20.1.1 (2024-11-14)

🩹 Fixes

  • angular: when unit test runner is set to none library component should not generate spec file (#28906)
  • core: set default branch to main if no git (#28854)
  • core: lower socket path by 10 chars to reduce chances of too-long paths (#28920)
  • core: create different dummy tasks for different parent tasks an… (#28923)
  • js: handle outputFileName correctly when generating package json (#28915)
  • js: skip tsc batch builds for implicit dependencies (#28840)
  • nx-dev: update course API to ignore system OS Metadata file (#28886)

❤️ Thank You

Commits
  • 3d0568d fix(core): create different dummy tasks for different parent tasks an… (#28923)
  • 622c2ea fix(core): lower socket path by 10 chars to reduce chances of too-long paths ...
  • e8266e2 fix(core): set default branch to main if no git (#28854)
  • See full diff in compare view

Updates rollup from 4.25.0 to 4.27.3

Release notes

Sourced from rollup's releases.

v4.27.3

4.27.3

2024-11-18

Bug Fixes

  • Revert object property tree-shaking for now (#5736)

Pull Requests

v4.27.2

4.27.2

2024-11-15

Bug Fixes

  • Ensure unused variables in patterns are always deconflicted if rendered (#5728)

Pull Requests

v4.27.1

4.27.1

2024-11-15

Bug Fixes

  • Fix some situations where parameter declarations could put Rollup into an infinite loop (#5727)

Pull Requests

v4.27.0

4.27.0

2024-11-15

Features

  • Tree-shake unused properties in object literals (#5420)

Bug Fixes

... (truncated)

Changelog

Sourced from rollup's changelog.

4.27.3

2024-11-18

Bug Fixes

  • Revert object property tree-shaking for now (#5736)

Pull Requests

4.27.2

2024-11-15

Bug Fixes

  • Ensure unused variables in patterns are always deconflicted if rendered (#5728)

Pull Requests

4.27.1

2024-11-15

Bug Fixes

  • Fix some situations where parameter declarations could put Rollup into an infinite loop (#5727)

Pull Requests

4.27.0

2024-11-15

Features

  • Tree-shake unused properties in object literals (#5420)

Bug Fixes

  • Change hash length limit to 21 to avoid inconsistent hash length (#5423)

Pull Requests

... (truncated)

Commits

Updates typescript from 5.6.2 to 5.6.3

Release notes

Sourced from typescript's releases.

TypeScript 5.6.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d48a5cf Bump version to 5.6.3 and LKG
  • fefa70a 🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...
  • ff71692 [release-5.6] Remove tsbuildInfo specification error now that we need it for ...
  • 1f44dcf 🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)
  • See full diff in compare view

Updates @fortawesome/fontawesome-free from 6.6.0 to 6.7.1

Release notes

Sourced from @​fortawesome/fontawesome-free's releases.

Release 6.7.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.7.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @vueuse/core from 11.2.0 to 11.3.0

Release notes

Sourced from @​vueuse/core's releases.

v11.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e722a2e chore: release v11.3.0
  • 1d5e978 docs(useUserMedia): fix examples (#4322)
  • e14618c docs(useIntersectionObserver): update syntax to handle stricter types (#4333)
  • fe322bd feat(OnClickOutside): support component with fragments (#4313)
  • 1bb547e fix(useSwipe): allow vertical scrolling during swipe (#4323)
  • 3d29c16 feat(useFetch): infer 'json' type for array payloads (#4329)
  • cceebf4 fix(useMouse): correct spelling error (#4348)
  • e77cab1 fix(useUrlSearchParams): hash mode missing location.search (#4340)
  • 3de6872 fix(useFetch): ensure single slash (#4296)
  • e8d1189 fix(useMouse): record the previous scroll value (#4244)
  • See full diff in compare view

Updates bootstrap-vue-next from 0.24.23 to 0.26.2

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.26.2

0.26.2 (2024-11-21)

Bug Fixes

  • BModal,BOffcanvas: flicker when no animation and double animation when leaving with animation and backdrop-first (0f5375f)
  • BPopover: fix hide on reference hidden, fix close-on-hide. (0f5375f)

Performance Improvements

  • use a composable rather than BTransition component, eliminating a useless fragment (#2372) (a788a2d)

nuxt: v0.26.2

0.26.2 (2024-11-21)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.26.2
    • peerDependencies
      • bootstrap-vue-next bumped to 0.26.2

bootstrapvuenext: v0.26.1

0.26.1 (2024-11-20)

Bug Fixes

  • useTemplateRef usage throwing errors fixes #2361 (1a03b9b)

nuxt: v0.26.1

0.26.1 (2024-11-20)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.26.2 (2024-11-21)

Bug Fixes

  • BModal,BOffcanvas: flicker when no animation and double animation when leaving with animation and backdrop-first (0f5375f)
  • BPopover: fix hide on reference hidden, fix close-on-hide. (0f5375f)

Performance Improvements

  • use a composable rather than BTransition component, eliminating a useless fragment (#2372) (a788a2d)

0.26.1 (2024-11-20)

Bug Fixes

  • useTemplateRef usage throwing errors fixes #2361 (1a03b9b)

0.26.0 (2024-11-19)

⚠ BREAKING CHANGES

  • show/hide: make components that show/hide use a composable useShowHide
  • show/hide: add props lazy and unmount-lazy
  • show/hide: many animation fixes
  • show/hide: add prop initial-animation to animate on initial render if modelValue is true, otherwise display the component without animation
  • BPopover: change slot prop showState to visible
  • BPopover: remove prop persistent, use lazy instead
  • many changes to show/hide components (BCollapse,BDropdown,BModal,BOffcanvas,BPopover,BTooltip,BToast) and rename props starting with skip or hide to start with no
  • BFormRadioGroup: add slot option to replace html prop
  • BFormCheckboxGroup: add slot option to replace html prop
  • remove html props -- use equivalent slots fixes #1930 (#2311)

Features

  • add __usedComponents __usedDirectives property to the BootstrapVueNextResolver function (#2351) (7a0cfa9)
  • add option slot syntax to other group components (ce01648)
  • BFormCheckboxGroup: add slot option to replace html prop (ce01648)
  • BFormGroup: add the ability to automatically get the ids from inputs and apply them to the associated label element (ce01648)
  • BFormRadioGroup: add slot option to replace html prop (ce01648)
  • BNavForm: add props wrapperAttrs & bind attrs.class to li also add prop formClass (ce01648)
  • BPopover: add hideMargin prop to add margin to the hide boundary (673529d)
  • BToast: add defineSlots (ce01648)
  • remove html props -- use equivalent slots fixes #1930 (#2311) (ce01648)
  • show/hide: add prop backdrop-first to animate backdrop first (673529d)
  • show/hide: add prop initial-animation to animate on initial render if modelValue is true, otherwise display the component without animation (673529d)
  • show/hide: add prop visible to show without animation (673529d)

... (truncated)

Commits

Updates hapic from 2.5.1 to 2.5.2

Release notes

Sourced from hapic's releases.

client: v2.5.2

2.5.2 (2024-11-18)

Bug Fixes

Commits
  • b9ab21d chore: release master (#805)
  • ababd0e feat: add enum for authorize response type
  • 0792faf feat: add code_challenge(_method) option to authorize url building
  • 5f105c5 build(deps-dev): bump rollup from 4.25.0 to 4.27.0 (#815)
  • 684d90d fix(deps): bump vitepress from 1.2.3 to 1.5.0 (#806)
  • dc29089 build(deps-dev): bump @​swc/core from 1.6.13 to 1.9.2 (#810)
  • 33d5b3e build(deps-dev): bump nx from 19.4.3 to 20.1.0 (#811)
  • d1ba498 build(deps-dev): bump @​types/node from 20.14.9 to 22.7.5 (#799)
  • c082d78 fix(deps): bump axios from 1.6.8 to 1.7.7 (#804)
  • 183bfc2 build(deps-dev): bump rollup from 4.18.0 to 4.25.0 (#803)
  • Additional commits viewable in compare view

Updates nuxt from 3.14.159 to 3.14.1592

Release notes

Sourced from nuxt's releases.

v3.14.1592

3.14.1592 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes

  • rspack: Update webpackbar with support for rspack (#29823)
  • nuxt: Assign default name to component without setup (#29869)
  • kit: Use dst to deduplicate templates when adding them (#29895)
  • nuxt: Handle empty plugin files (d44408e87)
  • vite: Use resolved nuxt template dst to invalidate modules (6cd3352de)
  • nuxt: Return null map for empty plugin metadata (302a66da9)
  • kit: Resolve module paths before appending subpaths (#29955)
  • nuxt: Recompile templates on change events (#29954)
  • nuxt: Do not include <NuxtWelcome> when building (#29956)
  • nuxt: Allow scanning metadata from 2+ files at same path (#29969)
  • nuxt: Do not disallow importing nitro dependencies (#29975)

💅 Refactors

  • nuxt: Define layouts as async vue components (#29957)

📖 Documentation

  • Update custom environment example (e3759ad55)
  • Update minimal example (7973f5ed4)
  • Add tip about islands directory (#29913)
  • Fix typo in composable name (#29910)
  • Rename @​nuxt/auth to @​nuxt/auth-utils in roadmap (#29906)
  • Capitalize text (#29938)
  • Improve clarity in seo meta example (#29930)
  • Update getting started to include WebStorm (#29845)

🏡 Chore

  • Remove unused imports and update eslint config (#29876)

✅ Tests

🤖 CI

❤️ Contributors

Commits
  • 3894e9d v3.14.1592
  • fbd5c33 test: add import protection test
  • cfdbbb4 fix(nuxt): do not disallow importing nitro dependencies (#29975)
  • cea11d5 fix(nuxt): allow scanning metadata from 2+ files at same path (#29969)
  • 003ceac chore(deps): update all non-major dependencies (3.x) (#29951)
  • c4ede9b refactor(nuxt): define layouts as async vue components (#29957)
  • c576d8b fix(nuxt): do not include \<NuxtWelcome> when building (#29956)
  • 8e0f731 fix(nuxt): recompile templates on change events (#29954)
  • 302a66d fix(nuxt): return null map for empty plugin metadata
  • d44408e fix(nuxt): handle empty plugin files
  • Additional commits viewable in compare view

Updates vue from 3.5.12 to 3.5.13

Release notes

Sourced from vue's releases.

v3.5.13

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

Changelog

Sourced from vue's changelog.

3.5.13 (2024-11-15)

Bug Fixes

  • compiler-core: handle v-memo + v-for with functional key (#12014) (99009ee), closes #12013
  • compiler-dom: properly stringify template string style (#12392) (2d78539), closes #12391
  • custom-element: avoid triggering mutationObserver when relecting props (352bc88), closes #12214 #12215
  • deps: update dependency postcss to ^8.4.48 (#12356) (b5ff930)
  • hydration: the component vnode's el should be updated when a mismatch occurs. (#12255) (a20a4cb), closes #12253
  • reactiivty: avoid unnecessary watcher effect removal from inactive scope (2193284), closes #5783 #5806
  • reactivity: release nested effects/scopes on effect scope stop (#12373) (bee2f5e), closes #12370
  • runtime-dom: set css vars before user onMounted hooks (2d5c5e2), closes #11533
  • runtime-dom: set css vars on update to handle child forcing reflow in onMount (#11561) (c4312f9)
  • ssr: avoid updating subtree of async component if it is resolved (#12363) (da7ad5e), closes #12362
  • ssr: ensure v-text updates correctly with custom directives in SSR output (#12311) (1f75d4e), closes #12309
  • ssr: handle initial selected state for select with v-model + v-for option (#12399) (4f8d807), closes #12395
  • teleport: handle deferred teleport update before mounted (#12168) (8bff142), closes #12161
  • templateRef: set ref on cached async component which wrapped in KeepAlive (#12290) (983eb50), closes #4999 #5004
  • test: update snapshot (#12169) (828d4a4)
  • Transition: fix transition memory leak edge case (#12182) (660132d), closes #12181
  • transition: reflow before leave-active class after leave-from (#12288) (4b479db), closes #2593
  • types: defineEmits w/ interface declaration (#12343) (1022eab), closes #8457
  • v-once: setting hasOnce to current block only when in v-once (#12374) (37300fc), closes #12371

Performance Improvements

  • reactivity: do not track inner key `__v_skip`` (#11690) (d637bd6)
  • runtime-core: use feature flag for call to resolveMergedOptions (#12163) (1755ac0)
Commits
  • 6eb29d3 release: v3.5.13
  • 4f8d807 fix(ssr): handle initial selected state for select with v-model + v-for optio...
  • 983eb50 fix(templateRef): set ref on cached async component which wrapped in KeepAliv...
  • da7ad5e fix(ssr): avoid updating subtree of async component if it is resolved (#12363)
  • 1f75d4e fix(ssr): ensure v-text updates correctly with custom directives in SSR outpu...
  • 4b479db fix(transition): reflow before leave-active class after leave-from (#12288)
  • a20a4cb fix(hydration): the component vnode's el should be updated when a mismatch oc...
  • 352bc88 fix(custom-element): avoid triggering mutationObserver when relecting props
  • 10ab8c0 chore(playground): reset version when opening local playground from reproduction
  • d637bd6 perf(reactivity): do not track inner key `__v_skip`` (#11690)
  • Additional commits viewable in compare view

Updates @vitejs/plugin-vue from 5.1.4 to 5.2.0

Release notes

Sourced from @​vitejs/plugin-vue's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.2.0 (2024-11-13)

  • feat: add a feature option to support custom component id generator (#461) (7a1fc4c), closes #461

5.1.5 (2024-11-11)

Commits

…dates

Bumps the minorandpatch group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.9.1` | `1.9.2` |
| [@swc/jest](https://github.com/swc-project/pkgs) | `0.2.36` | `0.2.37` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.13` | `29.5.14` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.9.1` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.1.0` | `20.1.2` |
| [rollup](https://github.com/rollup/rollup) | `4.25.0` | `4.27.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `6.6.0` | `6.7.1` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `11.2.0` | `11.3.0` |
| [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) | `0.24.23` | `0.26.2` |
| [hapic](https://github.com/Tada5hi/hapic) | `2.5.1` | `2.5.2` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.14.159` | `3.14.1592` |
| [@hapic/harbor](https://github.com/Tada5hi/hapi) | `2.4.0` | `2.5.0` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.31` | `3.3.32` |
| [@hapic/vault](https://github.com/Tada5hi/hapic) | `2.3.4` | `2.3.5` |



Updates `@swc/core` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.9.1...v1.9.2)

Updates `@swc/jest` from 0.2.36 to 0.2.37
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `@types/jest` from 29.5.13 to 29.5.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/node` from 22.9.0 to 22.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

Updates `nx` from 20.1.0 to 20.1.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.2/packages/nx)

Updates `rollup` from 4.25.0 to 4.27.3
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.25.0...v4.27.3)

Updates `typescript` from 5.6.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)

Updates `@fortawesome/fontawesome-free` from 6.6.0 to 6.7.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.6.0...6.7.1)

Updates `@vueuse/core` from 11.2.0 to 11.3.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v11.3.0/packages/core)

Updates `bootstrap-vue-next` from 0.24.23 to 0.26.2
- [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases)
- [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/nuxt-v0.26.2/packages/bootstrap-vue-next)

Updates `hapic` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/Tada5hi/hapic/releases)
- [Changelog](https://github.com/tada5hi/hapic/blob/master/CHANGELOG.md)
- [Commits](tada5hi/hapic@client-v2.5.1...client-v2.5.2)

Updates `nuxt` from 3.14.159 to 3.14.1592
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.14.1592/packages/nuxt)

Updates `vue` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.12...v3.5.13)

Updates `@vitejs/plugin-vue` from 5.1.4 to 5.2.0
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

Updates `@hapic/harbor` from 2.4.0 to 2.5.0
- [Commits](https://github.com/Tada5hi/hapi/commits)

Updates `@types/dockerode` from 3.3.31 to 3.3.32
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

Updates `@hapic/vault` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/Tada5hi/hapic/releases)
- [Changelog](https://github.com/tada5hi/hapic/blob/master/CHANGELOG.md)
- [Commits](tada5hi/hapic@vault-v2.3.4...vault-v2.3.5)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@swc/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@vueuse/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: bootstrap-vue-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: hapic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: nuxt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@hapic/harbor"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@types/dockerode"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@hapic/vault"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

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 Nov 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2024

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

@dependabot dependabot bot closed this Nov 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/minorandpatch-d974bded6f branch November 22, 2024 19:13
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