@scayle/storefront-nuxt 8.57.3 → 8.58.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,28 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.58.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Introduced support for Nuxt 4 while maintaining full backward compatibility with Nuxt 3.
8
+ This enables consumers to migrate to Nuxt 4 ahead of the Nuxt 3 end of support on 31 Jan 2026.
9
+
10
+ - **Version Requirements:**
11
+ - Nuxt 3: `v3.13.0+`
12
+ - Nuxt 4: `v4.2.0+`
13
+
14
+ **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.
15
+
16
+ See the [Nuxt 4 Migration Guide](https://nuxt.com/docs/4.x/getting-started/upgrade) for general upgrade details.
17
+
18
+ ### Patch Changes
19
+
20
+ **Dependencies**
21
+
22
+ **@scayle/storefront-core v8.58.0**
23
+
24
+ - No changes in this release.
25
+
3
26
  ## 8.57.3
4
27
 
5
28
  ### 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.58.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.58.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.58.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,7 +90,7 @@
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",
93
+ "@scayle/storefront-core": "8.58.0",
94
94
  "@scayle/unstorage-compression-driver": "1.2.5"
95
95
  },
96
96
  "devDependencies": {
@@ -101,7 +101,7 @@
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",
104
+ "@types/node": "22.19.5",
105
105
  "@vitest/coverage-v8": "4.0.16",
106
106
  "dprint": "0.51.1",
107
107
  "eslint-formatter-gitlab": "7.0.1",
@@ -119,8 +119,8 @@
119
119
  "vue-tsc": "3.2.2",
120
120
  "happy-dom": "20.1.0",
121
121
  "@scayle/eslint-config-storefront": "4.7.20",
122
- "@scayle/eslint-plugin-vue-composable": "0.2.3",
123
122
  "@scayle/vitest-config-storefront": "1.0.0",
123
+ "@scayle/eslint-plugin-vue-composable": "0.2.3",
124
124
  "@scayle/unstorage-scayle-kv-driver": "2.0.10"
125
125
  },
126
126
  "scripts": {