putout 38.5.6 → 39.0.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 (3) hide show
  1. package/ChangeLog +38 -0
  2. package/package.json +5 -5
  3. package/putout.json +0 -1
package/ChangeLog CHANGED
@@ -1,3 +1,41 @@
1
+ 2025.03.21, v39.0.0
2
+
3
+ fix:
4
+ - be67064de @putout/plugin-madrun: add-function: report
5
+ - 6ba9abfc8 @putout/operator-filesystem: removeEmptyDirectory: root
6
+ - d98797154 @putout/plugin-putout: apply-report: template
7
+
8
+ feature:
9
+ - 16f2974e9 putout: @putout/plugin-montag v4.0.0
10
+ - dca9ff3d7 putout: @putout/plugin-github v15.0.0
11
+ - 953e1f062 @putout/plugin-github: set-node-versions: report
12
+ - 465424b6e putout: drop support of node < 20
13
+ - 87b73ceeb @putout/eslint-config: drop support of node < 20
14
+ - be11baee1 @putout/eslint-config: object-shorthand: dissable, use apply-shorthand-properties instead
15
+ - b0f280911 eslint-plugin-putout: drop support of node < 20
16
+ - b75f4714a @putout/plugin-github: convert to ESM
17
+ - 2477c3f51 @putout/plugin-github: drop support of node < 20
18
+ - ef38ba0c0 @putout/plugin-montag: convert to ESM
19
+ - fb6b83776 eslint-plugin-putout: get rid of esm preset
20
+ - fae128672 @putout/engine-loader: rules: parse-rules: get rid of condition
21
+ - 2238f289d @putout/engine-loader: add ability to disable all rules except couple enabled
22
+ - 33d1f137f @putout/plugin-filesystem: remove-empty-directory: add
23
+ - 9b0fa1ea6 @putout/engine-runner: replace: initialize match once
24
+ - 44a831012 @putout/plugin-putout: declare: removeEmptyDirectory
25
+ - 9975fe8d1 @putout/operator-filesystem: property: move out
26
+ - 78c27f37e @putout/operator-filesystem: removeEmptyDirectory: add
27
+
28
+ 2025.03.17, v38.5.7
29
+
30
+ fix:
31
+ - f15bcd105 @putout/plugin-remove-useless-variables: assignment
32
+ - c19c8e110 @putout/plugin-remove-useless-variables: report
33
+
34
+ feature:
35
+ - 8061de2a0 putout: @putout/plugin-remove-unreferenced-variables v5.0.0
36
+ - f59537cb6 @putout/plugin-remove-unreferenced-variables: drop support of 🐊 < 38
37
+ - 50271f209 @putout/plugin-remove-unreferenced-variables: AssignmentExpression: exclude
38
+
1
39
  2025.03.17, v38.5.6
2
40
 
3
41
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.5.6",
3
+ "version": "39.0.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",
@@ -124,7 +124,7 @@
124
124
  "@putout/plugin-filesystem": "^8.0.0",
125
125
  "@putout/plugin-for-of": "^8.0.0",
126
126
  "@putout/plugin-generators": "^1.0.0",
127
- "@putout/plugin-github": "^14.0.0",
127
+ "@putout/plugin-github": "^15.0.0",
128
128
  "@putout/plugin-gitignore": "^6.0.0",
129
129
  "@putout/plugin-labels": "^1.0.0",
130
130
  "@putout/plugin-logical-expressions": "^7.0.0",
@@ -133,7 +133,7 @@
133
133
  "@putout/plugin-maybe": "^3.0.0",
134
134
  "@putout/plugin-merge-destructuring-properties": "^10.0.0",
135
135
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
136
- "@putout/plugin-montag": "^3.0.0",
136
+ "@putout/plugin-montag": "^4.0.0",
137
137
  "@putout/plugin-new": "^3.0.1",
138
138
  "@putout/plugin-nodejs": "^14.0.0",
139
139
  "@putout/plugin-npmignore": "^5.0.0",
@@ -153,7 +153,7 @@
153
153
  "@putout/plugin-remove-iife": "^4.0.0",
154
154
  "@putout/plugin-remove-nested-blocks": "^8.0.0",
155
155
  "@putout/plugin-remove-unreachable-code": "^2.0.0",
156
- "@putout/plugin-remove-unreferenced-variables": "^4.0.0",
156
+ "@putout/plugin-remove-unreferenced-variables": "^5.0.0",
157
157
  "@putout/plugin-remove-unused-expressions": "^11.0.0",
158
158
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
159
159
  "@putout/plugin-remove-unused-labels": "^1.0.1",
@@ -246,7 +246,7 @@
246
246
  },
247
247
  "license": "MIT",
248
248
  "engines": {
249
- "node": ">=18"
249
+ "node": ">=20"
250
250
  },
251
251
  "publishConfig": {
252
252
  "access": "public"
package/putout.json CHANGED
@@ -82,7 +82,6 @@
82
82
  "github": "on",
83
83
  "github/set-node-versions": ["on", {
84
84
  "versions": [
85
- "18.x",
86
85
  "20.x",
87
86
  "22.x",
88
87
  "23.x"