Skip to content

Commit 3cad8c1

Browse files
chore(deps): update all non-major dependencies
[skip publish]
1 parent 520ab54 commit 3cad8c1

File tree

5 files changed

+526
-613
lines changed

5 files changed

+526
-613
lines changed

.github/workflows/branch-imager.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
- name: Checkout Project
1515
uses: actions/checkout@v6
1616
- name: Setup Docker Buildx
17-
uses: docker/setup-buildx-action@v3.11.1
17+
uses: docker/setup-buildx-action@v3.12.0
1818
- name: Login to DockerHub
19-
uses: docker/login-action@v3.6.0
19+
uses: docker/login-action@v3.7.0
2020
with:
2121
username: ${{ secrets.DOCKER_USERNAME }}
2222
password: ${{ secrets.DOCKER_PASSWORD }}
2323
- name: Login to GitHub Container Registry
24-
uses: docker/login-action@v3.6.0
24+
uses: docker/login-action@v3.7.0
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.repository_owner }}
@@ -30,7 +30,7 @@ jobs:
3030
id: get_branch_name
3131
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
3232
- name: Build and push Docker image
33-
uses: docker/build-push-action@v6.18.0
33+
uses: docker/build-push-action@v6.19.2
3434
with:
3535
push: true
3636
context: .

.github/workflows/continuous-deployment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ jobs:
2525
- name: Checkout Project
2626
uses: actions/checkout@v6
2727
- name: Setup Docker Buildx
28-
uses: docker/setup-buildx-action@v3.11.1
28+
uses: docker/setup-buildx-action@v3.12.0
2929
- name: Login to DockerHub
30-
uses: docker/login-action@v3.6.0
30+
uses: docker/login-action@v3.7.0
3131
with:
3232
username: ${{ secrets.DOCKER_USERNAME }}
3333
password: ${{ secrets.DOCKER_PASSWORD }}
3434
- name: Login to GitHub Container Registry
35-
uses: docker/login-action@v3.6.0
35+
uses: docker/login-action@v3.7.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.repository_owner }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040
- name: Build and push Docker image
41-
uses: docker/build-push-action@v6.18.0
41+
uses: docker/build-push-action@v6.19.2
4242
with:
4343
push: true
4444
context: .

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
"devDependencies": {
7878
"@apollo/server": "^5.2.0",
7979
"@as-integrations/koa": "^1.1.1",
80-
"@commitlint/cli": "^20.1.0",
81-
"@commitlint/config-conventional": "^20.0.0",
80+
"@commitlint/cli": "^20.4.1",
81+
"@commitlint/config-conventional": "^20.4.1",
8282
"@discordjs/collection": "^2.1.1",
8383
"@favware/cliff-jumper": "^6.0.0",
84-
"@graphql-codegen/cli": "^6.1.0",
84+
"@graphql-codegen/cli": "^6.1.1",
8585
"@graphql-codegen/schema-ast": "^5.0.0",
8686
"@graphql-codegen/typescript": "^5.0.2",
8787
"@graphql-codegen/typescript-resolvers": "^5.1.0",
@@ -94,7 +94,7 @@
9494
"@sapphire/timestamp": "^1.0.5",
9595
"@sapphire/ts-config": "^5.0.3",
9696
"@skyra/jaro-winkler": "^1.1.1",
97-
"@swc/core": "1.15.3",
97+
"@swc/core": "1.15.11",
9898
"@types/async": "^3.2.25",
9999
"@types/cheerio": "^1.0.0",
100100
"@types/koa": "^3.0.1",
@@ -103,27 +103,27 @@
103103
"@types/node": "^24.8.1",
104104
"@typescript-eslint/eslint-plugin": "^7.18.0",
105105
"@typescript-eslint/parser": "^7.18.0",
106-
"@vitest/coverage-v8": "^4.0.14",
106+
"@vitest/coverage-v8": "^4.0.18",
107107
"async": "^3.2.6",
108-
"cheerio": "^1.1.2",
108+
"cheerio": "^1.2.0",
109109
"colorette": "^2.0.20",
110110
"cz-conventional-changelog": "^3.3.0",
111111
"eslint": "^8.57.1",
112112
"eslint-config-prettier": "^10.1.8",
113-
"eslint-plugin-prettier": "^5.5.4",
113+
"eslint-plugin-prettier": "^5.5.5",
114114
"graphql-tag": "^2.12.6",
115115
"json-stream-stringify": "^3.1.6",
116116
"koa": "^3.1.1",
117117
"koa-bodyparser": "^4.4.1",
118118
"lint-staged": "^16.2.7",
119119
"npm-run-all2": "^8.0.4",
120-
"prettier": "^3.7.3",
121-
"replace-in-file": "^8.3.0",
122-
"rimraf": "^6.1.2",
120+
"prettier": "^3.8.1",
121+
"replace-in-file": "^8.4.0",
122+
"rimraf": "^6.1.3",
123123
"tsup": "^8.5.1",
124-
"tsx": "^4.20.6",
124+
"tsx": "^4.21.0",
125125
"typescript": "~5.8.3",
126-
"vitest": "^4.0.14"
126+
"vitest": "^4.0.18"
127127
},
128128
"resolutions": {
129129
"graphql@npm:16.9.0": "patch:graphql@npm%3A16.11.0#~/.yarn/patches/graphql-npm-16.11.0-836e6ade28.patch",
@@ -167,6 +167,6 @@
167167
},
168168
"packageManager": "yarn@4.12.0",
169169
"volta": {
170-
"node": "24.11.1"
170+
"node": "24.13.1"
171171
}
172172
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.32.5
22
autopep8==2.3.2
3-
pylint==4.0.3
3+
pylint==4.0.4

0 commit comments

Comments
 (0)