release-it 19.2.2 → 19.2.4

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.
@@ -408,7 +408,7 @@ class GitHub extends Release {
408
408
  async commentOnResolvedItems() {
409
409
  const { isDryRun } = this.config;
410
410
  const { host, owner, project: repo } = this.getContext('repo');
411
- const changelog = await this.getChangelog();
411
+ const changelog = this.config.getContext('changelog');
412
412
  const { comments } = this.options;
413
413
  const { submit, issue, pr } = comments ?? {};
414
414
  const context = this.getContext();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-it",
3
- "version": "19.2.2",
3
+ "version": "19.2.4",
4
4
  "description": "Generic CLI tool to automate versioning and package publishing-related tasks.",
5
5
  "keywords": [
6
6
  "build",
@@ -97,33 +97,32 @@
97
97
  "proxy-agent": "6.5.0",
98
98
  "semver": "7.7.3",
99
99
  "tinyglobby": "0.2.15",
100
- "undici": "6.22.0",
100
+ "undici": "6.23.0",
101
101
  "url-join": "5.0.0",
102
102
  "wildcard-match": "5.1.4",
103
103
  "yargs-parser": "21.1.1"
104
104
  },
105
105
  "devDependencies": {
106
- "@eslint/compat": "1.4.1",
107
- "@eslint/eslintrc": "3.3.3",
108
106
  "@eslint/js": "9.39.2",
109
107
  "@octokit/request-error": "7.1.0",
110
- "@types/node": "25.0.3",
108
+ "@types/node": "24.10.9",
111
109
  "eslint": "9.39.2",
112
110
  "eslint-plugin-import-x": "4.16.1",
113
111
  "globals": "16.5.0",
114
112
  "installed-check": "9.3.0",
115
- "knip": "5.76.3",
116
- "mentoss": "0.12.0",
113
+ "knip": "5.82.1",
114
+ "mentoss": "0.13.0",
117
115
  "mock-stdio": "1.0.3",
118
- "prettier": "3.7.4",
116
+ "prettier": "3.8.0",
119
117
  "remark-cli": "12.0.1",
120
- "remark-preset-webpro": "2.0.1",
121
- "tar": "7.5.2",
118
+ "remark-preset-webpro": "2.1.0",
119
+ "tar": "7.5.4",
122
120
  "typescript": "5.9.3"
123
121
  },
124
122
  "overrides": {
125
123
  "pac-resolver": "7.0.1",
126
- "socks": "2.8.3"
124
+ "socks": "2.8.3",
125
+ "glob": "13.0.0"
127
126
  },
128
127
  "engines": {
129
128
  "node": "^20.12.0 || >=22.0.0"