putout 36.4.0 → 36.4.2

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 +18 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2024.09.02, v36.4.2
2
+
3
+ feature:
4
+ - cc0cbc79f putout: @putout/plugin-conditions v5.0.0
5
+ - 8bf9a33ef @putout/plugin-conditions: drop support of 🐊 < 36
6
+ - a22bb4a78 @putout/plugin-conditions: convert-arrow-to-condition: add
7
+ - af481c392 @putout/plugin-putout-config: apply-nodejs: v24
8
+ - a035fc861 @putout/plugin-putout-config: rename-files: strict-mode
9
+ - b96a628f3 @putout/plugin-putout-config: apply-math: add
10
+
11
+ 2024.08.29, v36.4.1
12
+
13
+ feature:
14
+ - 40665a412 putout: @putout/plugin-types v5.0.0
15
+ - 53002e2d8 @putout/plugin-types: drop support of 🐊 < 36
16
+ - 5e36fe79c @putout/plugin-putout-config: apply-types: add
17
+ - 3337950e1 @putout/plugin-putout: rename-rules: add
18
+
1
19
  2024.08.29, v36.4.0
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.4.0",
3
+ "version": "36.4.2",
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",
@@ -95,7 +95,7 @@
95
95
  "@putout/plugin-apply-starts-with": "^1.0.0",
96
96
  "@putout/plugin-apply-template-literals": "^3.0.0",
97
97
  "@putout/plugin-browserlist": "^2.0.0",
98
- "@putout/plugin-conditions": "^4.0.0",
98
+ "@putout/plugin-conditions": "^5.0.0",
99
99
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
100
100
  "@putout/plugin-convert-arguments-to-rest": "^2.0.0",
101
101
  "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
@@ -184,7 +184,7 @@
184
184
  "@putout/plugin-split-variable-declarations": "^3.0.0",
185
185
  "@putout/plugin-tape": "^15.0.0",
186
186
  "@putout/plugin-try-catch": "^4.0.0",
187
- "@putout/plugin-types": "^4.0.0",
187
+ "@putout/plugin-types": "^5.0.0",
188
188
  "@putout/plugin-typescript": "^8.0.0",
189
189
  "@putout/plugin-webpack": "^3.0.0",
190
190
  "@putout/processor-css": "^9.0.0",