Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies (#450)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 19, 2024
1 parent 91ff3d1 commit 464d68c
Show file tree
Hide file tree
Showing 12 changed files with 3,418 additions and 4,468 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
scope: ${{ fromJson(inputs.SCOPE) }}
steps:
- name: Check Out Repo
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 2

Expand All @@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Login to GitHub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
if: ${{ github.event_name != 'pull_request' }}
with:
registry: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/services-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
version: ${{ steps.scope.outputs.version }}
steps:
- name: Check Out Repo
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Get tag name
id: tag
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
folders: ${{ steps.json.outputs.folders }}
steps:
- name: Check Out Repo
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 2
- name: List changed folders
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@hazmi35/eslint-config": "^13.3.1",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"turbo": "^1.13.3",
"turbo": "^1.13.4",
"typescript": "^5.4.5"
},
"dependencies": {
"@changesets/cli": "^2.27.3"
"@changesets/cli": "^2.27.5"
},
"packageManager": "pnpm@8.4.0"
"packageManager": "pnpm@8.15.8"
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@sapphire/snowflake": "^3.5.3",
"@sapphire/utilities": "^3.16.2",
"amqp-connection-manager": "^4.1.14",
"discord-api-types": "^0.37.85",
"drizzle-orm": "^0.30.10",
"tslib": "^2.6.2"
"discord-api-types": "^0.37.90",
"drizzle-orm": "^0.31.2",
"tslib": "^2.6.3"
}
}
6 changes: 3 additions & 3 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"@types/amqplib": "^0.10.5"
},
"dependencies": {
"@discordjs/builders": "^1.8.1",
"@discordjs/builders": "^1.8.2",
"@discordjs/collection": "^2.1.0",
"@nezuchan/core": "workspace:^",
"@sapphire/lexure": "^1.1.7",
"@sapphire/pieces": "^4.2.2",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.16.2",
"amqplib": "^0.10.4",
"discord-api-types": "^0.37.85",
"discord-api-types": "^0.37.90",
"gen-esm-wrapper": "^1.1.3",
"tslib": "^2.6.2"
"tslib": "^2.6.3"
}
}
8 changes: 4 additions & 4 deletions packages/kanao-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"drizzle-kit": "^0.21.4",
"pg": "^8.11.5"
"drizzle-kit": "^0.22.7",
"pg": "^8.12.0"
},
"dependencies": {
"drizzle-orm": "^0.30.10",
"tslib": "^2.6.2"
"drizzle-orm": "^0.31.2",
"tslib": "^2.6.3"
}
}
2 changes: 1 addition & 1 deletion plugins/fastify-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"@sapphire/pieces": "^4.2.2",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.16.2",
"fastify": "^4.27.0"
"fastify": "^4.28.0"
}
}
Loading

0 comments on commit 464d68c

Please sign in to comment.