@scayle/storefront-nuxt 8.47.0 → 8.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.48.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Upgraded to `nuxt@3.20`.
8
+
9
+ For more details check the [official Nuxt v3.20 release notes](https://github.com/nuxt/nuxt/releases/tag/v3.20.0).
10
+
11
+ ### Patch Changes
12
+
13
+ **Dependencies**
14
+
15
+ **@scayle/storefront-core v8.48.0**
16
+
17
+ - No changes in this release.
18
+
3
19
  ## 8.47.0
4
20
 
5
21
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.47.0",
3
+ "version": "8.48.0",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
package/dist/module.mjs CHANGED
@@ -54,7 +54,7 @@ export default {
54
54
  }`;
55
55
  }
56
56
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
57
- const PACKAGE_VERSION = "8.47.0";
57
+ const PACKAGE_VERSION = "8.48.0";
58
58
  const logger = createConsola({
59
59
  fancy: true,
60
60
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "8.47.0",
4
+ "version": "8.48.0",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -90,17 +90,17 @@
90
90
  "utility-types": "^3.11.0",
91
91
  "vue-router": "^4.4.0",
92
92
  "zod": "^4.0.0",
93
- "@scayle/storefront-core": "8.47.0",
93
+ "@scayle/storefront-core": "8.48.0",
94
94
  "@scayle/unstorage-compression-driver": "1.2.2"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@arethetypeswrong/cli": "0.18.2",
98
98
  "@eslint/eslintrc": "3.3.1",
99
- "@nuxt/eslint": "1.9.0",
100
- "@nuxt/eslint-config": "1.9.0",
101
- "@nuxt/kit": "3.19.3",
99
+ "@nuxt/eslint": "1.10.0",
100
+ "@nuxt/eslint-config": "1.10.0",
101
+ "@nuxt/kit": "3.20.0",
102
102
  "@nuxt/module-builder": "1.0.2",
103
- "@nuxt/schema": "3.19.3",
103
+ "@nuxt/schema": "3.20.0",
104
104
  "@nuxt/test-utils": "3.20.1",
105
105
  "@types/node": "22.18.13",
106
106
  "@vitest/coverage-v8": "3.2.4",
@@ -112,13 +112,13 @@
112
112
  "nitro-test-utils": "0.9.4",
113
113
  "nitropack": "2.12.8",
114
114
  "node-mocks-http": "1.17.2",
115
- "nuxt": "3.19.3",
115
+ "nuxt": "3.20.0",
116
116
  "publint": "0.3.15",
117
117
  "typescript": "5.9.3",
118
118
  "unbuild": "3.6.1",
119
119
  "vitest": "3.2.4",
120
120
  "vue-tsc": "3.1.2",
121
- "happy-dom": "20.0.8",
121
+ "happy-dom": "20.0.10",
122
122
  "@scayle/eslint-config-storefront": "4.7.11",
123
123
  "@scayle/eslint-plugin-vue-composable": "0.2.2",
124
124
  "@scayle/vitest-config-storefront": "1.0.0",