@putout/bundler 2.0.0 → 3.0.1

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 (2) hide show
  1. package/ChangeLog +26 -0
  2. package/package.json +13 -13
package/ChangeLog CHANGED
@@ -1,3 +1,29 @@
1
+ 2025.12.04, v3.0.1
2
+
3
+ feature:
4
+ - a295a57 @putout/bundler: putout v41.0.0
5
+ - 640f468 @putout/bundler: ora v9.0.0
6
+ - 0252347 @putout/bundler: eslint-plugin-putout v29.0.2
7
+ - 328b6db @putout/bundler: @putout/test v14.1.0
8
+ - a60b298 @putout/bundler: @putout/plugin-nodejs v17.7.1
9
+ - a334414 @putout/bundler: @putout/plugin-filesystem v12.0.0
10
+ - 6f6d5a1 @putout/bundler: @putout/operator-filesystem v10.0.0
11
+ - 3ee8a33 @putout/bundler: @putout/engine-runner v26.0.2
12
+ - 01e3be5 @putout/bundler: @putout/cli-choose v3.0.0
13
+
14
+ 2025.06.02, v3.0.0
15
+
16
+ feature:
17
+ - 2cdd870 @putout/bundler: putout v40.3.0
18
+ - 9383e65 @putout/bundler: estree-to-babel v11.0.3
19
+ - 2b4793d @putout/bundler: eslint-plugin-putout v27.1.0
20
+ - 162d7f6 @putout/bundler: @putout/processor-filesystem v7.0.1
21
+ - 3eb81ec @putout/bundler: @putout/plugin-nodejs v16.4.0
22
+ - f2eed36 @putout/bundler: @putout/plugin-filesystem v11.0.1
23
+ - d4d3467 @putout/bundler: @putout/operator-filesystem v9.0.1
24
+ - e9e899d @putout/bundler: @putout/engine-runner v25.0.3
25
+ - 64dae36 @putout/bundler: drop support of node < 20
26
+
1
27
  2025.03.25, v2.0.0
2
28
 
3
29
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/bundler",
3
- "version": "2.0.0",
3
+ "version": "3.0.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",
@@ -27,20 +27,20 @@
27
27
  "report": "madrun report"
28
28
  },
29
29
  "dependencies": {
30
- "@putout/cli-choose": "^2.0.0",
30
+ "@putout/cli-choose": "^3.0.0",
31
31
  "@putout/cli-filesystem": "^2.0.1",
32
- "@putout/engine-runner": "^24.0.2",
33
- "@putout/operator-filesystem": "^7.0.0",
32
+ "@putout/engine-runner": "^26.0.2",
33
+ "@putout/operator-filesystem": "^10.0.0",
34
34
  "@putout/operator-json": "^2.0.0",
35
- "@putout/plugin-filesystem": "^9.0.0",
36
- "@putout/plugin-nodejs": "^15.2.0",
37
- "@putout/processor-filesystem": "^6.0.0",
35
+ "@putout/plugin-filesystem": "^12.0.0",
36
+ "@putout/plugin-nodejs": "^17.7.1",
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
- "ora": "^8.0.1",
43
- "putout": "^39.0.13",
42
+ "ora": "^9.0.0",
43
+ "putout": "^41.0.0",
44
44
  "strip-ansi": "^7.1.0",
45
45
  "try-to-catch": "^3.0.1"
46
46
  },
@@ -54,11 +54,11 @@
54
54
  "generate"
55
55
  ],
56
56
  "devDependencies": {
57
- "@putout/test": "^13.0.0",
57
+ "@putout/test": "^14.1.0",
58
58
  "c8": "^10.1.3",
59
59
  "eslint": "^9.0.0",
60
- "eslint-plugin-putout": "^26.1.0",
61
- "estree-to-babel": "^10.5.0",
60
+ "eslint-plugin-putout": "^29.0.2",
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": ">=18"
71
+ "node": ">=20"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public"