Skip to content

Commit

Permalink
chore(deps): bump the minor group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.0.2` | `3.0.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.2` | `3.0.3` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `12.4.0` | `12.5.0` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.6.1` | `1.6.3` |
| [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n) | `9.1.1` | `9.1.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.7` | `6.0.11` |



Updates `@vitest/coverage-v8` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.3/packages/coverage-v8)

Updates `vitest` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.3/packages/vitest)

Updates `@vueuse/core` from 12.4.0 to 12.5.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.5.0/packages/core)

Updates `vitepress` from 1.6.1 to 1.6.3
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.6.1...v1.6.3)

Updates `@nuxtjs/i18n` from 9.1.1 to 9.1.2
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v9.1.1...v9.1.2)

Updates `vite` from 6.0.7 to 6.0.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.11/packages/vite)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vitepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@nuxtjs/i18n"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 66d682f commit 097abd9
Show file tree
Hide file tree
Showing 6 changed files with 434 additions and 413 deletions.
2 changes: 1 addition & 1 deletion apps/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@sit-onyx/icons": "workspace:^",
"@vueuse/core": "^12.4.0",
"@vueuse/core": "^12.5.0",
"pinia": "^2.3.1",
"sit-onyx": "workspace:^",
"vue-i18n": "^11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sass-embedded": "catalog:",
"sit-onyx": "workspace:^",
"vite": "catalog:",
"vitepress": "^1.6.1",
"vitepress": "^1.6.3",
"vue": "catalog:",
"vue-chartjs": "^5.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@sit-onyx/icons": "workspace:^",
"@vue/repl": "~4.2.1",
"@vueuse/core": "^12.4.0",
"@vueuse/core": "^12.5.0",
"sit-onyx": "workspace:^"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.7",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^3.0.2",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/eslint-plugin": "^1.1.25",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.3.0",
Expand All @@ -62,7 +62,7 @@
"typescript": "catalog:",
"typescript-eslint": "^8.21.0",
"vite": "catalog:",
"vitest": "^3.0.2",
"vitest": "^3.0.3",
"vue-tsc": "^2.2.0"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@nuxt/module-builder": "~0.8.4",
"@nuxt/schema": "^3.15.2",
"@nuxt/test-utils": "^3.15.4",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/i18n": "^9.1.2",
"nuxt": "^3.15.2",
"sit-onyx": "workspace:^",
"typescript": "catalog:",
Expand Down
Loading

0 comments on commit 097abd9

Please sign in to comment.