putout 39.0.14 → 39.1.0

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 +13 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2025.03.26, v39.1.0
2
+
3
+ fix:
4
+ - 78591b068 @putout/plugin-filesystem: convert to ESM
5
+
6
+ feature:
7
+ - f639fc14e putout: @putout/cli-ruler v4.0.0
8
+ - a73365e22 @putout/cli-ruler: drop support of node < 20
9
+ - 526801988 @putout/cli-ruler: move out stringify
10
+ - 581eee976 @putout/plugin-putout: add-index-to-import: cjs
11
+ - 419b65277 @putout/plugin-filesystem: rename-test-to-spec: simplify
12
+ - 8da42e75b @putout/plugin-vitest: drop support of 🐊 < 39
13
+
1
14
  2025.03.25, v39.0.14
2
15
 
3
16
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.14",
3
+ "version": "39.1.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -57,7 +57,7 @@
57
57
  "@putout/cli-keypress": "^2.0.0",
58
58
  "@putout/cli-match": "^2.0.0",
59
59
  "@putout/cli-process-file": "^2.0.0",
60
- "@putout/cli-ruler": "^3.0.0",
60
+ "@putout/cli-ruler": "^4.0.0",
61
61
  "@putout/cli-staged": "^1.0.0",
62
62
  "@putout/cli-validate-args": "^2.0.0",
63
63
  "@putout/compare": "^17.0.0",