Skip to content

Commit

Permalink
build(dep): [Snyk] Upgrade @graphprotocol/graph-cli from 0.81.0 to 0.…
Browse files Browse the repository at this point in the history
…82.0 (#3076)

* fix: upgrade @graphprotocol/graph-cli from 0.81.0 to 0.82.0

Snyk has created this PR to upgrade @graphprotocol/graph-cli from 0.81.0 to 0.82.0.

See this package in npm:
@graphprotocol/graph-cli

See this project in Snyk:
https://app.snyk.io/org/json-rpc-relay/project/24dd80bc-cab7-4d83-83d7-a604d57322e3?utm_source=github&utm_medium=referral&page=upgrade-pr

Signed-off-by: ebadiere <ebadiere@gmail.com>

* fix: Skip issue matching check for thirdparty build dependency librar… (#2990)

* fix: Skip issue matching check for thirdparty build dependency libraries.
We do not control them.

Signed-off-by: ebadiere <ebadiere@gmail.com>

* fix: Now validates PRs listed in description by matching contributors in the repository and not matching PRs with issues from third party projects.

Signed-off-by: ebadiere <ebadiere@gmail.com>

---------

Signed-off-by: ebadiere <ebadiere@gmail.com>

* fix: SDKClient timeouts are not getting logged with requestIds. (#3061)

* fix: Enhanced logged warning to include SDKClient error message and bumped up SDK_REQUEST_TIMEOUT for CI.

Signed-off-by: ebadiere <ebadiere@gmail.com>

* fix: Removed the increate in sdkClient timeout.

Signed-off-by: ebadiere <ebadiere@gmail.com>

---------

Signed-off-by: ebadiere <ebadiere@gmail.com>

---------

Signed-off-by: ebadiere <ebadiere@gmail.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Eric Badiere <ebadiere@gmail.com>
  • Loading branch information
3 people authored Oct 9, 2024
1 parent dbe5fc5 commit f707acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/subgraph-example/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@graphprotocol/graph-ts": "0.35.1",
"@graphprotocol/graph-cli": "0.81.0"
"@graphprotocol/graph-cli": "0.82.0"
},
"devDependencies": {
"matchstick-as": "0.5.2"
Expand Down

0 comments on commit f707acc

Please sign in to comment.