madrun 10.2.5 → 11.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 +15 -0
  2. package/package.json +6 -6
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2025.04.08, v11.0.1
2
+
3
+ feature:
4
+ - e92303e madrun: supertape v11.1.0
5
+ - 1cb5268 madrun: putout v40.0.0
6
+ - 554dae8 madrun: eslint-plugin-putout v26.0.2
7
+
8
+ 2025.03.21, v11.0.0
9
+
10
+ feature:
11
+ - 7cf0285 madrun: putout v39.0.0
12
+ - 4badf94 madrun: drop support of node < 20
13
+ - 5a33496 madrun: eslint-plugin-putout v25.1.2
14
+ - 214942a madrun: jessy v4.1.0
15
+
1
16
  2025.02.12, v10.2.5
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madrun",
3
- "version": "10.2.5",
3
+ "version": "11.0.1",
4
4
  "description": "CLI tool to run multiple npm-scripts in a madly comfortable way",
5
5
  "main": "lib/madrun.js",
6
6
  "type": "commonjs",
@@ -49,18 +49,18 @@
49
49
  "homepage": "https://github.com/coderaiser/madrun",
50
50
  "license": "MIT",
51
51
  "engines": {
52
- "node": ">=18"
52
+ "node": ">=20"
53
53
  },
54
54
  "dependencies": {
55
55
  "@putout/formatter-dump": "^5.0.0",
56
56
  "all-object-keys": "^3.0.0",
57
57
  "enquirer": "^2.3.6",
58
58
  "find-up": "^7.0.0",
59
- "jessy": "^3.0.0",
59
+ "jessy": "^4.1.0",
60
60
  "mapsome": "^1.0.0",
61
61
  "montag": "^1.0.0",
62
62
  "once": "^1.4.0",
63
- "putout": "^38.0.0",
63
+ "putout": "^40.0.0",
64
64
  "try-catch": "^3.0.0",
65
65
  "try-to-catch": "^3.0.0",
66
66
  "yargs-parser": "^21.0.0"
@@ -70,12 +70,12 @@
70
70
  "c8": "^10.1.2",
71
71
  "escover": "^4.0.0",
72
72
  "eslint": "^9.7.0",
73
- "eslint-plugin-putout": "^24.0.0",
73
+ "eslint-plugin-putout": "^26.0.2",
74
74
  "mock-import": "^4.0.2",
75
75
  "mock-require": "^3.0.3",
76
76
  "nodemon": "^3.0.1",
77
77
  "runsome": "^1.0.0",
78
- "supertape": "^10.0.0"
78
+ "supertape": "^11.1.0"
79
79
  },
80
80
  "publishConfig": {
81
81
  "access": "public"