putout 35.0.2 → 35.0.4
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 +13 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2024.02.01, v35.0.4
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 4c522446e putout: @putout/plugin-declare v3.0.0
|
|
5
|
+
- 4792e1a9b @putout/plugin-declare: drop support of node < 18
|
|
6
|
+
|
|
7
|
+
2024.02.01, v35.0.3
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- 2dce8613e putout: @putout/processor-css v9.0.0
|
|
11
|
+
- 073af93ba @putout/processor-css: drop support of 🐊 < 35
|
|
12
|
+
- 0da8506b9 @putout/processor-css: do not emit align warnings
|
|
13
|
+
|
|
1
14
|
2024.02.01, v35.0.2
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.0.
|
|
3
|
+
"version": "35.0.4",
|
|
4
4
|
"type": "commonjs",
|
|
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",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@putout/plugin-convert-quotes-to-backticks": "^3.0.0",
|
|
108
108
|
"@putout/plugin-convert-template-to-string": "^1.0.0",
|
|
109
109
|
"@putout/plugin-convert-to-arrow-function": "^4.0.0",
|
|
110
|
-
"@putout/plugin-declare": "^
|
|
110
|
+
"@putout/plugin-declare": "^3.0.0",
|
|
111
111
|
"@putout/plugin-declare-before-reference": "^3.0.0",
|
|
112
112
|
"@putout/plugin-declare-imports-first": "^2.0.0",
|
|
113
113
|
"@putout/plugin-eslint": "^7.0.0",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"@putout/plugin-types": "^3.0.0",
|
|
174
174
|
"@putout/plugin-typescript": "^6.0.0",
|
|
175
175
|
"@putout/plugin-webpack": "^3.0.0",
|
|
176
|
-
"@putout/processor-css": "^
|
|
176
|
+
"@putout/processor-css": "^9.0.0",
|
|
177
177
|
"@putout/processor-filesystem": "^3.0.0",
|
|
178
178
|
"@putout/processor-ignore": "^6.0.0",
|
|
179
179
|
"@putout/processor-javascript": "^5.0.0",
|