putout 42.0.15 → 42.0.17

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 (3) hide show
  1. package/ChangeLog +20 -1
  2. package/package.json +2 -2
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,8 +1,27 @@
1
+ 2026.02.24, v42.0.17
2
+
3
+ feature:
4
+ - 73a675d9f putout: actions: set node version to v25.6.1 (bcoe/c8#581)
5
+ - 734a2500e @putout/plugin-esm: convert-const-to-import: add
6
+
7
+ 2026.02.24, v42.0.16
8
+
9
+ feature:
10
+ - 1c0c4e170 putout: @putout/plugin-variables v2.0.0
11
+ - 1a7a9c15b @putout/plugin-variables: drop support of 🐊 < 42
12
+ - 3471d4784 @putout/plugin-variables: extract-keyword: from: exclude
13
+ - d292d4b6c @putout/operate: replaceWith: no path
14
+ - 7bca3f894 @putout/plugin-putout: apply-name-to-is-identifier: MemberExpression
15
+ - 1032fb2cb @putout/processor-toml: oxfmt v0.35.0
16
+ - 426a6cdd3 @putout/operator-watermark: add
17
+ - dd963edce putout: @putout/plugin-remove-useless-delete v3.0.0
18
+ - 789cb490d @putout/plugin-remove-useless-delete: drop support of 🐊 < 42
19
+
1
20
  2026.02.23, v42.0.15
2
21
 
3
22
  feature:
4
23
  - 7ebf44893 putout: @putout/plugin-remove-useless-delete v3.0.0
5
- - 796ed9121 @putout/plugin-remove-useless-delete: drop support of 🐊 < 42
24
+ - 796ed9121 @putout/plugin-remove-useless-delete: drop support of 🐊 < 42
6
25
  - 62e6d64b5 @putout/plugin-remove-useless-delete: OptionalMemberExpression: exclude
7
26
 
8
27
  2026.02.23, v42.0.14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.15",
3
+ "version": "42.0.17",
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",
@@ -172,7 +172,7 @@
172
172
  "@putout/plugin-try-catch": "^7.0.0",
173
173
  "@putout/plugin-types": "^10.0.0",
174
174
  "@putout/plugin-typescript": "^13.0.0",
175
- "@putout/plugin-variables": "^1.0.0",
175
+ "@putout/plugin-variables": "^2.0.0",
176
176
  "@putout/plugin-webpack": "^4.0.0",
177
177
  "@putout/processor-css": "^12.0.0",
178
178
  "@putout/processor-filesystem": "^8.0.0",
package/putout.json CHANGED
@@ -98,7 +98,7 @@
98
98
  "versions": [
99
99
  "22.x",
100
100
  "24.x",
101
- "25.x"
101
+ "25.6.1"
102
102
  ]
103
103
  }],
104
104
  "remove-useless-escape": "off"