putout 36.11.0 → 36.13.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 +37 -0
  2. package/package.json +9 -9
package/ChangeLog CHANGED
@@ -1,3 +1,40 @@
1
+ 2024.11.22, v36.13.0
2
+
3
+ feature:
4
+ - a2f2d494c putout: @putout/plugin-remove-duplicate-keys v5.1.0
5
+ - 59d9c0b71 @putout/operate: traverse-properties: exclude ConditionalExpression
6
+ - 1b2d1605d @putout/plugin-remove-duplicate-keys: drop support of 🐊 < 36
7
+
8
+ 2024.11.11, v36.12.0
9
+
10
+ feature:
11
+ - ff6e1950c @putout/process-html: drop support of 🐊 < 36
12
+ - 71ffdc231 @putout/processor-html: svelte v5.1.14
13
+ - 79066f8dc @putout/engine-runner: @putout/plugin-filesystem v6.0.0
14
+ - 9e8a42207 @putout/cli-cache: file-entry-cache v10.0.2
15
+ - 82f20dc38 putout: ignore v6.0.2
16
+ - 46c569164 @putout/engine-parser: hermes-parser v0.25.0
17
+ - 406c82c5f putout: @putout/plugin-filesystem v6.0.0
18
+ - 9e4d3e042 @putout/plugin-filesystem: drop support of 🐊 < 36
19
+ - 6f20f3012 @putout/plugin-filesystem: @putout/operator-filesystem v5.0.0
20
+ - 2a9faab38 putout: @putout/engine-processor v13.0.0
21
+ - 8055d90c9 @putout/engine-processor: @putout/engine-loader v15.0.1
22
+ - ffd0bb770 putout: @putout/operator-rename-files v2.0.0
23
+ - 14fdd9077 @putout/operator-filesystem: drop support of 🐊 < 36
24
+ - 3426dba12 @putout/operator-rename-files: @putout/operator-filesystem v5.0.0
25
+ - 2fbefedde putout: @putout/operator-match-files v5.0.0
26
+ - 86647f5dd @putout/operator-match-files: @putout/operator-filesystem v5.0.0
27
+ - e5cf3b290 putout: @putout/engine-reporter v3.0.0
28
+ - a4dcae4e1 @putout/engine-reporter: @putout/engine-loader v15.0.1
29
+ - 9a03af510 putout: @putout/processor-filesystem v5.0.0
30
+ - 39c4e3f2f @putout/processor-filesystem: @putout/operator-filesystem v5.0.0
31
+ - 8e36c6fbd @putout/engine-runner: @putout/operator-filesystem v5.0.0
32
+ - fbb8c38c4 @putout/engine-runner: @putout/operator-declare v10.0.1
33
+ - 9f577e18c @putout/plugin-remove-useless-variables: declaration: not in program parent
34
+ - 72650834b @putout/plugin-remove-useless-variables: declaration: exclude re-assign
35
+ - 2326bb003 @putout/compare: align to Babel v8
36
+ - 8a39a26a9 @putout/plugin-typescript: apply-utility-types: report
37
+
1
38
  2024.10.26, v36.11.0
2
39
 
3
40
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.11.0",
3
+ "version": "36.13.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": "^12.0.0",
64
- "@putout/engine-reporter": "^2.0.0",
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": "^4.0.0",
83
+ "@putout/operator-match-files": "^5.0.0",
84
84
  "@putout/operator-regexp": "^1.0.0",
85
- "@putout/operator-rename-files": "^1.0.0",
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": "^5.0.0",
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",
@@ -143,7 +143,7 @@
143
143
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
144
144
  "@putout/plugin-remove-debugger": "^7.0.0",
145
145
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
146
- "@putout/plugin-remove-duplicate-keys": "^5.0.0",
146
+ "@putout/plugin-remove-duplicate-keys": "^5.1.0",
147
147
  "@putout/plugin-remove-empty": "^12.0.0",
148
148
  "@putout/plugin-remove-iife": "^4.0.0",
149
149
  "@putout/plugin-remove-nested-blocks": "^6.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": "^4.0.0",
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": "^5.0.4",
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",