@workleap/rslib-configs 1.0.4 → 1.0.5

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.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#263](https://github.com/workleap/wl-web-configs/pull/263) [`4a3a5dc`](https://github.com/workleap/wl-web-configs/commit/4a3a5dc47cf8eb129b9c220b6cbaa865567aa8b7) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
8
+
3
9
  ## 1.0.4
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
 
2
- ;// CONCATENATED MODULE: ./src/applyTransformers.ts?__rslib_entry__
2
+ ;// CONCATENATED MODULE: ./src/applyTransformers.ts
3
3
  function applyTransformers(config, transformers, context) {
4
4
  return transformers.reduce((acc, transformer)=>transformer(acc, context), config);
5
5
  }
@@ -1,5 +1,5 @@
1
1
 
2
- ;// CONCATENATED MODULE: ./src/assertions.ts?__rslib_entry__
2
+ ;// CONCATENATED MODULE: ./src/assertions.ts
3
3
  // Using "unknown" loses the typings.
4
4
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
5
5
  function isFunction(value) {
package/dist/build.js CHANGED
@@ -14,7 +14,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__assertions_js_8ee55c0f__ from "./assertio
14
14
 
15
15
  ;// CONCATENATED MODULE: external "./assertions.js"
16
16
 
17
- ;// CONCATENATED MODULE: ./src/build.ts?__rslib_entry__
17
+ ;// CONCATENATED MODULE: ./src/build.ts
18
18
 
19
19
 
20
20
 
package/dist/dev.js CHANGED
@@ -14,7 +14,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__assertions_js_8ee55c0f__ from "./assertio
14
14
 
15
15
  ;// CONCATENATED MODULE: external "./assertions.js"
16
16
 
17
- ;// CONCATENATED MODULE: ./src/dev.ts?__rslib_entry__
17
+ ;// CONCATENATED MODULE: ./src/dev.ts
18
18
 
19
19
 
20
20
 
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ export * from "./build.js";
2
2
  export * from "./dev.js";
3
3
  export * from "./storybook.js";
4
4
 
5
- ;// CONCATENATED MODULE: ./src/index.ts?__rslib_entry__
5
+ ;// CONCATENATED MODULE: ./src/index.ts
6
6
 
7
7
 
8
8
 
package/dist/storybook.js CHANGED
@@ -11,7 +11,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__applyTransformers_js_2d4fcf6d__ from "./a
11
11
 
12
12
  ;// CONCATENATED MODULE: external "./applyTransformers.js"
13
13
 
14
- ;// CONCATENATED MODULE: ./src/storybook.ts?__rslib_entry__
14
+ ;// CONCATENATED MODULE: ./src/storybook.ts
15
15
 
16
16
 
17
17
 
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.0.4",
5
+ "version": "1.0.5",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
@@ -32,18 +32,18 @@
32
32
  "@rslib/core": "^0.6.1"
33
33
  },
34
34
  "dependencies": {
35
- "@rsbuild/plugin-react": "^1.1.1",
36
- "@rsbuild/plugin-svgr": "^1.0.7"
35
+ "@rsbuild/plugin-react": "^1.3.1",
36
+ "@rsbuild/plugin-svgr": "^1.2.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@rsbuild/core": "1.3.1",
40
- "@rslib/core": "0.6.1",
41
- "@types/node": "22.13.14",
42
- "@typescript-eslint/parser": "8.29.0",
39
+ "@rsbuild/core": "1.3.21",
40
+ "@rslib/core": "0.8.0",
41
+ "@types/node": "22.15.21",
42
+ "@typescript-eslint/parser": "8.32.1",
43
43
  "eslint": "8.57.0",
44
- "typescript": "5.8.2",
45
- "vitest": "3.1.1",
46
- "@workleap/eslint-plugin": "3.3.2",
44
+ "typescript": "5.8.3",
45
+ "vitest": "3.1.4",
46
+ "@workleap/eslint-plugin": "3.4.1",
47
47
  "@workleap/typescript-configs": "3.0.3"
48
48
  },
49
49
  "scripts": {