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 28 updates #935

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

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

Package From To
@swc/core 1.9.1 1.10.1
@swc/jest 0.2.36 0.2.37
@tada5hi/commitlint-config 1.2.2 1.2.3
@tada5hi/eslint-config-vue-typescript 1.3.12 1.3.13
@types/jest 29.5.13 29.5.14
@types/node 22.9.0 22.10.2
husky 9.1.6 9.1.7
lint-staged 15.2.10 15.2.11
nx 20.1.0 20.2.2
rollup 4.25.0 4.28.1
typescript 5.6.2 5.7.2
@fortawesome/fontawesome-free 6.6.0 6.7.2
@pinia/nuxt 0.7.0 0.9.0
bootstrap-vue-next 0.24.23 0.26.16
hapic 2.5.1 2.5.2
nuxt 3.14.159 3.14.1592
@hapic/harbor 2.4.0 2.5.0
dotenv 16.4.5 16.4.7
@types/dockerode 3.3.31 3.3.32
@hapic/vault 2.3.4 2.3.5
mysql2 3.11.4 3.11.5
zod 3.23.8 3.24.1
better-sqlite3 11.5.0 11.7.0
minio 8.0.2 8.0.3
testcontainers 10.14.0 10.16.0

Updates @swc/core from 1.9.1 to 1.10.1

Changelog

Sourced from @​swc/core's changelog.

[1.10.1] - 2024-12-09

Bug Fixes

  • (es/resolver) Fix wrong syntax context of vars with the same names as catch params (#9786) (5a44c6b)

Features

  • (es/transforms) Add module.outFileExtension (#9784) (e04c7b3)

[1.10.0] - 2024-12-04

Bug Fixes

  • (es/codegen) Use raw value for emitting JSX text (#9762) (b83c44f)

  • (es/compat) Fix marker for inlined helpers (#9776) (f54ec2c)

  • (es/minifier) Drop console in optional chainings (#9759) (39271ad)

  • (es/minifier) Do not inline into the exact LHS (#9777) (985977b)

Features

  • (es/minifier) Support preserve_annotations of terser (#9775) (6e1c9fd)

  • (typescript) Align isolatedDeclaration implementation with tsc (#9715) (0adad25)

  • Apply Wasm-breaking changes (#9771) (ed65eee)

Miscellaneous Tasks

  • (deps) Update dependency magic-string to v0.30.13 (#9747) (fa80a1e)

... (truncated)

Commits
  • 69c126f chore: Publish 1.10.1 with swc_core v9.0.0
  • 1272212 chore: Publish 1.10.1-nightly-20241209.1 with swc_core v9.0.0
  • 1ef37a0 chore: Publish crates with swc_core v9.0.0
  • e04c7b3 feat(es/transforms): Add module.outFileExtension (#9784)
  • e05e4c7 chore: Publish crates with swc_core v8.0.2
  • 5a44c6b fix(es/resolver): Fix wrong syntax context of vars with the same names as cat...
  • e6fc532 chore: Update changelog
  • c894986 chore: Publish 1.10.0 with swc_core v8.0.1
  • 872e350 chore: Update changelog
  • dd1c0af chore: Publish 1.10.0-nightly-20241204.2 with swc_core v8.0.1
  • Additional commits viewable in compare view

Updates @swc/jest from 0.2.36 to 0.2.37

Commits

Updates @tada5hi/commitlint-config from 1.2.2 to 1.2.3

Release notes

Sourced from @​tada5hi/commitlint-config's releases.

commitlint-config: v1.2.3

1.2.3 (2024-11-25)

Bug Fixes

  • deps: bump @​commitlint/config-conventional from 19.4.1 to 19.5.0 (#615) (1074c1f)
Changelog

Sourced from @​tada5hi/commitlint-config's changelog.

1.2.3 (2024-11-25)

Bug Fixes

  • deps: bump @​commitlint/config-conventional from 19.4.1 to 19.5.0 (#615) (1074c1f)
Commits
  • 5f98ecf chore: release master (#626)
  • 60651fd fix(deps): bump @​commitlint/config-conventional from 19.5.0 to 19.6.0 (#625)
  • 710d428 build(deps-dev): bump @​commitlint/cli from 19.5.0 to 19.6.0 (#624)
  • 1074c1f fix(deps): bump @​commitlint/config-conventional from 19.4.1 to 19.5.0 (#615)
  • 76d5e6b build(deps-dev): bump @​commitlint/cli from 19.4.1 to 19.5.0 (#614)
  • See full diff in compare view

Updates @tada5hi/eslint-config-vue-typescript from 1.3.12 to 1.3.13

Changelog

Sourced from @​tada5hi/eslint-config-vue-typescript's changelog.

1.3.13 (2024-11-25)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​tada5hi/eslint-config-typescript bumped from ^1.2.12 to ^1.2.13
      • @​tada5hi/eslint-config-vue bumped from ^1.2.10 to ^1.2.11
Commits

Updates @types/jest from 29.5.13 to 29.5.14

Commits

Updates @types/node from 22.9.0 to 22.10.2

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 lint-staged from 15.2.10 to 15.2.11

Release notes

Sourced from lint-staged's releases.

v15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Changelog

Sourced from lint-staged's changelog.

15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Commits
  • 1d39241 Merge pull request #1485 from lint-staged/changeset-release/master
  • 622f554 chore(changeset): release
  • 08ca5de Merge pull request #1487 from lint-staged/submodule-test
  • 7dd8caa fix: do not treat submodule root paths as staged files
  • 368c130 test: assert committing changes to submodule works from the repo
  • 5260203 Merge pull request #1486 from lint-staged/deps-2024-12-10
  • 6dbc3f4 build(deps): update dependencies
  • a1931f3 Merge pull request #1484 from wormsik/path-space-fix
  • bcfe309 docs: extract function and link to execa's implementation
  • 3d91525 fix: escape paths with spaces when using "shell" option
  • Additional commits viewable in compare view

Updates nx from 20.1.0 to 20.2.2

Release notes

Sourced from nx's releases.

20.2.2 (2024-12-10)

🚀 Features

  • misc: handle artifact generators' path options including file extensions (#29111)
  • testing: allow custom address for local registry (#29050)

🩹 Fixes

  • angular: handle removed angular-eslint rules in root eslint config files and update package (#29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#29281)
  • core: defer loading package manager until necessary (#29248)
  • core: hashing fixes (#29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#29227)
  • core: ensure @​nx/module-federation is listed in package group (#29292)
  • js: switch from fast-glob to tinyglobby (#29141)
  • nx-dev: update Nx Cloud proj created (#29272)
  • react: add files entry for publishable libraries (#29277)
  • react-native: default template fails when envs are not set (#28931)
  • react-native: typescript lib schema (#27955)
  • release: use prepatch version for pre-release dependent package updates (#29123)
  • release: make commits separator in git log command more unique (#29261)
  • repo: cleanup old plugins promise (#29295)
  • ⚠️ vite: generate config with esm by default (#29270)

⚠️ Breaking Changes

  • ⚠️ vite: generate config with esm by default (#29270)

❤️ Thank You

20.2.1 (2024-12-06)

🩹 Fixes

  • core: add workspaces path if package path is not included (#28824)

... (truncated)

Commits
  • 506f206 fix(repo): cleanup old plugins promise (#29295)
  • e1d787f fix(core): ensure @​nx/module-federation is listed in package group (#29292)
  • 4050dfc fix(release): make commits separator in git log command more unique (#29261)
  • 223a143 fix(core): hashing fixes (#29247)
  • 3850e95 fix(core): defer loading package manager until necessary (#29248)
  • 41d0df6 fix(core): fix process being prevented from exiting (#29240)
  • 046686f fix(core): add workspaces path if package path is not included (#28824)
  • b848bb3 fix(release): skip changelog generation for projects without available versio...
  • 15060e3 fix(core): recreate db when unable to connect (#29207)
  • 67d0393 fix(release): set make_latest legacy during github release creation (#29197)
  • Additional commits viewable in compare view

Updates rollup from 4.25.0 to 4.28.1

Release notes

Sourced from rollup's releases.

v4.28.1

4.28.1

2024-12-06

Bug Fixes

  • Support running Rollup natively on LoongArch (#5749)
  • Add optional debugId to SourceMap types (#5751)

Pull Requests

v4.28.0

4.28.0

2024-11-30

Features

  • Allow to specify how to handle import attributes when transpiling Rollup config files (#5743)

Pull Requests

v4.27.4

4.27.4

2024-11-23

Bug Fixes

  • Update bundled magic-string to support sourcemap debug ids (#5740)

Pull Requests

v4.27.3

4.27.3

... (truncated)

Changelog

Sourced from rollup's changelog.

4.28.1

2024-12-06

Bug Fixes

  • Support running Rollup natively on LoongArch (#5749)
  • Add optional debugId to SourceMap types (#5751)

Pull Requests

4.28.0

2024-11-30

Features

  • Allow to specify how to handle import attributes when transpiling Rollup config files (#5743)

Pull Requests

4.27.4

2024-11-23

Bug Fixes

  • Update bundled magic-string to support sourcemap debug ids (#5740)

Pull Requests

4.27.3

2024-11-18

Bug Fixes

... (truncated)

Commits

Updates typescript from 5.6.2 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

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
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view

Updates @fortawesome/fontawesome-free from 6.6.0 to 6.7.2

Release notes

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

Release 6.7.2

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

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 @pinia/nuxt from 0.7.0 to 0.9.0

Commits

Updates bootstrap-vue-next from 0.24.23 to 0.26.16

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.26.16

0.26.16 (2024-12-18)

Features

nuxt: v0.26.16

0.26.16 (2024-12-18)

Bug Fixes

  • nuxt: module using wrong routerComponentName causing default a tag to do full page reloads (#2465) (c737ec2)

Dependencies

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

bootstrapvuenext: v0.26.15

0.26.15 (2024-12-13)

Bug Fixes

nuxt: v0.26.15

0.26.15 (2024-12-13)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.26.16 (2024-12-18)

Features

0.26.15 (2024-12-13)

Bug Fixes

0.26.14 (2024-12-11)

Bug Fixes

  • BLink: nuxt should do full page reloads on to prop fixes #2445 (#2449) (cce9833)
  • BTable: reflect single select mode on programmatic selection (#2440) (1ea89dc)

0.26.13 (2024-12-11)

Features

  • BOffcanvas: fire breakpoint on mounted & add ref into defineExpose as isOpenByBreakpoint (083805b)

0.26.12 (2024-12-11)

Features

  • BOffcanvas: add opened to breakpoint event (#2443) (e82be33)

0.26.11 (2024-12-10)

Bug Fixes

0.26.10 (2024-12-08)

Bug Fixes

... (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

<...

Description has been truncated

…dates

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

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.9.1` | `1.10.1` |
| [@swc/jest](https://github.com/swc-project/pkgs) | `0.2.36` | `0.2.37` |
| [@tada5hi/commitlint-config](https://github.com/tada5hi/javascript/tree/HEAD/packages/commitlint-config) | `1.2.2` | `1.2.3` |
| [@tada5hi/eslint-config-vue-typescript](https://github.com/tada5hi/javascript/tree/HEAD/packages/eslint-config-vue-typescript) | `1.3.12` | `1.3.13` |
| [@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.10.2` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.2.11` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.1.0` | `20.2.2` |
| [rollup](https://github.com/rollup/rollup) | `4.25.0` | `4.28.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `6.6.0` | `6.7.2` |
| [@pinia/nuxt](https://github.com/vuejs/pinia) | `0.7.0` | `0.9.0` |
| [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) | `0.24.23` | `0.26.16` |
| [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` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [@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` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.11.4` | `3.11.5` |
| [zod](https://github.com/colinhacks/zod) | `3.23.8` | `3.24.1` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `11.5.0` | `11.7.0` |
| [minio](https://github.com/minio/minio-js) | `8.0.2` | `8.0.3` |
| [testcontainers](https://github.com/testcontainers/testcontainers-node) | `10.14.0` | `10.16.0` |



Updates `@swc/core` from 1.9.1 to 1.10.1
- [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.10.1)

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

Updates `@tada5hi/commitlint-config` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/tada5hi/javascript/releases)
- [Changelog](https://github.com/tada5hi/javascript/blob/master/packages/commitlint-config/CHANGELOG.md)
- [Commits](https://github.com/tada5hi/javascript/commits/commitlint-config-v1.2.3/packages/commitlint-config)

Updates `@tada5hi/eslint-config-vue-typescript` from 1.3.12 to 1.3.13
- [Release notes](https://github.com/tada5hi/javascript/releases)
- [Changelog](https://github.com/tada5hi/javascript/blob/master/packages/eslint-config-vue-typescript/CHANGELOG.md)
- [Commits](https://github.com/tada5hi/javascript/commits/eslint-config-vue-typescript-v1.3.13/packages/eslint-config-vue-typescript)

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.10.2
- [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 `lint-staged` from 15.2.10 to 15.2.11
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.2.11)

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

Updates `rollup` from 4.25.0 to 4.28.1
- [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.28.1)

Updates `typescript` from 5.6.2 to 5.7.2
- [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.7.2)

Updates `@fortawesome/fontawesome-free` from 6.6.0 to 6.7.2
- [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.2)

Updates `@pinia/nuxt` from 0.7.0 to 0.9.0
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected])

Updates `bootstrap-vue-next` from 0.24.23 to 0.26.16
- [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.16/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 `pinia` from 2.2.6 to 2.3.0
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/[email protected])

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.1
- [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 `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

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)

Updates `mysql2` from 3.11.4 to 3.11.5
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.11.4...v3.11.5)

Updates `zod` from 3.23.8 to 3.24.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.8...v3.24.1)

Updates `better-sqlite3` from 11.5.0 to 11.7.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v11.5.0...v11.7.0)

Updates `minio` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/minio/minio-js/releases)
- [Commits](minio/minio-js@8.0.2...8.0.3)

Updates `testcontainers` from 10.14.0 to 10.16.0
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v10.14.0...v10.16.0)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@swc/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@tada5hi/commitlint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@tada5hi/eslint-config-vue-typescript"
  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-minor
  dependency-group: minorandpatch
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: lint-staged
  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-minor
  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-minor
  dependency-group: minorandpatch
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@pinia/nuxt"
  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: pinia
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
- dependency-name: mysql2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: better-sqlite3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: minio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Dec 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2024

Superseded by #936.

@dependabot dependabot bot closed this Dec 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/minorandpatch-6f4eac2708 branch December 20, 2024 18:47
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