putout 42.0.0 → 42.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 +16 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2026.02.17, v42.0.2
2
+
3
+ feature:
4
+ - 0bfbbbb84 putout: @putout/plugin-spread v3.0.0
5
+ - 2017f4068 @putout/plugin-spread: drop support of 🐊 < 42
6
+ - a6d9d2aa9 @putout/plugin-typescript: drop support of 🐊 < 42
7
+ - a5abe1d7a root: redlint v6.0.0
8
+ - f1d47cfff root: madrun v13.0.0
9
+
10
+ 2026.02.16, v42.0.1
11
+
12
+ feature:
13
+ - f91fbe931 putout: @putout/plugin-esm v10.0.0
14
+ - 382bb709d @putout/plugin-esm: drop support of 🐊 < 42
15
+ - e00508d45 @putout/plugin-esm: resolve-imported-file: no extension
16
+
1
17
  2026.02.16, v42.0.0
2
18
 
3
19
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.0",
3
+ "version": "42.0.2",
4
4
  "type": "module",
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",
@@ -114,7 +114,7 @@
114
114
  "@putout/plugin-declare-before-reference": "^9.0.0",
115
115
  "@putout/plugin-destructuring": "^1.0.0",
116
116
  "@putout/plugin-eslint": "^15.0.0",
117
- "@putout/plugin-esm": "^9.0.0",
117
+ "@putout/plugin-esm": "^10.0.0",
118
118
  "@putout/plugin-extract-sequence-expressions": "^4.0.0",
119
119
  "@putout/plugin-filesystem": "^13.0.0",
120
120
  "@putout/plugin-for-of": "^11.0.0",
@@ -165,7 +165,7 @@
165
165
  "@putout/plugin-remove-useless-template-expressions": "^3.0.0",
166
166
  "@putout/plugin-return": "^3.0.0",
167
167
  "@putout/plugin-simplify-ternary": "^9.0.0",
168
- "@putout/plugin-spread": "^2.0.0",
168
+ "@putout/plugin-spread": "^3.0.0",
169
169
  "@putout/plugin-tape": "^20.0.0",
170
170
  "@putout/plugin-try-catch": "^7.0.0",
171
171
  "@putout/plugin-types": "^9.0.0",
@@ -220,7 +220,7 @@
220
220
  "eslint-plugin-n": "^17.0.0",
221
221
  "eslint-plugin-putout": "^31.0.0",
222
222
  "just-camel-case": "^6.2.0",
223
- "madrun": "^12.0.0",
223
+ "madrun": "^13.0.0",
224
224
  "montag": "^1.2.1",
225
225
  "nodemon": "^3.0.1",
226
226
  "supertape": "^12.0.0"