Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.10.0
uses: docker/setup-buildx-action@v3.12.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.4.0
uses: docker/login-action@v3.6.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Skyra Docker image
uses: docker/build-push-action@v6.15.0
uses: docker/build-push-action@v6.18.0
with:
push: true
context: .
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
with:
ref: ${{ github.event.inputs.commit }}
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.12.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.4.0
uses: docker/login-action@v3.6.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Skyra Docker image
uses: docker/build-push-action@v6.15.0
uses: docker/build-push-action@v6.18.0
with:
push: true
context: .
Expand Down
660 changes: 327 additions & 333 deletions .yarn/releases/yarn-4.9.0.cjs → .yarn/releases/yarn-4.12.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.9.0.cjs
yarnPath: .yarn/releases/yarn-4.12.0.cjs
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
influx:
command: 'influxd run --bolt-path /var/lib/influxdb2/influxd.bolt --engine-path /var/lib/influxdb2/engine --store bolt'
container_name: influxdb
image: 'influxdb:2.7-alpine'
image: 'influxdb:2.8-alpine'
networks:
- skyra
ports:
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@
"update": "yarn upgrade-interactive"
},
"dependencies": {
"@discordjs/builders": "^1.10.1",
"@discordjs/builders": "^1.13.1",
"@discordjs/collection": "^2.1.1",
"@discordjs/core": "^1.2.0",
"@influxdata/influxdb-client": "^1.35.0",
"@influxdata/influxdb-client-apis": "^1.35.0",
"@prisma/client": "^6.6.0",
"@prisma/client": "^6.19.2",
"@sapphire/async-queue": "^1.5.5",
"@sapphire/bitfield": "^1.2.4",
"@sapphire/decorators": "^6.1.1",
"@sapphire/discord.js-utilities": "7.3.2",
"@sapphire/decorators": "^6.2.0",
"@sapphire/discord.js-utilities": "7.3.3",
"@sapphire/fetch": "^3.0.5",
"@sapphire/framework": "5.3.3",
"@sapphire/framework": "5.5.0",
"@sapphire/iterator-utilities": "^2.0.1",
"@sapphire/plugin-api": "^8.0.0",
"@sapphire/plugin-api": "^8.3.1",
"@sapphire/plugin-editable-commands": "^4.0.4",
"@sapphire/plugin-i18next": "^7.1.3",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-logger": "^4.1.0",
"@sapphire/plugin-subcommands": "^7.0.1",
"@sapphire/ratelimits": "^2.4.11",
"@sapphire/snowflake": "^3.5.5",
Expand All @@ -79,41 +79,41 @@
"@skyra/char": "^1.0.3",
"@skyra/env-utilities": "^1.3.0",
"@skyra/jaro-winkler": "^1.1.1",
"@skyra/twitch-helpers": "^2.0.1",
"bufferutil": "^4.0.9",
"@skyra/twitch-helpers": "^2.0.2",
"bufferutil": "^4.1.0",
"colorette": "^2.0.20",
"confusables": "^1.1.1",
"diff": "^7.0.0",
"discord-api-types": "^0.37.115",
"discord.js": "~14.18.0",
"discord.js": "~14.25.1",
"he": "^1.2.0",
"zlib-sync": "^0.1.9"
"zlib-sync": "^0.1.10"
},
"devDependencies": {
"0x": "^5.8.0",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@sapphire/eslint-config": "^5.0.5",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@sapphire/eslint-config": "^5.0.6",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@sapphire/ts-config": "^5.0.3",
"@types/backoff": "^2.5.5",
"@types/diff": "^6.0.0",
"@types/he": "^1.2.3",
"@types/node": "^22.10.5",
"@types/pg": "^8.11.12",
"@types/pg": "^8.16.0",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.9",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.6",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"prisma": "^6.6.0",
"prisma-json-types-generator": "^3.2.3",
"tsc-watch": "^6.3.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.5",
"lint-staged": "^15.5.2",
"prettier": "^3.8.0",
"prisma": "^6.19.2",
"prisma-json-types-generator": "^3.6.2",
"tsc-watch": "^6.3.1",
"typescript": "~5.7.2",
"vitest": "^2.1.9"
},
Expand Down Expand Up @@ -144,8 +144,8 @@
}
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@4.9.0",
"packageManager": "yarn@4.12.0",
"volta": {
"node": "22.14.0"
"node": "22.22.0"
}
}
Loading
Loading