putout 36.11.0 → 36.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.
- package/ChangeLog +30 -0
- package/package.json +8 -8
package/ChangeLog
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
2024.11.11, v36.12.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- ff6e1950c @putout/process-html: drop support of 🐊 < 36
|
|
5
|
+
- 71ffdc231 @putout/processor-html: svelte v5.1.14
|
|
6
|
+
- 79066f8dc @putout/engine-runner: @putout/plugin-filesystem v6.0.0
|
|
7
|
+
- 9e8a42207 @putout/cli-cache: file-entry-cache v10.0.2
|
|
8
|
+
- 82f20dc38 putout: ignore v6.0.2
|
|
9
|
+
- 46c569164 @putout/engine-parser: hermes-parser v0.25.0
|
|
10
|
+
- 406c82c5f putout: @putout/plugin-filesystem v6.0.0
|
|
11
|
+
- 9e4d3e042 @putout/plugin-filesystem: drop support of 🐊 < 36
|
|
12
|
+
- 6f20f3012 @putout/plugin-filesystem: @putout/operator-filesystem v5.0.0
|
|
13
|
+
- 2a9faab38 putout: @putout/engine-processor v13.0.0
|
|
14
|
+
- 8055d90c9 @putout/engine-processor: @putout/engine-loader v15.0.1
|
|
15
|
+
- ffd0bb770 putout: @putout/operator-rename-files v2.0.0
|
|
16
|
+
- 14fdd9077 @putout/operator-filesystem: drop support of 🐊 < 36
|
|
17
|
+
- 3426dba12 @putout/operator-rename-files: @putout/operator-filesystem v5.0.0
|
|
18
|
+
- 2fbefedde putout: @putout/operator-match-files v5.0.0
|
|
19
|
+
- 86647f5dd @putout/operator-match-files: @putout/operator-filesystem v5.0.0
|
|
20
|
+
- e5cf3b290 putout: @putout/engine-reporter v3.0.0
|
|
21
|
+
- a4dcae4e1 @putout/engine-reporter: @putout/engine-loader v15.0.1
|
|
22
|
+
- 9a03af510 putout: @putout/processor-filesystem v5.0.0
|
|
23
|
+
- 39c4e3f2f @putout/processor-filesystem: @putout/operator-filesystem v5.0.0
|
|
24
|
+
- 8e36c6fbd @putout/engine-runner: @putout/operator-filesystem v5.0.0
|
|
25
|
+
- fbb8c38c4 @putout/engine-runner: @putout/operator-declare v10.0.1
|
|
26
|
+
- 9f577e18c @putout/plugin-remove-useless-variables: declaration: not in program parent
|
|
27
|
+
- 72650834b @putout/plugin-remove-useless-variables: declaration: exclude re-assign
|
|
28
|
+
- 2326bb003 @putout/compare: align to Babel v8
|
|
29
|
+
- 8a39a26a9 @putout/plugin-typescript: apply-utility-types: report
|
|
30
|
+
|
|
1
31
|
2024.10.26, v36.11.0
|
|
2
32
|
|
|
3
33
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.
|
|
3
|
+
"version": "36.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",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@putout/compare": "^15.0.0",
|
|
61
61
|
"@putout/engine-loader": "^15.0.0",
|
|
62
62
|
"@putout/engine-parser": "^11.0.0",
|
|
63
|
-
"@putout/engine-processor": "^
|
|
64
|
-
"@putout/engine-reporter": "^
|
|
63
|
+
"@putout/engine-processor": "^13.0.0",
|
|
64
|
+
"@putout/engine-reporter": "^3.0.0",
|
|
65
65
|
"@putout/engine-runner": "^22.0.0",
|
|
66
66
|
"@putout/eslint": "^3.0.0",
|
|
67
67
|
"@putout/formatter-codeframe": "^7.0.0",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"@putout/operator-filesystem": "^5.0.0",
|
|
81
81
|
"@putout/operator-ignore": "^1.0.0",
|
|
82
82
|
"@putout/operator-json": "^2.0.0",
|
|
83
|
-
"@putout/operator-match-files": "^
|
|
83
|
+
"@putout/operator-match-files": "^5.0.0",
|
|
84
84
|
"@putout/operator-regexp": "^1.0.0",
|
|
85
|
-
"@putout/operator-rename-files": "^
|
|
85
|
+
"@putout/operator-rename-files": "^2.0.0",
|
|
86
86
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
87
87
|
"@putout/plugin-apply-destructuring": "^7.0.0",
|
|
88
88
|
"@putout/plugin-apply-dot-notation": "^2.0.0",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"@putout/plugin-eslint": "^9.0.0",
|
|
117
117
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
118
118
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
119
|
-
"@putout/plugin-filesystem": "^
|
|
119
|
+
"@putout/plugin-filesystem": "^6.0.0",
|
|
120
120
|
"@putout/plugin-for-of": "^6.0.0",
|
|
121
121
|
"@putout/plugin-generators": "^1.0.0",
|
|
122
122
|
"@putout/plugin-github": "^13.0.0",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"@putout/plugin-typescript": "^8.0.0",
|
|
188
188
|
"@putout/plugin-webpack": "^3.0.0",
|
|
189
189
|
"@putout/processor-css": "^9.0.0",
|
|
190
|
-
"@putout/processor-filesystem": "^
|
|
190
|
+
"@putout/processor-filesystem": "^5.0.0",
|
|
191
191
|
"@putout/processor-ignore": "^6.0.0",
|
|
192
192
|
"@putout/processor-javascript": "^5.0.0",
|
|
193
193
|
"@putout/processor-json": "^9.0.0",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"fast-glob": "^3.2.2",
|
|
204
204
|
"find-up": "^7.0.0",
|
|
205
205
|
"fullstore": "^3.0.0",
|
|
206
|
-
"ignore": "^
|
|
206
|
+
"ignore": "^6.0.2",
|
|
207
207
|
"is-relative": "^1.0.0",
|
|
208
208
|
"nano-memoize": "^3.0.11",
|
|
209
209
|
"once": "^1.4.0",
|