redput 1.15.1 → 2.0.1

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 +17 -0
  2. package/package.json +10 -11
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2023.12.13, v2.0.1
2
+
3
+ feature:
4
+ - 500158f redput: escover v4.0.1
5
+ - 0939e42 redput: @putout/test v8.0.0
6
+ - c38a03f redput: @putout/plugin-putout v18.0.0
7
+ - 2b18949 redput: @putout/plugin-remove-unused-variables v8.0.0
8
+ - 06ee597 redput: eslint-plugin-putout v22.1.0
9
+ - 4c16df5 redput: supertape v9.0.0
10
+
11
+ 2023.12.10, v2.0.0
12
+
13
+ feature:
14
+ - c797ecb drop support of node < 18
15
+ - 21b28a6 redput: madrun v10.0.0
16
+ - d9ab420 redput: putout v34.0.0
17
+
1
18
  2023.11.28, v1.15.1
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "1.15.1",
3
+ "version": "2.0.1",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {
@@ -54,32 +54,31 @@
54
54
  "homepage": "https://github.com/putoutjs/redput",
55
55
  "license": "MIT",
56
56
  "engines": {
57
- "node": ">=16"
57
+ "node": ">=18"
58
58
  },
59
59
  "dependencies": {
60
60
  "@putout/plugin-convert-esm-to-commonjs": "^6.0.0",
61
61
  "@putout/plugin-declare": "^2.0.1",
62
- "@putout/plugin-putout": "^17.0.0",
63
- "@putout/plugin-remove-unused-variables": "^7.0.0",
62
+ "@putout/plugin-putout": "^18.0.0",
63
+ "@putout/plugin-remove-unused-variables": "^8.0.0",
64
64
  "node-fetch": "^3.3.2",
65
65
  "octokit": "^3.1.0",
66
- "putout": "^33.9.1",
66
+ "putout": "^34.0.0",
67
67
  "rendy": "^4.1.3",
68
68
  "try-catch": "^3.0.1",
69
69
  "try-to-catch": "^3.0.1"
70
70
  },
71
71
  "devDependencies": {
72
- "@putout/test": "^7.0.1",
72
+ "@putout/test": "^8.0.0",
73
73
  "c8": "^8.0.0",
74
- "escover": "^3.4.0",
74
+ "escover": "^4.0.1",
75
75
  "eslint": "^8.0.0",
76
76
  "eslint-plugin-n": "^16.0.1",
77
- "eslint-plugin-putout": "^21.0.1",
78
- "madrun": "^9.3.0",
77
+ "eslint-plugin-putout": "^22.1.0",
78
+ "madrun": "^10.0.0",
79
79
  "montag": "^1.2.1",
80
80
  "nodemon": "^3.0.1",
81
- "nyc": "^15.0.0",
82
- "supertape": "^8.1.0"
81
+ "supertape": "^9.0.0"
83
82
  },
84
83
  "publishConfig": {
85
84
  "access": "public"