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 16 updates #916

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minorandpatch group with 15 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.0
bootstrap-vue-next 0.24.23 0.26.0
hapic 2.5.1 2.5.2
@vitejs/plugin-vue 5.1.4 5.2.0
@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.0

Release notes

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

Release 6.7.0

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

Commits

Updates bootstrap-vue-next from 0.24.23 to 0.26.0

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.26.0

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)
  • show/hide: add props lazy and unmount-lazy (673529d)
  • show/hide: make components that show/hide use a composable useShowHide (673529d)
  • show/hide: rename toggle prop to show, it opens the component with animation (673529d)

Bug Fixes

  • BDropdown: correctly calculate size on some edge cases (673529d)
  • BDropdown: focus returned to dropdown when escape key hit (673529d)
  • BNavbarToggle: toggle default slot doesnt have a scoped argument 'expanded' fixes #2348 (981d684)
  • BPopover: better hide functionality, called only once (673529d)
  • BPopover: change slot prop showState to visible (673529d)
  • BPopover: Correct color arrow when arrow on top (673529d)
  • BPopover: correctly calculate size on some edge cases (673529d)
  • BPopover: fire hide event only once (673529d)
  • BPopover: remove prop persistent, use lazy instead (673529d)
  • change all props starting skip or hide to start with no (673529d)
  • rename ref to avoid Vue warnings (Fix #2337) (#2353) (f505fe9)
  • show/hide: emit shown/hidden after transition (673529d)

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

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)
  • show/hide: add props lazy and unmount-lazy (673529d)
  • show/hide: make components that show/hide use a composable useShowHide (673529d)
  • show/hide: rename toggle prop to show, it opens the component with animation (673529d)

Bug Fixes

  • BDropdown: correctly calculate size on some edge cases (673529d)
  • BDropdown: focus returned to dropdown when escape key hit (673529d)
  • BNavbarToggle: toggle default slot doesnt have a scoped argument 'expanded' fixes #2348 (981d684)
  • BPopover: better hide functionality, called only once (673529d)
  • BPopover: change slot prop showState to visible (673529d)
  • BPopover: Correct color arrow when arrow on top (673529d)
  • BPopover: correctly calculate size on some edge cases (673529d)
  • BPopover: fire hide event only once (673529d)
  • BPopover: remove prop persistent, use lazy instead (673529d)
  • change all props starting skip or hide to start with no (673529d)
  • rename ref to avoid Vue warnings (Fix #2337) (#2353) (f505fe9)
  • show/hide: emit shown/hidden after transition (673529d)
  • show/hide: many animation fixes (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 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

Updates @hapic/harbor from 2.4.0 to 2.5.0

Commits

Updates @types/dockerode from 3.3.31 to 3.3.32

Commits

Updates @hapic/vault from 2.3.4 to 2.3.5

Release notes

Sourced from @​hapic/vault's releases.

vault: v2.3.5

2.3.5 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • hapic bumped from ^2.5.1 to ^2.5.2
    • peerDependencies
      • hapic bumped from ^2.5.1 to ^2.5.2
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

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

Description has been truncated

…dates

Bumps the minorandpatch group with 15 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.0` |
| [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) | `0.24.23` | `0.26.0` |
| [hapic](https://github.com/Tada5hi/hapic) | `2.5.1` | `2.5.2` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.4` | `5.2.0` |
| [@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.0
- [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.0)

Updates `bootstrap-vue-next` from 0.24.23 to 0.26.0
- [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.0/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 `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: 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: 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 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2024

Superseded by #917.

@dependabot dependabot bot closed this Nov 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/minorandpatch-682fff4a0d branch November 20, 2024 18:28
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