putout 40.1.5 → 40.1.7

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 +12 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2025.05.14, v40.1.7
2
+
3
+ feature:
4
+ - 0ada7a2a9 putout: @putout/plugin-remove-nested-blocks v9.0.0
5
+ - da18bb28e @putout/plugin-remove-nested-blocks: migrate to ESM
6
+
7
+ 2025.05.13, v40.1.6
8
+
9
+ feature:
10
+ - be5610bf5 putout: @putout/plugin-remove-useless-escape v8.0.0
11
+ - d77e9fff5 @putout/plugin-remove-useless-escape: migrate to ESM
12
+
1
13
  2025.05.12, v40.1.5
2
14
 
3
15
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.1.5",
3
+ "version": "40.1.7",
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",
@@ -149,7 +149,7 @@
149
149
  "@putout/plugin-remove-duplicate-keys": "^7.0.0",
150
150
  "@putout/plugin-remove-empty": "^14.0.0",
151
151
  "@putout/plugin-remove-iife": "^4.0.0",
152
- "@putout/plugin-remove-nested-blocks": "^8.0.0",
152
+ "@putout/plugin-remove-nested-blocks": "^9.0.0",
153
153
  "@putout/plugin-remove-unreachable-code": "^2.0.0",
154
154
  "@putout/plugin-remove-unreferenced-variables": "^5.0.0",
155
155
  "@putout/plugin-remove-unused-expressions": "^11.0.0",
@@ -165,7 +165,7 @@
165
165
  "@putout/plugin-remove-useless-constructor": "^2.0.0",
166
166
  "@putout/plugin-remove-useless-continue": "^2.0.0",
167
167
  "@putout/plugin-remove-useless-delete": "^1.0.1",
168
- "@putout/plugin-remove-useless-escape": "^7.0.0",
168
+ "@putout/plugin-remove-useless-escape": "^8.0.0",
169
169
  "@putout/plugin-remove-useless-functions": "^5.0.0",
170
170
  "@putout/plugin-remove-useless-map": "^2.0.0",
171
171
  "@putout/plugin-remove-useless-operand": "^3.0.0",