Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 8822c28 commit 838212d
Show file tree
Hide file tree
Showing 5 changed files with 528 additions and 537 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 Nekokai Docker image
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
push: true
context: .
Expand Down
614 changes: 307 additions & 307 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.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.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,39 @@
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/collection": "^2.1.1",
"@prisma/client": "^6.0.0",
"@sapphire/iterator-utilities": "^2.0.0",
"@sapphire/result": "^2.6.6",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/utilities": "^3.17.0",
"@prisma/client": "^6.0.1",
"@sapphire/iterator-utilities": "^2.0.1",
"@sapphire/result": "^2.7.2",
"@sapphire/time-utilities": "^1.7.14",
"@sapphire/utilities": "^3.18.1",
"@skyra/env-utilities": "^1.3.0",
"@skyra/http-framework": "^2.1.0",
"@skyra/http-framework": "^2.2.0",
"@skyra/http-framework-i18n": "^1.2.0",
"@skyra/logger": "^2.0.3",
"@skyra/safe-fetch": "^1.1.3",
"@skyra/shared-http-pieces": "^1.2.2",
"@skyra/start-banner": "^2.0.1",
"discord-api-types": "^0.37.100",
"he": "^1.2.0",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/he": "^1.2.3",
"@types/node": "^22.8.6",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prisma": "^6.0.0",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"prisma": "^6.0.1",
"typescript": "~5.4.5"
},
"resolutions": {
Expand Down Expand Up @@ -87,8 +87,8 @@
"eslintConfig": {
"extends": "@sapphire"
},
"packageManager": "yarn@4.5.1",
"packageManager": "yarn@4.5.3",
"volta": {
"node": "22.11.0"
"node": "22.12.0"
}
}
Loading

0 comments on commit 838212d

Please # to comment.