@workleap/tsup-configs 3.0.9 → 3.0.11
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 +12 -0
- package/dist/applyTransformers.js +1 -1
- package/dist/build.js +1 -1
- package/dist/dev.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @workleap/tsup-configs
|
|
2
2
|
|
|
3
|
+
## 3.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#265](https://github.com/workleap/wl-web-configs/pull/265) [`de41d48`](https://github.com/workleap/wl-web-configs/commit/de41d48452860a28ab15fa8537c0df33edc4133a) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Bumped peer dependencies.
|
|
8
|
+
|
|
9
|
+
## 3.0.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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.
|
|
14
|
+
|
|
3
15
|
## 3.0.9
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
;// CONCATENATED MODULE: ./src/applyTransformers.ts
|
|
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
|
}
|
package/dist/build.js
CHANGED
|
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__applyTransformers_js_2d4fcf6d__ from "./a
|
|
|
2
2
|
|
|
3
3
|
;// CONCATENATED MODULE: external "./applyTransformers.js"
|
|
4
4
|
|
|
5
|
-
;// CONCATENATED MODULE: ./src/build.ts
|
|
5
|
+
;// CONCATENATED MODULE: ./src/build.ts
|
|
6
6
|
|
|
7
7
|
const TsupBuildEntryPaths = [
|
|
8
8
|
"./src",
|
package/dist/dev.js
CHANGED
|
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__applyTransformers_js_2d4fcf6d__ from "./a
|
|
|
2
2
|
|
|
3
3
|
;// CONCATENATED MODULE: external "./applyTransformers.js"
|
|
4
4
|
|
|
5
|
-
;// CONCATENATED MODULE: ./src/dev.ts
|
|
5
|
+
;// CONCATENATED MODULE: ./src/dev.ts
|
|
6
6
|
|
|
7
7
|
const TsupDevEntryPaths = [
|
|
8
8
|
"./src",
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.11",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"README.md"
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"tsup": "^8.
|
|
32
|
-
"typescript": "^5.
|
|
31
|
+
"tsup": "^8.5.0",
|
|
32
|
+
"typescript": "^5.8.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@rsbuild/core": "1.3.
|
|
36
|
-
"@rslib/core": "0.
|
|
37
|
-
"@typescript-eslint/parser": "8.
|
|
35
|
+
"@rsbuild/core": "1.3.21",
|
|
36
|
+
"@rslib/core": "0.8.0",
|
|
37
|
+
"@typescript-eslint/parser": "8.32.1",
|
|
38
38
|
"eslint": "8.57.0",
|
|
39
|
-
"typescript": "5.8.
|
|
40
|
-
"vitest": "3.1.
|
|
41
|
-
"@workleap/eslint-plugin": "3.
|
|
42
|
-
"@workleap/rslib-configs": "1.0.
|
|
43
|
-
"@workleap/typescript-configs": "3.0.
|
|
39
|
+
"typescript": "5.8.3",
|
|
40
|
+
"vitest": "3.1.4",
|
|
41
|
+
"@workleap/eslint-plugin": "3.4.2",
|
|
42
|
+
"@workleap/rslib-configs": "1.0.6",
|
|
43
|
+
"@workleap/typescript-configs": "3.0.4"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "rslib build -c rslib.config.ts",
|