@scayle/storefront-nuxt 8.57.3 → 8.59.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,41 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.59.0
4
+
5
+ ### Patch Changes
6
+
7
+ **Dependencies**
8
+
9
+ - Updated dependency to @scayle/unstorage-compression-driver@1.2.5
10
+
11
+ **@scayle/storefront-core v8.59.0**
12
+
13
+ - Minor
14
+ - Added type exports for similar products functionality by re-exporting `SimilarProductsEndpointParameters` and `SimilarProductsEndpointResponseData` from `@scayle/storefront-api`. These types enable type-safe usage of similar products endpoints throughout the storefront core.
15
+
16
+ ## 8.58.0
17
+
18
+ ### Minor Changes
19
+
20
+ - Introduced support for Nuxt 4 while maintaining full backward compatibility with Nuxt 3.
21
+ This enables consumers to migrate to Nuxt 4 ahead of the Nuxt 3 end of support on 31 Jan 2026.
22
+
23
+ - **Version Requirements:**
24
+ - Nuxt 3: `v3.13.0+`
25
+ - Nuxt 4: `v4.2.0+`
26
+
27
+ **NOTE:** Please be aware that the SCAYLE Storefront Application itself does not yet support Nuxt 4. These package updates are a prerequisite. We recommend remaining on Nuxt 3 for your Storefront implementation until further notice.
28
+
29
+ See the [Nuxt 4 Migration Guide](https://nuxt.com/docs/4.x/getting-started/upgrade) for general upgrade details.
30
+
31
+ ### Patch Changes
32
+
33
+ **Dependencies**
34
+
35
+ **@scayle/storefront-core v8.58.0**
36
+
37
+ - No changes in this release.
38
+
3
39
  ## 8.57.3
4
40
 
5
41
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.57.3",
3
+ "version": "8.59.0",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
- "nuxt": "^3.9.0"
6
+ "nuxt": ">=3.13"
7
7
  },
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
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.57.3";
57
+ const PACKAGE_VERSION = "8.59.0";
58
58
  const logger = createConsola({
59
59
  fancy: true,
60
60
  formatOptions: {
@@ -231,7 +231,7 @@ const module$1 = defineNuxtModule({
231
231
  version: PACKAGE_VERSION,
232
232
  configKey: "storefront",
233
233
  compatibility: {
234
- nuxt: "^3.9.0"
234
+ nuxt: ">=3.13"
235
235
  }
236
236
  },
237
237
  // Default configuration options of the Nuxt module
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "8.57.3",
4
+ "version": "8.59.0",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -62,12 +62,12 @@
62
62
  "node": ">= 20.7.0"
63
63
  },
64
64
  "peerDependencies": {
65
- "@nuxt/kit": ">=3.12.2",
65
+ "@nuxt/kit": ">=3.13.0 || >=4.2.0",
66
66
  "@scayle/storefront-api": "^18.1.0",
67
67
  "fishery": "^2.2.2",
68
68
  "h3": "^1.10.0",
69
69
  "nitropack": "^2.9.7",
70
- "nuxt": ">=3.10.0",
70
+ "nuxt": ">=3.10.0 || >=4.2.2",
71
71
  "unstorage": "^1.10.1",
72
72
  "vue": "^3.4.0"
73
73
  },
@@ -90,8 +90,8 @@
90
90
  "vue-router": "^4.4.0",
91
91
  "zod": "^4.0.0",
92
92
  "@scayle/h3-session": "0.6.3",
93
- "@scayle/storefront-core": "8.57.3",
94
- "@scayle/unstorage-compression-driver": "1.2.5"
93
+ "@scayle/unstorage-compression-driver": "1.2.5",
94
+ "@scayle/storefront-core": "8.59.0"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@arethetypeswrong/cli": "0.18.2",
@@ -101,13 +101,13 @@
101
101
  "@nuxt/module-builder": "1.0.2",
102
102
  "@nuxt/schema": "3.20.0",
103
103
  "@nuxt/test-utils": "3.23.0",
104
- "@types/node": "22.19.3",
105
- "@vitest/coverage-v8": "4.0.16",
104
+ "@types/node": "22.19.7",
105
+ "@vitest/coverage-v8": "4.0.17",
106
106
  "dprint": "0.51.1",
107
107
  "eslint-formatter-gitlab": "7.0.1",
108
108
  "eslint": "9.39.2",
109
109
  "fishery": "2.4.0",
110
- "h3": "1.15.4",
110
+ "h3": "1.15.5",
111
111
  "nitro-test-utils": "0.10.1",
112
112
  "nitropack": "2.12.8",
113
113
  "node-mocks-http": "1.17.2",
@@ -115,10 +115,10 @@
115
115
  "publint": "0.3.16",
116
116
  "typescript": "5.9.3",
117
117
  "unbuild": "3.6.1",
118
- "vitest": "4.0.16",
118
+ "vitest": "4.0.17",
119
119
  "vue-tsc": "3.2.2",
120
- "happy-dom": "20.1.0",
121
- "@scayle/eslint-config-storefront": "4.7.20",
120
+ "happy-dom": "20.3.4",
121
+ "@scayle/eslint-config-storefront": "4.7.21",
122
122
  "@scayle/eslint-plugin-vue-composable": "0.2.3",
123
123
  "@scayle/vitest-config-storefront": "1.0.0",
124
124
  "@scayle/unstorage-scayle-kv-driver": "2.0.10"