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 Jan 21, 2025
1 parent 693a767 commit 2bb2ad0
Show file tree
Hide file tree
Showing 5 changed files with 330 additions and 330 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
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.12.0
with:
push: true
context: .
Expand Down
556 changes: 278 additions & 278 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.6.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.5.1.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,41 +24,41 @@
"update": "yarn upgrade-interactive"
},
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/builders": "^1.10.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.2.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.1",
"@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.7",
"@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": "^10.0.1",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prisma": "^6.0.0",
"eslint-plugin-prettier": "^5.2.3",
"lint-staged": "^15.4.1",
"prettier": "^3.4.2",
"prisma": "^6.2.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.6.0",
"volta": {
"node": "22.11.0"
"node": "22.13.1"
}
}
64 changes: 32 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cli@npm:^19.5.0":
"@commitlint/cli@npm:^19.6.1":
version: 19.6.1
resolution: "@commitlint/cli@npm:19.6.1"
dependencies:
Expand All @@ -49,7 +49,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/config-conventional@npm:^19.5.0":
"@commitlint/config-conventional@npm:^19.6.0":
version: 19.6.0
resolution: "@commitlint/config-conventional@npm:19.6.0"
dependencies:
Expand Down Expand Up @@ -223,7 +223,7 @@ __metadata:
languageName: node
linkType: hard

"@discordjs/builders@npm:^1.7.0, @discordjs/builders@npm:^1.9.0":
"@discordjs/builders@npm:^1.10.0, @discordjs/builders@npm:^1.7.0, @discordjs/builders@npm:^1.9.0":
version: 1.10.0
resolution: "@discordjs/builders@npm:1.10.0"
dependencies:
Expand Down Expand Up @@ -438,7 +438,7 @@ __metadata:
languageName: node
linkType: hard

"@prisma/client@npm:^6.0.0":
"@prisma/client@npm:^6.2.1":
version: 6.2.1
resolution: "@prisma/client@npm:6.2.1"
peerDependencies:
Expand Down Expand Up @@ -534,7 +534,7 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/iterator-utilities@npm:^2.0.0":
"@sapphire/iterator-utilities@npm:^2.0.1":
version: 2.0.1
resolution: "@sapphire/iterator-utilities@npm:2.0.1"
checksum: 10/256fc9adfa32ffe05f74e0a3428a02c28272f2dc8fe8df3199616a7935fade8a2d56d29d9faebb5a6afe0186d8b68fed257bf73ba95c9ba91c0bec15c05c299a
Expand All @@ -561,7 +561,7 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/result@npm:^2.6.5, @sapphire/result@npm:^2.6.6, @sapphire/result@npm:^2.7.2":
"@sapphire/result@npm:^2.6.5, @sapphire/result@npm:^2.7.2":
version: 2.7.2
resolution: "@sapphire/result@npm:2.7.2"
checksum: 10/8456a23c1e5fa20f74ba976097dcd5358df0e962aaf89c36aefb656dbe78a8fc93478ae29de88721784b93a4a1b0cbd3780a9cd13c61d842e5e5e3b511bfd59b
Expand All @@ -585,7 +585,7 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/time-utilities@npm:^1.7.12":
"@sapphire/time-utilities@npm:^1.7.14":
version: 1.7.14
resolution: "@sapphire/time-utilities@npm:1.7.14"
dependencies:
Expand Down Expand Up @@ -621,7 +621,7 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.15.1, @sapphire/utilities@npm:^3.16.2, @sapphire/utilities@npm:^3.17.0, @sapphire/utilities@npm:^3.18.1":
"@sapphire/utilities@npm:^3.15.1, @sapphire/utilities@npm:^3.16.2, @sapphire/utilities@npm:^3.18.1":
version: 3.18.1
resolution: "@sapphire/utilities@npm:3.18.1"
checksum: 10/e13fdc6f83d2a326dfe124a65d0db4243cd5ca636cc770d881927a5e466221065d5f241e3e7673bf133b76c2359f86e4c0b1b834485f0470e25941457ee2cb90
Expand Down Expand Up @@ -714,7 +714,7 @@ __metadata:
languageName: node
linkType: hard

"@skyra/http-framework@npm:^2.0.0, @skyra/http-framework@npm:^2.1.0":
"@skyra/http-framework@npm:^2.0.0, @skyra/http-framework@npm:^2.2.0":
version: 2.2.0
resolution: "@skyra/http-framework@npm:2.2.0"
dependencies:
Expand Down Expand Up @@ -753,39 +753,39 @@ __metadata:
version: 0.0.0-use.local
resolution: "@skyra/nekokai@workspace:."
dependencies:
"@commitlint/cli": "npm:^19.5.0"
"@commitlint/config-conventional": "npm:^19.5.0"
"@discordjs/builders": "npm:^1.9.0"
"@commitlint/cli": "npm:^19.6.1"
"@commitlint/config-conventional": "npm:^19.6.0"
"@discordjs/builders": "npm:^1.10.0"
"@discordjs/collection": "npm:^2.1.1"
"@prisma/client": "npm:^6.0.0"
"@prisma/client": "npm:^6.2.1"
"@sapphire/eslint-config": "npm:^5.0.5"
"@sapphire/iterator-utilities": "npm:^2.0.0"
"@sapphire/iterator-utilities": "npm:^2.0.1"
"@sapphire/prettier-config": "npm:^2.0.0"
"@sapphire/result": "npm:^2.6.6"
"@sapphire/time-utilities": "npm:^1.7.12"
"@sapphire/result": "npm:^2.7.2"
"@sapphire/time-utilities": "npm:^1.7.14"
"@sapphire/ts-config": "npm:^5.0.1"
"@sapphire/utilities": "npm:^3.17.0"
"@sapphire/utilities": "npm:^3.18.1"
"@skyra/env-utilities": "npm:^1.3.0"
"@skyra/http-framework": "npm:^2.1.0"
"@skyra/http-framework": "npm:^2.2.0"
"@skyra/http-framework-i18n": "npm:^1.2.0"
"@skyra/logger": "npm:^2.0.3"
"@skyra/safe-fetch": "npm:^1.1.3"
"@skyra/shared-http-pieces": "npm:^1.2.2"
"@skyra/start-banner": "npm:^2.0.1"
"@types/he": "npm:^1.2.3"
"@types/node": "npm:^22.8.6"
"@types/node": "npm:^22.10.7"
"@typescript-eslint/eslint-plugin": "npm:^7.13.1"
"@typescript-eslint/parser": "npm:^7.13.1"
cz-conventional-changelog: "npm:^3.3.0"
discord-api-types: "npm:^0.37.100"
eslint: "npm:^8.57.1"
eslint-config-prettier: "npm:^10.0.1"
eslint-plugin-prettier: "npm:^5.2.1"
eslint-plugin-prettier: "npm:^5.2.3"
he: "npm:^1.2.0"
lint-staged: "npm:^15.2.10"
prettier: "npm:^3.3.3"
prisma: "npm:^6.0.0"
tslib: "npm:^2.8.0"
lint-staged: "npm:^15.4.1"
prettier: "npm:^3.4.2"
prisma: "npm:^6.2.1"
tslib: "npm:^2.8.1"
typescript: "npm:~5.4.5"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -839,7 +839,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^22.8.6":
"@types/node@npm:*, @types/node@npm:^22.10.7":
version: 22.10.7
resolution: "@types/node@npm:22.10.7"
dependencies:
Expand Down Expand Up @@ -1726,7 +1726,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:^5.1.3, eslint-plugin-prettier@npm:^5.2.1":
"eslint-plugin-prettier@npm:^5.1.3, eslint-plugin-prettier@npm:^5.2.3":
version: 5.2.3
resolution: "eslint-plugin-prettier@npm:5.2.3"
dependencies:
Expand Down Expand Up @@ -2737,7 +2737,7 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:^15.2.10":
"lint-staged@npm:^15.4.1":
version: 15.4.1
resolution: "lint-staged@npm:15.4.1"
dependencies:
Expand Down Expand Up @@ -3419,7 +3419,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0, prettier@npm:^3.3.0, prettier@npm:^3.3.3":
"prettier@npm:^3.0.0, prettier@npm:^3.3.0, prettier@npm:^3.4.2":
version: 3.4.2
resolution: "prettier@npm:3.4.2"
bin:
Expand All @@ -3428,7 +3428,7 @@ __metadata:
languageName: node
linkType: hard

"prisma@npm:^6.0.0":
"prisma@npm:^6.2.1":
version: 6.2.1
resolution: "prisma@npm:6.2.1"
dependencies:
Expand Down Expand Up @@ -3941,7 +3941,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.1.0, tslib@npm:^2.6.2, tslib@npm:^2.6.3, tslib@npm:^2.8.0":
"tslib@npm:^2.1.0, tslib@npm:^2.6.2, tslib@npm:^2.6.3, tslib@npm:^2.8.1":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: 10/3e2e043d5c2316461cb54e5c7fe02c30ef6dccb3384717ca22ae5c6b5bc95232a6241df19c622d9c73b809bea33b187f6dbc73030963e29950c2141bc32a79f7
Expand Down Expand Up @@ -3993,11 +3993,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.4.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=cef18b"
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/3ac7b7e3e899273d2fbdce6e24b93d4d53a705ad7a7e4cc83b4c57bcb6d25948abcd2a21994f6b9c73ab03960f395aae95f0458de292a66ce0134233261714c3
checksum: 10/dc58d777eb4c01973f7fbf1fd808aad49a0efdf545528dab9b07d94fdcb65b8751742804c3057e9619a4627f2d9cc85547fdd49d9f4326992ad0181b49e61d81
languageName: node
linkType: hard

Expand Down

0 comments on commit 2bb2ad0

Please sign in to comment.