Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package versions #408

Merged
merged 2 commits into from
Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
502 changes: 258 additions & 244 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/index.d.ts b/index.d.ts
index de3b164f064e8e51eec8459335f15732f7875291..d468694bf03bb96eb729646ebd1720cbd0ccb2b4 100755
index 9fa2bcbb4d2549588d074dd69bf656a731df055c..3f2616b88d00dda9692d59534e6ef0934407d085 100755
--- a/index.d.ts
+++ b/index.d.ts
@@ -15,7 +15,7 @@
Expand All @@ -20,7 +20,7 @@ index de3b164f064e8e51eec8459335f15732f7875291..d468694bf03bb96eb729646ebd1720cb
namespace utils {
/**
* Compute a slug from the given `str`.
@@ -2594,7 +2594,7 @@ declare namespace Mocha {
@@ -2601,7 +2601,7 @@ declare namespace Mocha {
*
* @see https://mochajs.org/api/global.html#runWithSuite
*/
Expand All @@ -29,7 +29,7 @@ index de3b164f064e8e51eec8459335f15732f7875291..d468694bf03bb96eb729646ebd1720cb

/**
* Execute before running tests.
@@ -2603,7 +2603,7 @@ declare function run(): void;
@@ -2610,7 +2610,7 @@ declare function run(): void;
*
* @see https://mochajs.org/api/global.html#before
*/
Expand All @@ -38,7 +38,7 @@ index de3b164f064e8e51eec8459335f15732f7875291..d468694bf03bb96eb729646ebd1720cb

/**
* Execute before running tests.
@@ -2612,7 +2612,7 @@ declare var before: Mocha.HookFunction;
@@ -2619,7 +2619,7 @@ declare var before: Mocha.HookFunction;
*
* @see https://mochajs.org/api/global.html#before
*/
Expand All @@ -47,7 +47,7 @@ index de3b164f064e8e51eec8459335f15732f7875291..d468694bf03bb96eb729646ebd1720cb

/**
* Execute after running tests.
@@ -2621,7 +2621,7 @@ declare var suiteSetup: Mocha.HookFunction;
@@ -2628,7 +2628,7 @@ declare var suiteSetup: Mocha.HookFunction;
*
* @see https://mochajs.org/api/global.html#after
*/
Expand All @@ -56,7 +56,7 @@ index de3b164f064e8e51eec8459335f15732f7875291..d468694bf03bb96eb729646ebd1720cb

/**
* Execute after running tests.
@@ -2630,7 +2630,7 @@ declare var after: Mocha.HookFunction;
@@ -2637,7 +2637,7 @@ declare var after: Mocha.HookFunction;
*
* @see https://mochajs.org/api/global.html#after
*/
Expand All @@ -65,7 +65,7 @@ index de3b164f064e8e51eec8459335f15732f7875291..d468694bf03bb96eb729646ebd1720cb

/**
* Execute before each test case.
@@ -2639,7 +2639,7 @@ declare var suiteTeardown: Mocha.HookFunction;
@@ -2646,7 +2646,7 @@ declare var suiteTeardown: Mocha.HookFunction;
*
* @see https://mochajs.org/api/global.html#beforeEach
*/
Expand All @@ -74,7 +74,7 @@ index de3b164f064e8e51eec8459335f15732f7875291..d468694bf03bb96eb729646ebd1720cb

/**
* Execute before each test case.
@@ -2648,7 +2648,7 @@ declare var beforeEach: Mocha.HookFunction;
@@ -2655,7 +2655,7 @@ declare var beforeEach: Mocha.HookFunction;
*
* @see https://mochajs.org/api/global.html#beforeEach
*/
Expand All @@ -83,7 +83,7 @@ index de3b164f064e8e51eec8459335f15732f7875291..d468694bf03bb96eb729646ebd1720cb

/**
* Execute after each test case.
@@ -2657,7 +2657,7 @@ declare var setup: Mocha.HookFunction;
@@ -2664,7 +2664,7 @@ declare var setup: Mocha.HookFunction;
*
* @see https://mochajs.org/api/global.html#afterEach
*/
Expand All @@ -92,7 +92,7 @@ index de3b164f064e8e51eec8459335f15732f7875291..d468694bf03bb96eb729646ebd1720cb

/**
* Execute after each test case.
@@ -2666,77 +2666,77 @@ declare var afterEach: Mocha.HookFunction;
@@ -2673,77 +2673,77 @@ declare var afterEach: Mocha.HookFunction;
*
* @see https://mochajs.org/api/global.html#afterEach
*/
Expand Down Expand Up @@ -181,3 +181,12 @@ index de3b164f064e8e51eec8459335f15732f7875291..d468694bf03bb96eb729646ebd1720cb

// #endregion Test interface augmentations

@@ -2780,7 +2780,7 @@ declare namespace NodeJS {
*
* - _Only supported in the browser._
*/
-declare const mocha: BrowserMocha;
+export const mocha: BrowserMocha;

interface BrowserMocha extends Mocha {
/**
2 changes: 1 addition & 1 deletion definitions/require-reload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "@types/require-reload",
"version": "0.2.2",
"devDependencies": {
"@types/node": "^16.11.59"
"@types/node": "^16.11.62"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"definitions/*"
],
"devDependencies": {
"@types/node": "^16.11.59",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@yarnpkg/sdks": "^3.0.0-rc.18",
"@types/node": "^16.11.62",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@yarnpkg/sdks": "^3.0.0-rc.22",
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
"eslint": "^8.23.1",
"eslint": "^8.24.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"typescript": "^4.8.4",
"yarn": "^1.22.19"
},
"scripts": {
Expand Down Expand Up @@ -54,6 +54,6 @@
}
},
"resolutions": {
"@types/mocha@^9.1.0": "patch:@types/mocha@npm:9.1.0#.yarn/patches/@types-mocha-npm-9.1.0-8ac56cd8d3.patch"
"@types/mocha@^10.0.0": "patch:@types/mocha@npm:10.0.0#./.yarn/patches/@types-mocha-npm-10.0.0-a2509f7d26.patch"
}
}
4 changes: 2 additions & 2 deletions src/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.7",
"prom-client": "^14.1.0",
"ws": "^8.8.1"
"ws": "^8.9.0"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/express-serve-static-core": "^4.17.31",
"@types/jsonwebtoken": "^8.5.9",
"@types/node-fetch": "^2.6.2",
"@types/ws": "^8.5.3",
"discord-api-types": "^0.37.10"
"discord-api-types": "^0.37.11"
}
}
2 changes: 1 addition & 1 deletion src/bbtag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/eris": "workspace:^",
"@types/node-fetch": "^2.6.2",
"@types/rwlock": "^5.0.3",
"discord-api-types": "^0.37.10"
"discord-api-types": "^0.37.11"
}
}
2 changes: 1 addition & 1 deletion src/cluster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@types/require-reload": "workspace:^",
"@types/wolken": "workspace:^",
"@types/xml2js": "^0.4.11",
"discord-api-types": "^0.37.10"
"discord-api-types": "^0.37.11"
}
}
2 changes: 1 addition & 1 deletion src/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@blargbot/logger": "workspace:^",
"@blargbot/mapping": "workspace:^",
"@blargbot/res": "workspace:^",
"airtable": "^0.11.4",
"airtable": "^0.11.5",
"catflake": "^1.0.0",
"color": "^4.2.3",
"cron": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"@blargbot/domain": "workspace:^",
"@blargbot/logger": "workspace:^",
"@blargbot/mapping": "workspace:^",
"airtable": "^0.11.4",
"airtable": "^0.11.5",
"cassandra-driver": "^4.6.4",
"catflake": "^1.0.0",
"moment-timezone": "^0.5.37",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"rethinkdb": "^2.4.2",
"sequelize": "^6.23.0"
"sequelize": "^6.23.2"
},
"devDependencies": {
"@types/catflake": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions src/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"@blargbot/res": "workspace:^",
"canvas": "^2.10.1",
"gifencoder": "^2.0.1",
"gm": "^1.23.1",
"gm": "^1.25.0",
"node-fetch": "^2.6.7",
"sharp": "^0.31.0",
"sharp": "^0.31.1",
"twemoji": "^14.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@blargbot/config": "workspace:^",
"@sentry/node": "^7.13.0",
"@sentry/tracing": "^7.13.0",
"@sentry/node": "^7.14.0",
"@sentry/tracing": "^7.14.0",
"cat-loggr": "^1.2.2"
}
}
4 changes: 2 additions & 2 deletions test/bbtag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/chai": "^4.3.3",
"@types/chai-datetime": "^0.0.37",
"@types/eris": "workspace:^",
"@types/mocha": "^9.1.1",
"discord-api-types": "^0.37.10"
"@types/mocha": "^10.0.0",
"discord-api-types": "^0.37.11"
}
}
2 changes: 1 addition & 1 deletion test/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1"
"@types/mocha": "^10.0.0"
}
}