Skip to content

Commit

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

* chore: fixed the fuck out of #397!

---------

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 Feb 15, 2025
1 parent f68ef9a commit 289f466
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
uses: docker/setup-buildx-action@v3.9.0
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev": "tsup --watch --onSuccess \"yarn start\""
},
"dependencies": {
"@discordjs/builders": "^1.10.0",
"@discordjs/builders": "^1.10.1",
"@favware/graphql-pokemon": "^8.7.0",
"@influxdata/influxdb-client": "^1.35.0",
"@influxdata/influxdb-client-apis": "^1.35.0",
Expand All @@ -43,24 +43,24 @@
"binarytf": "^2.1.3",
"bufferutil": "^4.0.9",
"colorette": "^2.0.20",
"discord.js": "^14.17.3",
"discord.js": "^14.18.0",
"figlet": "^1.8.0",
"gradient-string": "^3.0.0",
"ioredis": "^5.4.2",
"ioredis": "^5.5.0",
"utf-8-validate": "^6.0.5",
"ws": "^8.18.0",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.10.12",
"@swc/core": "^1.10.16",
"@types/figlet": "^1.7.0",
"@types/gradient-string": "^1.1.6",
"@types/node": "22.13.0",
"@types/node": "22.13.4",
"@types/ws": "^8.5.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
Expand All @@ -69,7 +69,7 @@
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"rimraf": "^6.0.1",
"tsup": "^8.3.6",
"typescript": "~5.4.5"
Expand Down
1 change: 1 addition & 0 deletions src/commands/Pokemon/type-matchup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class SlashCommand extends DragoniteCommand {
});
}

// @ts-expect-error discord-api-types wonky with flags field, which is unused anyway so screw the check for that here
return interaction.editReply(typeMatchupResponseBuilder(types, typeMatchup));
}
}
Loading

0 comments on commit 289f466

Please sign in to comment.