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

Commit

Permalink
chore(deps): update all non-major dependencies (#406)
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 Mar 13, 2024
1 parent df0d0a3 commit f478da5
Show file tree
Hide file tree
Showing 11 changed files with 126 additions and 120 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
fetch-depth: 2

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
with:
context: ./
tags: ${{ steps.img_meta.outputs.tags }}
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
fetch-depth: 2
- name: List changed folders
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@hazmi35/eslint-config": "^13.3.1",
"eslint": "^8.57.0",
"rimraf": "^5.0.5",
"turbo": "^1.12.4",
"turbo": "^1.12.5",
"typescript": "^5.4.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@sapphire/snowflake": "^3.5.3",
"@sapphire/utilities": "^3.15.3",
"amqp-connection-manager": "^4.1.14",
"discord-api-types": "^0.37.71",
"drizzle-orm": "^0.29.4",
"discord-api-types": "^0.37.73",
"drizzle-orm": "^0.30.1",
"pg": "^8.11.3",
"postgres": "^3.4.3",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.15.3",
"amqplib": "^0.10.3",
"discord-api-types": "^0.37.71",
"discord-api-types": "^0.37.73",
"gen-esm-wrapper": "^1.1.3",
"tslib": "^2.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/kanao-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pg": "^8.11.3"
},
"dependencies": {
"drizzle-orm": "^0.29.4",
"drizzle-orm": "^0.30.1",
"tslib": "^2.6.2"
}
}
Loading

0 comments on commit f478da5

Please sign in to comment.