@putout/printer 6.17.0 → 7.0.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 +9 -0
  2. package/package.json +6 -6
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2023.12.10, v7.0.0
2
+
3
+ feature:
4
+ - d9a3874 @putout/printer: escover v4.0.1
5
+ - 93781cd @putout/printer: @putout/compare v14.0.0
6
+ - e2fe43d @putout/printer: drop support of node < 18
7
+ - b713b09 @putout/printer: madrun v10.0.0
8
+ - 16df5a6 @putout/printer: putout v34.0.0
9
+
1
10
  2023.12.08, v6.17.0
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/printer",
3
- "version": "6.17.0",
3
+ "version": "7.0.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@putout/babel": "^1.1.1",
31
- "@putout/compare": "^13.0.0",
31
+ "@putout/compare": "^14.0.0",
32
32
  "@putout/operate": "^11.0.0",
33
33
  "@putout/operator-json": "^1.2.0",
34
34
  "fullstore": "^3.0.0",
@@ -55,23 +55,23 @@
55
55
  "acorn": "^8.8.2",
56
56
  "c8": "^8.0.0",
57
57
  "check-dts": "^0.7.2",
58
- "escover": "^3.0.0",
58
+ "escover": "^4.0.1",
59
59
  "eslint": "^8.0.1",
60
60
  "eslint-plugin-n": "^16.0.0",
61
61
  "eslint-plugin-putout": "^21.0.1",
62
62
  "estree-to-babel": "^8.0.0",
63
63
  "just-kebab-case": "^4.2.0",
64
- "madrun": "^9.0.0",
64
+ "madrun": "^10.0.0",
65
65
  "mock-require": "^3.0.3",
66
66
  "montag": "^1.0.0",
67
67
  "nodemon": "^3.0.1",
68
- "putout": "^33.1.1",
68
+ "putout": "^34.0.0",
69
69
  "supertape": "^8.0.0",
70
70
  "try-catch": "^3.0.0"
71
71
  },
72
72
  "license": "MIT",
73
73
  "engines": {
74
- "node": ">=16"
74
+ "node": ">=18"
75
75
  },
76
76
  "publishConfig": {
77
77
  "access": "public"