putout 40.2.1 → 40.2.3

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 +20 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
1
+ 2025.05.27, v40.2.3
2
+
3
+ feature:
4
+ - b0a09ca23 putout: @putout/plugin-remove-unreferenced-variables v6.0.0
5
+ - e298cc882 @putout/plugin-remove-unreferenced-variables: migrate to ESM
6
+ - f19441af5 @putout/processor-typescript: drop support of 🐊 < 20
7
+ - dd551a19e @putout/processor-typescript: ts-morph v26.0.0
8
+
9
+ 2025.05.25, v40.2.2
10
+
11
+ feature:
12
+ - ddf8b6cee putout: @putout/plugin-remove-duplicate-keys v8.0.0
13
+ - 1195fff10 root: eslint-plugin-putout v27.0.0
14
+ - 7fa0d6fc4 eslint-plugin-putout: @putout/eslint-config v12.0.0
15
+ - 92cc30671 eslint-config: indent: SwitchCase
16
+ - 5794cdf52 eslint-plugin-putout: stylistic/{js,ts,jsx} -> stylistic
17
+ - 3f862b082 @putout/eslint-config: stylistic/js -> stylistic
18
+ - a1bd616d8 @putout/plugin-remove-duplicate-keys: migrate to ESM
19
+ - ac1a864cd @putout/plugin-remove-duplicate-keys: get rid of fullstore
20
+
1
21
  2025.05.25, v40.2.1
2
22
 
3
23
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.2.1",
3
+ "version": "40.2.3",
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,12 +146,12 @@
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": "^7.0.0",
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
- "@putout/plugin-remove-unreferenced-variables": "^5.0.0",
154
+ "@putout/plugin-remove-unreferenced-variables": "^6.0.0",
155
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",
@@ -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": "^26.0.0",
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",