putout 30.0.2 → 30.0.3

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 +9 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2023.07.06, v30.0.3
2
+
3
+ feature:
4
+ - f0e9054b0 package: @putout/engine-loader v10.0.0
5
+ - daf5b7fd9 package: @putout/engine-parser v7.1.0
6
+ - 1fc9ff504 @putout/engine-parser: add support of Explicit Resource Management (https://github.com/tc39/proposal-explicit-resource-management)
7
+ - 42b95219c package: eslint-plugin-putout v18.0.0
8
+ - 6ba4a3b38 eslint-plugin-putout: drop support of 🐊 < 30
9
+
1
10
  2023.07.05, v30.0.2
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "30.0.2",
3
+ "version": "30.0.3",
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",
@@ -53,7 +53,7 @@
53
53
  "@putout/cli-staged": "^1.0.0",
54
54
  "@putout/cli-validate-args": "^1.0.0",
55
55
  "@putout/compare": "^11.0.0",
56
- "@putout/engine-loader": "^9.0.0",
56
+ "@putout/engine-loader": "^10.0.0",
57
57
  "@putout/engine-parser": "^7.0.0",
58
58
  "@putout/engine-processor": "^7.0.0",
59
59
  "@putout/engine-runner": "^17.0.0",
@@ -209,7 +209,7 @@
209
209
  "escover": "^3.2.2",
210
210
  "eslint": "^8.0.1",
211
211
  "eslint-plugin-n": "^16.0.0",
212
- "eslint-plugin-putout": "^17.0.0",
212
+ "eslint-plugin-putout": "^18.0.0",
213
213
  "just-camel-case": "^4.0.2",
214
214
  "lerna": "^6.0.1",
215
215
  "madrun": "^9.0.0",