madrun 11.0.1 → 11.0.2

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 +6 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2025.05.29, v11.0.2
2
+
3
+ feature:
4
+ - 58273eb madrun: eslint-plugin-putout v27.0.0
5
+ - 1166149 madrun: yargs-parser v22.0.0
6
+
1
7
  2025.04.08, v11.0.1
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madrun",
3
- "version": "11.0.1",
3
+ "version": "11.0.2",
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",
@@ -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
69
  "@putout/formatter-json": "^2.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": "^27.0.0",
74
74
  "mock-import": "^4.0.2",
75
75
  "mock-require": "^3.0.3",
76
76
  "nodemon": "^3.0.1",