putout 39.7.6 → 40.0.0

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.
Files changed (2) hide show
  1. package/ChangeLog +23 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,26 @@
1
+ 2025.04.08, v40.0.0
2
+
3
+ fix:
4
+ - d10f9fa21 @putout/engine-runner: debug
5
+
6
+ feature:
7
+ - 6942cd54d putout: @putout/processor-css v11.0.0
8
+ - 9445b251a @putout/processor-html: @putout/processor-css v11.0.0
9
+ - 8bc1be871 @putout/processor-html: drop support of 🐊 < 40
10
+ - c2e3e7a84 @putout/processor-css: drop support of 🐊 < 40
11
+ - a34dbec14 @putout/processor-css: stylelint-config-standard v38.0.0
12
+ - 269dfb2c8 putout: @putout/plugin-esm v4.0.0
13
+ - b25ea5b76 putout: @putout/plugin-putout-config v9.0.1
14
+ - 32eb6602c putout: @putout/plugin-putout v25.0.0
15
+ - 13b71602a @putout/plugin-esm: drop support of 🐊 < 40
16
+ - 8978a19e2 @putout/plugin-putout-config: drop support of 🐊 < 40
17
+ - a5fa3a3c5 @putout/plugin-putout: drop support of 🐊 < 40
18
+ - 57ae12d38 @putout/plugin-putout-config: apply-esm: v40
19
+ - 41ea5055e @putout/plugin-esm: add-index-to-import: putout -> esm
20
+ - 3100343b0 @putout/plugin-react: convert to ESM
21
+ - 70a057292 @putout/plugin-putout: add-index-to-import: js -> .js
22
+ - 5c9bc3d5e @putout/cli-process-file: get rid of mock-require
23
+
1
24
  2025.04.04, v39.7.6
2
25
 
3
26
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.7.6",
3
+ "version": "40.0.0",
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",
@@ -115,7 +115,7 @@
115
115
  "@putout/plugin-declare": "^5.0.0",
116
116
  "@putout/plugin-declare-before-reference": "^6.0.0",
117
117
  "@putout/plugin-eslint": "^13.0.0",
118
- "@putout/plugin-esm": "^3.0.0",
118
+ "@putout/plugin-esm": "^4.0.0",
119
119
  "@putout/plugin-extract-keywords-from-variables": "^2.0.0",
120
120
  "@putout/plugin-extract-object-properties": "^9.0.0",
121
121
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
@@ -139,8 +139,8 @@
139
139
  "@putout/plugin-package-json": "^9.0.0",
140
140
  "@putout/plugin-parens": "^3.0.0",
141
141
  "@putout/plugin-promises": "^17.0.0",
142
- "@putout/plugin-putout": "^24.0.0",
143
- "@putout/plugin-putout-config": "^9.0.0",
142
+ "@putout/plugin-putout": "^25.0.0",
143
+ "@putout/plugin-putout-config": "^9.0.1",
144
144
  "@putout/plugin-regexp": "^11.0.0",
145
145
  "@putout/plugin-remove-console": "^6.0.0",
146
146
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
@@ -185,7 +185,7 @@
185
185
  "@putout/plugin-types": "^7.0.0",
186
186
  "@putout/plugin-typescript": "^11.0.0",
187
187
  "@putout/plugin-webpack": "^3.0.0",
188
- "@putout/processor-css": "^10.0.0",
188
+ "@putout/processor-css": "^11.0.0",
189
189
  "@putout/processor-filesystem": "^6.0.0",
190
190
  "@putout/processor-ignore": "^6.0.0",
191
191
  "@putout/processor-javascript": "^5.0.0",