putout 40.2.5 → 40.2.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 +19 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,22 @@
1
+ 2025.05.30, v40.2.7
2
+
3
+ feature:
4
+ - eb80a0fa0 putout: @putout/plugin-remove-iife v5.0.0
5
+ - 875961dcd @putout/plugin-remove-iife: migrate to ESM
6
+ - db728bc9d @putout/plugin-tape: add-t-end: assign
7
+ - c94e8788c @putout/plugin-declare-before-reference: no loc
8
+ - 990085acd @putout/plugin-putout: convert-node-to-path-in-get-template-values: exclude getPrevSibling
9
+
10
+ 2025.05.29, v40.2.6
11
+
12
+ feature:
13
+ - 1798c9f63 putout: @putout/plugin-promises v18.0.0
14
+ - d29e9838b @putout/plugin-promises: drop support of 🐊 < 40
15
+ - 972db92fe @putout/plugin-promises: apply-top-level-await: get rid of fullstore
16
+ - 79ee8d323 @putout/plugin-esm: remove-useless-export-specifier: exclude declare
17
+ - e0e8bcecc @putout/plugin-esm: remove-useless-export-specifier: exclude namespace
18
+ - 0a18cadd7 @putout/plugin-esm: remove-useless-export-specifier: exclude source
19
+
1
20
  2025.05.28, v40.2.5
2
21
 
3
22
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.2.5",
3
+ "version": "40.2.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",
@@ -138,7 +138,7 @@
138
138
  "@putout/plugin-optional-chaining": "^2.0.0",
139
139
  "@putout/plugin-package-json": "^9.0.0",
140
140
  "@putout/plugin-parens": "^3.0.0",
141
- "@putout/plugin-promises": "^17.0.0",
141
+ "@putout/plugin-promises": "^18.0.0",
142
142
  "@putout/plugin-putout": "^25.0.0",
143
143
  "@putout/plugin-putout-config": "^10.0.0",
144
144
  "@putout/plugin-regexp": "^11.0.0",
@@ -148,7 +148,7 @@
148
148
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
149
149
  "@putout/plugin-remove-duplicate-keys": "^8.0.0",
150
150
  "@putout/plugin-remove-empty": "^14.0.0",
151
- "@putout/plugin-remove-iife": "^4.0.0",
151
+ "@putout/plugin-remove-iife": "^5.0.0",
152
152
  "@putout/plugin-remove-nested-blocks": "^9.0.0",
153
153
  "@putout/plugin-remove-unreachable-code": "^3.0.0",
154
154
  "@putout/plugin-remove-unreferenced-variables": "^6.0.0",