putout 41.8.1 → 41.9.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 +23 -0
- package/package.json +3 -2
- package/putout.json +2 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
2026.01.17, v41.9.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- d06cb1f75 @putout/plugin-regexp: apply-starts-with: improve uspport
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 1e198aa14 putout: @putout/plugin-types v9.0.0
|
|
8
|
+
- b6b77b71c @putout/plugin-types: drop support of 🐊 < 41
|
|
9
|
+
- 9ec2a389d @putout/plugin-types: remove-useless-constructor: startsWith: add support
|
|
10
|
+
- 973f6805e @putout/plugin-regexp: apply-starts-with: constructor
|
|
11
|
+
- 1ab95baec @putout/engine-loader: rules: is-enabled: speed-up: 3.638ms -> 1.153ms
|
|
12
|
+
- 02a9e728e babel-plugin-putout: migrate to ESM
|
|
13
|
+
- be917d18e @putout/processor-css: @stylistic/stylelint-plugin v5.0.0
|
|
14
|
+
- 0ff7776a0 @putout/processor-css: stylelint-config-standard v40.0.0
|
|
15
|
+
- 317398d93 @putout/processor-css: stylelint v17.0.0
|
|
16
|
+
- 5c5067e37 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: same-name
|
|
17
|
+
|
|
18
|
+
2026.01.15, v41.9.0
|
|
19
|
+
|
|
20
|
+
feature:
|
|
21
|
+
- aa77ef171 @putout/plugin-apply-global-this: add
|
|
22
|
+
- 6c1938270 @putout/plugin-esm: apply-js-imported-file: add
|
|
23
|
+
|
|
1
24
|
2026.01.14, v41.8.1
|
|
2
25
|
|
|
3
26
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.9.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",
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
94
94
|
"@putout/plugin-apply-dot-notation": "^3.0.0",
|
|
95
95
|
"@putout/plugin-apply-flat-map": "^3.0.0",
|
|
96
|
+
"@putout/plugin-apply-global-this": "^1.0.0",
|
|
96
97
|
"@putout/plugin-apply-overrides": "^3.0.0",
|
|
97
98
|
"@putout/plugin-apply-shorthand-properties": "^7.0.0",
|
|
98
99
|
"@putout/plugin-apply-starts-with": "^1.0.0",
|
|
@@ -168,7 +169,7 @@
|
|
|
168
169
|
"@putout/plugin-spread": "^1.0.0",
|
|
169
170
|
"@putout/plugin-tape": "^20.0.0",
|
|
170
171
|
"@putout/plugin-try-catch": "^7.0.0",
|
|
171
|
-
"@putout/plugin-types": "^
|
|
172
|
+
"@putout/plugin-types": "^9.0.0",
|
|
172
173
|
"@putout/plugin-typescript": "^13.0.0",
|
|
173
174
|
"@putout/plugin-variables": "^1.0.0",
|
|
174
175
|
"@putout/plugin-webpack": "^4.0.0",
|
package/putout.json
CHANGED
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"putout-config/remove-empty-file": "on",
|
|
50
50
|
"esm/apply-namespace-import-to-file": "on",
|
|
51
51
|
"esm/apply-privately-imported-file": "on",
|
|
52
|
+
"esm/apply-js-imported-file": "on",
|
|
52
53
|
"esm/resolve-imported-file": "on",
|
|
53
54
|
"esm/shorten-imported-file": "on"
|
|
54
55
|
},
|
|
@@ -200,6 +201,7 @@
|
|
|
200
201
|
"apply-arrow",
|
|
201
202
|
"apply-dot-notation",
|
|
202
203
|
"apply-flat-map",
|
|
204
|
+
"apply-global-this",
|
|
203
205
|
"apply-shorthand-properties",
|
|
204
206
|
"apply-starts-with",
|
|
205
207
|
"apply-template-literals",
|