Skip to content

Commit a538dbf

Browse files
chore(deps): update the graph packages (#88)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @&#8203;graphprotocol/graph-cli | [`0.90.1` -> `0.91.0`](https://renovatebot.com/diffs/npm/@graphprotocol%2fgraph-cli/0.90.1/0.91.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphprotocol%2fgraph-cli/0.91.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphprotocol%2fgraph-cli/0.91.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphprotocol%2fgraph-cli/0.90.1/0.91.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphprotocol%2fgraph-cli/0.90.1/0.91.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | @&#8203;graphprotocol/graph-ts | [`0.35.1` -> `0.36.0`](https://renovatebot.com/diffs/npm/@graphprotocol%2fgraph-ts/0.35.1/0.36.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphprotocol%2fgraph-ts/0.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphprotocol%2fgraph-ts/0.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphprotocol%2fgraph-ts/0.35.1/0.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphprotocol%2fgraph-ts/0.35.1/0.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-empty). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> ## Summary by Sourcery Update dependencies for @graphprotocol/graph-cli and @graphprotocol/graph-ts to their latest versions to ensure compatibility and leverage new features. Chores: - Update @graphprotocol/graph-cli from version 0.90.1 to 0.91.0. - Update @graphprotocol/graph-ts from version 0.35.1 to 0.36.0. Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15afa8c commit a538dbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
],
3535
"dependencies": {
3636
"@amxx/graphprotocol-utils": "1.2.0",
37-
"@graphprotocol/graph-cli": "0.90.1",
38-
"@graphprotocol/graph-ts": "0.35.1",
37+
"@graphprotocol/graph-cli": "0.91.0",
38+
"@graphprotocol/graph-ts": "0.36.0",
3939
"@nomicfoundation/hardhat-foundry": "1.1.3",
4040
"@nomicfoundation/hardhat-ignition-viem": "0.15.8",
4141
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
@@ -45,8 +45,8 @@
4545
"@openzeppelin/subgraphs": "0.1.8-5"
4646
},
4747
"overrides": {
48-
"@graphprotocol/graph-cli": "0.90.1",
49-
"@graphprotocol/graph-ts": "0.35.1"
48+
"@graphprotocol/graph-cli": "0.91.0",
49+
"@graphprotocol/graph-ts": "0.36.0"
5050
},
5151
"trustedDependencies": [
5252
"keccak",

0 commit comments

Comments
 (0)