putout 31.0.8 → 31.2.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 +29 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,32 @@
1
+ 2023.08.14, v31.2.0
2
+
3
+ feature:
4
+ - a19eac4b1 @putout/plugin-declare: get back Object.entries()
5
+ - 609e959ff package: @putout/plugin-convert-object-entries-to-array-entries v3.0.0
6
+ - 99609d78b @putout/plugin-convert-object-entries-to-array-entries: drop support of 🐊 < 31
7
+ - 523c9d105 @putout/plugin-entries: exclude part of declaration
8
+ - 0cd04a1c1 package: @putout/plugin-declare v2.0.0
9
+ - 26130877e package: @putout/plugin-apply-entries v1.0.0
10
+ - da810e278 @putout/plugin-declare: drop support of 🐊 < 31
11
+ - 11f68e09d @putout/plugin-declare: entries: auto check passed type
12
+ - 940f0660d @putout/plugin-apply-entries: add
13
+ - a6cd9361d eslint-plugin-putout: array-element-newline: null
14
+ - ae84b1d59 @putout/engine-parser: printer: recast: options
15
+ - 88c3a2f76 @putout/plugin-github: install-bun: add
16
+
17
+ 2023.08.13, v31.1.0
18
+
19
+ feature:
20
+ - 42ee1f5f5 package: @putout/plugin-github v7.0.0
21
+ - e6f68b0ef @putout/plugin-github: drop support of 🐊 < 31
22
+ - 78a4419b6 @putout/plugin-github: use traverseProperties from @putout/operate
23
+ - 49e299be6 package: @putout/plugin-putout v14.0.0
24
+ - 6fd1c6232 @putout/plugin-putout: drop support of 🐊 < 31
25
+ - 90135988c @putout/plugin-putout: declare: add traverseProperties
26
+ - 41df7e405 @putout/operate: traverseProperties: add
27
+ - f1365ddef @putout/plugin-madrun: set-lint-dot: report: using -> with
28
+ - 691bf3b61 @putout/plugin-madrun: set-lint-dot: report
29
+
1
30
  2023.08.12, v31.0.8
2
31
 
3
32
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "31.0.8",
3
+ "version": "31.2.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",
@@ -90,18 +90,18 @@
90
90
  "@putout/plugin-convert-index-of-to-includes": "^2.0.0",
91
91
  "@putout/plugin-convert-mock-require-to-mock-import": "^4.0.0",
92
92
  "@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
93
- "@putout/plugin-convert-object-entries-to-array-entries": "^2.0.0",
93
+ "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
94
94
  "@putout/plugin-convert-quotes-to-backticks": "^2.0.0",
95
95
  "@putout/plugin-convert-template-to-string": "^1.0.0",
96
96
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
97
- "@putout/plugin-declare": "^1.0.1",
97
+ "@putout/plugin-declare": "^2.0.0",
98
98
  "@putout/plugin-declare-before-reference": "^2.0.0",
99
99
  "@putout/plugin-declare-imports-first": "^2.0.0",
100
100
  "@putout/plugin-eslint": "^5.0.0",
101
101
  "@putout/plugin-extract-object-properties": "^9.0.0",
102
102
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
103
103
  "@putout/plugin-for-of": "^2.0.0",
104
- "@putout/plugin-github": "^6.0.0",
104
+ "@putout/plugin-github": "^7.0.0",
105
105
  "@putout/plugin-gitignore": "^3.0.0",
106
106
  "@putout/plugin-logical-expressions": "^4.0.0",
107
107
  "@putout/plugin-madrun": "^16.0.0",
@@ -117,7 +117,7 @@
117
117
  "@putout/plugin-npmignore": "^2.0.0",
118
118
  "@putout/plugin-package-json": "^5.0.0",
119
119
  "@putout/plugin-promises": "^11.0.0",
120
- "@putout/plugin-putout": "^13.0.0",
120
+ "@putout/plugin-putout": "^14.0.0",
121
121
  "@putout/plugin-putout-config": "^3.0.0",
122
122
  "@putout/plugin-regexp": "^7.0.0",
123
123
  "@putout/plugin-remove-console": "^6.0.0",