@workleap/rslib-configs 1.1.12 → 1.2.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @workleap/rslib-configs
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#425](https://github.com/workleap/wl-web-configs/pull/425) [`8de3e5a`](https://github.com/workleap/wl-web-configs/commit/8de3e5a26effe1f00cb905b4be5a24a961f50c5b) Thanks [@claude](https://github.com/apps/claude)! - Updated dependencies to their latest versions. Migrated `@workleap/rsbuild-configs` to `@rsbuild/core` 2.x, `@rspack/core` 2.x, and `@rsbuild/plugin-react` 2.x — `removeAvailableModules` was removed from the rspack `Optimization` type and `reactRefreshOptions.overlay` was removed from the react plugin (overlay is now controlled solely via `dev.client.overlay`).
8
+
3
9
  ## 1.1.12
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -5,5 +5,6 @@ export * from "./storybook.js";
5
5
 
6
6
 
7
7
 
8
+ export {};
8
9
 
9
10
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@workleap/rslib-configs",
3
3
  "author": "Workleap",
4
4
  "description": "Workleap recommended Rslib configurations.",
5
- "version": "1.1.12",
5
+ "version": "1.2.0",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
@@ -28,24 +28,24 @@
28
28
  "CHANGELOG.md"
29
29
  ],
30
30
  "peerDependencies": {
31
- "@rslib/core": "^0.20.3"
31
+ "@rslib/core": "^0.21.4"
32
32
  },
33
33
  "dependencies": {
34
- "@rsbuild/plugin-react": "^1.4.6",
35
- "@rsbuild/plugin-svgr": "^1.3.1"
34
+ "@rsbuild/plugin-react": "^2.0.0",
35
+ "@rsbuild/plugin-svgr": "^2.0.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@eslint/js": "9.39.2",
39
- "@rslib/core": "0.20.3",
40
- "@types/node": "25.5.2",
41
- "@typescript-eslint/parser": "8.58.0",
42
- "@typescript/native-preview": "7.0.0-dev.20260407.1",
39
+ "@rslib/core": "0.21.4",
40
+ "@types/node": "25.7.0",
41
+ "@typescript-eslint/parser": "8.59.3",
42
+ "@typescript/native-preview": "7.0.0-dev.20260512.1",
43
43
  "eslint": "9.39.2",
44
- "typescript": "6.0.2",
45
- "typescript-eslint": "8.58.0",
46
- "vitest": "4.1.3",
47
- "@workleap/eslint-configs": "2.0.2",
48
- "@workleap/typescript-configs": "4.0.0"
44
+ "typescript": "6.0.3",
45
+ "typescript-eslint": "8.59.3",
46
+ "vitest": "4.1.6",
47
+ "@workleap/eslint-configs": "2.0.3",
48
+ "@workleap/typescript-configs": "4.0.1"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "rslib build -c rslib.config.ts",