Skip to content

Commit

Permalink
chore(deps-dev): bump the maintenance group across 1 directory with 4…
Browse files Browse the repository at this point in the history
… updates

Bumps the maintenance group with 4 updates in the / directory: [taze](https://github.com/antfu/taze), [turbo](https://github.com/vercel/turbo), [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `taze` from 0.15.1 to 0.16.1
- [Release notes](https://github.com/antfu/taze/releases)
- [Commits](antfu-collective/taze@v0.15.1...v0.16.1)

Updates `turbo` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.0.6...v2.0.7)

Updates `vercel` from 34.4.0 to 35.0.3
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/[email protected]/packages/cli)

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

---
updated-dependencies:
- dependency-name: taze
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maintenance
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maintenance
- dependency-name: vercel
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: maintenance
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maintenance
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 7311ec7 commit 3f713f2
Show file tree
Hide file tree
Showing 21 changed files with 664 additions and 600 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/markdown-it": "14.1.1",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"find-in-files": "0.5.0",
"ts-dox": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/amazon-pay-button-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nuxt/schema": "3.12.2",
"@shopware-pwa/composables-next": "canary",
"@shopware/api-client": "canary",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"nuxt": "3.12.2",
"typescript": "5.5.3",
"vue-tsc": "2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/b2b-quote-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@shopware/api-gen": "canary",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"@vueuse/core": "10.11.0",
"unocss": "0.61.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/blank-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vue": "3.4.31"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"vite": "5.3.3",
"vue-tsc": "2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/commercial-customized-products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@shopware/api-gen": "canary",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"vite": "5.3.3",
"vue-tsc": "2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/commercial-quick-order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@shopware/api-gen": "canary",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"@vueuse/core": "10.11.0",
"vite": "5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/example-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vue-router": "4.4.0"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"typescript": "5.5.3",
"vite": "5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/express-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@shopware/api-gen": "canary",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"vite": "5.3.3",
"vue-tsc": "2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/login-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vue": "3.4.31"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"vite": "5.3.3",
"vue-tsc": "2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/mollie-credit-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@shopware/api-gen": "canary",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vueuse/nuxt": "10.11.0",
"nuxt": "3.12.2",
"typescript": "5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/new-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vue": "3.4.31"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"typescript": "5.5.3",
"vite": "5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/product-detail-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"vue": "3.4.31"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"vite": "5.3.3",
"vue-tsc": "2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/responsive-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vue": "3.4.31"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"vite": "5.3.3",
"vue-tsc": "2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/snippets-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@types/lru-cache": "7.10.10",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vueuse/nuxt": "10.11.0",
"nuxt": "3.12.2",
"typescript": "5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/use-add-to-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@shopware-pwa/helpers-next": "canary",
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@unocss/nuxt": "0.61.3",
"nuxt": "3.12.2",
"typescript": "5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/use-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@unocss/nuxt": "0.61.3",
"@vueuse/nuxt": "10.11.0",
"nuxt": "3.12.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/use-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@unocss/nuxt": "0.61.3",
"nuxt": "3.12.2",
"typescript": "5.5.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"husky": "9.0.11",
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"taze": "0.15.1",
"turbo": "2.0.6",
"taze": "0.16.1",
"turbo": "2.0.7",
"typedoc": "0.26.4",
"vercel": "34.4.0"
"vercel": "35.0.3"
},
"engines": {
"node": "^18.17.x || ^20.x"
Expand Down
Loading

0 comments on commit 3f713f2

Please sign in to comment.