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 May 3, 2024
1 parent a9ad591 commit 9757ec8
Show file tree
Hide file tree
Showing 6 changed files with 1,928 additions and 2,067 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2.2.1
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0

- name: Login to GitHub Container Registry
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Docker image
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3.2.0
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
with:
context: ./
file: Dockerfile
Expand Down
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.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.0.1.cjs
yarnPath: .yarn/releases/yarn-4.2.1.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@
"@sapphire/cron": "^1.1.3",
"@sapphire/decorators": "^6.1.0",
"@sapphire/discord.js-utilities": "^7.2.0",
"@sapphire/framework": "5.1.0",
"@sapphire/framework": "5.2.0",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-scheduled-tasks": "^10.0.1",
"@sapphire/plugin-subcommands": "6.0.3",
"@sapphire/result": "^2.6.6",
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/type": "^2.4.4",
"@sapphire/utilities": "^3.15.3",
"@sentry/node": "^7.112.2",
"@sentry/node": "^7.113.0",
"@skyra/env-utilities": "^1.3.0",
"bufferutil": "^4.0.8",
"bullmq": "^5.7.7",
"clashofclans.js": "^3.3.8",
"bullmq": "^5.7.8",
"clashofclans.js": "^3.3.9",
"colorette": "^2.0.20",
"discord-api-types": "^0.37.83",
"discord.js": "^14.14.1",
Expand All @@ -88,7 +88,7 @@
"@swc/core": "^1.4.17",
"@types/figlet": "^1.5.8",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -101,7 +101,7 @@
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"packageManager": "yarn@4.0.1",
"packageManager": "yarn@4.2.1",
"engines": {
"node": ">=20.0.0,<21.0.0"
}
Expand Down
Loading

0 comments on commit 9757ec8

Please sign in to comment.