putout 41.9.0 → 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 +17 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
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
|
+
|
|
1
18
|
2026.01.15, v41.9.0
|
|
2
19
|
|
|
3
20
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.9.
|
|
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",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"@putout/plugin-apply-arrow": "^3.0.0",
|
|
93
93
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
94
94
|
"@putout/plugin-apply-dot-notation": "^3.0.0",
|
|
95
|
-
"@putout/plugin-apply-global-this": "^1.0.0",
|
|
96
95
|
"@putout/plugin-apply-flat-map": "^3.0.0",
|
|
96
|
+
"@putout/plugin-apply-global-this": "^1.0.0",
|
|
97
97
|
"@putout/plugin-apply-overrides": "^3.0.0",
|
|
98
98
|
"@putout/plugin-apply-shorthand-properties": "^7.0.0",
|
|
99
99
|
"@putout/plugin-apply-starts-with": "^1.0.0",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@putout/plugin-spread": "^1.0.0",
|
|
170
170
|
"@putout/plugin-tape": "^20.0.0",
|
|
171
171
|
"@putout/plugin-try-catch": "^7.0.0",
|
|
172
|
-
"@putout/plugin-types": "^
|
|
172
|
+
"@putout/plugin-types": "^9.0.0",
|
|
173
173
|
"@putout/plugin-typescript": "^13.0.0",
|
|
174
174
|
"@putout/plugin-variables": "^1.0.0",
|
|
175
175
|
"@putout/plugin-webpack": "^4.0.0",
|