@squide/firefly-webpack-configs 5.0.0 → 5.0.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 +12 -0
- package/package.json +21 -27
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @squide/firefly-webpack-configs
|
|
2
2
|
|
|
3
|
+
## 5.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#256](https://github.com/workleap/wl-squide/pull/256) [`6c4ee56`](https://github.com/workleap/wl-squide/commit/6c4ee5624141a51d6eefd99dd053e81eb5b08e5c) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Update dependencies versioning to the new Workleap's internal guidelines.
|
|
8
|
+
|
|
9
|
+
## 5.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#244](https://github.com/workleap/wl-squide/pull/244) [`5d13eb0`](https://github.com/workleap/wl-squide/commit/5d13eb038a724b499b820d7e1dc864c87954510b) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
|
|
14
|
+
|
|
3
15
|
## 5.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squide/firefly-webpack-configs",
|
|
3
3
|
"author": "Workleap",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.2",
|
|
5
5
|
"description": "Webpack configuration helpers for the Squide firefly technology stack.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -28,41 +28,35 @@
|
|
|
28
28
|
"README.md"
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@swc/core": "
|
|
32
|
-
"@swc/helpers": "
|
|
33
|
-
"@workleap/swc-configs": "
|
|
34
|
-
"browserslist": "
|
|
35
|
-
"postcss": "
|
|
36
|
-
"webpack": "
|
|
37
|
-
"webpack-dev-server": "
|
|
31
|
+
"@swc/core": "^1.11.13",
|
|
32
|
+
"@swc/helpers": "^0.5.15",
|
|
33
|
+
"@workleap/swc-configs": "^2.2.5",
|
|
34
|
+
"browserslist": "^4.24.4",
|
|
35
|
+
"postcss": "^8.5.3",
|
|
36
|
+
"webpack": "^5.98.0",
|
|
37
|
+
"webpack-dev-server": "^5.2.1"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@module-federation/enhanced": "^0.
|
|
41
|
-
"@types/node": "^22.13.
|
|
42
|
-
"@types/semver": "^7.
|
|
43
|
-
"@workleap/webpack-configs": "^1.5.
|
|
40
|
+
"@module-federation/enhanced": "^0.11.2",
|
|
41
|
+
"@types/node": "^22.13.14",
|
|
42
|
+
"@types/semver": "^7.7.0",
|
|
43
|
+
"@workleap/webpack-configs": "^1.5.4",
|
|
44
44
|
"deepmerge": "^4.3.1",
|
|
45
45
|
"html-webpack-plugin": "^5.6.3",
|
|
46
46
|
"semver": "^7.7.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@rsbuild/core": "1.
|
|
50
|
-
"@rslib/core": "0.
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
53
|
-
"@
|
|
54
|
-
"@typescript-eslint/parser": "8.26.1",
|
|
55
|
-
"@workleap/eslint-plugin": "3.3.0",
|
|
56
|
-
"@workleap/rslib-configs": "1.0.2",
|
|
57
|
-
"@workleap/swc-configs": "2.2.4",
|
|
49
|
+
"@rsbuild/core": "1.3.0",
|
|
50
|
+
"@rslib/core": "0.6.0",
|
|
51
|
+
"@typescript-eslint/parser": "8.28.0",
|
|
52
|
+
"@workleap/eslint-plugin": "3.3.1",
|
|
53
|
+
"@workleap/rslib-configs": "1.0.3",
|
|
58
54
|
"@workleap/typescript-configs": "3.0.2",
|
|
59
55
|
"eslint": "8.57.0",
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"ts-node": "10.9.2",
|
|
63
|
-
"typescript": "5.5.4",
|
|
56
|
+
"typescript": "5.8.2",
|
|
57
|
+
"vitest": "3.0.9",
|
|
64
58
|
"webpack": "5.98.0",
|
|
65
|
-
"webpack-dev-server": "5.2.
|
|
59
|
+
"webpack-dev-server": "5.2.1"
|
|
66
60
|
},
|
|
67
61
|
"engines": {
|
|
68
62
|
"node": ">=21.1.0"
|
|
@@ -72,6 +66,6 @@
|
|
|
72
66
|
"build": "rslib build --config ./rslib.build.ts",
|
|
73
67
|
"eslint": "eslint . --max-warnings=-0 --cache --cache-location node_modules/.cache/eslint",
|
|
74
68
|
"typecheck": "tsc",
|
|
75
|
-
"test": "
|
|
69
|
+
"test": "vitest --config vitest.config.ts --no-watch"
|
|
76
70
|
}
|
|
77
71
|
}
|