Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
[skip publish]
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent cbbafcc commit 6ef6f57
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 98 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-imager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.0
- name: Login to DockerHub
uses: docker/[email protected]
with:
Expand All @@ -30,7 +30,7 @@ jobs:
id: get_branch_name
run: echo "branch_name=$(echo $( [ -z "${{ github.head_ref }}" ] && echo ${{ github.ref }} | cut -c12- || echo ${{ github.head_ref }} ) | sed -e 's/\/\|_/-/g' | sed -e 's/@//g')" >> $GITHUB_OUTPUT
- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
push: true
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.0
- name: Login to DockerHub
uses: docker/[email protected]
with:
Expand All @@ -37,7 +37,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
push: true
context: .
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-resolvers": "^4.1.0",
"@koa/cors": "^5.0.0",
"@magidoc/cli": "^6.0.1",
"@magidoc/cli": "^6.1.0",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/fetch": "^3.0.3",
"@sapphire/prettier-config": "^2.0.0",
Expand All @@ -103,7 +103,7 @@
"@types/node": "^20.14.8",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/coverage-v8": "^2.1.2",
"async": "^3.2.6",
"cheerio": "^1.0.0",
"colorette": "^2.0.20",
Expand All @@ -112,7 +112,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"graphql-tag": "^2.12.6",
"json-stream-stringify": "^3.1.4",
"json-stream-stringify": "^3.1.5",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"lint-staged": "^15.2.10",
Expand All @@ -123,7 +123,7 @@
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "~5.4.5",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/manual-tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.32.3
autopep8==2.3.1
pylint==3.3.0
pylint==3.3.1
Loading

0 comments on commit 6ef6f57

Please sign in to comment.