madrun 11.0.3 → 11.0.4

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 +8 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2025.12.04, v11.0.4
2
+
3
+ feature:
4
+ - 02f4040 madrun: putout v41.0.0
5
+ - 81d902d madrun: mock-import v5.0.0
6
+ - 688655c madrun: eslint-plugin-putout v29.0.2
7
+ - d1ae8c0 madrun: escover v5.0.1
8
+
1
9
  2025.09.18, v11.0.3
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madrun",
3
- "version": "11.0.3",
3
+ "version": "11.0.4",
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",
@@ -60,7 +60,7 @@
60
60
  "mapsome": "^1.0.0",
61
61
  "montag": "^1.0.0",
62
62
  "once": "^1.4.0",
63
- "putout": "^40.0.0",
63
+ "putout": "^41.0.0",
64
64
  "try-catch": "^3.0.0",
65
65
  "try-to-catch": "^3.0.0",
66
66
  "yargs-parser": "^22.0.0"
@@ -68,10 +68,10 @@
68
68
  "devDependencies": {
69
69
  "@putout/formatter-json": "^3.0.0",
70
70
  "c8": "^10.1.2",
71
- "escover": "^4.0.0",
71
+ "escover": "^5.0.1",
72
72
  "eslint": "^9.7.0",
73
- "eslint-plugin-putout": "^28.0.0",
74
- "mock-import": "^4.0.2",
73
+ "eslint-plugin-putout": "^29.0.2",
74
+ "mock-import": "^5.0.0",
75
75
  "mock-require": "^3.0.3",
76
76
  "nodemon": "^3.0.1",
77
77
  "runsome": "^1.0.0",