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 20, 2024
1 parent 4e1936b commit f0fc339
Show file tree
Hide file tree
Showing 5 changed files with 708 additions and 701 deletions.
4 changes: 2 additions & 2 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.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 Teryl 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
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/collection": "^2.1.1",
"@napi-rs/canvas": "^0.1.58",
"@napi-rs/canvas": "^0.1.65",
"@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.1.4",
"@sapphire/result": "^2.7.2",
"@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/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.4.2",
"jsbd": "^0.0.11",
"luxon": "^3.5.0",
"nanoid": "^5.0.7",
"tslib": "^2.8.0"
"nanoid": "^5.0.9",
"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/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/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/coverage-v8": "^2.1.8",
"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",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"prisma": "^5.22.0",
"rimraf": "^6.0.1",
"tar": "^7.4.3",
"typescript": "~5.4.5",
"vitest": "^2.1.3"
"vitest": "^2.1.8"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down Expand Up @@ -113,8 +113,8 @@
"@typescript-eslint/no-base-to-string": "off"
}
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"volta": {
"node": "22.11.0"
"node": "22.12.0"
}
}
Loading

0 comments on commit f0fc339

Please sign in to comment.