Update Probot and other dependencies

This commit is contained in:
Maciej Pędzich 2024-09-03 20:16:20 +02:00
parent daff508183
commit b56a25e762
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D
3 changed files with 1186 additions and 4056 deletions

View File

@ -236,7 +236,7 @@ const appFn: ApplicationFunction = (app: Probot, { getRouter }) => {
if (urlFilenameEntries.length > 0) {
successText = '';
const forkPageUrl = payload.pull_request.head.repo.html_url;
const forkPageUrl = payload.pull_request.head.repo?.html_url;
const httpsDirUrl = `${forkPageUrl}/tree/main/playlists/registry/https:`;
const baseCreateUrl = `${forkPageUrl}/new/main/playlists/registry/FOO`;

5234
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,8 +17,8 @@
},
"homepage": "https://github.com/maciejpedzich/mackorone-playlist-pr-bot#readme",
"dependencies": {
"metadata-scraper": "^0.2.60",
"probot": "^12.3.3",
"metadata-scraper": "^0.2.61",
"probot": "^13.3.7",
"promise-throttle-all": "^1.1.1"
},
"engines": {
@ -27,6 +27,6 @@
"devDependencies": {
"@types/node": "^20.14.11",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
"typescript": "^5.5.4"
}
}