Skip to content

Commit fb010c8

Browse files
fix(deps): update all non-major dependencies
[skip publish]
1 parent 84c7451 commit fb010c8

8 files changed

Lines changed: 2140 additions & 1964 deletions

File tree

.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@v4.0.0
17+
uses: docker/setup-buildx-action@v4.2.0
1818
- name: Login to DockerHub
19-
uses: docker/login-action@v4.0.0
19+
uses: docker/login-action@v4.6.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@v4.0.0
24+
uses: docker/login-action@v4.6.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@v7.0.0
33+
uses: docker/build-push-action@v7.3.0
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@v4.0.0
28+
uses: docker/setup-buildx-action@v4.2.0
2929
- name: Login to DockerHub
30-
uses: docker/login-action@v4.0.0
30+
uses: docker/login-action@v4.6.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@v4.0.0
35+
uses: docker/login-action@v4.6.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@v7.0.0
41+
uses: docker/build-push-action@v7.3.0
4242
with:
4343
push: true
4444
context: .

.yarn/releases/yarn-4.12.0.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

.yarn/releases/yarn-4.18.0.cjs

Lines changed: 1000 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugins:
1010
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
1111
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'
1212

13-
yarnPath: .yarn/releases/yarn-4.12.0.cjs
13+
yarnPath: .yarn/releases/yarn-4.18.0.cjs

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -72,58 +72,58 @@
7272
"au:cries": "yarn tsx ./scripts/data-gen-scripts/scripted-updaters/cries-updater/cry-updater.ts"
7373
},
7474
"dependencies": {
75-
"graphql": "16.13.1"
75+
"graphql": "16.14.2"
7676
},
7777
"devDependencies": {
78-
"@apollo/server": "^5.4.0",
78+
"@apollo/server": "^5.5.1",
7979
"@as-integrations/koa": "^1.1.1",
80-
"@commitlint/cli": "^20.5.0",
81-
"@commitlint/config-conventional": "^20.5.0",
80+
"@commitlint/cli": "^20.5.3",
81+
"@commitlint/config-conventional": "^20.5.3",
8282
"@discordjs/collection": "^2.1.1",
83-
"@favware/cliff-jumper": "^6.0.0",
84-
"@graphql-codegen/cli": "^6.2.1",
85-
"@graphql-codegen/schema-ast": "^5.0.1",
83+
"@favware/cliff-jumper": "^6.1.0",
84+
"@graphql-codegen/cli": "^6.3.1",
85+
"@graphql-codegen/schema-ast": "^5.0.2",
8686
"@graphql-codegen/typescript": "^5.0.9",
8787
"@graphql-codegen/typescript-resolvers": "^5.1.7",
8888
"@koa/cors": "^5.0.0",
89-
"@magidoc/cli": "^6.3.0",
89+
"@magidoc/cli": "^6.4.5",
9090
"@sapphire/eslint-config": "^5.0.6",
9191
"@sapphire/fetch": "^3.0.5",
9292
"@sapphire/prettier-config": "^2.0.0",
9393
"@sapphire/shapeshift": "^4.0.0",
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.18",
97+
"@swc/core": "1.15.47",
9898
"@types/async": "^3.2.25",
9999
"@types/cheerio": "^1.0.0",
100-
"@types/koa": "^3.0.1",
100+
"@types/koa": "^3.0.3",
101101
"@types/koa-bodyparser": "^4.3.13",
102102
"@types/koa__cors": "^5.0.1",
103103
"@types/node": "^24.12.0",
104104
"@typescript-eslint/eslint-plugin": "^7.18.0",
105105
"@typescript-eslint/parser": "^7.18.0",
106-
"@vitest/coverage-v8": "^4.1.0",
106+
"@vitest/coverage-v8": "^4.1.10",
107107
"async": "^3.2.6",
108108
"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.5",
114-
"graphql-tag": "^2.12.6",
115-
"json-stream-stringify": "^3.1.6",
116-
"koa": "^3.1.2",
113+
"eslint-plugin-prettier": "^5.5.6",
114+
"graphql-tag": "^2.12.7",
115+
"json-stream-stringify": "^3.1.7",
116+
"koa": "^3.2.1",
117117
"koa-bodyparser": "^4.4.1",
118118
"lint-staged": "^16.4.0",
119119
"npm-run-all2": "^8.0.4",
120-
"prettier": "^3.8.1",
120+
"prettier": "^3.9.6",
121121
"replace-in-file": "^8.4.0",
122122
"rimraf": "^6.1.3",
123123
"tsup": "^8.5.1",
124-
"tsx": "^4.21.0",
124+
"tsx": "^4.23.7",
125125
"typescript": "~5.9.3",
126-
"vitest": "^4.1.0"
126+
"vitest": "^4.1.10"
127127
},
128128
"resolutions": {
129129
"graphql@npm:16.9.0": "patch:graphql@npm%3A16.11.0#~/.yarn/patches/graphql-npm-16.11.0-836e6ade28.patch",
@@ -166,8 +166,8 @@
166166
"publishConfig": {
167167
"access": "public"
168168
},
169-
"packageManager": "yarn@4.12.0",
169+
"packageManager": "yarn@4.18.0",
170170
"volta": {
171-
"node": "24.14.0"
171+
"node": "24.19.0"
172172
}
173173
}
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.5
3+
pylint==4.0.6

0 commit comments

Comments
 (0)