putout 40.1.17 → 40.2.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 +18 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2025.05.23, v40.2.0
2
+
3
+ feature:
4
+ - c1c87903d putout: @putout/operator-declare v13.0.0
5
+ - 0494488d4 @putout/engine-runner: @putout/operator-declare v13.0.0
6
+ - 44f049d32 @putout/operator-declare: drop support of 🐊 < 40
7
+ - a19e44449 @putout/operator-declare: exclude: TSQualifiedName
8
+ - 7ad67452e putout: @putout/plugin-remove-unused-private-fields v4.0.0
9
+ - 84c9d5aca @putout/plugin-remove-unused-private-fields: migrate to ESM
10
+ - 7807100f2 @putout/plugin-putout: apply-report: improve
11
+
12
+ 2025.05.22, v40.1.18
13
+
14
+ feature:
15
+ - 33b471dac putout: @putout/plugin-remove-unused-private-fields v4.0.0
16
+ - 2379ee563 @putout/plugin-remove-unused-private-fields: migrate to ESM
17
+ - e24f0be5a @putout/plugin-putout: apply-report: improve
18
+
1
19
  2025.05.21, v40.1.17
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.1.17",
3
+ "version": "40.2.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",
@@ -78,7 +78,7 @@
78
78
  "@putout/formatter-time": "^3.0.0",
79
79
  "@putout/operate": "^13.0.0",
80
80
  "@putout/operator-add-args": "^11.0.1",
81
- "@putout/operator-declare": "^12.0.0",
81
+ "@putout/operator-declare": "^13.0.0",
82
82
  "@putout/operator-filesystem": "^8.0.0",
83
83
  "@putout/operator-ignore": "^2.0.0",
84
84
  "@putout/operator-json": "^2.0.0",
@@ -155,7 +155,7 @@
155
155
  "@putout/plugin-remove-unused-expressions": "^11.0.0",
156
156
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
157
157
  "@putout/plugin-remove-unused-labels": "^1.0.1",
158
- "@putout/plugin-remove-unused-private-fields": "^3.0.0",
158
+ "@putout/plugin-remove-unused-private-fields": "^4.0.0",
159
159
  "@putout/plugin-remove-unused-variables": "^13.0.0",
160
160
  "@putout/plugin-remove-useless-arguments": "^12.0.0",
161
161
  "@putout/plugin-remove-useless-array": "^2.0.0",