putout 41.20.1 → 41.21.1
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 +38 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
2026.02.13, v41.21.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- cb08a098b putout: @putout/plugin-npmignore v6.0.0
|
|
5
|
+
- 3e46175fa @putout/plugin-npmignore: drop support of 🐊 < 41
|
|
6
|
+
|
|
7
|
+
2026.02.13, v41.21.0
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- 115fdc042 putout: @putout/plugin-promises v19.0.0
|
|
11
|
+
- f754e8006 @putout/plugin-promises: drop support of 🐊 < 41
|
|
12
|
+
- ee7901249 @putout/plugin-promises: convert-resolve-to-async: add
|
|
13
|
+
- 9bae2299f @putout/processor-toml: oxfmt v0.32.0
|
|
14
|
+
- 7c7b3cf9b @putout/plugin-esm: apply-import-attributes: ExportAllDeclaration
|
|
15
|
+
- 29ca4d892 @putout/cli-process-file: get rid of dynamic import
|
|
16
|
+
- 7875c6f51 @putout/plugin-esm: apply-import-attributes: add
|
|
17
|
+
- c3dcb373e @putout/plugin-esm: apply-privately-imported-file: report: filename
|
|
18
|
+
- 9084a5b88 @putout/compare: vars: __exports: from
|
|
19
|
+
- 286457577 @putout/compare: __exports: named
|
|
20
|
+
- 214e6ec41 @putout/plugin-esm: apply-name-to-imported-file: corrupted
|
|
21
|
+
- a6fd13fba @putout/plugin-esm: resolve-imported-file: report: filename: add
|
|
22
|
+
- 7e9829cbe @putout/plugin-esm: apply-namespace-to-imported-file: ImportExpression: exclude
|
|
23
|
+
- 2aff83686 @putout/plugin-madrun: declare: defineEnv
|
|
24
|
+
- 688f17141 @putout/plugin-esm: resolve-imported-file: build-resolved: move out
|
|
25
|
+
- a82e7e4ca @putout/plugin-esm: resolve-imported-file: couple-levels-up
|
|
26
|
+
- e7222ee6d @putout/operator-keyword: instanceof: add
|
|
27
|
+
- 09071bd86 @putout/processor-toml: oxfmt v0.31.0
|
|
28
|
+
- b6026974b eslint-plugin-putout: align-spaces v3.0.0
|
|
29
|
+
- 954d792c2 eslint-plugin-putout: align-spaces v3.0.0
|
|
30
|
+
- 62309e2ad @putout/processor-css: align-spaces v3.0.0
|
|
31
|
+
- a6b2eac13 @putout/engine-parser: align-spaces v3.0.0
|
|
32
|
+
- 683c1a294 @putout/plugin-esm: resolve-imported-file: dot-dot-slash
|
|
33
|
+
- 35a91f8af @putout/plugin-nodejs: convert-commonjs-to-esm: require: json: include
|
|
34
|
+
- bd9a7939d @putout/plugin-esm: resolve-imported-file: json: add support
|
|
35
|
+
- 57ef108d9 @putout/plugin-putout: add-path-arg-to-match: add
|
|
36
|
+
- 8a13581db @putout/operator-add-args: couple args
|
|
37
|
+
- c6faaa2d2 @putout/plugin-parens: remove-useless-for-params: couple args
|
|
38
|
+
|
|
1
39
|
2026.02.09, v41.20.1
|
|
2
40
|
|
|
3
41
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.21.1",
|
|
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",
|
|
@@ -128,11 +128,11 @@
|
|
|
128
128
|
"@putout/plugin-montag": "^4.0.0",
|
|
129
129
|
"@putout/plugin-new": "^5.0.0",
|
|
130
130
|
"@putout/plugin-nodejs": "^20.0.0",
|
|
131
|
-
"@putout/plugin-npmignore": "^
|
|
131
|
+
"@putout/plugin-npmignore": "^6.0.0",
|
|
132
132
|
"@putout/plugin-optional-chaining": "^2.0.0",
|
|
133
133
|
"@putout/plugin-package-json": "^10.0.0",
|
|
134
134
|
"@putout/plugin-parens": "^5.0.0",
|
|
135
|
-
"@putout/plugin-promises": "^
|
|
135
|
+
"@putout/plugin-promises": "^19.0.0",
|
|
136
136
|
"@putout/plugin-putout": "^28.0.0",
|
|
137
137
|
"@putout/plugin-putout-config": "^11.0.0",
|
|
138
138
|
"@putout/plugin-regexp": "^13.0.0",
|