putout 42.0.15 → 42.0.16

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 +14 -1
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,8 +1,21 @@
1
+ 2026.02.24, v42.0.16
2
+
3
+ feature:
4
+ - 1c0c4e170 putout: @putout/plugin-variables v2.0.0
5
+ - 1a7a9c15b @putout/plugin-variables: drop support of 🐊 < 42
6
+ - 3471d4784 @putout/plugin-variables: extract-keyword: from: exclude
7
+ - d292d4b6c @putout/operate: replaceWith: no path
8
+ - 7bca3f894 @putout/plugin-putout: apply-name-to-is-identifier: MemberExpression
9
+ - 1032fb2cb @putout/processor-toml: oxfmt v0.35.0
10
+ - 426a6cdd3 @putout/operator-watermark: add
11
+ - dd963edce putout: @putout/plugin-remove-useless-delete v3.0.0
12
+ - 789cb490d @putout/plugin-remove-useless-delete: drop support of 🐊 < 42
13
+
1
14
  2026.02.23, v42.0.15
2
15
 
3
16
  feature:
4
17
  - 7ebf44893 putout: @putout/plugin-remove-useless-delete v3.0.0
5
- - 796ed9121 @putout/plugin-remove-useless-delete: drop support of 🐊 < 42
18
+ - 796ed9121 @putout/plugin-remove-useless-delete: drop support of 🐊 < 42
6
19
  - 62e6d64b5 @putout/plugin-remove-useless-delete: OptionalMemberExpression: exclude
7
20
 
8
21
  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.16",
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",