putout 36.3.0 → 36.4.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 +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,26 @@
1
+ 2024.08.29, v36.4.0
2
+
3
+ feature:
4
+ - c41e54d92 eslint-plugin-putout: @typescript-eslint/eslint-plugin v8.3.0
5
+ - bec8db9b8 eslint-plugin-putout: @typescript-eslint/parser v8.3.0
6
+ - af8366d34 putout: @putout/engine-reporter v2.0.0
7
+ - fc46e6eb0 @putout/engine-reporter: @putout/engine-loader v14.0.0
8
+ - ff3e17bb7 putout: @putout/engine-processor v12.0.0
9
+ - 62213e261 @putout/engine-processor: @putout/engine-loader v14.0.0
10
+ - 867817a0d @putout/plugin-putout-config: apply-for-of: add
11
+ - e0c41cf61 @putout/plugin-putout-config: apply-conditions: add support of 🐊 v29
12
+ - e51e18c99 @putout/plugin-putout-config: apply-promises: add
13
+ - 842b389ff @putout/plugin-putout-config: apply-conditions: add
14
+ - 44ea5cffd @putout/plugin-putout-config: apply-tape: add
15
+ - 567fb9711 @putout/plugin-putout-config: apply-nodejs: add support of convert-esm-to-commonjs
16
+ - b0406c16b @putout/plugin-putout-config: apply-nodejs: add
17
+
18
+ 2024.08.25, v36.3.1
19
+
20
+ feature:
21
+ - 7f84f5f7e putout: @putout/plugin-putout-config v6.0.0
22
+ - 1eaa3713f @putout/plugin-putout-config: apply-labels: add
23
+
1
24
  2024.08.25, v36.3.0
2
25
 
3
26
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.3.0",
3
+ "version": "36.4.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",
@@ -62,8 +62,8 @@
62
62
  "@putout/compare": "^14.0.0",
63
63
  "@putout/engine-loader": "^14.0.0",
64
64
  "@putout/engine-parser": "^10.0.0",
65
- "@putout/engine-processor": "^11.0.0",
66
- "@putout/engine-reporter": "^1.0.0",
65
+ "@putout/engine-processor": "^12.0.0",
66
+ "@putout/engine-reporter": "^2.0.0",
67
67
  "@putout/engine-runner": "^21.0.0",
68
68
  "@putout/eslint": "^3.0.0",
69
69
  "@putout/formatter-codeframe": "^7.0.0",
@@ -139,7 +139,7 @@
139
139
  "@putout/plugin-package-json": "^7.0.0",
140
140
  "@putout/plugin-promises": "^15.0.0",
141
141
  "@putout/plugin-putout": "^20.0.0",
142
- "@putout/plugin-putout-config": "^5.0.0",
142
+ "@putout/plugin-putout-config": "^6.0.0",
143
143
  "@putout/plugin-regexp": "^9.0.0",
144
144
  "@putout/plugin-remove-console": "^6.0.0",
145
145
  "@putout/plugin-remove-constant-conditions": "^4.0.0",