Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent e0dfdab commit cdbc1de
Show file tree
Hide file tree
Showing 6 changed files with 2,283 additions and 1,885 deletions.
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@v3
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2.2.1
uses: docker/setup-buildx-action@v2.10.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Util Docker image
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v3.3.1
with:
push: true
context: .
Expand Down
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.6.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-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-3.8.6.cjs
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,42 +26,42 @@
"@discordjs/builders": "^1.6.3",
"@discordjs/collection": "^1.5.1",
"@discordjs/core": "^0.6.0",
"@prisma/client": "^5.12.1",
"@sapphire/async-queue": "^1.5.0",
"@sapphire/duration": "^1.1.0",
"@sapphire/result": "^2.6.4",
"@sapphire/utilities": "^3.13.0",
"@skyra/env-utilities": "^1.2.1",
"@skyra/http-framework": "^1.0.3",
"@skyra/http-framework-i18n": "^1.0.2",
"@skyra/logger": "^2.0.1",
"@skyra/shared-http-pieces": "^1.0.3",
"@skyra/start-banner": "^2.0.0",
"@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",
"@skyra/env-utilities": "^1.3.0",
"@skyra/http-framework": "^1.2.2",
"@skyra/http-framework-i18n": "^1.2.0",
"@skyra/logger": "^2.0.3",
"@skyra/shared-http-pieces": "^1.2.2",
"@skyra/start-banner": "^2.0.1",
"discord-api-types": "^0.37.43",
"fastify": "^4.26.2",
"fastify": "^4.28.1",
"gradient-string": "^2.0.2",
"limax": "^4.1.0",
"tslib": "^2.6.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@sapphire/eslint-config": "^5.0.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^4.0.1",
"@types/gradient-string": "^1.1.2",
"@types/node": "^18.17.0",
"@types/gradient-string": "^1.1.6",
"@types/node": "^18.19.60",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"prisma": "^5.12.1",
"pretty-quick": "^3.3.1",
"prisma": "^5.21.1",
"typescript": "^5.1.6"
},
"resolutions": {
Expand Down Expand Up @@ -92,9 +92,9 @@
"@typescript-eslint/no-unsafe-call": "off"
}
},
"packageManager": "yarn@3.6.1",
"packageManager": "yarn@3.8.6",
"volta": {
"node": "18.17.0",
"yarn": "3.6.1"
"node": "18.20.4",
"yarn": "3.8.6"
}
}
Loading

0 comments on commit cdbc1de

Please sign in to comment.