Archived
0
0
Fork 0

chore: upgrade yarn & deps

This commit is contained in:
Daryl Ronningen 2021-10-31 22:33:05 -07:00
parent 0cd43f70ca
commit 8499bfe28c
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
9 changed files with 2697 additions and 1565 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

768
.yarn/releases/yarn-3.1.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,7 @@
nmMode: hardlinks-local
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
@ -6,6 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-sources.cjs
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.1.0.cjs

View file

@ -34,87 +34,86 @@
"watch:tsc": "tsc --watch"
},
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.5.1",
"bufferutil": "^4.0.3",
"chalk": "^4.1.1",
"@discordjs/opus": "^0.6.0",
"@discordjs/voice": "^0.7.2",
"bufferutil": "^4.0.5",
"chalk": "^4.1.2",
"config": "^3.3.6",
"discord.js": "dev",
"discord.js": "^13.3.0",
"erlpack": "^0.1.3",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.0",
"figlet": "^1.5.2",
"gradient-string": "^1.2.0",
"i18next": "^20.3.2",
"i18next-fluent": "^1.0.1",
"i18next": "^21.3.3",
"i18next-fluent": "^2.0.0",
"i18next-fs-backend": "^1.1.1",
"jsonschema": "^1.4.0",
"luxon": "^1.27.0",
"luxon": "^2.0.2",
"module-alias": "^2.2.2",
"node-gyp": "^8.1.0",
"node-pg-migrate": "^5.10.0",
"pg": "^8.6.0",
"node-pg-migrate": "^6.0.0",
"pg": "^8.7.1",
"sodium": "^3.0.2",
"sql-template-strings": "^2.2.2",
"terminal-link": "^3.0.0",
"tslib": "^2.3.0",
"typescript": "^4.3.5",
"utf-8-validate": "^5.0.5",
"vm2": "^3.9.3",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"utf-8-validate": "^5.0.7",
"vm2": "^3.9.5",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@commitlint/prompt-cli": "^12.1.4",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/prompt-cli": "^13.2.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-strip": "^2.0.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/chai": "^4.2.19",
"@types/config": "^0.0.38",
"@types/eslint": "^7.2.13",
"@types/figlet": "^1.5.1",
"@types/gradient-string": "^1.1.1",
"@types/i18next-fs-backend": "^1.0.0",
"@types/luxon": "^1.27.0",
"@types/mocha": "^8.2.2",
"@types/module-alias": "^2.0.0",
"@types/node": "^15.12.5",
"@types/pg": "^8.6.0",
"@types/rimraf": "^3.0.0",
"@types/rollup-plugin-progress": "^1.1.0",
"@types/rollup-plugin-size-snapshot": "^0.10.0",
"@types/sinon": "^10.0.2",
"@types/source-map-support": "^0.5.3",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@typescript-eslint/typescript-estree": "^4.28.1",
"@rollup/plugin-strip": "^2.1.0",
"@rollup/plugin-typescript": "^8.3.0",
"@types/chai": "^4.2.22",
"@types/config": "^0.0.40",
"@types/eslint": "^7.28.2",
"@types/figlet": "^1.5.4",
"@types/gradient-string": "^1.1.2",
"@types/i18next-fs-backend": "^1.1.2",
"@types/luxon": "^2.0.5",
"@types/mocha": "^8.2.3",
"@types/module-alias": "^2.0.1",
"@types/node": "^16.11.6",
"@types/pg": "^8.6.1",
"@types/rimraf": "^3.0.2",
"@types/rollup-plugin-progress": "^1.1.1",
"@types/rollup-plugin-size-snapshot": "^0.10.1",
"@types/sinon": "^10.0.6",
"@types/source-map-support": "^0.5.4",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"@typescript-eslint/typescript-estree": "^5.2.0",
"chai": "^4.3.4",
"eslint": "^7.29.0",
"eslint": "^8.1.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-header": "^3.1.1",
"husky": "^6.0.0",
"husky": "^7.0.4",
"i18next-chained-backend": "^3.0.2",
"lint-staged": "^11.0.0",
"mocha": "^9.0.1",
"nodemon": "^2.0.8",
"lint-staged": "^11.2.6",
"mocha": "^9.1.3",
"nodemon": "^2.0.14",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.52.3",
"rollup": "^2.58.3",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-size-snapshot": "^0.12.0",
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.1",
"sinon": "^11.1.1",
"source-map-support": "^0.5.19",
"standard-version": "^9.3.0",
"ts-node": "^10.0.0",
"ts-sql-plugin": "^0.9.5",
"tsconfig-paths": "^3.9.0",
"typescript-eslint-language-service": "^4.1.4"
"rollup-plugin-visualizer": "^5.5.2",
"sinon": "^11.1.2",
"source-map-support": "^0.5.20",
"standard-version": "^9.3.2",
"ts-node": "^10.4.0",
"ts-sql-plugin": "^0.10.0",
"tsconfig-paths": "^3.11.0",
"typescript-eslint-language-service": "^4.1.5"
},
"eslintConfig": {
"root": true,

View file

@ -30,7 +30,7 @@ describe('verbose()', () => {
verbose('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch('Test Message')).to.be.true;
});
it('check if Logging Scopes are being logged', () => {
verbose('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch(/COMMAND/)).to.be.true;
@ -51,7 +51,7 @@ describe('debug()', () => {
debug('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch('Test Message')).to.be.true;
});
it('check if Logging Scopes are being logged', () => {
debug('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch(/COMMAND/)).to.be.true;
@ -72,7 +72,7 @@ describe('info()', () => {
info('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch('Test Message')).to.be.true;
});
it('check if Logging Scopes are being logged', () => {
info('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch(/COMMAND/)).to.be.true;
@ -93,7 +93,7 @@ describe('warn()', () => {
warn('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch('Test Message')).to.be.true;
});
it('check if Logging Scopes are being logged', () => {
warn('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch(/COMMAND/)).to.be.true;
@ -114,7 +114,7 @@ describe('error()', () => {
error('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch('Test Message')).to.be.true;
});
it('check if Logging Scopes are being logged', () => {
error('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch(/COMMAND/)).to.be.true;
@ -135,7 +135,7 @@ describe('fatal()', () => {
fatal('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch('Test Message')).to.be.true;
});
it('check if Logging Scopes are being logged', () => {
fatal('Test Message', ELoggingScope.Command);
expect(spy.calledWithMatch(/COMMAND/)).to.be.true;

2340
yarn.lock

File diff suppressed because it is too large Load diff