Skip to content

fix(deps): update all non-major dependencies #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@ -21,15 +21,15 @@ jobs:
with:
submodules: true
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.10.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.3.0
uses: docker/login-action@v3.4.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Teryl Docker image
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.15.0
with:
push: true
context: .
Expand Down
934 changes: 0 additions & 934 deletions .yarn/releases/yarn-4.5.1.cjs

This file was deleted.

948 changes: 948 additions & 0 deletions .yarn/releases/yarn-4.9.1.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.9.1.cjs
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"update": "yarn upgrade-interactive"
},
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/builders": "^1.10.1",
"@discordjs/collection": "^2.1.1",
"@napi-rs/canvas": "^0.1.58",
"@napi-rs/canvas": "^0.1.69",
"@napi-rs/image": "^1.9.2",
"@prisma/client": "^5.21.1",
"@sapphire/async-queue": "^1.5.3",
"@sapphire/duration": "^1.1.2",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.17.0",
"@prisma/client": "^5.22.0",
"@sapphire/async-queue": "^1.5.5",
"@sapphire/duration": "^1.2.0",
"@sapphire/result": "^2.7.2",
"@sapphire/utilities": "^3.18.2",
"@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/reddit-helpers": "^1.2.0",
Expand All @@ -52,37 +52,37 @@
"discord-api-types": "^0.37.100",
"gradient-string": "^3.0.0",
"he": "^1.2.0",
"ioredis": "^5.4.1",
"ioredis": "^5.6.1",
"jsbd": "^0.0.11",
"luxon": "^3.5.0",
"nanoid": "^5.0.7",
"tslib": "^2.8.0"
"luxon": "^3.6.1",
"nanoid": "^5.1.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/culori": "^2.1.1",
"@types/gradient-string": "^1.1.6",
"@types/he": "^1.2.3",
"@types/luxon": "^3.4.2",
"@types/node": "^22.8.6",
"@types/luxon": "^3.6.2",
"@types/node": "^22.14.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.3",
"@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.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prisma": "^5.21.1",
"eslint-plugin-prettier": "^5.2.6",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"prisma": "^5.22.0",
"rimraf": "^6.0.1",
"tar": "^7.4.3",
"typescript": "~5.4.5",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down Expand Up @@ -113,8 +113,8 @@
"@typescript-eslint/no-base-to-string": "off"
}
},
"packageManager": "yarn@4.5.1",
"packageManager": "yarn@4.9.1",
"volta": {
"node": "22.11.0"
"node": "22.14.0"
}
}
Loading
Loading