putout 32.2.0 → 32.2.1

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 +22 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,25 @@
1
+ 2023.10.11, v32.2.1
2
+
3
+ fix:
4
+ - 25ee3c992 @putout/engine-runner: get rid of dynamic load of template, improve compatibility with Bun preload
5
+ - 7f07ce346 @putout/plugin-apply-optional-chaining: report
6
+
7
+ feature:
8
+ - 0e321a667 package: @putout/plugin-remove-useless-spread v9.0.0
9
+ - 45a79362c @putout/plugin-remove-useless-spread: drop support of 🐊 < 32
10
+ - a0caa167a @putout/plugin-putout: declare: getBinding, getBindingPath
11
+ - f4a10e133 @putout/plugin-minify: drop support of 🐊 < 32
12
+ - 88f210f37 @putout/plugin-minify: types: no transform when not declared (coderaiser/minify#114)
13
+ - 0e09eaf01 @putout/compare: phase: ignore
14
+ - 4278dd829 @putout/printer: drop support of 🐊 < 32
15
+ - cb44dab3b @putout/operator-add-args: avoid adding arg when params more then 3
16
+ - 70a7a7058 @putout/eslint: create-plugin: source -> sourceCode
17
+ - 4bdedf52e @putout/plugin-eslint-plugin: drop support of 🐊 < 32
18
+ - 16e1f108c @putout/plugin-eslint-plugin: convert-context-to-source: get more methods
19
+ - ee940f43a package: ts-morph v20.0.0
20
+ - 9a5c045cf package: hermes-parser v0.16.0
21
+ - 6ea289705 @putout/plugin-convert-to-logical: assign: improve
22
+
1
23
  2023.09.27, v32.2.0
2
24
 
3
25
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "32.2.0",
3
+ "version": "32.2.1",
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",
@@ -146,7 +146,7 @@
146
146
  "@putout/plugin-remove-useless-operand": "^2.0.0",
147
147
  "@putout/plugin-remove-useless-replace": "^1.0.1",
148
148
  "@putout/plugin-remove-useless-return": "^5.0.0",
149
- "@putout/plugin-remove-useless-spread": "^8.0.0",
149
+ "@putout/plugin-remove-useless-spread": "^9.0.0",
150
150
  "@putout/plugin-remove-useless-template-expressions": "^2.0.0",
151
151
  "@putout/plugin-remove-useless-variables": "^10.0.0",
152
152
  "@putout/plugin-reuse-duplicate-init": "^5.0.0",