putout 37.7.0 → 37.7.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 +15 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2024.12.26, v37.7.2
2
+
3
+ feature:
4
+ - 211ac1166 @putout/engine-parser: hermes-parser v0.26.0
5
+ - 723dd6e67 putout: ignore v7.0.0
6
+
7
+ 2024.12.25, v37.7.1
8
+
9
+ feature:
10
+ - ee4a71a1c putout: @putout/plugin-conditions v6.0.0
11
+ - 51005f31c @putout/plugin-conditions: drop support of 🐊 < 37
12
+ - 3305a4bca @putout/plugin-conditions: apply-consistent-blocks: empty consequent body, no alternate
13
+ - 2aafebb67 @putout/plugin-esm: merge-duplicate-imports: export
14
+ - 5b39158fb @putout/plugin-putout-config: apply-parens
15
+
1
16
  2024.12.22, v37.7.0
2
17
 
3
18
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.7.0",
3
+ "version": "37.7.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",
@@ -93,7 +93,7 @@
93
93
  "@putout/plugin-apply-starts-with": "^1.0.0",
94
94
  "@putout/plugin-apply-template-literals": "^3.0.0",
95
95
  "@putout/plugin-browserlist": "^2.0.0",
96
- "@putout/plugin-conditions": "^5.0.0",
96
+ "@putout/plugin-conditions": "^6.0.0",
97
97
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
98
98
  "@putout/plugin-convert-arguments-to-rest": "^3.0.0",
99
99
  "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
@@ -201,7 +201,7 @@
201
201
  "fast-glob": "^3.2.2",
202
202
  "find-up": "^7.0.0",
203
203
  "fullstore": "^3.0.0",
204
- "ignore": "^6.0.2",
204
+ "ignore": "^7.0.0",
205
205
  "is-relative": "^1.0.0",
206
206
  "nano-memoize": "^3.0.11",
207
207
  "once": "^1.4.0",