Skip to content

Commit 70377af

Browse files
fix(deps): update all non-major dependencies (#7245)
* fix(deps): update all non-major dependencies * .. * Go * Less noisy CI * Go --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
1 parent 76aa1b1 commit 70377af

File tree

12 files changed

+350
-393
lines changed

12 files changed

+350
-393
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
npmTag: alpha
2626
buildScript: build
27-
nodeVersion: 22
27+
nodeVersion: 24
2828
secrets:
2929
githubToken: ${{ secrets.GITHUB_TOKEN }}
3030
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
1818
with:
1919
releaseScript: release
20-
nodeVersion: 22
20+
nodeVersion: 24
2121
secrets:
2222
githubToken: ${{ secrets.GITHUB_TOKEN }}
2323
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}

.github/workflows/tests.yml

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup env
2727
uses: the-guild-org/shared-config/setup@main
2828
with:
29-
nodeVersion: 22
29+
nodeVersion: 24
3030

3131
- name: Use GraphQL v15
3232
run: node ./scripts/match-graphql.js 15
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup env
4444
uses: the-guild-org/shared-config/setup@main
4545
with:
46-
nodeVersion: 22
46+
nodeVersion: 24
4747
- name: Prettier
4848
run: yarn prettier:check
4949
- name: Lint
@@ -61,11 +61,13 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
os: [ubuntu-latest] # remove windows to speed up the tests
64-
node-version: [18, 20, 22, 23]
64+
node-version: [18, 22, 24]
6565
graphql_version:
66-
- 15
6766
- 16
6867
include:
68+
- node-version: 18
69+
os: ubuntu-latest
70+
graphql_version: 15
6971
- node-version: 18
7072
os: windows-latest
7173
graphql_version: 16
@@ -106,38 +108,20 @@ jobs:
106108
max_attempts: 5
107109
command: yarn test:leaks --ci
108110
test-bun:
109-
name: Unit Test on Bun (${{matrix.os}}) and GraphQL v${{matrix.graphql_version}}
111+
name: Unit Test on Bun
110112
runs-on: ubuntu-latest
111-
strategy:
112-
fail-fast: false
113-
matrix:
114-
os: [ubuntu-latest] # remove windows to speed up the tests
115-
graphql_version:
116-
- 15
117-
- 16
118113
steps:
119114
- name: Checkout Master
120115
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
121-
122116
- name: Setup env
123117
uses: the-guild-org/shared-config/setup@main
124118
with:
125-
nodeVersion: 23
126-
127-
- name: Use GraphQL v${{matrix.graphql_version}}
128-
run: node ./scripts/match-graphql.js ${{matrix.graphql_version}}
129-
- name: Install Dependencies using Yarn
130-
run: yarn install --ignore-engines && git checkout yarn.lock
119+
nodeVersion: 24
131120
- name: Build
132121
run: yarn build
133122
- name: Unit Tests
134123
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
135124
with:
136125
timeout_minutes: 10
137126
max_attempts: 5
138-
command: yarn test:bun --ci --reporter=junit --reporter-outfile=./junit.xml
139-
- name: Publish Test Report
140-
uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5
141-
if: success() || failure() # always run even if the previous step fails
142-
with:
143-
report_paths: './junit.xml'
127+
command: yarn test:bun --ci

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,37 +53,37 @@
5353
"@babel/preset-typescript": "7.27.1",
5454
"@changesets/changelog-github": "0.5.1",
5555
"@changesets/cli": "2.29.4",
56-
"@envelop/core": "5.2.3",
56+
"@envelop/core": "5.3.0",
5757
"@theguild/prettier-config": "3.0.1",
5858
"@types/jest": "29.5.14",
59-
"@types/node": "22.15.29",
59+
"@types/node": "22.15.33",
6060
"@typescript-eslint/eslint-plugin": "8.32.1",
6161
"@typescript-eslint/parser": "8.32.1",
6262
"@urql/core": "5.1.1",
6363
"babel-jest": "30.0.0",
6464
"bob-the-bundler": "7.0.1",
65-
"bun": "1.2.15",
65+
"bun": "1.2.17",
6666
"chalk": "5.4.1",
67-
"concurrently": "9.1.2",
67+
"concurrently": "9.2.0",
6868
"cross-env": "7.0.3",
69-
"eslint": "9.28.0",
69+
"eslint": "9.29.0",
7070
"eslint-config-prettier": "10.1.5",
7171
"eslint-config-standard": "17.1.0",
72-
"eslint-plugin-import": "2.31.0",
73-
"eslint-plugin-n": "17.19.0",
72+
"eslint-plugin-import": "2.32.0",
73+
"eslint-plugin-n": "17.20.0",
7474
"eslint-plugin-promise": "7.2.1",
7575
"eslint-plugin-standard": "5.0.0",
7676
"globby": "11.1.0",
7777
"graphql": "16.11.0",
7878
"graphql-yoga": "5.13.5",
7979
"husky": "9.1.7",
8080
"jest": "30.0.0",
81-
"lint-staged": "16.1.0",
81+
"lint-staged": "16.1.2",
8282
"patch-package": "8.0.0",
83-
"prettier": "3.5.3",
84-
"prettier-plugin-tailwindcss": "0.6.12",
85-
"ts-jest": "29.3.4",
86-
"tsx": "4.19.4",
83+
"prettier": "3.6.1",
84+
"prettier-plugin-tailwindcss": "0.6.13",
85+
"ts-jest": "29.4.0",
86+
"tsx": "4.20.3",
8787
"typedoc": "0.25.13",
8888
"typedoc-plugin-markdown": "3.17.1",
8989
"typedoc-plugin-rename-defaults": "0.7.3",

packages/executors/envelop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"tslib": "^2.3.1"
5757
},
5858
"devDependencies": {
59-
"@envelop/core": "5.2.3"
59+
"@envelop/core": "5.3.0"
6060
},
6161
"publishConfig": {
6262
"directory": "dist",

packages/graphql-tag-pluck/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
62-
"@astrojs/compiler": "2.12.0",
62+
"@astrojs/compiler": "2.12.2",
6363
"@types/babel__traverse": "7.20.7",
64-
"@vue/compiler-sfc": "3.5.16",
64+
"@vue/compiler-sfc": "3.5.17",
6565
"astrojs-compiler-sync": "1.1.1",
6666
"content-tag": "4.0.0",
67-
"svelte": "5.33.14",
68-
"svelte2tsx": "0.7.39"
67+
"svelte": "5.34.8",
68+
"svelte2tsx": "0.7.40"
6969
},
7070
"publishConfig": {
7171
"directory": "dist",

packages/loaders/url/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
"ws": "^8.17.1"
6666
},
6767
"devDependencies": {
68-
"@envelop/core": "5.2.3",
68+
"@envelop/core": "5.3.0",
6969
"@envelop/live-query": "8.1.3",
7070
"@graphql-yoga/plugin-defer-stream": "3.13.5",
71-
"@types/express": "5.0.2",
71+
"@types/express": "5.0.3",
7272
"@types/valid-url": "1.0.7",
7373
"babel-loader": "10.0.0",
7474
"express": "5.1.0",
7575
"graphql-sse": "2.5.4",
7676
"graphql-upload": "17.0.0",
7777
"graphql-yoga": "5.13.5",
78-
"puppeteer": "24.10.0",
78+
"puppeteer": "24.10.2",
7979
"subscriptions-transport-ws": "0.11.0",
8080
"webpack": "5.99.9"
8181
},

packages/resolvers-composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"tslib": "^2.4.0"
5858
},
5959
"devDependencies": {
60-
"@types/lodash": "4.17.17",
60+
"@types/lodash": "4.17.18",
6161
"@types/micromatch": "4.0.9"
6262
},
6363
"publishConfig": {

patches/jest-leak-detector+29.7.0.patch

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

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
},
2323
"devDependencies": {
2424
"@theguild/tailwind-config": "0.6.3",
25-
"@types/node": "22.15.29",
26-
"@types/react": "19.1.6",
25+
"@types/node": "22.15.33",
26+
"@types/react": "19.1.8",
2727
"pagefind": "^1.3.0",
28-
"postcss": "8.5.4",
29-
"postcss-import": "16.1.0",
28+
"postcss": "8.5.6",
29+
"postcss-import": "16.1.1",
3030
"postcss-lightningcss": "1.0.1",
3131
"tailwindcss": "3.4.17",
3232
"typescript": "5.8.3",
33-
"wrangler": "4.18.0"
33+
"wrangler": "4.21.2"
3434
}
3535
}

0 commit comments

Comments
 (0)