putout 41.19.0 → 41.20.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 +22 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,25 @@
1
+ 2026.02.07, v41.20.0
2
+
3
+ fix:
4
+ - b513eace5 @putout/plugin-package-json: apply-https-to-repository-url: report
5
+ - 1356e6b25 @putout/processor-filesystem: create: overrides
6
+
7
+ feature:
8
+ - 1db4585e2 putout: @putout/plugin-remove-useless-array v3.0.0
9
+ - 23e2c593f @putout/plugin-remove-useless-array: drop support of 🐊 < 41
10
+ - 3173a7fac putout: @putout/plugin-remove-useless-push v3.0.0
11
+ - 63699a486 @putout/plugin-remove-useless-push: drop support of 🐊 < 41
12
+ - 63dcea59e @putout/plugin-arguments: remove-empty: add
13
+ - 689568a0d @putout/eslint-config: no-useless-assignment: off
14
+ - c526c2b15 @putout/eslint-config: @eslint/js v10.0.1
15
+ - 05165c640 @putout/plugin-github: set-message-of-commit-fixes
16
+ - 6319d79c0 @putout/plugin-putout: remove-message-from-no-report-after-transform: add
17
+ - bbbc0bcde root: eslint v10.0.0
18
+ - 4e8875e15 @putout/plugin-esm: apply-name-to-imported-file: dynamic
19
+ - df86a0714 @putout/plugin-putout: apply-fixture-name-to-message: report-with-options
20
+ - bfe9b0276 @putout/plugin-esm: apply-default-import: add
21
+ - e50123d47 @putout/plugin-package-json: apply-https-to-repository-url: https: add support
22
+
1
23
  2026.02.06, v41.19.0
2
24
 
3
25
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.19.0",
3
+ "version": "41.20.0",
4
4
  "type": "module",
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,7 +146,7 @@
146
146
  "@putout/plugin-remove-unreachable-code": "^3.0.0",
147
147
  "@putout/plugin-remove-unused-expressions": "^12.0.0",
148
148
  "@putout/plugin-remove-unused-private-fields": "^4.0.0",
149
- "@putout/plugin-remove-useless-array": "^2.0.0",
149
+ "@putout/plugin-remove-useless-array": "^3.0.0",
150
150
  "@putout/plugin-remove-useless-array-constructor": "^3.0.0",
151
151
  "@putout/plugin-remove-useless-array-entries": "^2.0.0",
152
152
  "@putout/plugin-remove-useless-assign": "^2.0.0",
@@ -158,7 +158,7 @@
158
158
  "@putout/plugin-remove-useless-map": "^3.0.0",
159
159
  "@putout/plugin-remove-useless-object-from-entries": "^1.0.0",
160
160
  "@putout/plugin-remove-useless-operand": "^3.0.0",
161
- "@putout/plugin-remove-useless-push": "^2.0.0",
161
+ "@putout/plugin-remove-useless-push": "^3.0.0",
162
162
  "@putout/plugin-remove-useless-replace": "^2.0.0",
163
163
  "@putout/plugin-remove-useless-template-expressions": "^3.0.0",
164
164
  "@putout/plugin-return": "^3.0.0",
@@ -214,7 +214,7 @@
214
214
  "@putout/test": "^15.1.0",
215
215
  "c8": "^10.0.0",
216
216
  "currify": "^4.0.0",
217
- "eslint": "^10.0.0-alpha.0",
217
+ "eslint": "^10.0.0",
218
218
  "eslint-plugin-n": "^17.0.0",
219
219
  "eslint-plugin-putout": "^30.0.0",
220
220
  "just-camel-case": "^6.2.0",