- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1
chore(deps): update the graph packages #134
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  Updated class diagram for subgraph compositionclassDiagram
    class Subgraph {
        - immutableEntities: Entity[]
        + acceptTrigger(entity: Entity): void
    }
    class Entity {
        - immutable: boolean
    }
    Subgraph -- Entity : has
    note for Subgraph "Only accepts immutable entities as triggers from a source subgraph"
    note for Entity "require immutable flag on entities"
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!
e4a6071    to
    efb3d2a      
    Compare
  
    879e724    to
    4256c3e      
    Compare
  
    a082dd1    to
    7415611      
    Compare
  
    31ed0e1    to
    9626700      
    Compare
  
    9626700    to
    a926626      
    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 ( | 
4de8f6f    to
    2fb6612      
    Compare
  
    2fb6612    to
    825059d      
    Compare
  
    d9c9c1f    to
    af4f3f0      
    Compare
  
    85f3bd8    to
    4883e5b      
    Compare
  
    07072b3    to
    5c3ddcd      
    Compare
  
    db3a3c0    to
    2c74b89      
    Compare
  
    4172fed    to
    9204b0d      
    Compare
  
    9204b0d    to
    3503808      
    Compare
  
    998ad50    to
    f1c1fc6      
    Compare
  
    f1c1fc6    to
    8643999      
    Compare
  
    8643999    to
    e66b020      
    Compare
  
    02e0bd3    to
    04de6a1      
    Compare
  
    1a3391d    to
    6c77108      
    Compare
  
    6c77108    to
    35a59f7      
    Compare
  
    1dcba84    to
    ffbe39b      
    Compare
  
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ffbe39b    to
    8bdf209      
    Compare
  
    
This PR contains the following updates:
0.96.0->0.98.10.96.0->0.98.10.38.0->0.38.20.38.0->0.38.2Release Notes
graphprotocol/graph-tooling (@graphprotocol/graph-cli)
v0.98.1Compare Source
Patch Changes
#2032
3ac1c17Thanks @renovate! - dependencies updates:@oclif/[email protected]↗︎ (from4.3.0, independencies)[email protected]↗︎ (from4.4.1, independencies)[email protected]↗︎ (from1.2.0, independencies)[email protected]↗︎ (from11.3.0, independencies)[email protected]↗︎ (from11.0.2, independencies)[email protected]↗︎ (from5.1.2, independencies)[email protected]↗︎ (from10.1.2, independencies)[email protected]↗︎ (from3.5.3, independencies)[email protected]↗︎ (from7.7.2, independencies)[email protected]↗︎ (from7.9.0, independencies)[email protected]↗︎ (from2.8.0, independencies)#2058
84d94cfThanks @renovate! - dependencies updates:@pinax/graph-networks-registry@^0.7.0↗︎ (from^0.6.5, independencies)v0.98.0Compare Source
Minor Changes
42f3803Thanks @incrypto32! - Add a new command to install graph-node dev binary (gnd)Patch Changes
42f3803Thanks @incrypto32! - dependencies updates:decompress@^4.2.1↗︎ (todependencies)progress@^2.0.3↗︎ (todependencies)v0.97.1Compare Source
Patch Changes
#1996
91291f1Thanks @renovate! - dependencies updates:@oclif/[email protected]↗︎ (from4.2.8, independencies)[email protected]↗︎ (from1.1.1, independencies)[email protected]↗︎ (from5.0.3, independencies)[email protected]↗︎ (from7.4.0, independencies)[email protected]↗︎ (from2.7.0, independencies)#2018
db72b2dThanks @sepanyol! - chore: update urls to documentationv0.97.0Compare Source
Minor Changes
#1993
3e04952Thanks @incrypto32! - Composed subgraphs are modified to only accept immutable entites as triggers from a source subgraph#1994
2946073Thanks @isum! - require immutable flag on entitiesPatch Changes
#1956
59ad5f0Thanks @renovate! - dependencies updates:@oclif/[email protected]↗︎ (from4.2.6, independencies)[email protected]↗︎ (from1.1.0, independencies)[email protected]↗︎ (from3.4.2, independencies)#1978
d360f11Thanks @renovate! - dependencies updates:[email protected]↗︎ (from7.3.0, independencies)#1979
3f78ac2Thanks @renovate! - dependencies updates:[email protected]↗︎ (from3.5.2, independencies)#1969
5ffce65Thanks @YaroShkvorets! - handle sized arrays in abi when changetype#1967
388ee5aThanks @YaroShkvorets! - show sourcify fetch status#1934
30f2aa5Thanks @shiyasmohd! - fix: generate types for mappings when int8 is used as id#1977
030a7f0Thanks @idalithb! - Added subgraph composition examples#1971
4e2b689Thanks @YaroShkvorets! -graph codegen: fix bug with id field clash in example entity#1966
84b0d21Thanks @YaroShkvorets! - handle invalid characters in contract name #1883#1974
31c25e7Thanks @YaroShkvorets! - handle non-standard Etherscan API responses, i.e. kaiagraphprotocol/graph-tooling (@graphprotocol/graph-ts)
v0.38.2Compare Source
Patch Changes
b9b911eThanks @PaulRBerg! - fixed log namespace referencev0.38.1Compare Source
Patch Changes
3fb730bThanks @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.