madrun 11.0.1 → 11.0.3

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 +14 -0
  2. package/package.json +6 -6
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2025.09.18, v11.0.3
2
+
3
+ feature:
4
+ - ba85ba5 madrun: find-up v8.0.0
5
+ - 90d97b9 madrun: @putout/formatter-json v3.0.0
6
+ - 32e32e1 madrun: @putout/formatter-dump v6.1.0
7
+ - 4e8a2ae madrun: eslint-plugin-putout v28.0.0
8
+
9
+ 2025.05.29, v11.0.2
10
+
11
+ feature:
12
+ - 58273eb madrun: eslint-plugin-putout v27.0.0
13
+ - 1166149 madrun: yargs-parser v22.0.0
14
+
1
15
  2025.04.08, v11.0.1
2
16
 
3
17
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madrun",
3
- "version": "11.0.1",
3
+ "version": "11.0.3",
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",
@@ -52,10 +52,10 @@
52
52
  "node": ">=20"
53
53
  },
54
54
  "dependencies": {
55
- "@putout/formatter-dump": "^5.0.0",
55
+ "@putout/formatter-dump": "^6.1.0",
56
56
  "all-object-keys": "^3.0.0",
57
57
  "enquirer": "^2.3.6",
58
- "find-up": "^7.0.0",
58
+ "find-up": "^8.0.0",
59
59
  "jessy": "^4.1.0",
60
60
  "mapsome": "^1.0.0",
61
61
  "montag": "^1.0.0",
@@ -63,14 +63,14 @@
63
63
  "putout": "^40.0.0",
64
64
  "try-catch": "^3.0.0",
65
65
  "try-to-catch": "^3.0.0",
66
- "yargs-parser": "^21.0.0"
66
+ "yargs-parser": "^22.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@putout/formatter-json": "^2.0.0",
69
+ "@putout/formatter-json": "^3.0.0",
70
70
  "c8": "^10.1.2",
71
71
  "escover": "^4.0.0",
72
72
  "eslint": "^9.7.0",
73
- "eslint-plugin-putout": "^26.0.2",
73
+ "eslint-plugin-putout": "^28.0.0",
74
74
  "mock-import": "^4.0.2",
75
75
  "mock-require": "^3.0.3",
76
76
  "nodemon": "^3.0.1",