Socket
Socket
Sign inDemoInstall

release-it

Package Overview
Dependencies
352
Maintainers
1
Versions
392
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 17.0.1 to 17.0.2

9

lib/plugin/github/GitHub.js

@@ -374,3 +374,3 @@ import fs from 'node:fs';

const { owner, project: repo } = this.getContext('repo');
const { changelog } = this.config.getContext();
const changelog = await this.getChangelog();
const { comments } = this.options;

@@ -380,3 +380,3 @@ const { submit, issue, pr } = comments;

if (!submit || !changelog || isDryRun) return;
if (!submit || !changelog) return;

@@ -395,2 +395,7 @@ const shas = getCommitsFromChangelog(changelog);

if (isDryRun) {
this.log.exec(`octokit issues.createComment (${url})`, { isDryRun });
return;
}
try {

@@ -397,0 +402,0 @@ await this.client.issues.createComment({ owner, repo, issue_number: number, body: comment });

{
"name": "release-it",
"version": "17.0.1",
"version": "17.0.2",
"description": "Generic CLI tool to automate versioning and package publishing-related tasks.",

@@ -78,5 +78,5 @@ "keywords": [

"chalk": "5.3.0",
"cosmiconfig": "8.3.6",
"cosmiconfig": "9.0.0",
"execa": "8.0.1",
"git-url-parse": "13.1.1",
"git-url-parse": "14.0.0",
"globby": "14.0.0",

@@ -91,5 +91,5 @@ "got": "13.0.0",

"node-fetch": "3.3.2",
"open": "9.1.0",
"ora": "7.0.1",
"os-name": "5.1.0",
"open": "10.0.3",
"ora": "8.0.1",
"os-name": "6.0.0",
"promise.allsettled": "1.0.7",

@@ -107,13 +107,13 @@ "proxy-agent": "6.3.1",

"ava": "5.3.1",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"fs-monkey": "1.0.5",
"knip": "2.41.0",
"knip": "4.2.1",
"memfs": "4.6.0",
"mock-stdio": "1.0.3",
"nock": "13.3.8",
"prettier": "3.0.3",
"nock": "13.5.0",
"prettier": "3.2.4",
"remark-cli": "12.0.0",

@@ -120,0 +120,0 @@ "remark-preset-webpro": "1.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc