release-it 15.11.0 → 16.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 (1) hide show
  1. package/package.json +18 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-it",
3
- "version": "15.11.0",
3
+ "version": "16.0.0",
4
4
  "description": "Generic CLI tool to automate versioning and package publishing-related tasks.",
5
5
  "keywords": [
6
6
  "build",
@@ -48,6 +48,7 @@
48
48
  "test"
49
49
  ],
50
50
  "scripts": {
51
+ "knip": "knip",
51
52
  "lint": "eslint lib test",
52
53
  "format": "prettier --write \"{lib,test}/**/*.js\"",
53
54
  "docs": "remark README.md 'docs/**/*.md' '.github/*.md' -o",
@@ -61,15 +62,15 @@
61
62
  "license": "MIT",
62
63
  "dependencies": {
63
64
  "@iarna/toml": "2.2.5",
64
- "@octokit/rest": "19.0.11",
65
+ "@octokit/rest": "19.0.13",
65
66
  "async-retry": "1.3.3",
66
- "chalk": "5.2.0",
67
- "cosmiconfig": "8.1.3",
67
+ "chalk": "5.3.0",
68
+ "cosmiconfig": "8.2.0",
68
69
  "execa": "7.1.1",
69
70
  "git-url-parse": "13.1.0",
70
- "globby": "13.1.4",
71
- "got": "12.6.1",
72
- "inquirer": "9.2.6",
71
+ "globby": "13.2.1",
72
+ "got": "13.0.0",
73
+ "inquirer": "9.2.7",
73
74
  "is-ci": "3.0.1",
74
75
  "issue-parser": "6.0.0",
75
76
  "lodash": "4.17.21",
@@ -81,7 +82,7 @@
81
82
  "os-name": "5.1.0",
82
83
  "promise.allsettled": "1.0.6",
83
84
  "proxy-agent": "6.2.1",
84
- "semver": "7.5.1",
85
+ "semver": "7.5.3",
85
86
  "shelljs": "0.8.5",
86
87
  "update-notifier": "6.0.2",
87
88
  "url-join": "5.0.0",
@@ -90,23 +91,27 @@
90
91
  },
91
92
  "devDependencies": {
92
93
  "@octokit/request-error": "3.0.3",
93
- "ava": "5.3.0",
94
- "eslint": "8.41.0",
94
+ "ava": "5.3.1",
95
+ "eslint": "8.44.0",
95
96
  "eslint-config-prettier": "8.8.0",
96
97
  "eslint-plugin-ava": "14.0.0",
97
98
  "eslint-plugin-import": "2.27.5",
98
99
  "eslint-plugin-prettier": "4.2.1",
100
+ "knip": "2.14.3",
99
101
  "mock-fs": "5.2.0",
100
102
  "mock-stdio": "1.0.3",
101
103
  "nock": "13.3.1",
102
104
  "prettier": "2.8.8",
103
105
  "remark-cli": "11.0.0",
104
- "remark-preset-webpro": "0.0.2",
105
- "sinon": "15.1.0",
106
+ "remark-preset-webpro": "0.0.3",
107
+ "sinon": "15.2.0",
106
108
  "strip-ansi": "7.1.0"
107
109
  },
110
+ "overrides": {
111
+ "@octokit/plugin-rest-endpoint-methods": "7.2.2"
112
+ },
108
113
  "engines": {
109
- "node": ">=14.9"
114
+ "node": ">=16"
110
115
  },
111
116
  "remarkConfig": {
112
117
  "plugins": [