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 Jan 16, 2024
1 parent f754c40 commit 4e1cd0f
Show file tree
Hide file tree
Showing 5 changed files with 1,030 additions and 972 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
670 changes: 335 additions & 335 deletions .yarn/releases/yarn-4.0.1.cjs → .yarn/releases/yarn-4.0.2.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.0.2.cjs
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,61 +48,61 @@
"dependencies": {
"@ltd/j-toml": "^1.38.0",
"@napi-rs/canvas": "^0.1.44",
"@sapphire/cron": "^1.1.1",
"@sapphire/decorators": "^6.0.2",
"@sapphire/discord.js-utilities": "^7.0.2",
"@sapphire/framework": "4.7.2",
"@sapphire/plugin-logger": "^3.0.6",
"@sapphire/cron": "^1.1.2",
"@sapphire/decorators": "^6.0.3",
"@sapphire/discord.js-utilities": "^7.1.5",
"@sapphire/framework": "4.8.5",
"@sapphire/plugin-logger": "^3.0.7",
"@sapphire/plugin-scheduled-tasks": "^7.1.2",
"@sapphire/plugin-subcommands": "4.3.0",
"@sapphire/result": "^2.6.4",
"@sapphire/stopwatch": "^1.5.0",
"@sapphire/type": "^2.4.1",
"@sapphire/utilities": "^3.13.0",
"@sentry/node": "^7.80.0",
"@skyra/env-utilities": "^1.2.1",
"@sapphire/result": "^2.6.5",
"@sapphire/stopwatch": "^1.5.1",
"@sapphire/type": "^2.4.3",
"@sapphire/utilities": "^3.15.2",
"@sentry/node": "^7.93.0",
"@skyra/env-utilities": "^1.3.0",
"bufferutil": "^4.0.8",
"bullmq": "^4.13.2",
"clashofclans.js": "^3.1.2",
"bullmq": "^4.17.0",
"clashofclans.js": "^3.3.1",
"colorette": "^2.0.20",
"discord-api-types": "^0.37.63",
"discord.js": "^14.13.0",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"figlet": "^1.7.0",
"fuse.js": "^6.6.2",
"gradient-string": "^2.0.2",
"ioredis": "^5.3.2",
"markdown-table": "^3.0.3",
"nanoid": "^5.0.3",
"nanoid": "^5.0.4",
"postgres": "^3.4.3",
"reflect-metadata": "^0.1.13",
"string-strip-html": "^13.4.3",
"undici": "^5.27.2",
"reflect-metadata": "^0.2.1",
"string-strip-html": "^13.4.5",
"undici": "^5.28.2",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@swc/core": "^1.3.96",
"@swc/core": "^1.3.103",
"@types/figlet": "^1.5.8",
"@types/gradient-string": "^1.1.5",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@types/node": "^20.11.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"eslint-config-snail": "^2.0.0",
"eslint-formatter-pretty": "^5.0.0",
"ley": "^0.8.1",
"lint-staged": "^15.1.0",
"prettier": "^3.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.2",
"rome": "^12.1.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"engines": {
"node": ">=20.0.0"
}
Expand Down
Loading

0 comments on commit 4e1cd0f

Please sign in to comment.