Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2329)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 24, 2022
1 parent 5c5a59c commit 7aebb73
Show file tree
Hide file tree
Showing 9 changed files with 798 additions and 804 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "@sapphire",
"rules": {
"@typescript-eslint/no-base-to-string": 0,
"@typescript-eslint/no-throw-literal": 0
"@typescript-eslint/no-throw-literal": 0,
"no-catch-shadow": 0
},
"parserOptions": {
"warnOnUnsupportedTypeScriptVersion": false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Skyra Docker image
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # tag=v3.0.0
uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # tag=v3.1.0
with:
push: true
context: .
Expand Down
6 changes: 1 addition & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"eslint.validate": [
"typescript"
],
"editor.tabSize": 4,
"editor.useTabStops": true,
"editor.insertSpaces": false,
Expand All @@ -15,6 +12,5 @@
"**/.yarn": true,
"**/dist/": true,
"**/.git/": true
},
"typescript.tsdk": "node_modules\\typescript\\lib"
}
}
786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-3.2.2.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"discord-api-types": "~0.33.5",
"discord.js": "^13.9.1",
"he": "^1.2.0",
"ioredis": "^5.2.1",
"ioredis": "^5.2.2",
"pg": "^8.7.3",
"tslib": "1.11.2",
"typeorm": "0.2.28",
Expand Down Expand Up @@ -160,5 +160,5 @@
}
},
"prettier": "@sapphire/prettier-config",
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
4 changes: 2 additions & 2 deletions src/listeners/commands/commandError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ export class UserListener extends Listener<typeof Events.CommandError> {
try {
const report = captureException(error, { tags: { command: args.command.name } });
return args.t(LanguageKeys.Events.Errors.UnexpectedErrorWithContext, { report });
} catch (reportError) {
this.container.client.emit(Events.Error, reportError);
} catch (error) {
this.container.client.emit(Events.Error, error);
return args.t(LanguageKeys.Events.Errors.UnexpectedError);
}
}
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2564,11 +2564,11 @@ __metadata:
linkType: hard

"@skyra/star-wars-api@npm:^2.0.30":
version: 2.0.30
resolution: "@skyra/star-wars-api@npm:2.0.30"
version: 2.0.31
resolution: "@skyra/star-wars-api@npm:2.0.31"
dependencies:
graphql: ^15.8.0
checksum: ebabfa3be97b8727a25dfb75223d2a9ab517d46dd304582f4bc3052038df7ba0ee924a74b35a02c4f4d819ebda1748c62864f4ab49425b0ed543941eb21db52d
checksum: e2544118f764988406616dd2ce8e754aa182fc347a31219d32971adff5045abc7ae9afe11fa9db862201562d5ff185c8c0c3ec96972998027740432fc3453ae6
languageName: node
linkType: hard

Expand Down Expand Up @@ -6471,7 +6471,7 @@ __metadata:
languageName: node
linkType: hard

"ioredis@npm:^5.2.1":
"ioredis@npm:^5.2.2":
version: 5.2.2
resolution: "ioredis@npm:5.2.2"
dependencies:
Expand Down Expand Up @@ -9695,7 +9695,7 @@ __metadata:
eslint-plugin-prettier: ^4.2.1
he: ^1.2.0
husky: ^8.0.1
ioredis: ^5.2.1
ioredis: ^5.2.2
jest: ^28.1.3
jest-mock-random: ^1.1.1
lint-staged: ^13.0.3
Expand Down Expand Up @@ -10585,7 +10585,7 @@ __metadata:

"typescript@patch:typescript@^4.6.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.4#~builtin<compat/typescript>, typescript@patch:typescript@^4.7.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.7.4#~builtin<compat/typescript>":
version: 4.7.4
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=f456af"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down

0 comments on commit 7aebb73

Please sign in to comment.