@workleap/tsup-configs 3.0.7 → 3.0.8
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 +18 -12
- package/README.md +2 -2
- package/package.json +11 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,73 +1,79 @@
|
|
|
1
1
|
# @workleap/tsup-configs
|
|
2
2
|
|
|
3
|
+
## 3.0.8
|
|
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
|
## 3.0.7
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- [#230](https://github.com/
|
|
13
|
+
- [#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.
|
|
8
14
|
|
|
9
15
|
## 3.0.6
|
|
10
16
|
|
|
11
17
|
### Patch Changes
|
|
12
18
|
|
|
13
|
-
- [#199](https://github.com/
|
|
19
|
+
- [#199](https://github.com/workleap/wl-web-configs/pull/199) [`7805dbe`](https://github.com/workleap/wl-web-configs/commit/7805dbe75532e16797bc62ccccc7e0c4e8be66b1) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Add an export for the tsup configs default entry paths.
|
|
14
20
|
|
|
15
21
|
## 3.0.5
|
|
16
22
|
|
|
17
23
|
### Patch Changes
|
|
18
24
|
|
|
19
|
-
- [#197](https://github.com/
|
|
25
|
+
- [#197](https://github.com/workleap/wl-web-configs/pull/197) [`d8b3d36`](https://github.com/workleap/wl-web-configs/commit/d8b3d36ab87dfd1e6be06186d03ed3427f4c64e0) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Exclusing css files from the entry option as they should import from tsx files.
|
|
20
26
|
|
|
21
27
|
## 3.0.4
|
|
22
28
|
|
|
23
29
|
### Patch Changes
|
|
24
30
|
|
|
25
|
-
- [#181](https://github.com/
|
|
31
|
+
- [#181](https://github.com/workleap/wl-web-configs/pull/181) [`9a31cfc`](https://github.com/workleap/wl-web-configs/commit/9a31cfc6cc68455551c5b1b040843e8a7f83d6c9) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Excluding tests files and stories files from TSUP bundles.
|
|
26
32
|
|
|
27
33
|
## 3.0.3
|
|
28
34
|
|
|
29
35
|
### Patch Changes
|
|
30
36
|
|
|
31
|
-
- [#179](https://github.com/
|
|
37
|
+
- [#179](https://github.com/workleap/wl-web-configs/pull/179) [`61d3721`](https://github.com/workleap/wl-web-configs/commit/61d37216198083ba78cd4b1480e38c8d772a6119) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
|
|
32
38
|
|
|
33
39
|
## 3.0.2
|
|
34
40
|
|
|
35
41
|
### Patch Changes
|
|
36
42
|
|
|
37
|
-
- [#177](https://github.com/
|
|
43
|
+
- [#177](https://github.com/workleap/wl-web-configs/pull/177) [`8936ce6`](https://github.com/workleap/wl-web-configs/commit/8936ce677cad205caba2f13a71f5c9208f1dd5e6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages dependencies.
|
|
38
44
|
|
|
39
45
|
## 3.0.1
|
|
40
46
|
|
|
41
47
|
### Patch Changes
|
|
42
48
|
|
|
43
|
-
- [#143](https://github.com/
|
|
49
|
+
- [#143](https://github.com/workleap/wl-web-configs/pull/143) [`334088f`](https://github.com/workleap/wl-web-configs/commit/334088fac63aad6cc245ee3300da076e5c201287) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated to SWC 1.3.85
|
|
44
50
|
|
|
45
51
|
## 3.0.0
|
|
46
52
|
|
|
47
53
|
### Major Changes
|
|
48
54
|
|
|
49
|
-
- [#98](https://github.com/
|
|
55
|
+
- [#98](https://github.com/workleap/wl-web-configs/pull/98) [`56ca32e`](https://github.com/workleap/wl-web-configs/commit/56ca32ee3194c51210aacc5189f3ebbec5a4a7b6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - New start, every package has a major version bump
|
|
50
56
|
|
|
51
57
|
## 2.0.1
|
|
52
58
|
|
|
53
59
|
### Patch Changes
|
|
54
60
|
|
|
55
|
-
- [#92](https://github.com/
|
|
61
|
+
- [#92](https://github.com/workleap/wl-web-configs/pull/92) [`66e8f10`](https://github.com/workleap/wl-web-configs/commit/66e8f1033a987523c65fe9e61f53dac6d2e38777) Thanks [@ofrogon](https://github.com/ofrogon)! - Migrate project from GitHub organization
|
|
56
62
|
|
|
57
63
|
## 2.0.0
|
|
58
64
|
|
|
59
65
|
### Major Changes
|
|
60
66
|
|
|
61
|
-
- [#85](https://github.com/
|
|
67
|
+
- [#85](https://github.com/workleap/wl-web-configs/pull/85) [`bad2df7`](https://github.com/workleap/wl-web-configs/commit/bad2df75593fb70d431d73bdced653b157c50caa) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated TSUP configuration and added a new SWC config package
|
|
62
68
|
|
|
63
69
|
## 1.0.1
|
|
64
70
|
|
|
65
71
|
### Patch Changes
|
|
66
72
|
|
|
67
|
-
- [#74](https://github.com/
|
|
73
|
+
- [#74](https://github.com/workleap/wl-web-configs/pull/74) [`43c9eb1`](https://github.com/workleap/wl-web-configs/commit/43c9eb11e61896855666c44beb0e711c82a560a3) Thanks [@alexasselin008](https://github.com/alexasselin008)! - Updated installation documentation
|
|
68
74
|
|
|
69
75
|
## 1.0.0
|
|
70
76
|
|
|
71
77
|
### Major Changes
|
|
72
78
|
|
|
73
|
-
- [#55](https://github.com/
|
|
79
|
+
- [#55](https://github.com/workleap/wl-web-configs/pull/55) [`228dc8c`](https://github.com/workleap/wl-web-configs/commit/228dc8cf3a0b3bc82e7c5380c876284583158599) Thanks [@alexasselin008](https://github.com/alexasselin008)! - Initial release
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## Usage
|
|
7
7
|
|
|
8
|
-
View the [user's documentation](https://
|
|
8
|
+
View the [user's documentation](https://workleap.github.io/wl-web-configs/).
|
|
9
9
|
|
|
10
10
|
## 🤝 Contributing
|
|
11
11
|
|
|
@@ -13,5 +13,5 @@ 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/
|
|
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.
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"name": "@workleap/tsup-configs",
|
|
3
3
|
"author": "Workleap",
|
|
4
4
|
"description": "Workleap's recommended tsup configurations.",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.8",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/
|
|
9
|
+
"url": "git+https://github.com/workleap/wl-web-configs.git",
|
|
10
10
|
"directory": "packages/tsup-configs"
|
|
11
11
|
},
|
|
12
12
|
"type": "module",
|
|
@@ -32,25 +32,20 @@
|
|
|
32
32
|
"typescript": "*"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@rsbuild/core": "1.
|
|
36
|
-
"@rslib/core": "0.
|
|
37
|
-
"@
|
|
38
|
-
"@swc/jest": "0.2.37",
|
|
39
|
-
"@types/jest": "29.5.14",
|
|
40
|
-
"@typescript-eslint/parser": "8.20.0",
|
|
35
|
+
"@rsbuild/core": "1.2.19",
|
|
36
|
+
"@rslib/core": "0.5.4",
|
|
37
|
+
"@typescript-eslint/parser": "8.26.1",
|
|
41
38
|
"eslint": "8.57.0",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"@workleap/
|
|
46
|
-
"@workleap/
|
|
47
|
-
"@workleap/typescript-configs": "3.0.2",
|
|
48
|
-
"@workleap/swc-configs": "2.2.4"
|
|
39
|
+
"typescript": "5.8.2",
|
|
40
|
+
"vitest": "3.0.9",
|
|
41
|
+
"@workleap/eslint-plugin": "3.3.1",
|
|
42
|
+
"@workleap/rslib-configs": "1.0.3",
|
|
43
|
+
"@workleap/typescript-configs": "3.0.2"
|
|
49
44
|
},
|
|
50
45
|
"scripts": {
|
|
51
46
|
"build": "rslib build -c rslib.config.ts",
|
|
52
47
|
"eslint": "eslint . --max-warnings=-0 --cache --cache-location node_modules/.cache/eslint",
|
|
53
48
|
"typecheck": "tsc",
|
|
54
|
-
"test": "
|
|
49
|
+
"test": "vitest --config vitest.config.ts --no-watch"
|
|
55
50
|
}
|
|
56
51
|
}
|