@putout/bundler 2.0.0 → 3.0.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 +13 -0
- package/package.json +10 -10
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2025.06.02, v3.0.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 2cdd870 @putout/bundler: putout v40.3.0
|
|
5
|
+
- 9383e65 @putout/bundler: estree-to-babel v11.0.3
|
|
6
|
+
- 2b4793d @putout/bundler: eslint-plugin-putout v27.1.0
|
|
7
|
+
- 162d7f6 @putout/bundler: @putout/processor-filesystem v7.0.1
|
|
8
|
+
- 3eb81ec @putout/bundler: @putout/plugin-nodejs v16.4.0
|
|
9
|
+
- f2eed36 @putout/bundler: @putout/plugin-filesystem v11.0.1
|
|
10
|
+
- d4d3467 @putout/bundler: @putout/operator-filesystem v9.0.1
|
|
11
|
+
- e9e899d @putout/bundler: @putout/engine-runner v25.0.3
|
|
12
|
+
- 64dae36 @putout/bundler: drop support of node < 20
|
|
13
|
+
|
|
1
14
|
2025.03.25, v2.0.0
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@putout/bundler",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "Lint Filesystem with 🐊Putout",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@putout/cli-choose": "^2.0.0",
|
|
31
31
|
"@putout/cli-filesystem": "^2.0.1",
|
|
32
|
-
"@putout/engine-runner": "^
|
|
33
|
-
"@putout/operator-filesystem": "^
|
|
32
|
+
"@putout/engine-runner": "^25.0.3",
|
|
33
|
+
"@putout/operator-filesystem": "^9.0.1",
|
|
34
34
|
"@putout/operator-json": "^2.0.0",
|
|
35
|
-
"@putout/plugin-filesystem": "^
|
|
36
|
-
"@putout/plugin-nodejs": "^
|
|
37
|
-
"@putout/processor-filesystem": "^
|
|
35
|
+
"@putout/plugin-filesystem": "^11.0.1",
|
|
36
|
+
"@putout/plugin-nodejs": "^16.4.0",
|
|
37
|
+
"@putout/processor-filesystem": "^7.0.1",
|
|
38
38
|
"chalk": "^5.3.0",
|
|
39
39
|
"enquirer": "^2.4.1",
|
|
40
40
|
"fullstore": "^3.0.0",
|
|
41
41
|
"ignore": "^7.0.3",
|
|
42
42
|
"ora": "^8.0.1",
|
|
43
|
-
"putout": "^
|
|
43
|
+
"putout": "^40.3.0",
|
|
44
44
|
"strip-ansi": "^7.1.0",
|
|
45
45
|
"try-to-catch": "^3.0.1"
|
|
46
46
|
},
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"@putout/test": "^13.0.0",
|
|
58
58
|
"c8": "^10.1.3",
|
|
59
59
|
"eslint": "^9.0.0",
|
|
60
|
-
"eslint-plugin-putout": "^
|
|
61
|
-
"estree-to-babel": "^
|
|
60
|
+
"eslint-plugin-putout": "^27.1.0",
|
|
61
|
+
"estree-to-babel": "^11.0.3",
|
|
62
62
|
"just-kebab-case": "^4.2.0",
|
|
63
63
|
"madrun": "^11.0.0",
|
|
64
64
|
"montag": "^1.0.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"license": "MIT",
|
|
70
70
|
"engines": {
|
|
71
|
-
"node": ">=
|
|
71
|
+
"node": ">=20"
|
|
72
72
|
},
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|