putout 40.11.0 → 40.12.0

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 +15 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2025.10.27, v40.12.0
2
+
3
+ feature:
4
+ - a6bdae7aa putout: @putout/plugin-convert-array-copy-to-slice v4.0.0
5
+ - 386ef04d7 @putout/plugin-convert-array-copy-to-slice: drop support of 🐊 < 40
6
+ - 30cec8e4f @putout/plugin-convert-array-copy-to-slice: exclude ternary
7
+ - 2f08e264b @putout/plugin-remove-useless-spread: array: ternary
8
+ - fa9e004ff @putout/plugin-esm: merge-declaration-with-export: exclude: require
9
+ - bf9521819 @putout/plugin-nodejs: group-require-by-id: esm/merge-declaration-with-export: improve support
10
+ - dc8b16b5d @putout/engine-parser: do not produce tokens without a need
11
+ - b19a9ef4d @putout/plugin-github: setup-node: v6
12
+ - beceab4b0 @putout/plugin-github: update-actions: checkout: v5
13
+ - 0eecd1c21 @putout/plugin-github: install-bun: update to v2
14
+ - e9aee85e1 @putout/plugin-github: update-actions: oven-sh/setup-bun
15
+
1
16
  2025.10.17, v40.11.0
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.11.0",
3
+ "version": "40.12.0",
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",
@@ -102,7 +102,7 @@
102
102
  "@putout/plugin-conditions": "^8.0.0",
103
103
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
104
104
  "@putout/plugin-convert-arguments-to-rest": "^4.0.0",
105
- "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
105
+ "@putout/plugin-convert-array-copy-to-slice": "^4.0.0",
106
106
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
107
107
  "@putout/plugin-convert-const-to-let": "^5.0.0",
108
108
  "@putout/plugin-convert-expression-to-params": "^1.0.0",