@workleap/rslib-configs 1.0.2 → 1.0.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 (3) hide show
  1. package/CHANGELOG.md +9 -3
  2. package/README.md +2 -2
  3. package/package.json +12 -16
package/CHANGELOG.md CHANGED
@@ -1,19 +1,25 @@
1
1
  # @workleap/rslib-configs
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#242](https://github.com/workleap/wl-web-configs/pull/242) [`e165cb4`](https://github.com/workleap/wl-web-configs/commit/e165cb447e699e19f06d41532216e36c09d7b945) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
8
+
3
9
  ## 1.0.2
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - [#232](https://github.com/gsoft-inc/wl-web-configs/pull/232) [`803f0ed`](https://github.com/gsoft-inc/wl-web-configs/commit/803f0edef6dc2c0525e1522d209c517e0e119da6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - React and SVGR code transformation are not activated by default anymore for the dev and build configs.
13
+ - [#232](https://github.com/workleap/wl-web-configs/pull/232) [`803f0ed`](https://github.com/workleap/wl-web-configs/commit/803f0edef6dc2c0525e1522d209c517e0e119da6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - React and SVGR code transformation are not activated by default anymore for the dev and build configs.
8
14
 
9
15
  ## 1.0.1
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - [#230](https://github.com/gsoft-inc/wl-web-configs/pull/230) [`0a4279c`](https://github.com/gsoft-inc/wl-web-configs/commit/0a4279c40b7c2ea76c7e1884a8e2fd744ca9b7c1) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Packages now includes the source codes and sourcemap.
19
+ - [#230](https://github.com/workleap/wl-web-configs/pull/230) [`0a4279c`](https://github.com/workleap/wl-web-configs/commit/0a4279c40b7c2ea76c7e1884a8e2fd744ca9b7c1) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Packages now includes the source codes and sourcemap.
14
20
 
15
21
  ## 1.0.0
16
22
 
17
23
  ### Major Changes
18
24
 
19
- - [#228](https://github.com/gsoft-inc/wl-web-configs/pull/228) [`c7837d4`](https://github.com/gsoft-inc/wl-web-configs/commit/c7837d4406c42412a02270e4ff3e0e51157a1ed1) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Initial major release of the Rslib shared configs.
25
+ - [#228](https://github.com/workleap/wl-web-configs/pull/228) [`c7837d4`](https://github.com/workleap/wl-web-configs/commit/c7837d4406c42412a02270e4ff3e0e51157a1ed1) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Initial major release of the Rslib shared configs.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ## Usage
7
7
 
8
- View the [user's documentation](https://gsoft-inc.github.io/wl-web-configs/).
8
+ View the [user's documentation](https://workleap.github.io/wl-web-configs/).
9
9
 
10
10
  ## 🤝 Contributing
11
11
 
@@ -13,4 +13,4 @@ View the [contributor's documentation](../../CONTRIBUTING.md).
13
13
 
14
14
  ## License
15
15
 
16
- Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/workleap-license/blob/master/LICENSE.
16
+ Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/workleap-license/blob/master/LICENSE.
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "name": "@workleap/rslib-configs",
3
3
  "author": "Workleap",
4
4
  "description": "Workleap recommended Rslib configurations.",
5
- "version": "1.0.2",
5
+ "version": "1.0.3",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/gsoft-inc/wl-web-configs.git",
9
+ "url": "git+https://github.com/workleap/wl-web-configs.git",
10
10
  "directory": "packages/rslib-configs"
11
11
  },
12
12
  "type": "module",
@@ -32,28 +32,24 @@
32
32
  "@rslib/core": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@rsbuild/plugin-react": "^1.1.0",
36
- "@rsbuild/plugin-svgr": "^1.0.6"
35
+ "@rsbuild/plugin-react": "^1.1.1",
36
+ "@rsbuild/plugin-svgr": "^1.0.7"
37
37
  },
38
38
  "devDependencies": {
39
- "@rsbuild/core": "1.1.13",
40
- "@rslib/core": "0.3.1",
41
- "@swc/core": "1.10.7",
42
- "@swc/jest": "0.2.37",
43
- "@types/jest": "29.5.14",
44
- "@types/node": "22.10.7",
45
- "@typescript-eslint/parser": "8.20.0",
39
+ "@rsbuild/core": "1.2.19",
40
+ "@rslib/core": "0.5.4",
41
+ "@types/node": "22.13.10",
42
+ "@typescript-eslint/parser": "8.26.1",
46
43
  "eslint": "8.57.0",
47
- "jest": "29.7.0",
48
- "ts-node": "10.9.2",
49
- "typescript": "5.5.4",
50
- "@workleap/eslint-plugin": "3.2.6",
44
+ "typescript": "5.8.2",
45
+ "vitest": "3.0.9",
46
+ "@workleap/eslint-plugin": "3.3.1",
51
47
  "@workleap/typescript-configs": "3.0.2"
52
48
  },
53
49
  "scripts": {
54
50
  "build": "rslib build -c rslib.config.ts",
55
51
  "eslint": "eslint . --max-warnings=-0 --cache --cache-location node_modules/.cache/eslint",
56
52
  "typecheck": "tsc",
57
- "test": "jest"
53
+ "test": "vitest --config vitest.config.ts --no-watch"
58
54
  }
59
55
  }