-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency @graphprotocol/graph-cli to v0.97.0 #136
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Reviewer's Guide by SourceryThis PR updates the Updated Class Diagram for Subgraph CompositionclassDiagram
class SourceSubgraph {
- immutableEntities: Entity[]
}
class ComposedSubgraph {
- triggers: ImmutableEntity[]
}
SourceSubgraph -- ComposedSubgraph: triggers
note for ComposedSubgraph "Only accepts immutable entities as triggers from a source subgraph"
class Entity {
+ id: string
}
class ImmutableEntity {
+ id: string
}
Entity <|-- ImmutableEntity
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
This PR contains the following updates:
0.96.0
->0.97.0
0.96.0
->0.97.0
Release Notes
graphprotocol/graph-tooling (@graphprotocol/graph-cli)
v0.97.0
Compare Source
Minor Changes
#1993
3e04952
Thanks @incrypto32! - Composed subgraphs are modified to only accept immutable entites as triggers from a source subgraph#1994
2946073
Thanks @isum! - require immutable flag on entitiesPatch Changes
#1956
59ad5f0
Thanks @renovate! - dependencies updates:@oclif/[email protected]
↗︎ (from4.2.6
, independencies
)[email protected]
↗︎ (from1.1.0
, independencies
)[email protected]
↗︎ (from3.4.2
, independencies
)#1978
d360f11
Thanks @renovate! - dependencies updates:[email protected]
↗︎ (from7.3.0
, independencies
)#1979
3f78ac2
Thanks @renovate! - dependencies updates:[email protected]
↗︎ (from3.5.2
, independencies
)#1969
5ffce65
Thanks @YaroShkvorets! - handle sized arrays in abi when changetype#1967
388ee5a
Thanks @YaroShkvorets! - show sourcify fetch status#1934
30f2aa5
Thanks @shiyasmohd! - fix: generate types for mappings when int8 is used as id#1977
030a7f0
Thanks @idalithb! - Added subgraph composition examples#1971
4e2b689
Thanks @YaroShkvorets! -graph codegen
: fix bug with id field clash in example entity#1966
84b0d21
Thanks @YaroShkvorets! - handle invalid characters in contract name #1883#1974
31c25e7
Thanks @YaroShkvorets! - handle non-standard Etherscan API responses, i.e. kaiaConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.