putout 32.0.0 → 32.0.2

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 +13 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2023.09.15, v32.0.2
2
+
3
+ feature:
4
+ - 5f2dd1b08 package: @putout/plugin-putout v15.0.0
5
+ - 5b9a872e6 @putout/plugin-putout: drop support of ☘🐊 < 32
6
+ - a7ec11eda @putout/plugin-putout: apply-rename: add
7
+
8
+ 2023.09.14, v32.0.1
9
+
10
+ feature:
11
+ - e63e3ed5c package: @putout/plugin-remove-unused-variables v7.0.0
12
+ - a5d4eb3e7 @putout/plugin-remove-unused-variables: drop support of 🐊 < 32
13
+
1
14
  2023.09.14, v32.0.0
2
15
 
3
16
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "32.0.0",
3
+ "version": "32.0.2",
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",
@@ -116,7 +116,7 @@
116
116
  "@putout/plugin-npmignore": "^2.0.0",
117
117
  "@putout/plugin-package-json": "^5.0.0",
118
118
  "@putout/plugin-promises": "^12.0.0",
119
- "@putout/plugin-putout": "^14.0.0",
119
+ "@putout/plugin-putout": "^15.0.0",
120
120
  "@putout/plugin-putout-config": "^3.0.0",
121
121
  "@putout/plugin-regexp": "^7.0.0",
122
122
  "@putout/plugin-remove-console": "^6.0.0",
@@ -132,7 +132,7 @@
132
132
  "@putout/plugin-remove-unused-expressions": "^7.0.0",
133
133
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
134
134
  "@putout/plugin-remove-unused-private-fields": "^2.0.0",
135
- "@putout/plugin-remove-unused-variables": "^6.0.0",
135
+ "@putout/plugin-remove-unused-variables": "^7.0.0",
136
136
  "@putout/plugin-remove-useless-arguments": "^8.0.0",
137
137
  "@putout/plugin-remove-useless-array-constructor": "^2.0.0",
138
138
  "@putout/plugin-remove-useless-array-entries": "^1.0.0",