putout 32.2.1 → 32.3.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 (3) hide show
  1. package/ChangeLog +16 -0
  2. package/package.json +3 -3
  3. package/putout.json +2 -1
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2023.10.18, v32.3.0
2
+
3
+ feature:
4
+ - 3ea09d3e4 package: @putout/plugin-github v9.0.0
5
+ - e3f59eb58 @putout/plugin-github: add support of node v21 (https://nodejs.org/en/blog/release/v21.0.0)
6
+ - b42197212 @putout/plugin-github: drop support of 🐊 < 27
7
+ - b72e8bb06 package: estree-to-babel v8.0.0
8
+ - ef3a2da61 @putout/engine-loader: parse-ruels: tuple of two elements: boolean (coderaiser/minify#114)
9
+
10
+ 2023.10.12, v32.2.2
11
+
12
+ feature:
13
+ - 0a7bc5a6d package: @putout/plugin-nodejs v8.0.0
14
+ - 0cbd7db34 @putout/plugin-nodejs: drop support of 🐊 < 32
15
+ - 641dbb2af @putout/plugin-nodejs: convert-buffer-to-buffer-alloc: encoding
16
+
1
17
  2023.10.11, v32.2.1
2
18
 
3
19
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "32.2.1",
3
+ "version": "32.3.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",
@@ -102,7 +102,7 @@
102
102
  "@putout/plugin-extract-object-properties": "^9.0.0",
103
103
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
104
104
  "@putout/plugin-for-of": "^3.0.0",
105
- "@putout/plugin-github": "^8.0.0",
105
+ "@putout/plugin-github": "^9.0.0",
106
106
  "@putout/plugin-gitignore": "^3.0.0",
107
107
  "@putout/plugin-logical-expressions": "^4.0.0",
108
108
  "@putout/plugin-madrun": "^16.0.0",
@@ -113,7 +113,7 @@
113
113
  "@putout/plugin-merge-duplicate-imports": "^9.0.0",
114
114
  "@putout/plugin-montag": "^2.0.0",
115
115
  "@putout/plugin-new": "^2.0.0",
116
- "@putout/plugin-nodejs": "^7.0.0",
116
+ "@putout/plugin-nodejs": "^8.0.0",
117
117
  "@putout/plugin-npmignore": "^2.0.0",
118
118
  "@putout/plugin-package-json": "^5.0.0",
119
119
  "@putout/plugin-promises": "^13.0.0",
package/putout.json CHANGED
@@ -61,7 +61,8 @@
61
61
  "versions": [
62
62
  "16.x",
63
63
  "18.x",
64
- "20.x"
64
+ "20.x",
65
+ "21.x"
65
66
  ]
66
67
  }],
67
68
  "remove-useless-escape": "off"