putout 40.2.3 → 40.2.4

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 +6 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2025.05.28, v40.2.4
2
+
3
+ feature:
4
+ - 0abe10a74 putout: @putout/plugin-remove-unreachable-code v3.0.0
5
+ - 4a9697e84 @putout/plugin-remove-unreachable-code: migrate to ESM
6
+
1
7
  2025.05.27, v40.2.3
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.2.3",
3
+ "version": "40.2.4",
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",
@@ -150,7 +150,7 @@
150
150
  "@putout/plugin-remove-empty": "^14.0.0",
151
151
  "@putout/plugin-remove-iife": "^4.0.0",
152
152
  "@putout/plugin-remove-nested-blocks": "^9.0.0",
153
- "@putout/plugin-remove-unreachable-code": "^2.0.0",
153
+ "@putout/plugin-remove-unreachable-code": "^3.0.0",
154
154
  "@putout/plugin-remove-unreferenced-variables": "^6.0.0",
155
155
  "@putout/plugin-remove-unused-expressions": "^12.0.0",
156
156
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",