redput 2.5.0 → 2.6.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 +16 -0
  2. package/package.json +9 -9
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2024.12.28, v2.6.0
2
+
3
+ feature:
4
+ - 6732fc0 redput: putout v37.7.2
5
+ - cec2d7c redput: @putout/plugin-remove-unused-variables v10.1.0
6
+ - d56c841 redput: @putout/plugin-putout v22.0.0
7
+ - 283c164 redput: @putout/plugin-nodejs v13.1.1
8
+ - 55cf1d2 redput: @putout/plugin-declare-before-reference v5.1.0
9
+ - b46a6d1 redput: eslint-plugin-putout v23.3.0
10
+
11
+ 2024.07.19, v2.5.1
12
+
13
+ feature:
14
+ - 5903bd0 redput: putout v36.0.2
15
+ - 980e894 redput: @putout/test v11.0.0
16
+
1
17
  2024.07.14, v2.5.0
2
18
 
3
19
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "git://github.com/putoutjs/redput.git"
31
+ "url": "git+https://github.com/putoutjs/redput.git"
32
32
  },
33
33
  "keywords": [
34
34
  "redput",
@@ -59,23 +59,23 @@
59
59
  "dependencies": {
60
60
  "@putout/plugin-convert-esm-to-commonjs": "^6.0.0",
61
61
  "@putout/plugin-declare": "^4.0.0",
62
- "@putout/plugin-declare-before-reference": "^4.0.0",
63
- "@putout/plugin-nodejs": "^11.0.0",
64
- "@putout/plugin-putout": "^20.6.0",
65
- "@putout/plugin-remove-unused-variables": "^9.0.0",
62
+ "@putout/plugin-declare-before-reference": "^5.1.0",
63
+ "@putout/plugin-nodejs": "^13.1.1",
64
+ "@putout/plugin-putout": "^22.0.0",
65
+ "@putout/plugin-remove-unused-variables": "^10.1.0",
66
66
  "node-fetch": "^3.3.2",
67
67
  "octokit": "^4.0.2",
68
- "putout": "^35.0.0",
68
+ "putout": "^37.7.2",
69
69
  "rendy": "^4.1.3",
70
70
  "try-catch": "^3.0.1",
71
71
  "try-to-catch": "^3.0.1"
72
72
  },
73
73
  "devDependencies": {
74
- "@putout/test": "^10.0.0",
74
+ "@putout/test": "^11.0.0",
75
75
  "c8": "^10.1.2",
76
76
  "escover": "^4.0.1",
77
77
  "eslint": "^9.0.0",
78
- "eslint-plugin-putout": "^22.1.0",
78
+ "eslint-plugin-putout": "^23.3.0",
79
79
  "madrun": "^10.0.0",
80
80
  "montag": "^1.2.1",
81
81
  "nodemon": "^3.0.1",