-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update the graph packages #150
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request updates the Class diagram for subgraph composition changesclassDiagram
class ImmutableEntity {
+id: ID!
}
note for ImmutableEntity "Entities must be immutable to be used as triggers in composed subgraphs"
class SourceSubgraph {
+entities: ImmutableEntity[]
}
class ComposedSubgraph {
-triggers: Entity[]
+triggers: ImmutableEntity[]
}
SourceSubgraph -- ComposedSubgraph : triggers
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!
d7690c3
to
727177d
Compare
f2cbaf3
to
3bce708
Compare
a1df98a
to
d048efa
Compare
50be3d5
to
96a4a27
Compare
96a4a27
to
e91783d
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
00f1ca7
to
18f751f
Compare
18f751f
to
78013c4
Compare
78013c4
to
07d9340
Compare
970c763
to
d62c292
Compare
3fa2f04
to
81ca7c9
Compare
f718f15
to
1f9eb2d
Compare
cdaa00b
to
691b35e
Compare
691b35e
to
7b74d8c
Compare
dd44bd1
to
364a2cf
Compare
0b3838e
to
96d9de4
Compare
96d9de4
to
623d56d
Compare
623d56d
to
a68a521
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a68a521
to
1c326c2
Compare
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.96.0
->0.97.1
0.96.0
->0.97.1
0.38.0
->0.38.1
0.38.0
->0.38.1
Release Notes
graphprotocol/graph-tooling (@graphprotocol/graph-cli)
v0.97.1
Compare Source
Patch Changes
#1996
91291f1
Thanks @renovate! - dependencies updates:@oclif/core@4.2.10
↗︎ (from4.2.8
, independencies
)docker-compose@1.2.0
↗︎ (from1.1.1
, independencies
)immutable@5.1.1
↗︎ (from5.0.3
, independencies
)undici@7.7.0
↗︎ (from7.4.0
, independencies
)yaml@2.7.1
↗︎ (from2.7.0
, independencies
)#2018
db72b2d
Thanks @sepanyol! - chore: update urls to documentationv0.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/core@4.2.8
↗︎ (from4.2.6
, independencies
)docker-compose@1.1.1
↗︎ (from1.1.0
, independencies
)prettier@3.5.2
↗︎ (from3.4.2
, independencies
)#1978
d360f11
Thanks @renovate! - dependencies updates:undici@7.4.0
↗︎ (from7.3.0
, independencies
)#1979
3f78ac2
Thanks @renovate! - dependencies updates:prettier@3.5.3
↗︎ (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. kaiagraphprotocol/graph-tooling (@graphprotocol/graph-ts)
v0.38.1
Compare Source
Patch Changes
3fb730b
Thanks @YaroShkvorets! - fix global variables in wasmConfiguration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.