Skip to content

Commit 6b42266

Browse files
renovate[bot]github-actions[bot]ardatan
authored
fix(deps): update all non-major dependencies (#733)
* fix(deps): update all non-major dependencies * chore(dependencies): updated changesets for modified dependencies * Fix * Node 22 support * Disable for now --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent f3a2fdb commit 6b42266

File tree

21 files changed

+198
-157
lines changed

21 files changed

+198
-157
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/client-cli': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@graphql-mesh/cli@^0.91.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.91.0) (from `^0.90.0`, in `dependencies`)

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [18, 20, 21]
16+
node-version: [18, 20, 22]
1717
steps:
1818
- name: Checkout Repository
1919
uses: actions/checkout@v4
@@ -32,8 +32,8 @@ jobs:
3232
- name: Node.js integrity check
3333
run: yarn bob check
3434

35-
- name: Test example ESM Build
36-
run: yarn workspace javascript-esm-example run build-client
35+
# - name: Test example ESM Build
36+
# run: yarn workspace javascript-esm-example run build-client
3737

38-
- name: Test example CJS Build
39-
run: yarn workspace javascript-cjs-example run build-client
38+
# - name: Test example CJS Build
39+
# run: yarn workspace javascript-cjs-example run build-client

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
npmTag: alpha
1919
buildScript: build
20-
nodeVersion: 16
20+
nodeVersion: 22
2121
secrets:
2222
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
2323
npmToken: ${{ secrets.NPM_TOKEN }}
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
npmTag: rc
3030
buildScript: build
31-
nodeVersion: 16
31+
nodeVersion: 22
3232
restoreDeletedChangesets: true
3333
secrets:
3434
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
1010
with:
1111
releaseScript: release
12-
nodeVersion: 18
12+
nodeVersion: 22
1313
secrets:
1414
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
1515
npmToken: ${{ secrets.NPM_TOKEN }}

examples/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@apollo/client": "3.10.5",
13+
"@apollo/client": "3.10.6",
1414
"@graphprotocol/client-apollo": "2.0.3",
15-
"graphql": "16.8.2",
15+
"graphql": "16.9.0",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1"
1818
},

examples/auto-pagination-multiple-sources/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "3.0.3",
1313
"concurrently": "8.2.2",
14-
"graphql": "16.8.2",
14+
"graphql": "16.9.0",
1515
"nodemon": "3.1.4",
1616
"ts-node": "10.9.2",
1717
"typescript": "5.5.2"
1818
},
1919
"devDependencies": {
20-
"@types/node": "20.14.6"
20+
"@types/node": "20.14.8"
2121
}
2222
}

examples/cross-chain-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "2.0.3",
1313
"@graphprotocol/client-cli": "3.0.3",
14-
"graphql": "16.8.2"
14+
"graphql": "16.9.0"
1515
}
1616
}

examples/cross-chain-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "2.0.3",
1313
"@graphprotocol/client-cli": "3.0.3",
14-
"graphql": "16.8.2"
14+
"graphql": "16.9.0"
1515
}
1616
}

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build-client": "graphclient build"
1111
},
1212
"dependencies": {
13-
"graphql": "16.8.2",
13+
"graphql": "16.9.0",
1414
"react": "18.3.1",
1515
"react-dom": "18.3.1"
1616
},

examples/javascript-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@graphprotocol/client-cli": "3.0.3",
14-
"graphql": "16.8.2"
14+
"graphql": "16.9.0"
1515
}
1616
}

0 commit comments

Comments
 (0)