sku 15.12.1 → 15.12.2
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,15 @@
|
|
|
1
1
|
# sku
|
|
2
2
|
|
|
3
|
+
## 15.12.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update `vite-plugin-cjs-interop` and `@vitejs/plugin-basic-ssl` dependencies to `vite@8`-compatible versions ([#1531](https://github.com/seek-oss/sku/pull/1531))
|
|
8
|
+
|
|
9
|
+
- Update `svgo-loader` dependency to `^5.0.0` ([#1535](https://github.com/seek-oss/sku/pull/1535))
|
|
10
|
+
|
|
11
|
+
- Update `picomatch` to `^4.0.4` to address CVE-2026-33671 and CVE-2026-33672 ([#1537](https://github.com/seek-oss/sku/pull/1537))
|
|
12
|
+
|
|
3
13
|
## 15.12.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -1779,10 +1779,7 @@ const makeExternalCssLoaders = (options) => {
|
|
|
1779
1779
|
};
|
|
1780
1780
|
const makeSvgLoaders = () => [{
|
|
1781
1781
|
loader: require$8.resolve("svgo-loader"),
|
|
1782
|
-
options: { plugins: [{
|
|
1783
|
-
name: "preset-default",
|
|
1784
|
-
params: { overrides: { removeViewBox: false } }
|
|
1785
|
-
}, {
|
|
1782
|
+
options: { plugins: ["preset-default", {
|
|
1786
1783
|
name: "addAttributesToSVGElement",
|
|
1787
1784
|
params: { attributes: [{ focusable: false }] }
|
|
1788
1785
|
}] }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//#region package.json
|
|
2
|
-
var version = "15.12.
|
|
2
|
+
var version = "15.12.2";
|
|
3
3
|
var package_default = {
|
|
4
4
|
name: "sku",
|
|
5
5
|
version,
|
|
@@ -92,7 +92,7 @@ var package_default = {
|
|
|
92
92
|
"@vanilla-extract/jest-transform": "catalog:",
|
|
93
93
|
"@vanilla-extract/vite-plugin": "catalog:",
|
|
94
94
|
"@vanilla-extract/webpack-plugin": "catalog:",
|
|
95
|
-
"@vitejs/plugin-basic-ssl": "^2.
|
|
95
|
+
"@vitejs/plugin-basic-ssl": "^2.3.0",
|
|
96
96
|
"@vitejs/plugin-react": "^6.0.1",
|
|
97
97
|
"@vocab/core": "^1.6.2",
|
|
98
98
|
"@vocab/phrase": "^2.2.0",
|
|
@@ -142,7 +142,7 @@ var package_default = {
|
|
|
142
142
|
"node-html-parser": "^7.0.1",
|
|
143
143
|
"open": "^10.1.2",
|
|
144
144
|
"path-to-regexp": "^6.3.0",
|
|
145
|
-
"picomatch": "^4.0.
|
|
145
|
+
"picomatch": "^4.0.4",
|
|
146
146
|
"postcss": "^8.5.8",
|
|
147
147
|
"postcss-loader": "^8.0.0",
|
|
148
148
|
"prettier": "~3.8.0",
|
|
@@ -155,11 +155,11 @@ var package_default = {
|
|
|
155
155
|
"serialize-javascript": "^7.0.4",
|
|
156
156
|
"serve-handler": "^6.1.3",
|
|
157
157
|
"sort-package-json": "^3.6.0",
|
|
158
|
-
"svgo-loader": "^
|
|
158
|
+
"svgo-loader": "^5.0.0",
|
|
159
159
|
"terser-webpack-plugin": "^5.1.4",
|
|
160
160
|
"typescript": "~5.9.0",
|
|
161
161
|
"vite": "catalog:",
|
|
162
|
-
"vite-plugin-cjs-interop": "^
|
|
162
|
+
"vite-plugin-cjs-interop": "^3.0.0",
|
|
163
163
|
"vite-tsconfig-paths": "^6.1.1",
|
|
164
164
|
"webpack": "^5.105.4",
|
|
165
165
|
"webpack-bundle-analyzer": "^5.1.1",
|
|
@@ -25,10 +25,7 @@ const makeExternalCssLoaders = (options) => {
|
|
|
25
25
|
};
|
|
26
26
|
const makeSvgLoaders = () => [{
|
|
27
27
|
loader: require.resolve("svgo-loader"),
|
|
28
|
-
options: { plugins: [{
|
|
29
|
-
name: "preset-default",
|
|
30
|
-
params: { overrides: { removeViewBox: false } }
|
|
31
|
-
}, {
|
|
28
|
+
options: { plugins: ["preset-default", {
|
|
32
29
|
name: "addAttributesToSVGElement",
|
|
33
30
|
params: { attributes: [{ focusable: false }] }
|
|
34
31
|
}] }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sku",
|
|
3
|
-
"version": "15.12.
|
|
3
|
+
"version": "15.12.2",
|
|
4
4
|
"description": "Front-end development toolkit, powered by Webpack, Babel, Vanilla Extract and Jest",
|
|
5
5
|
"types": "./dist/index.d.mts",
|
|
6
6
|
"bin": {
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@vanilla-extract/jest-transform": "^1.1.21",
|
|
97
97
|
"@vanilla-extract/vite-plugin": "^5.2.1",
|
|
98
98
|
"@vanilla-extract/webpack-plugin": "^2.3.26",
|
|
99
|
-
"@vitejs/plugin-basic-ssl": "^2.
|
|
99
|
+
"@vitejs/plugin-basic-ssl": "^2.3.0",
|
|
100
100
|
"@vitejs/plugin-react": "^6.0.1",
|
|
101
101
|
"@vocab/core": "^1.6.2",
|
|
102
102
|
"@vocab/phrase": "^2.2.0",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"node-html-parser": "^7.0.1",
|
|
147
147
|
"open": "^10.1.2",
|
|
148
148
|
"path-to-regexp": "^6.3.0",
|
|
149
|
-
"picomatch": "^4.0.
|
|
149
|
+
"picomatch": "^4.0.4",
|
|
150
150
|
"postcss": "^8.5.8",
|
|
151
151
|
"postcss-loader": "^8.0.0",
|
|
152
152
|
"prettier": "~3.8.0",
|
|
@@ -159,11 +159,11 @@
|
|
|
159
159
|
"serialize-javascript": "^7.0.4",
|
|
160
160
|
"serve-handler": "^6.1.3",
|
|
161
161
|
"sort-package-json": "^3.6.0",
|
|
162
|
-
"svgo-loader": "^
|
|
162
|
+
"svgo-loader": "^5.0.0",
|
|
163
163
|
"terser-webpack-plugin": "^5.1.4",
|
|
164
164
|
"typescript": "~5.9.0",
|
|
165
165
|
"vite": "^8.0.1",
|
|
166
|
-
"vite-plugin-cjs-interop": "^
|
|
166
|
+
"vite-plugin-cjs-interop": "^3.0.0",
|
|
167
167
|
"vite-tsconfig-paths": "^6.1.1",
|
|
168
168
|
"webpack": "^5.105.4",
|
|
169
169
|
"webpack-bundle-analyzer": "^5.1.1",
|
|
@@ -200,8 +200,8 @@
|
|
|
200
200
|
"react-dom": "^19.1.0",
|
|
201
201
|
"type-fest": "^5.0.0",
|
|
202
202
|
"vitest": "^4.1.0",
|
|
203
|
-
"@sku-private/
|
|
204
|
-
"@sku-private/
|
|
203
|
+
"@sku-private/utils": "0.0.0",
|
|
204
|
+
"@sku-private/tsdown": "0.0.0"
|
|
205
205
|
},
|
|
206
206
|
"scripts": {
|
|
207
207
|
"postinstall": "node ./scripts/postinstall.js",
|