Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2635)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* chore: herping the fucking derp right here and now.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Claassens <[email protected]>
  • Loading branch information
renovate[bot] and favna authored Jun 16, 2024
1 parent b44faa5 commit e63fcc5
Show file tree
Hide file tree
Showing 7 changed files with 440 additions and 425 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Skyra Docker image
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
push: true
context: .
Expand Down
610 changes: 305 additions & 305 deletions .yarn/releases/yarn-4.2.2.cjs → .yarn/releases/yarn-4.3.0.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-git-hooks.cjs
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.3.0.cjs
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/utilities": "^3.16.2",
"@sentry/node": "^8.8.0",
"@sentry/node": "^8.9.2",
"@skyra/ai": "^1.2.0",
"@skyra/char": "^1.0.3",
"@skyra/env-utilities": "^1.3.0",
Expand All @@ -85,7 +85,7 @@
"colorette": "^2.0.20",
"confusables": "^1.1.1",
"diff": "^5.2.0",
"discord-api-types": "^0.37.87",
"discord-api-types": "^0.37.89",
"discord.js": "^14.15.3",
"he": "^1.2.0",
"pg": "^8.12.0",
Expand All @@ -106,23 +106,23 @@
"@types/node": "^20.11.17",
"@types/pg": "^8.11.6",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitest/coverage-v8": "^1.6.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"tsc-watch": "^6.2.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"resolutions": {
"@types/node": "20.11.5",
"ansi-regex": "^5.0.1",
"discord-api-types": "^0.37.87",
"discord-api-types": "^0.37.89",
"minimist": "^1.2.8"
},
"engines": {
Expand All @@ -148,7 +148,7 @@
}
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.3.0",
"volta": {
"node": "20.14.0"
}
Expand Down
3 changes: 2 additions & 1 deletion tests/lib/bits.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ describe('Bits', () => {
'CreateEvents',
'UseExternalSounds',
'SendVoiceMessages',
'SendPolls'
'SendPolls',
'UseExternalApps'
]);
});
});
Expand Down
2 changes: 1 addition & 1 deletion tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true,
"types": ["vitest/globals"],
"verbatimModuleSyntax": false,
"paths": {
"#utils/*": ["../src/lib/util/*"],
"#lib/*": ["../src/lib/*"],
Expand Down
Loading

0 comments on commit e63fcc5

Please sign in to comment.