@scayle/storefront-nuxt 8.59.6 → 8.60.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 +36 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +24 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.60.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 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.
|
|
8
|
+
|
|
9
|
+
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.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
**Dependencies**
|
|
14
|
+
|
|
15
|
+
**@scayle/storefront-core v8.60.0**
|
|
16
|
+
|
|
17
|
+
- Minor
|
|
18
|
+
|
|
19
|
+
- 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.
|
|
20
|
+
|
|
21
|
+
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.
|
|
22
|
+
|
|
23
|
+
## 8.59.7
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependency `@vercel/nft@1.3.1` to `@vercel/nft@1.4.0`
|
|
28
|
+
|
|
29
|
+
**Dependencies**
|
|
30
|
+
|
|
31
|
+
- Updated dependency to @scayle/h3-session@0.6.3
|
|
32
|
+
- Updated dependency to @scayle/unstorage-compression-driver@1.3.0
|
|
33
|
+
|
|
34
|
+
**@scayle/storefront-core v8.59.7**
|
|
35
|
+
|
|
36
|
+
- Patch
|
|
37
|
+
- Updated dependency `slugify@^1.6.6` to `slugify@^1.6.8`
|
|
38
|
+
|
|
3
39
|
## 8.59.6
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/storefront-nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.60.0",
|
|
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": ">=
|
|
62
|
+
"node": ">= 22.0.0"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@nuxt/kit": ">=3.13.0 || >=4.2.0",
|
|
66
|
-
"@scayle/storefront-api": "^
|
|
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",
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@opentelemetry/api": "^1.9.0",
|
|
76
|
-
"@vercel/nft": "1.
|
|
76
|
+
"@vercel/nft": "1.4.0",
|
|
77
77
|
"@vueuse/core": "14.2.1",
|
|
78
78
|
"consola": "^3.4.2",
|
|
79
79
|
"core-js": "^3.37.1",
|
|
80
|
-
"defu": "^6.1.
|
|
80
|
+
"defu": "^6.1.7",
|
|
81
81
|
"hookable": "^5.5.3",
|
|
82
82
|
"jose": "^6.0.8",
|
|
83
83
|
"knitwork": "^1.3.0",
|
|
@@ -89,38 +89,39 @@
|
|
|
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.
|
|
93
|
-
"@scayle/
|
|
94
|
-
"@scayle/
|
|
92
|
+
"@scayle/h3-session": "0.7.0",
|
|
93
|
+
"@scayle/storefront-core": "8.60.0",
|
|
94
|
+
"@scayle/unstorage-compression-driver": "1.4.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@arethetypeswrong/cli": "0.18.2",
|
|
98
|
-
"@nuxt/eslint-config": "1.15.
|
|
98
|
+
"@nuxt/eslint-config": "1.15.2",
|
|
99
99
|
"@nuxt/kit": "^3.20.2",
|
|
100
|
+
"@nuxtjs/i18n": "10.2.3",
|
|
100
101
|
"@nuxt/module-builder": "1.0.2",
|
|
101
102
|
"@nuxt/schema": "^3.20.2",
|
|
102
103
|
"@nuxt/test-utils": "4.0.0",
|
|
103
|
-
"@types/node": "22.19.
|
|
104
|
-
"@vitest/coverage-v8": "4.
|
|
105
|
-
"dprint": "0.
|
|
104
|
+
"@types/node": "22.19.17",
|
|
105
|
+
"@vitest/coverage-v8": "4.1.2",
|
|
106
|
+
"dprint": "0.53.2",
|
|
107
|
+
"eslint": "10.2.0",
|
|
106
108
|
"eslint-formatter-gitlab": "7.0.1",
|
|
107
|
-
"eslint": "10.0.1",
|
|
108
109
|
"fishery": "2.4.0",
|
|
109
|
-
"h3": "1.15.
|
|
110
|
+
"h3": "1.15.10",
|
|
111
|
+
"happy-dom": "20.8.9",
|
|
110
112
|
"nitro-test-utils": "0.11.2",
|
|
111
|
-
"nitropack": "2.13.
|
|
113
|
+
"nitropack": "2.13.3",
|
|
112
114
|
"node-mocks-http": "1.17.2",
|
|
113
115
|
"nuxt": "^3.20.2",
|
|
114
|
-
"publint": "0.3.
|
|
116
|
+
"publint": "0.3.18",
|
|
115
117
|
"typescript": "5.9.3",
|
|
116
118
|
"unbuild": "3.6.1",
|
|
117
|
-
"vitest": "4.
|
|
118
|
-
"vue-tsc": "3.2.
|
|
119
|
-
"
|
|
120
|
-
"@scayle/eslint-config-storefront": "4.
|
|
121
|
-
"@scayle/
|
|
122
|
-
"@scayle/vitest-config-storefront": "1.0.0"
|
|
123
|
-
"@scayle/unstorage-scayle-kv-driver": "2.0.10"
|
|
119
|
+
"vitest": "4.1.2",
|
|
120
|
+
"vue-tsc": "3.2.6",
|
|
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.0",
|
|
124
|
+
"@scayle/vitest-config-storefront": "1.0.0"
|
|
124
125
|
},
|
|
125
126
|
"scripts": {
|
|
126
127
|
"build": "nuxt-module-build build",
|