Skip to content

Commit

Permalink
chore(deps): update the graph packages (#85)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @​graphprotocol/graph-cli | [`0.91.1` ->
`0.93.1`](https://renovatebot.com/diffs/npm/@graphprotocol%2fgraph-cli/0.91.1/0.93.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@graphprotocol%2fgraph-cli/0.93.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphprotocol%2fgraph-cli/0.93.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphprotocol%2fgraph-cli/0.91.1/0.93.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphprotocol%2fgraph-cli/0.91.1/0.93.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| @​graphprotocol/graph-ts | [`0.36.0` ->
`0.37.0`](https://renovatebot.com/diffs/npm/@graphprotocol%2fgraph-ts/0.36.0/0.37.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@graphprotocol%2fgraph-ts/0.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphprotocol%2fgraph-ts/0.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphprotocol%2fgraph-ts/0.36.0/0.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphprotocol%2fgraph-ts/0.36.0/0.37.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-diamond-bond).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 7e3a11a commit 3584ef1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
],
"dependencies": {
"@amxx/graphprotocol-utils": "1.2.0",
"@graphprotocol/graph-cli": "0.91.1",
"@graphprotocol/graph-ts": "0.36.0",
"@graphprotocol/graph-cli": "0.93.1",
"@graphprotocol/graph-ts": "0.37.0",
"@nomicfoundation/hardhat-foundry": "1.1.3",
"@nomicfoundation/hardhat-ignition-viem": "0.15.8",
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
Expand All @@ -48,8 +48,8 @@
"@prb/math": "4.1.0"
},
"overrides": {
"@graphprotocol/graph-cli": "0.91.1",
"@graphprotocol/graph-ts": "0.36.0",
"@graphprotocol/graph-cli": "0.93.1",
"@graphprotocol/graph-ts": "0.37.0",
"elliptic": "6.6.1"
},
"trustedDependencies": [
Expand Down

0 comments on commit 3584ef1

Please sign in to comment.