Skip to content

Commit 779006f

Browse files
fix(deps): update all non-major dependencies
[skip publish]
1 parent a52b3c6 commit 779006f

File tree

7 files changed

+1493
-1569
lines changed

7 files changed

+1493
-1569
lines changed

.github/workflows/branch-imager.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- name: Setup Docker Buildx
1717
uses: docker/setup-buildx-action@v4.0.0
1818
- name: Login to DockerHub
19-
uses: docker/login-action@v4.0.0
19+
uses: docker/login-action@v4.1.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.1.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.1.0
3434
with:
3535
push: true
3636
context: .

.github/workflows/continuous-deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ jobs:
2727
- name: Setup Docker Buildx
2828
uses: docker/setup-buildx-action@v4.0.0
2929
- name: Login to DockerHub
30-
uses: docker/login-action@v4.0.0
30+
uses: docker/login-action@v4.1.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.1.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.1.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.13.0.cjs

Lines changed: 940 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.13.0.cjs

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@
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.13.2"
7676
},
7777
"devDependencies": {
7878
"@apollo/server": "^5.4.0",
7979
"@as-integrations/koa": "^1.1.1",
8080
"@commitlint/cli": "^20.5.0",
8181
"@commitlint/config-conventional": "^20.5.0",
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.0",
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",
@@ -94,16 +94,16 @@
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.24",
9898
"@types/async": "^3.2.25",
9999
"@types/cheerio": "^1.0.0",
100-
"@types/koa": "^3.0.1",
100+
"@types/koa": "^3.0.2",
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.4",
107107
"async": "^3.2.6",
108108
"cheerio": "^1.2.0",
109109
"colorette": "^2.0.20",
@@ -113,17 +113,17 @@
113113
"eslint-plugin-prettier": "^5.5.5",
114114
"graphql-tag": "^2.12.6",
115115
"json-stream-stringify": "^3.1.6",
116-
"koa": "^3.1.2",
116+
"koa": "^3.2.0",
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.8.2",
121121
"replace-in-file": "^8.4.0",
122122
"rimraf": "^6.1.3",
123123
"tsup": "^8.5.1",
124124
"tsx": "^4.21.0",
125125
"typescript": "~5.9.3",
126-
"vitest": "^4.1.0"
126+
"vitest": "^4.1.4"
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.13.0",
170170
"volta": {
171-
"node": "24.14.0"
171+
"node": "24.14.1"
172172
}
173173
}

0 commit comments

Comments
 (0)