New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

release-please

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-please - npm Package Compare versions

Comparing version

to
17.0.0

@@ -44,2 +44,3 @@ import { PullRequest } from './pull-request';

proxy?: ProxyOption;
fetch?: any;
}

@@ -46,0 +47,0 @@ type CommitFilter = (commit: Commit) => boolean;

@@ -406,2 +406,3 @@ "use strict";

agent: this.createDefaultAgent(apiUrl, options.proxy),
fetch: options.fetch,
},

@@ -415,2 +416,3 @@ }),

},
fetch: options.fetch,
}),

@@ -421,2 +423,3 @@ graphql: graphql_1.graphql.defaults({

agent: this.createDefaultAgent(graphqlUrl, options.proxy),
fetch: options.fetch,
},

@@ -423,0 +426,0 @@ headers: {

@@ -17,2 +17,2 @@ export * as Errors from './errors';

export declare const manifestSchema: any;
export declare const VERSION = "16.18.0";
export declare const VERSION = "17.0.0";

@@ -39,4 +39,4 @@ "use strict";

// x-release-please-start-version
exports.VERSION = '16.18.0';
exports.VERSION = '17.0.0';
// x-release-please-end
//# sourceMappingURL=index.js.map
{
"name": "release-please",
"version": "16.18.0",
"version": "17.0.0",
"description": "generate release PRs based on the conventionalcommits.org spec",

@@ -63,4 +63,5 @@ "main": "./build/src/index.js",

"gts": "^3.1.0",
"mocha": "^9.2.2",
"mocha": "^10.8.2",
"nock": "^13.0.0",
"node-fetch": "^2.6.0",
"sinon": "18.0.1",

@@ -71,12 +72,12 @@ "snap-shot-it": "^7.0.0"

"@conventional-commits/parser": "^0.4.1",
"@google-automations/git-file-utils": "^2.0.0",
"@google-automations/git-file-utils": "^3.0.0",
"@iarna/toml": "^3.0.0",
"@octokit/graphql": "^5.0.0",
"@octokit/request": "^6.0.0",
"@octokit/request-error": "^3.0.0",
"@octokit/rest": "^19.0.0",
"@octokit/graphql": "^7.1.0",
"@octokit/request": "^8.3.1",
"@octokit/request-error": "^5.1.0",
"@octokit/rest": "^20.1.1",
"@types/npm-package-arg": "^6.1.0",
"@xmldom/xmldom": "^0.8.4",
"chalk": "^4.0.0",
"code-suggester": "^4.2.0",
"code-suggester": "^5.0.0",
"conventional-changelog-conventionalcommits": "^6.0.0",

@@ -83,0 +84,0 @@ "conventional-changelog-writer": "^6.0.0",

Sorry, the diff of this file is too big to display