@scayle/storefront-nuxt 8.59.7 → 8.60.1

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,35 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.60.1
4
+
5
+ ### Patch Changes
6
+
7
+ **Dependencies**
8
+
9
+ **@scayle/storefront-core v8.60.1**
10
+
11
+ - No changes in this release.
12
+
13
+ ## 8.60.0
14
+
15
+ ### Minor Changes
16
+
17
+ - All packages now require Node.js 22 or later, in line with the current Node.js LTS release schedule. See the [Node.js release schedule](https://nodejs.org/en/about/previous-releases#release-schedule) for details.
18
+
19
+ If your project is still running an older Node.js version, now is a good time to upgrade to Node.js 22 at minimum, or ideally Node.js 24, for the latest security patches and stability improvements.
20
+
21
+ ### Patch Changes
22
+
23
+ **Dependencies**
24
+
25
+ **@scayle/storefront-core v8.60.0**
26
+
27
+ - Minor
28
+
29
+ - All packages now require Node.js 22 or later, in line with the current Node.js LTS release schedule. See the [Node.js release schedule](https://nodejs.org/en/about/previous-releases#release-schedule) for details.
30
+
31
+ If your project is still running an older Node.js version, now is a good time to upgrade to Node.js 22 at minimum, or ideally Node.js 24, for the latest security patches and stability improvements.
32
+
3
33
  ## 8.59.7
4
34
 
5
35
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.59.7",
3
+ "version": "8.60.1",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.13"
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.59.7";
57
+ const PACKAGE_VERSION = "8.60.1";
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.59.7",
4
+ "version": "8.60.1",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -59,11 +59,11 @@
59
59
  "dist"
60
60
  ],
61
61
  "engines": {
62
- "node": ">= 20.7.0"
62
+ "node": ">= 22.0.0"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@nuxt/kit": ">=3.13.0 || >=4.2.0",
66
- "@scayle/storefront-api": "^18.1.0",
66
+ "@scayle/storefront-api": "^19.0.0",
67
67
  "fishery": "^2.2.2",
68
68
  "h3": "^1.10.0",
69
69
  "nitropack": "^2.9.7",
@@ -72,7 +72,7 @@
72
72
  "vue": "^3.4.0"
73
73
  },
74
74
  "dependencies": {
75
- "@opentelemetry/api": "^1.9.0",
75
+ "@opentelemetry/api": "1.9.0",
76
76
  "@vercel/nft": "1.4.0",
77
77
  "@vueuse/core": "14.2.1",
78
78
  "consola": "^3.4.2",
@@ -89,9 +89,9 @@
89
89
  "utility-types": "^3.11.0",
90
90
  "vue-router": "^4.4.0",
91
91
  "zod": "^4.0.0",
92
- "@scayle/h3-session": "0.6.3",
93
- "@scayle/storefront-core": "8.59.7",
94
- "@scayle/unstorage-compression-driver": "1.3.0"
92
+ "@scayle/h3-session": "0.7.0",
93
+ "@scayle/storefront-core": "8.60.1",
94
+ "@scayle/unstorage-compression-driver": "1.4.0"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@arethetypeswrong/cli": "0.18.2",
@@ -118,9 +118,9 @@
118
118
  "unbuild": "3.6.1",
119
119
  "vitest": "4.1.2",
120
120
  "vue-tsc": "3.2.6",
121
- "@scayle/eslint-config-storefront": "4.7.25",
122
- "@scayle/unstorage-scayle-kv-driver": "2.0.11",
123
- "@scayle/eslint-plugin-vue-composable": "1.0.0",
121
+ "@scayle/eslint-plugin-vue-composable": "1.1.0",
122
+ "@scayle/eslint-config-storefront": "4.8.0",
123
+ "@scayle/unstorage-scayle-kv-driver": "2.1.1",
124
124
  "@scayle/vitest-config-storefront": "1.0.0"
125
125
  },
126
126
  "scripts": {