Skip to content

Commit

Permalink
chore(deps): bump the vue group with 6 updates (#1510)
Browse files Browse the repository at this point in the history
* chore(deps): bump the vue group with 6 updates

Bumps the vue group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@vueuse/nuxt](https://github.com/vueuse/vueuse/tree/HEAD/packages/nuxt) | `11.3.0` | `12.0.0` |
| [@unocss/nuxt](https://github.com/unocss/unocss/tree/HEAD/packages/nuxt) | `0.64.1` | `0.65.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.0` | `6.0.2` |
| [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) | `1.6.1` | `1.6.3` |
| [unocss](https://github.com/unocss/unocss) | `0.64.1` | `0.65.1` |
| [@unocss/reset](https://github.com/unocss/unocss) | `0.64.1` | `0.65.1` |


Updates `@vueuse/nuxt` from 11.3.0 to 12.0.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.0.0/packages/nuxt)

Updates `@unocss/nuxt` from 0.64.1 to 0.65.1
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.65.1/packages/nuxt)

Updates `vite` from 6.0.0 to 6.0.2
- [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.2/packages/vite)

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

Updates `unocss` from 0.64.1 to 0.65.1
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.64.1...v0.65.1)

Updates `@unocss/reset` from 0.64.1 to 0.65.1
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.64.1...v0.65.1)

---
updated-dependencies:
- dependency-name: "@vueuse/nuxt"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: "@unocss/nuxt"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@nuxt/devtools"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@unocss/reset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix lint

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: patzick <13100280+patzick@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and patzick authored Dec 5, 2024
1 parent a208153 commit 3e930cf
Show file tree
Hide file tree
Showing 23 changed files with 1,639 additions and 2,281 deletions.
4 changes: 2 additions & 2 deletions examples/adyen-dropin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@shopware/api-gen": "canary",
"@unocss/nuxt": "0.64.1",
"@vueuse/nuxt": "11.3.0",
"@unocss/nuxt": "0.65.1",
"@vueuse/nuxt": "12.0.0",
"nuxt": "3.14.1592",
"vue-tsc": "2.1.10"
}
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 @@ -29,7 +29,7 @@
},
"devDependencies": {
"@amazonpay/amazon-pay-api-sdk-nodejs": "2.3.1",
"@nuxt/devtools": "1.6.1",
"@nuxt/devtools": "1.6.3",
"@nuxt/module-builder": "0.8.4",
"@nuxt/schema": "3.14.1592",
"@shopware-pwa/composables-next": "canary",
Expand Down
4 changes: 2 additions & 2 deletions examples/b2b-quote-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@types/node": "22.10.0",
"@vitejs/plugin-vue": "5.2.1",
"@vueuse/core": "11.2.0",
"unocss": "0.64.1",
"vite": "6.0.0",
"unocss": "0.65.1",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/blank-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/node": "22.10.0",
"@vitejs/plugin-vue": "5.2.1",
"vite": "6.0.0",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/commercial-customized-products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@types/node": "22.10.0",
"@vueuse/nuxt": "11.3.0",
"@vueuse/nuxt": "12.0.0",
"nuxt": "3.14.1592",
"typescript": "5.6.3",
"vue": "3.5.13",
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 @@ -21,7 +21,7 @@
"@types/node": "22.10.0",
"@vitejs/plugin-vue": "5.2.1",
"@vueuse/core": "11.2.0",
"vite": "6.0.0",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/example-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "22.10.0",
"@vitejs/plugin-vue": "5.2.1",
"typescript": "5.6.3",
"vite": "6.0.0",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/express-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@shopware/api-gen": "canary",
"@types/node": "22.10.0",
"@vitejs/plugin-vue": "5.2.1",
"vite": "6.0.0",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/login-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/node": "22.10.0",
"@vitejs/plugin-vue": "5.2.1",
"vite": "6.0.0",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
}
}
8 changes: 4 additions & 4 deletions examples/modal-teleport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@unocss/nuxt": "0.64.1",
"@unocss/reset": "0.64.1",
"@unocss/nuxt": "0.65.1",
"@unocss/reset": "0.65.1",
"eslint": "9.16.0",
"nuxt": "3.14.1592",
"unocss": "0.64.1"
"unocss": "0.65.1"
},
"dependencies": {
"@vueuse/nuxt": "11.3.0",
"@vueuse/nuxt": "12.0.0",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
}
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 @@ -17,7 +17,7 @@
"@shopware/api-client": "canary",
"@shopware/api-gen": "canary",
"@types/node": "22.10.0",
"@vueuse/nuxt": "11.3.0",
"@vueuse/nuxt": "12.0.0",
"nuxt": "3.14.1592",
"typescript": "5.6.3",
"vue": "3.5.13",
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 @@ -18,7 +18,7 @@
"@types/node": "22.10.0",
"@vitejs/plugin-vue": "5.2.1",
"typescript": "5.6.3",
"vite": "6.0.0",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/product-detail-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@types/node": "22.10.0",
"@vueuse/nuxt": "11.3.0",
"@vueuse/nuxt": "12.0.0",
"nuxt": "3.14.1592",
"typescript": "5.6.3",
"vue": "3.5.13",
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 @@ -18,7 +18,7 @@
"devDependencies": {
"@types/node": "22.10.0",
"@vitejs/plugin-vue": "5.2.1",
"vite": "6.0.0",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/snippets-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@shopware/api-client": "canary",
"@types/lru-cache": "7.10.10",
"@types/node": "22.10.0",
"@vueuse/nuxt": "11.3.0",
"@vueuse/nuxt": "12.0.0",
"nuxt": "3.14.1592",
"typescript": "5.6.3",
"vue": "3.5.13",
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 @@ -15,7 +15,7 @@
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@types/node": "22.10.0",
"@unocss/nuxt": "0.64.1",
"@unocss/nuxt": "0.65.1",
"nuxt": "3.14.1592",
"typescript": "5.6.3",
"vue": "3.5.13",
Expand Down
4 changes: 2 additions & 2 deletions examples/use-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@types/node": "22.10.0",
"@unocss/nuxt": "0.64.1",
"@vueuse/nuxt": "11.3.0",
"@unocss/nuxt": "0.65.1",
"@vueuse/nuxt": "12.0.0",
"nuxt": "3.14.1592",
"typescript": "5.6.3",
"vue": "3.5.13",
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 @@ -14,7 +14,7 @@
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@types/node": "22.10.0",
"@unocss/nuxt": "0.64.1",
"@unocss/nuxt": "0.65.1",
"nuxt": "3.14.1592",
"typescript": "5.6.3",
"vue": "3.5.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-shopware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.17.0"
},
"devDependencies": {
"typescript": "5.6.3"
Expand Down
Loading

0 comments on commit 3e930cf

Please sign in to comment.