putout 40.2.0 → 40.2.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.
- package/ChangeLog +18 -0
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2025.05.25, v40.2.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- ddf8b6cee putout: @putout/plugin-remove-duplicate-keys v8.0.0
|
|
5
|
+
- 1195fff10 root: eslint-plugin-putout v27.0.0
|
|
6
|
+
- 7fa0d6fc4 eslint-plugin-putout: @putout/eslint-config v12.0.0
|
|
7
|
+
- 92cc30671 eslint-config: indent: SwitchCase
|
|
8
|
+
- 5794cdf52 eslint-plugin-putout: stylistic/{js,ts,jsx} -> stylistic
|
|
9
|
+
- 3f862b082 @putout/eslint-config: stylistic/js -> stylistic
|
|
10
|
+
- a1bd616d8 @putout/plugin-remove-duplicate-keys: migrate to ESM
|
|
11
|
+
- ac1a864cd @putout/plugin-remove-duplicate-keys: get rid of fullstore
|
|
12
|
+
|
|
13
|
+
2025.05.25, v40.2.1
|
|
14
|
+
|
|
15
|
+
feature:
|
|
16
|
+
- d955aa538 putout: @putout/plugin-remove-unused-expressions v12.0.0
|
|
17
|
+
- 78559abbf @putout/plugin-remove-unused-expressions: migrate to ESM
|
|
18
|
+
|
|
1
19
|
2025.05.23, v40.2.0
|
|
2
20
|
|
|
3
21
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.2.
|
|
3
|
+
"version": "40.2.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",
|
|
@@ -146,13 +146,13 @@
|
|
|
146
146
|
"@putout/plugin-remove-constant-conditions": "^4.0.0",
|
|
147
147
|
"@putout/plugin-remove-debugger": "^7.0.0",
|
|
148
148
|
"@putout/plugin-remove-duplicate-case": "^3.0.0",
|
|
149
|
-
"@putout/plugin-remove-duplicate-keys": "^
|
|
149
|
+
"@putout/plugin-remove-duplicate-keys": "^8.0.0",
|
|
150
150
|
"@putout/plugin-remove-empty": "^14.0.0",
|
|
151
151
|
"@putout/plugin-remove-iife": "^4.0.0",
|
|
152
152
|
"@putout/plugin-remove-nested-blocks": "^9.0.0",
|
|
153
153
|
"@putout/plugin-remove-unreachable-code": "^2.0.0",
|
|
154
154
|
"@putout/plugin-remove-unreferenced-variables": "^5.0.0",
|
|
155
|
-
"@putout/plugin-remove-unused-expressions": "^
|
|
155
|
+
"@putout/plugin-remove-unused-expressions": "^12.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
158
|
"@putout/plugin-remove-unused-private-fields": "^4.0.0",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"currify": "^4.0.0",
|
|
232
232
|
"eslint": "^9.0.0",
|
|
233
233
|
"eslint-plugin-n": "^17.0.0",
|
|
234
|
-
"eslint-plugin-putout": "^
|
|
234
|
+
"eslint-plugin-putout": "^27.0.0",
|
|
235
235
|
"just-camel-case": "^6.2.0",
|
|
236
236
|
"madrun": "^11.0.0",
|
|
237
237
|
"mock-require": "^3.0.2",
|