-
-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/dependency_upgrade' into dependabot/npm_and_yar…
…n/p-retry-6.2.0
- Loading branch information
Showing
8 changed files
with
124 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
migrations/20240824215313_add_default_queue_page_size/migration.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
-- RedefineTables | ||
PRAGMA foreign_keys=OFF; | ||
CREATE TABLE "new_Setting" ( | ||
"guildId" TEXT NOT NULL PRIMARY KEY, | ||
"playlistLimit" INTEGER NOT NULL DEFAULT 50, | ||
"secondsToWaitAfterQueueEmpties" INTEGER NOT NULL DEFAULT 30, | ||
"leaveIfNoListeners" BOOLEAN NOT NULL DEFAULT true, | ||
"queueAddResponseEphemeral" BOOLEAN NOT NULL DEFAULT false, | ||
"autoAnnounceNextSong" BOOLEAN NOT NULL DEFAULT false, | ||
"defaultVolume" INTEGER NOT NULL DEFAULT 100, | ||
"defaultQueuePageSize" INTEGER NOT NULL DEFAULT 10, | ||
"createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, | ||
"updatedAt" DATETIME NOT NULL | ||
); | ||
INSERT INTO "new_Setting" ("autoAnnounceNextSong", "createdAt", "defaultVolume", "guildId", "leaveIfNoListeners", "playlistLimit", "queueAddResponseEphemeral", "secondsToWaitAfterQueueEmpties", "updatedAt") SELECT "autoAnnounceNextSong", "createdAt", "defaultVolume", "guildId", "leaveIfNoListeners", "playlistLimit", "queueAddResponseEphemeral", "secondsToWaitAfterQueueEmpties", "updatedAt" FROM "Setting"; | ||
DROP TABLE "Setting"; | ||
ALTER TABLE "new_Setting" RENAME TO "Setting"; | ||
PRAGMA foreign_key_check; | ||
PRAGMA foreign_keys=ON; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "muse", | ||
"version": "2.9.3", | ||
"version": "2.9.4", | ||
"description": "🎧 a self-hosted Discord music bot that doesn't suck ", | ||
"repository": "[email protected]:museofficial/muse.git", | ||
"author": "Max Isom <[email protected]>", | ||
|
@@ -50,7 +50,7 @@ | |
"eslint-config-xo-typescript": "^0.44.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"husky": "^4.3.8", | ||
"prisma": "4.16.0", | ||
"prisma": "5.21.1", | ||
"release-it": "^14.11.8", | ||
"type-fest": "^2.12.0", | ||
"typescript": "^4.6.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -363,15 +363,46 @@ | |
dependencies: | ||
"@prisma/engines-version" "4.16.0-66.b20ead4d3ab9e78ac112966e242ded703f4a052c" | ||
|
||
"@prisma/[email protected]": | ||
version "5.21.1" | ||
resolved "https://registry.yarnpkg.com/@prisma/debug/-/debug-5.21.1.tgz#df4383cb8a6273b1d6112cda0f1d5bef73e71be7" | ||
integrity sha512-uY8SAhcnORhvgtOrNdvWS98Aq/nkQ9QDUxrWAgW8XrCZaI3j2X7zb7Xe6GQSh6xSesKffFbFlkw0c2luHQviZA== | ||
|
||
"@prisma/engines-version@4.16.0-66.b20ead4d3ab9e78ac112966e242ded703f4a052c": | ||
version "4.16.0-66.b20ead4d3ab9e78ac112966e242ded703f4a052c" | ||
resolved "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-4.16.0-66.b20ead4d3ab9e78ac112966e242ded703f4a052c.tgz" | ||
integrity sha512-tMWAF/qF00fbUH1HB4Yjmz6bjh7fzkb7Y3NRoUfMlHu6V+O45MGvqwYxqwBjn1BIUXkl3r04W351D4qdJjrgvA== | ||
|
||
"@prisma/[email protected]": | ||
version "4.16.0" | ||
resolved "https://registry.npmjs.org/@prisma/engines/-/engines-4.16.0.tgz" | ||
integrity sha512-M6XoMRXnqL0rqZGQS8ZpNiHYG4G1fKBdoqW/oBtHnr1in5UYgerZqal3CXchmd6OBD/770PE9dtjQuqcilZJUA== | ||
"@prisma/engines-version@5.21.1-1.bf0e5e8a04cada8225617067eaa03d041e2bba36": | ||
version "5.21.1-1.bf0e5e8a04cada8225617067eaa03d041e2bba36" | ||
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-5.21.1-1.bf0e5e8a04cada8225617067eaa03d041e2bba36.tgz#8a5f136a8ee71995bf635686bd2f1a6650f9320c" | ||
integrity sha512-qvnEflL0//lh44S/T9NcvTMxfyowNeUxTunPcDfKPjyJNrCNf2F1zQLcUv5UHAruECpX+zz21CzsC7V2xAeM7Q== | ||
|
||
"@prisma/[email protected]": | ||
version "5.21.1" | ||
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-5.21.1.tgz#05f9bc50eb4aa169b31cadfb402165bd44e0653f" | ||
integrity sha512-hGVTldUkIkTwoV8//hmnAAiAchi4oMEKD3aW5H2RrnI50tTdwza7VQbTTAyN3OIHWlK5DVg6xV7X8N/9dtOydA== | ||
dependencies: | ||
"@prisma/debug" "5.21.1" | ||
"@prisma/engines-version" "5.21.1-1.bf0e5e8a04cada8225617067eaa03d041e2bba36" | ||
"@prisma/fetch-engine" "5.21.1" | ||
"@prisma/get-platform" "5.21.1" | ||
|
||
"@prisma/[email protected]": | ||
version "5.21.1" | ||
resolved "https://registry.yarnpkg.com/@prisma/fetch-engine/-/fetch-engine-5.21.1.tgz#c56008f954199a3f3f2183d892f093f64976e4d8" | ||
integrity sha512-70S31vgpCGcp9J+mh/wHtLCkVezLUqe/fGWk3J3JWZIN7prdYSlr1C0niaWUyNK2VflLXYi8kMjAmSxUVq6WGQ== | ||
dependencies: | ||
"@prisma/debug" "5.21.1" | ||
"@prisma/engines-version" "5.21.1-1.bf0e5e8a04cada8225617067eaa03d041e2bba36" | ||
"@prisma/get-platform" "5.21.1" | ||
|
||
"@prisma/[email protected]": | ||
version "5.21.1" | ||
resolved "https://registry.yarnpkg.com/@prisma/get-platform/-/get-platform-5.21.1.tgz#a2219e7755cec881dffc66469c31bb0975a95b54" | ||
integrity sha512-sRxjL3Igst3ct+e8ya/x//cDXmpLbZQ5vfps2N4tWl4VGKQAmym77C/IG/psSMsQKszc8uFC/q1dgmKFLUgXZQ== | ||
dependencies: | ||
"@prisma/debug" "5.21.1" | ||
|
||
"@release-it/keep-a-changelog@^2.3.0": | ||
version "2.5.0" | ||
|
@@ -2278,7 +2309,7 @@ fs.realpath@^1.0.0: | |
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" | ||
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= | ||
|
||
fsevents@~2.3.2: | ||
fsevents@2.3.3, fsevents@~2.3.2: | ||
version "2.3.3" | ||
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" | ||
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== | ||
|
@@ -4004,12 +4035,14 @@ prism-media@^1.3.5: | |
resolved "https://registry.yarnpkg.com/prism-media/-/prism-media-1.3.5.tgz#ea1533229f304a1b774b158de40e98c765db0aa6" | ||
integrity sha512-IQdl0Q01m4LrkN1EGIE9lphov5Hy7WWlH6ulf5QdGePLlPas9p2mhgddTEHrlaXYjjFToM1/rWuwF37VF4taaA== | ||
|
||
prisma@4.16.0: | ||
version "4.16.0" | ||
resolved "https://registry.npmjs.org/prisma/-/prisma-4.16.0.tgz" | ||
integrity sha512-kSCwbTm3LCephyGfZMJYqBXpPJXdJStg5xwfzeFmR5C05zfkOURK9pQpJF6uUQvFWm3lI9ZMSNkObmFkAPnB+g== | ||
prisma@5.21.1: | ||
version "5.21.1" | ||
resolved "https://registry.yarnpkg.com/prisma/-/prisma-5.21.1.tgz#3ffe4f4b60ea8df2e6d5f24f0cea090bcc5c0bd6" | ||
integrity sha512-PB+Iqzld/uQBPaaw2UVIk84kb0ITsLajzsxzsadxxl54eaU5Gyl2/L02ysivHxK89t7YrfQJm+Ggk37uvM70oQ== | ||
dependencies: | ||
"@prisma/engines" "4.16.0" | ||
"@prisma/engines" "5.21.1" | ||
optionalDependencies: | ||
fsevents "2.3.3" | ||
|
||
progress@^2.0.0: | ||
version "2.0.3" | ||
|
@@ -4907,9 +4940,9 @@ tslib@^2.5.0: | |
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA== | ||
|
||
tslib@^2.6.2: | ||
version "2.6.3" | ||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" | ||
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ== | ||
version "2.8.0" | ||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b" | ||
integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA== | ||
|
||
tsutils@^3.21.0: | ||
version "3.21.0" | ||
|