auto-approver
Advanced tools
Comparing version 1.13.2 to 1.13.3
@@ -56,3 +56,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
const matchingRepositories = this.getMatchingRepositories(allRepositories, regex); | ||
const resultPromises = matchingRepositories.map(({ pullRequests, repositorySlug }) => __awaiter(this, void 0, void 0, function* () { | ||
const resultPromises = matchingRepositories.map((_a) => __awaiter(this, [_a], void 0, function* ({ pullRequests, repositorySlug }) { | ||
const actionPromises = pullRequests.map(pullRequest => this.approveByPullNumber(repositorySlug, pullRequest.number)); | ||
@@ -80,3 +80,3 @@ const actionResults = yield Promise.all(actionPromises); | ||
const matchingRepositories = this.getMatchingRepositories(allRepositories, regex); | ||
const resultPromises = matchingRepositories.map(({ pullRequests, repositorySlug }) => __awaiter(this, void 0, void 0, function* () { | ||
const resultPromises = matchingRepositories.map((_a) => __awaiter(this, [_a], void 0, function* ({ pullRequests, repositorySlug }) { | ||
const actionPromises = pullRequests.map(pullRequest => this.commentOnPullRequest(repositorySlug, pullRequest.number, comment)); | ||
@@ -83,0 +83,0 @@ const actionResults = yield Promise.all(actionPromises); |
@@ -5,4 +5,4 @@ { | ||
"dependencies": { | ||
"axios": "1.6.3", | ||
"commander": "11.1.0", | ||
"axios": "1.6.8", | ||
"commander": "12.0.0", | ||
"cosmiconfig": "9.0.0", | ||
@@ -14,6 +14,6 @@ "logdown": "3.3.1" | ||
"http-status-codes": "2.3.0", | ||
"nock": "13.4.0", | ||
"nock": "13.5.4", | ||
"rimraf": "5.0.5", | ||
"typescript": "5.3.3", | ||
"vitest": "1.1.0" | ||
"typescript": "5.4.4", | ||
"vitest": "1.4.0" | ||
}, | ||
@@ -52,4 +52,4 @@ "engines": { | ||
"type": "module", | ||
"version": "1.13.2", | ||
"gitHead": "c73786d7e56bd967a8e5ce12b5e61012e7907eb5" | ||
"version": "1.13.3", | ||
"gitHead": "ca4256609abc0b2ce6b44c4d0691c250830e2993" | ||
} |
+ Addedaxios@1.6.8(transitive)
+ Addedcommander@12.0.0(transitive)
- Removedaxios@1.6.3(transitive)
- Removedcommander@11.1.0(transitive)
Updatedaxios@1.6.8
Updatedcommander@12.0.0