putout 41.10.1 → 41.10.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 +25 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
2026.01.21, v41.10.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 2e2220aa7 @putout/plugin-nodejs: apply-privately-required-file: cache
|
|
5
|
+
- 3f8725dc8 @putout/plugin-esm: apply-js-imported-file: invalid
|
|
6
|
+
- 3665309f8 @putout/esm: apply-namespace-import-to-file: invalid
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 4aefd9834 putout: @putout/plugin-spread v2.0.0
|
|
10
|
+
- fd7e7fd92 @putout/plugin-spread: drop support of 🐊 < 41
|
|
11
|
+
- eca307f4e @putout/plugin-spread: remove-useless-object: property
|
|
12
|
+
- 127cdd0da @putout/plugin-printer: apply-create-test-url: order
|
|
13
|
+
- bb8558072 @putout/plugin-printer: apply-create-test-url: add
|
|
14
|
+
- bfd328fb8 @putout/plugin-nodejs: apply-privately-required-file: simplify
|
|
15
|
+
- ed089eef7 @putout/plugin-esm: apply-privately-imported-file: private-imports: simplify
|
|
16
|
+
- c6ee271d0 @putout/operator-match-files: printer options
|
|
17
|
+
- f93b32c8d @putout/plugin-esm: apply-namespace-import-to-file: private imports
|
|
18
|
+
- 17f9666eb @putout/plugin-regexp: apply-starts-with: regexp: or: exclude
|
|
19
|
+
- 0e50e30cc root: eslint-plugin-putout v30.0.0
|
|
20
|
+
- c77159dea eslint-plugin-putout: rm no-unresolved: use RedLint instead (https://github.com/coderaiser/putout/tree/master/packages/plugin-esm#resolve-imported-file)
|
|
21
|
+
- 32ef583d9 @putout/plugin-esm: resolve-imported-file: slash: improve support
|
|
22
|
+
- edccb1fa8 @putout/plugin-esm: resolve-imported-file: get-imports: dynamic: identifier
|
|
23
|
+
- 996ed01fa @putout/plugin-esm: shorten-imported-file: dynamic import: add support
|
|
24
|
+
- c594bdf29 @putout/esm: shorten-imported-file: invalid
|
|
25
|
+
|
|
1
26
|
2026.01.19, v41.10.1
|
|
2
27
|
|
|
3
28
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.10.
|
|
3
|
+
"version": "41.10.2",
|
|
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",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"@putout/plugin-remove-useless-template-expressions": "^3.0.0",
|
|
168
168
|
"@putout/plugin-return": "^3.0.0",
|
|
169
169
|
"@putout/plugin-simplify-ternary": "^9.0.0",
|
|
170
|
-
"@putout/plugin-spread": "^
|
|
170
|
+
"@putout/plugin-spread": "^2.0.0",
|
|
171
171
|
"@putout/plugin-tape": "^20.0.0",
|
|
172
172
|
"@putout/plugin-try-catch": "^7.0.0",
|
|
173
173
|
"@putout/plugin-types": "^9.0.0",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"currify": "^4.0.0",
|
|
221
221
|
"eslint": "^10.0.0-alpha.0",
|
|
222
222
|
"eslint-plugin-n": "^17.0.0",
|
|
223
|
-
"eslint-plugin-putout": "^
|
|
223
|
+
"eslint-plugin-putout": "^30.0.0",
|
|
224
224
|
"just-camel-case": "^6.2.0",
|
|
225
225
|
"madrun": "^12.0.0",
|
|
226
226
|
"montag": "^1.2.1",
|