aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes4
-rw-r--r--.github/workflows/SETUP.md (renamed from SETUP.md)4
-rwxr-xr-x.pnp.js587
-rw-r--r--.vscode/extensions.json9
-rw-r--r--.vscode/launch.json24
-rw-r--r--.vscode/settings.json26
-rw-r--r--.yarn/sdks/typescript/lib/tsc.js16
-rw-r--r--.yarn/sdks/typescript/lib/tsserver.js259
-rw-r--r--.yarn/sdks/typescript/lib/typescript.js16
-rw-r--r--.yarn/sdks/typescript/package.json8
-rw-r--r--LICENSE449
-rw-r--r--README.md3
-rw-r--r--ecosystem.config.js16
-rw-r--r--ecosystem.config.json16
-rw-r--r--package.json30
-rw-r--r--src/commands/config/prefix.ts (renamed from src/commands/server-config/prefix.ts)4
-rw-r--r--src/commands/dev/eval.ts144
-rw-r--r--src/commands/dev/reload.ts4
-rw-r--r--src/commands/dev/setLevel.ts2
-rw-r--r--src/commands/info/help.ts2
-rw-r--r--src/commands/info/ping.ts2
-rw-r--r--src/commands/info/pronouns.ts2
-rw-r--r--src/commands/moderation/ban.ts12
-rw-r--r--src/commands/moderation/kick.ts10
-rw-r--r--src/commands/moderation/role.ts22
-rw-r--r--src/commands/moulberry-bush/capePerms.ts13
-rw-r--r--src/commands/moulberry-bush/giveawayPing.ts7
-rw-r--r--src/commands/moulberry-bush/rule.ts8
-rw-r--r--src/config/example-options.ts4
-rw-r--r--src/lib/extensions/BushClient.ts75
-rw-r--r--src/lib/extensions/BushClientUtil.ts879
-rw-r--r--src/lib/extensions/BushCommand.ts35
-rw-r--r--src/lib/extensions/BushCommandHandler.ts273
-rw-r--r--src/lib/extensions/BushInhibitor.ts2
-rw-r--r--src/lib/extensions/BushInhinitorHandler.ts6
-rw-r--r--src/lib/extensions/BushListener.ts2
-rw-r--r--src/lib/extensions/BushTask.ts2
-rw-r--r--src/lib/extensions/Util.ts529
-rw-r--r--src/lib/utils/BushCache.ts5
-rw-r--r--src/lib/utils/BushLogger.ts191
-rw-r--r--src/lib/utils/Console.ts115
-rw-r--r--src/lib/utils/Logger.ts43
-rw-r--r--src/listeners/client/ready.ts21
-rw-r--r--src/listeners/commands/commandBlocked.ts8
-rw-r--r--src/listeners/commands/commandError.ts71
-rw-r--r--src/listeners/commands/commandStarted.ts13
-rw-r--r--src/listeners/message/level.ts3
-rw-r--r--src/listeners/other/consoleListener.ts50
-rw-r--r--src/listeners/other/promiseRejection.ts23
-rw-r--r--src/tasks/unban.ts5
-rw-r--r--yarn.lock405
51 files changed, 2932 insertions, 1527 deletions
diff --git a/.gitattributes b/.gitattributes
index 94f480d..c93e4e8 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,3 @@
-* text=auto eol=lf \ No newline at end of file
+* text=auto eol=l
+.pnp.js linguist-generated
+yarn.lock linguist-generated \ No newline at end of file
diff --git a/SETUP.md b/.github/workflows/SETUP.md
index 782c204..751cfde 100644
--- a/SETUP.md
+++ b/.github/workflows/SETUP.md
@@ -4,14 +4,14 @@
2. Run `yarn` to make sure dependencies are all set up
3. Copy `src/config/example-options.ts` to `src/config/options.ts` and change all the options to what you need
-### Database
+## Database
1. Make sure to have a postgresql db running on something you can access (postgres supports all OSes)
2. Make sure you have a db with the correct name (for dev it is `bush-bot-dev`, for non-dev it is `bush-bot`)
Sequelize will handle tables for you, no need to do anything besides make the db
-### Start
+## Start
In production, use `yarn start` to start the bot.
In dev, use `yarn dev` to start the bot.
diff --git a/.pnp.js b/.pnp.js
index 105532c..7a34845 100755
--- a/.pnp.js
+++ b/.pnp.js
@@ -39,29 +39,29 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
"packageDependencies": [
["@discordjs/voice", "npm:0.4.0"],
["@types/common-tags", "npm:1.8.0"],
- ["@types/express", "npm:4.17.11"],
- ["@types/node", "npm:14.17.0"],
+ ["@types/express", "npm:4.17.12"],
+ ["@types/node", "npm:14.17.3"],
["@types/uuid", "npm:8.3.0"],
- ["@typescript-eslint/eslint-plugin", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.24.0"],
- ["@typescript-eslint/parser", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.24.0"],
+ ["@typescript-eslint/eslint-plugin", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.27.0"],
+ ["@typescript-eslint/parser", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.27.0"],
["body-parser", "npm:1.19.0"],
["chalk", "npm:4.1.1"],
["common-tags", "npm:1.8.0"],
- ["discord-akairo", "https://github.com/SkyBlockDev/discord-akairo.git#commit=599ba6d382b3c156941928d9548f0f70d1d8d624"],
+ ["discord-akairo", "https://github.com/NotEnoughUpdates/discord-akairo.git#commit=98309bfc2b384cb41610ab7221fcd683fe8e2f88"],
["discord-api-types", "npm:0.18.1"],
- ["discord.js", "npm:13.0.0-dev.918921e8211fc16e9b12d2502f3168264246ea22"],
- ["esbuild", "npm:0.12.1"],
- ["eslint", "npm:7.26.0"],
+ ["discord.js", "npm:13.0.0-dev.807ea2d3c197c7c6556bd1c894114932f6657d49"],
+ ["esbuild", "npm:0.12.9"],
+ ["eslint", "npm:7.29.0"],
["eslint-config-prettier", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:8.3.0"],
["got", "npm:11.8.2"],
["moment", "npm:2.29.1"],
["pg", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:8.6.0"],
- ["pg-hstore", "npm:2.3.3"],
- ["prettier", "npm:2.3.0"],
+ ["pg-hstore", "npm:2.3.4"],
+ ["prettier", "npm:2.3.1"],
["rimraf", "npm:3.0.2"],
["sequelize", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:6.6.2"],
["source-map-support", "npm:0.5.19"],
- ["typescript", "patch:typescript@npm%3A4.2.4#builtin<compat/typescript>::version=4.2.4&hash=ddfc1b"],
+ ["typescript", "patch:typescript@npm%3A4.3.4#builtin<compat/typescript>::version=4.3.4&hash=ddfc1b"],
["uuid", "npm:8.3.2"]
],
"linkType": "SOFT",
@@ -72,26 +72,26 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
"packageLocation": "./.yarn/cache/@babel-code-frame-npm-7.12.11-1a9a1b277f-033d3fb3bf.zip/node_modules/@babel/code-frame/",
"packageDependencies": [
["@babel/code-frame", "npm:7.12.11"],
- ["@babel/highlight", "npm:7.14.0"]
+ ["@babel/highlight", "npm:7.14.5"]
],
"linkType": "HARD",
}]
]],
["@babel/helper-validator-identifier", [
- ["npm:7.14.0", {
- "packageLocation": "./.yarn/cache/@babel-helper-validator-identifier-npm-7.14.0-88c0d4b395-bd67b4a1a4.zip/node_modules/@babel/helper-validator-identifier/",
+ ["npm:7.14.5", {
+ "packageLocation": "./.yarn/cache/@babel-helper-validator-identifier-npm-7.14.5-d29d30a813-778312189a.zip/node_modules/@babel/helper-validator-identifier/",
"packageDependencies": [
- ["@babel/helper-validator-identifier", "npm:7.14.0"]
+ ["@babel/helper-validator-identifier", "npm:7.14.5"]
],
"linkType": "HARD",
}]
]],
["@babel/highlight", [
- ["npm:7.14.0", {
- "packageLocation": "./.yarn/cache/@babel-highlight-npm-7.14.0-54986133d5-0122fcd3cd.zip/node_modules/@babel/highlight/",
+ ["npm:7.14.5", {
+ "packageLocation": "./.yarn/cache/@babel-highlight-npm-7.14.5-4a18106cbc-a1ed599c26.zip/node_modules/@babel/highlight/",
"packageDependencies": [
- ["@babel/highlight", "npm:7.14.0"],
- ["@babel/helper-validator-identifier", "npm:7.14.0"],
+ ["@babel/highlight", "npm:7.14.5"],
+ ["@babel/helper-validator-identifier", "npm:7.14.5"],
["chalk", "npm:2.4.2"],
["js-tokens", "npm:4.0.0"]
],
@@ -114,7 +114,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@discordjs/form-data", "npm:3.0.1"],
["asynckit", "npm:0.4.0"],
["combined-stream", "npm:1.0.8"],
- ["mime-types", "npm:2.1.30"]
+ ["mime-types", "npm:2.1.31"]
],
"linkType": "HARD",
}]
@@ -124,7 +124,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
"packageLocation": "./.yarn/cache/@discordjs-voice-npm-0.4.0-275bceca0f-a1b65c946d.zip/node_modules/@discordjs/voice/",
"packageDependencies": [
["@discordjs/voice", "npm:0.4.0"],
- ["@types/ws", "npm:7.4.4"],
+ ["@types/ws", "npm:7.4.5"],
["discord-api-types", "npm:0.18.1"],
["prism-media", "virtual:275bceca0f79f8e7aeb7f77acb5a6bd201e7eea264e9dfd8dcc0bcf35691357327303c09557dfc1495b9a1f8e9cf8278133d234783570df6cb70a249778f3198#npm:1.3.1"],
["tiny-typed-emitter", "npm:2.0.3"],
@@ -134,14 +134,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]
]],
["@eslint/eslintrc", [
- ["npm:0.4.1", {
- "packageLocation": "./.yarn/cache/@eslint-eslintrc-npm-0.4.1-48933b2833-418f5810c8.zip/node_modules/@eslint/eslintrc/",
+ ["npm:0.4.2", {
+ "packageLocation": "./.yarn/cache/@eslint-eslintrc-npm-0.4.2-f8b688e654-60b66ce425.zip/node_modules/@eslint/eslintrc/",
"packageDependencies": [
- ["@eslint/eslintrc", "npm:0.4.1"],
+ ["@eslint/eslintrc", "npm:0.4.2"],
["ajv", "npm:6.12.6"],
- ["debug", "virtual:48933b28331d16c1d73786360e7ba20f54f6df4949c6ab5c13ac4c4353b5c70f2d36a97de9a9c531027ad3588d8fd7f384706f298f0eff0356b58bb9c47f63ec#npm:4.3.1"],
+ ["debug", "virtual:428f325a939c2653ad822eb3d75efb02ac311523dd0d4f9645afc39ea00bd86eceac35a9d59c9b6977d76b670a4ef0ae057ea572338a44729aa592711a8c05a3#npm:4.3.2"],
["espree", "npm:7.3.1"],
- ["globals", "npm:12.4.0"],
+ ["globals", "npm:13.9.0"],
["ignore", "npm:4.0.6"],
["import-fresh", "npm:3.3.0"],
["js-yaml", "npm:3.14.1"],
@@ -152,31 +152,31 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]
]],
["@nodelib/fs.scandir", [
- ["npm:2.1.4", {
- "packageLocation": "./.yarn/cache/@nodelib-fs.scandir-npm-2.1.4-6f6ddb2372-30b3102ee3.zip/node_modules/@nodelib/fs.scandir/",
+ ["npm:2.1.5", {
+ "packageLocation": "./.yarn/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-91b3de88d9.zip/node_modules/@nodelib/fs.scandir/",
"packageDependencies": [
- ["@nodelib/fs.scandir", "npm:2.1.4"],
- ["@nodelib/fs.stat", "npm:2.0.4"],
+ ["@nodelib/fs.scandir", "npm:2.1.5"],
+ ["@nodelib/fs.stat", "npm:2.0.5"],
["run-parallel", "npm:1.2.0"]
],
"linkType": "HARD",
}]
]],
["@nodelib/fs.stat", [
- ["npm:2.0.4", {
- "packageLocation": "./.yarn/cache/@nodelib-fs.stat-npm-2.0.4-0b2acf9d70-6454a79e94.zip/node_modules/@nodelib/fs.stat/",
+ ["npm:2.0.5", {
+ "packageLocation": "./.yarn/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-a4fcf7408f.zip/node_modules/@nodelib/fs.stat/",
"packageDependencies": [
- ["@nodelib/fs.stat", "npm:2.0.4"]
+ ["@nodelib/fs.stat", "npm:2.0.5"]
],
"linkType": "HARD",
}]
]],
["@nodelib/fs.walk", [
- ["npm:1.2.6", {
- "packageLocation": "./.yarn/cache/@nodelib-fs.walk-npm-1.2.6-b686194e9d-d0503ffd0b.zip/node_modules/@nodelib/fs.walk/",
+ ["npm:1.2.7", {
+ "packageLocation": "./.yarn/cache/@nodelib-fs.walk-npm-1.2.7-69f33ea303-ac8e2d9ca0.zip/node_modules/@nodelib/fs.walk/",
"packageDependencies": [
- ["@nodelib/fs.walk", "npm:1.2.6"],
- ["@nodelib/fs.scandir", "npm:2.1.4"],
+ ["@nodelib/fs.walk", "npm:1.2.7"],
+ ["@nodelib/fs.scandir", "npm:2.1.5"],
["fastq", "npm:1.11.0"]
],
"linkType": "HARD",
@@ -216,7 +216,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
"packageDependencies": [
["@types/body-parser", "npm:1.19.0"],
["@types/connect", "npm:3.4.34"],
- ["@types/node", "npm:15.3.0"]
+ ["@types/node", "npm:15.12.4"]
],
"linkType": "HARD",
}]
@@ -228,7 +228,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@types/cacheable-request", "npm:6.0.1"],
["@types/http-cache-semantics", "npm:4.0.0"],
["@types/keyv", "npm:3.1.1"],
- ["@types/node", "npm:15.3.0"],
+ ["@types/node", "npm:15.12.4"],
["@types/responselike", "npm:1.0.0"]
],
"linkType": "HARD",
@@ -248,18 +248,18 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
"packageLocation": "./.yarn/cache/@types-connect-npm-3.4.34-39e4f7bb55-6f712a0408.zip/node_modules/@types/connect/",
"packageDependencies": [
["@types/connect", "npm:3.4.34"],
- ["@types/node", "npm:15.3.0"]
+ ["@types/node", "npm:15.12.4"]
],
"linkType": "HARD",
}]
]],
["@types/express", [
- ["npm:4.17.11", {
- "packageLocation": "./.yarn/cache/@types-express-npm-4.17.11-1b3f17f056-2818120a0f.zip/node_modules/@types/express/",
+ ["npm:4.17.12", {
+ "packageLocation": "./.yarn/cache/@types-express-npm-4.17.12-d30bfc5b29-b1ab50e037.zip/node_modules/@types/express/",
"packageDependencies": [
- ["@types/express", "npm:4.17.11"],
+ ["@types/express", "npm:4.17.12"],
["@types/body-parser", "npm:1.19.0"],
- ["@types/express-serve-static-core", "npm:4.17.19"],
+ ["@types/express-serve-static-core", "npm:4.17.21"],
["@types/qs", "npm:6.9.6"],
["@types/serve-static", "npm:1.13.9"]
],
@@ -267,11 +267,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]
]],
["@types/express-serve-static-core", [
- ["npm:4.17.19", {
- "packageLocation": "./.yarn/cache/@types-express-serve-static-core-npm-4.17.19-3f514f7e12-b6c8c357c5.zip/node_modules/@types/express-serve-static-core/",
+ ["npm:4.17.21", {
+ "packageLocation": "./.yarn/cache/@types-express-serve-static-core-npm-4.17.21-a9ca773254-437165cc12.zip/node_modules/@types/express-serve-static-core/",
"packageDependencies": [
- ["@types/express-serve-static-core", "npm:4.17.19"],
- ["@types/node", "npm:15.3.0"],
+ ["@types/express-serve-static-core", "npm:4.17.21"],
+ ["@types/node", "npm:15.12.4"],
["@types/qs", "npm:6.9.6"],
["@types/range-parser", "npm:1.2.3"]
],
@@ -301,7 +301,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
"packageLocation": "./.yarn/cache/@types-keyv-npm-3.1.1-779a80f2c7-3aaf557d5b.zip/node_modules/@types/keyv/",
"packageDependencies": [
["@types/keyv", "npm:3.1.1"],
- ["@types/node", "npm:15.3.0"]
+ ["@types/node", "npm:15.12.4"]
],
"linkType": "HARD",
}]
@@ -316,17 +316,17 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]
]],
["@types/node", [
- ["npm:14.17.0", {
- "packageLocation": "./.yarn/cache/@types-node-npm-14.17.0-2942ba859f-f437147b39.zip/node_modules/@types/node/",
+ ["npm:14.17.3", {
+ "packageLocation": "./.yarn/cache/@types-node-npm-14.17.3-e3cd89920d-0d3e3c3dbb.zip/node_modules/@types/node/",
"packageDependencies": [
- ["@types/node", "npm:14.17.0"]
+ ["@types/node", "npm:14.17.3"]
],
"linkType": "HARD",
}],
- ["npm:15.3.0", {
- "packageLocation": "./.yarn/cache/@types-node-npm-15.3.0-7ebc66d6bc-44039665ab.zip/node_modules/@types/node/",
+ ["npm:15.12.4", {
+ "packageLocation": "./.yarn/cache/@types-node-npm-15.12.4-9b6a9838ed-64b121a7e8.zip/node_modules/@types/node/",
"packageDependencies": [
- ["@types/node", "npm:15.3.0"]
+ ["@types/node", "npm:15.12.4"]
],
"linkType": "HARD",
}]
@@ -354,7 +354,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
"packageLocation": "./.yarn/cache/@types-responselike-npm-1.0.0-85dd08af42-e6e6613c80.zip/node_modules/@types/responselike/",
"packageDependencies": [
["@types/responselike", "npm:1.0.0"],
- ["@types/node", "npm:15.3.0"]
+ ["@types/node", "npm:15.12.4"]
],
"linkType": "HARD",
}]
@@ -365,7 +365,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
"packageDependencies": [
["@types/serve-static", "npm:1.13.9"],
["@types/mime", "npm:1.3.2"],
- ["@types/node", "npm:15.3.0"]
+ ["@types/node", "npm:15.12.4"]
],
"linkType": "HARD",
}]
@@ -380,40 +380,40 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]
]],
["@types/ws", [
- ["npm:7.4.4", {
- "packageLocation": "./.yarn/cache/@types-ws-npm-7.4.4-63bcbe5794-6a02b31642.zip/node_modules/@types/ws/",
+ ["npm:7.4.5", {
+ "packageLocation": "./.yarn/cache/@types-ws-npm-7.4.5-3f11000a5b-b467f596cc.zip/node_modules/@types/ws/",
"packageDependencies": [
- ["@types/ws", "npm:7.4.4"],
- ["@types/node", "npm:15.3.0"]
+ ["@types/ws", "npm:7.4.5"],
+ ["@types/node", "npm:15.12.4"]
],
"linkType": "HARD",
}]
]],
["@typescript-eslint/eslint-plugin", [
- ["npm:4.24.0", {
- "packageLocation": "./.yarn/cache/@typescript-eslint-eslint-plugin-npm-4.24.0-0ce39c60ea-b3fb023320.zip/node_modules/@typescript-eslint/eslint-plugin/",
+ ["npm:4.27.0", {
+ "packageLocation": "./.yarn/cache/@typescript-eslint-eslint-plugin-npm-4.27.0-0af934a50c-6f5e556c92.zip/node_modules/@typescript-eslint/eslint-plugin/",
"packageDependencies": [
- ["@typescript-eslint/eslint-plugin", "npm:4.24.0"]
+ ["@typescript-eslint/eslint-plugin", "npm:4.27.0"]
],
"linkType": "SOFT",
}],
- ["virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.24.0", {
- "packageLocation": "./.yarn/$$virtual/@typescript-eslint-eslint-plugin-virtual-9a8b1f31df/0/cache/@typescript-eslint-eslint-plugin-npm-4.24.0-0ce39c60ea-b3fb023320.zip/node_modules/@typescript-eslint/eslint-plugin/",
+ ["virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.27.0", {
+ "packageLocation": "./.yarn/$$virtual/@typescript-eslint-eslint-plugin-virtual-5e3c68ea71/0/cache/@typescript-eslint-eslint-plugin-npm-4.27.0-0af934a50c-6f5e556c92.zip/node_modules/@typescript-eslint/eslint-plugin/",
"packageDependencies": [
- ["@typescript-eslint/eslint-plugin", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.24.0"],
+ ["@typescript-eslint/eslint-plugin", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.27.0"],
["@types/eslint", null],
["@types/typescript-eslint__parser", null],
- ["@typescript-eslint/experimental-utils", "virtual:9a8b1f31dfb77b858353b17f1156b28813da74b21de747b5c31939cc4aa66de00a18bbe787c84699160d9cbc5a6e50e8d05774ecfe3004ea2748f8e905a5daf3#npm:4.24.0"],
- ["@typescript-eslint/parser", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.24.0"],
- ["@typescript-eslint/scope-manager", "npm:4.24.0"],
- ["debug", "virtual:48933b28331d16c1d73786360e7ba20f54f6df4949c6ab5c13ac4c4353b5c70f2d36a97de9a9c531027ad3588d8fd7f384706f298f0eff0356b58bb9c47f63ec#npm:4.3.1"],
- ["eslint", "npm:7.26.0"],
+ ["@typescript-eslint/experimental-utils", "virtual:5e3c68ea71d0b85646d5a078b5b56e0e5243913f1ce1e78c84511da03cdd76ce978b3e42d3ba35119262d370b55b3e2f8b85ed81eb2b2f2ec218791b4ccc2dbb#npm:4.27.0"],
+ ["@typescript-eslint/parser", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.27.0"],
+ ["@typescript-eslint/scope-manager", "npm:4.27.0"],
+ ["debug", "virtual:428f325a939c2653ad822eb3d75efb02ac311523dd0d4f9645afc39ea00bd86eceac35a9d59c9b6977d76b670a4ef0ae057ea572338a44729aa592711a8c05a3#npm:4.3.2"],
+ ["eslint", "npm:7.29.0"],
["functional-red-black-tree", "npm:1.0.1"],
["lodash", "npm:4.17.21"],
- ["regexpp", "npm:3.1.0"],
+ ["regexpp", "npm:3.2.0"],
["semver", "npm:7.3.5"],
- ["tsutils", "virtual:9a8b1f31dfb77b858353b17f1156b28813da74b21de747b5c31939cc4aa66de00a18bbe787c84699160d9cbc5a6e50e8d05774ecfe3004ea2748f8e905a5daf3#npm:3.21.0"],
- ["typescript", "patch:typescript@npm%3A4.2.4#builtin<compat/typescript>::version=4.2.4&hash=ddfc1b"]
+ ["tsutils", "virtual:5e3c68ea71d0b85646d5a078b5b56e0e5243913f1ce1e78c84511da03cdd76ce978b3e42d3ba35119262d370b55b3e2f8b85ed81eb2b2f2ec218791b4ccc2dbb#npm:3.21.0"],
+ ["typescript", "patch:typescript@npm%3A4.3.4#builtin<compat/typescript>::version=4.3.4&hash=ddfc1b"]
],
"packagePeers": [
"@types/eslint",
@@ -426,25 +426,25 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]
]],
["@typescript-eslint/experimental-utils", [
- ["npm:4.24.0", {
- "packageLocation": "./.yarn/cache/@typescript-eslint-experimental-utils-npm-4.24.0-d90fb8ab66-09a28e2b8b.zip/node_modules/@typescript-eslint/experimental-utils/",
+ ["npm:4.27.0", {
+ "packageLocation": "./.yarn/cache/@typescript-eslint-experimental-utils-npm-4.27.0-fea7db542f-b8c66eceeb.zip/node_modules/@typescript-eslint/experimental-utils/",
"packageDependencies": [
- ["@typescript-eslint/experimental-utils", "npm:4.24.0"]
+ ["@typescript-eslint/experimental-utils", "npm:4.27.0"]
],
"linkType": "SOFT",
}],
- ["virtual:9a8b1f31dfb77b858353b17f1156b28813da74b21de747b5c31939cc4aa66de00a18bbe787c84699160d9cbc5a6e50e8d05774ecfe3004ea2748f8e905a5daf3#npm:4.24.0", {
- "packageLocation": "./.yarn/$$virtual/@typescript-eslint-experimental-utils-virtual-00d4f768ef/0/cache/@typescript-eslint-experimental-utils-npm-4.24.0-d90fb8ab66-09a28e2b8b.zip/node_modules/@typescript-eslint/experimental-utils/",
+ ["virtual:5e3c68ea71d0b85646d5a078b5b56e0e5243913f1ce1e78c84511da03cdd76ce978b3e42d3ba35119262d370b55b3e2f8b85ed81eb2b2f2ec218791b4ccc2dbb#npm:4.27.0", {
+ "packageLocation": "./.yarn/$$virtual/@typescript-eslint-experimental-utils-virtual-e57695d830/0/cache/@typescript-eslint-experimental-utils-npm-4.27.0-fea7db542f-b8c66eceeb.zip/node_modules/@typescript-eslint/experimental-utils/",
"packageDependencies": [
- ["@typescript-eslint/experimental-utils", "virtual:9a8b1f31dfb77b858353b17f1156b28813da74b21de747b5c31939cc4aa66de00a18bbe787c84699160d9cbc5a6e50e8d05774ecfe3004ea2748f8e905a5daf3#npm:4.24.0"],
+ ["@typescript-eslint/experimental-utils", "virtual:5e3c68ea71d0b85646d5a078b5b56e0e5243913f1ce1e78c84511da03cdd76ce978b3e42d3ba35119262d370b55b3e2f8b85ed81eb2b2f2ec218791b4ccc2dbb#npm:4.27.0"],
["@types/eslint", null],
["@types/json-schema", "npm:7.0.7"],
- ["@typescript-eslint/scope-manager", "npm:4.24.0"],
- ["@typescript-eslint/types", "npm:4.24.0"],
- ["@typescript-eslint/typescript-estree", "virtual:00d4f768ef22a51647431e1ae9936afa118b642d86ded0fc8390d8b5c78f4c6b517fb84974a722b14fb74b78155de06450060dacb8edf35b4ec0acf103c6450f#npm:4.24.0"],
- ["eslint", "npm:7.26.0"],
+ ["@typescript-eslint/scope-manager", "npm:4.27.0"],
+ ["@typescript-eslint/types", "npm:4.27.0"],
+ ["@typescript-eslint/typescript-estree", "virtual:e57695d83029b064e6336fe25471f739df8a339786b8a1316f12613926df9c9e05571d288732c3697d74eeca532d4849cea8bb96f8902aaccae4b7c39672c979#npm:4.27.0"],
+ ["eslint", "npm:7.29.0"],
["eslint-scope", "npm:5.1.1"],
- ["eslint-utils", "npm:2.1.0"]
+ ["eslint-utils", "virtual:e57695d83029b064e6336fe25471f739df8a339786b8a1316f12613926df9c9e05571d288732c3697d74eeca532d4849cea8bb96f8902aaccae4b7c39672c979#npm:3.0.0"]
],
"packagePeers": [
"@types/eslint",
@@ -454,24 +454,24 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]
]],
["@typescript-eslint/parser", [
- ["npm:4.24.0", {
- "packageLocation": "./.yarn/cache/@typescript-eslint-parser-npm-4.24.0-edf27f205d-30ff5e6b1e.zip/node_modules/@typescript-eslint/parser/",
+ ["npm:4.27.0", {
+ "packageLocation": "./.yarn/cache/@typescript-eslint-parser-npm-4.27.0-468acd136e-cfe1b6b2c1.zip/node_modules/@typescript-eslint/parser/",
"packageDependencies": [
- ["@typescript-eslint/parser", "npm:4.24.0"]
+ ["@typescript-eslint/parser", "npm:4.27.0"]
],
"linkType": "SOFT",
}],
- ["virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.24.0", {
- "packageLocation": "./.yarn/$$virtual/@typescript-eslint-parser-virtual-7bb7c6f3eb/0/cache/@typescript-eslint-parser-npm-4.24.0-edf27f205d-30ff5e6b1e.zip/node_modules/@typescript-eslint/parser/",
+ ["virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.27.0", {
+ "packageLocation": "./.yarn/$$virtual/@typescript-eslint-parser-virtual-5af56ff49c/0/cache/@typescript-eslint-parser-npm-4.27.0-468acd136e-cfe1b6b2c1.zip/node_modules/@typescript-eslint/parser/",
"packageDependencies": [
- ["@typescript-eslint/parser", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.24.0"],
+ ["@typescript-eslint/parser", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:4.27.0"],
["@types/eslint", null],
- ["@typescript-eslint/scope-manager", "npm:4.24.0"],
- ["@typescript-eslint/types", "npm:4.24.0"],
- ["@typescript-eslint/typescript-estree", "virtual:7bb7c6f3eb88073237dc8bd329fee28f7e2588dfad4bba4d65b428475804ad37b87c371b15a187000b71c3d01e8132cf4e7496c0fbc07b0e26587102cd6e49d6#npm:4.24.0"],
- ["debug", "virtual:48933b28331d16c1d73786360e7ba20f54f6df4949c6ab5c13ac4c4353b5c70f2d36a97de9a9c531027ad3588d8fd7f384706f298f0eff0356b58bb9c47f63ec#npm:4.3.1"],
- ["eslint", "npm:7.26.0"],
- ["typescript", "patch:typescript@npm%3A4.2.4#builtin<compat/typescript>::version=4.2.4&hash=ddfc1b"]
+ ["@typescript-eslint/scope-manager", "npm:4.27.0"],
+ ["@typescript-eslint/types", "npm:4.27.0"],
+ ["@typescript-eslint/typescript-estree", "virtual:5af56ff49cdc1acb6a87357d13c1523c79d7c7d4f960f9e1ba6e39e78b84263fa0d8c4d42471a368ec57993897e9a13a2d9b5a62bfeaf3579d0a24b94eb9bf13#npm:4.27.0"],
+ ["debug", "virtual