@squide/firefly-webpack-configs 5.2.1 → 5.2.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +18 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @squide/firefly-webpack-configs
2
2
 
3
+ ## 5.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#430](https://github.com/workleap/wl-squide/pull/430) [`cc3178b`](https://github.com/workleap/wl-squide/commit/cc3178b85212aba6570c42fb1bc7d552cc1fe998) Thanks [@github-actions](https://github.com/apps/github-actions)! - Updated dependencies to their latest versions.
8
+
9
+ ## 5.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#373](https://github.com/workleap/wl-squide/pull/373) [`f9138cc`](https://github.com/workleap/wl-squide/commit/f9138cc4bd0a1d175ad4bd7e695d1edd7fbe4c1c) Thanks [@alexasselin008](https://github.com/alexasselin008)! - Bumped dependencies
14
+
3
15
  ## 5.2.1
4
16
 
5
17
  ### Patch 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.2.1",
4
+ "version": "5.2.3",
5
5
  "description": "Webpack configuration helpers for the Squide firefly technology stack.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -27,43 +27,44 @@
27
27
  "CHANGELOG.md"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@swc/core": "^1.15.8",
30
+ "@swc/core": "^1.15.11",
31
31
  "@swc/helpers": "^0.5.18",
32
- "@workleap/swc-configs": "^2.3.5",
32
+ "@workleap/swc-configs": "^2.3.7",
33
33
  "browserslist": "^4.28.1",
34
34
  "postcss": "^8.5.3",
35
- "webpack": "^5.104.1",
35
+ "webpack": "^5.105.2",
36
36
  "webpack-dev-server": "^5.2.3"
37
37
  },
38
38
  "dependencies": {
39
39
  "@module-federation/enhanced": "0.11.4",
40
- "@workleap/webpack-configs": "^1.6.5",
40
+ "@workleap/webpack-configs": "^1.6.7",
41
41
  "deepmerge": "^4.3.1",
42
- "html-webpack-plugin": "^5.6.5",
43
- "semver": "^7.7.3"
42
+ "html-webpack-plugin": "^5.6.6",
43
+ "semver": "^7.7.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@eslint/js": "9.39.2",
47
- "@rsbuild/core": "1.7.2",
48
- "@rslib/core": "0.19.2",
49
- "@types/node": "25.0.9",
47
+ "@rsbuild/core": "1.7.3",
48
+ "@rslib/core": "0.19.6",
49
+ "@types/node": "25.2.3",
50
50
  "@types/semver": "7.7.1",
51
- "@typescript-eslint/parser": "8.53.0",
52
- "@workleap/eslint-configs": "1.1.9",
53
- "@workleap/rslib-configs": "1.1.5",
51
+ "@typescript-eslint/parser": "8.56.0",
52
+ "@typescript/native-preview": "7.0.0-dev.20260218.1",
53
+ "@workleap/eslint-configs": "1.1.12",
54
+ "@workleap/rslib-configs": "1.1.7",
54
55
  "@workleap/typescript-configs": "3.0.7",
55
56
  "eslint": "9.39.2",
56
57
  "typescript": "5.9.3",
57
- "typescript-eslint": "8.53.0",
58
- "vitest": "4.0.17",
59
- "webpack": "5.104.1",
58
+ "typescript-eslint": "8.54.0",
59
+ "vitest": "4.0.18",
60
+ "webpack": "5.105.2",
60
61
  "webpack-dev-server": "5.2.3"
61
62
  },
62
63
  "scripts": {
63
64
  "dev": "rslib build --watch --config ./rslib.dev.ts",
64
65
  "build": "rslib build --config ./rslib.build.ts",
65
66
  "eslint": "eslint . --max-warnings=0 --cache --cache-location node_modules/.cache/eslint",
66
- "typecheck": "tsc",
67
+ "typecheck": "tsgo",
67
68
  "test": "vitest --config vitest.config.ts --no-watch"
68
69
  }
69
70
  }