Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change OpenSSF
@graphprotocol/graph-cli (source) overrides minor 0.96.0 -> 0.97.1 OpenSSF Scorecard
@graphprotocol/graph-cli (source) dependencies minor 0.96.0 -> 0.97.1 OpenSSF Scorecard
@graphprotocol/graph-ts (source) overrides patch 0.38.0 -> 0.38.1 OpenSSF Scorecard
@graphprotocol/graph-ts (source) dependencies patch 0.38.0 -> 0.38.1 OpenSSF Scorecard

Release Notes

graphprotocol/graph-tooling (@​graphprotocol/graph-cli)

v0.97.1

Compare Source

Patch Changes

v0.97.0

Compare Source

Minor Changes
Patch Changes
graphprotocol/graph-tooling (@​graphprotocol/graph-ts)

v0.38.1

Compare Source

Patch Changes

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Apr 3, 2025
@renovate renovate bot enabled auto-merge (squash) April 3, 2025 21:10
Copy link

sourcery-ai bot commented Apr 3, 2025

Reviewer's Guide by Sourcery

This PR updates the @graphprotocol/graph-cli dependency from version 0.96.0 to 0.97.0. The update is reflected in both the dependencies and overrides sections of the package.json file. The bun.lock file was also updated to reflect the new version.

Updated Class Diagram for Subgraph Composition

classDiagram
    class SourceSubgraph {
        - immutableEntities: Entity[]
    }
    class ComposedSubgraph {
        - triggers: immutableEntities from SourceSubgraph
    }
    SourceSubgraph -- ComposedSubgraph : triggers
    note for ComposedSubgraph "Only accepts immutable entities as triggers from a source subgraph"
Loading

File-Level Changes

Change Details Files
Update the version of @graphprotocol/graph-cli.
  • Update the version of @graphprotocol/graph-cli from 0.96.0 to 0.97.0 in dependencies.
  • Update the version of @graphprotocol/graph-cli from 0.96.0 to 0.97.0 in overrides.
package.json
bun.lock

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a 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!

@renovate renovate bot force-pushed the renovate/the-graph-packages branch from c3610e9 to 4345031 Compare April 9, 2025 20:47
auto-merge was automatically disabled April 9, 2025 20:51

Pull Request is not mergeable

@renovate renovate bot enabled auto-merge (squash) April 10, 2025 00:59
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 2 times, most recently from 070d91b to 40d99fc Compare April 11, 2025 00:36
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 2 times, most recently from 83fa0f2 to 9377af2 Compare April 25, 2025 05:27
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 3 times, most recently from ac27408 to f2573bb Compare May 7, 2025 18:02
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 5 times, most recently from b2a4376 to b5e215f Compare May 17, 2025 00:26
@renovate renovate bot changed the title chore(deps): update dependency @graphprotocol/graph-cli to v0.97.0 chore(deps): update the graph packages May 17, 2025
@renovate renovate bot force-pushed the renovate/the-graph-packages branch from b5e215f to 4328cc4 Compare May 20, 2025 15:35
Copy link

coderabbitai bot commented May 20, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed May 28 2025 to showcase some of the refinements we've made.

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/the-graph-packages branch 3 times, most recently from 5dec4a7 to fad3e07 Compare May 27, 2025 00:40
@renovate renovate bot force-pushed the renovate/the-graph-packages branch from fad3e07 to e150f1e Compare June 4, 2025 20:08
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 2 times, most recently from ea6cab8 to 16e9a35 Compare June 14, 2025 18:38
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 5 times, most recently from 28a836e to c7a3b1e Compare June 28, 2025 19:11
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 5 times, most recently from 99f1e85 to 36dfc9f Compare July 23, 2025 19:12
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 8 times, most recently from c6f0ca7 to 9a2d58b Compare August 10, 2025 18:44
@renovate renovate bot force-pushed the renovate/the-graph-packages branch from 9a2d58b to 893cea9 Compare August 12, 2025 19:41
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 2 times, most recently from 0828459 to 24fdd38 Compare August 22, 2025 18:58
@renovate renovate bot force-pushed the renovate/the-graph-packages branch from 24fdd38 to db2ac82 Compare August 31, 2025 14:50
@renovate renovate bot force-pushed the renovate/the-graph-packages branch from db2ac82 to 59a8d8f Compare September 11, 2025 07:14
@renovate renovate bot force-pushed the renovate/the-graph-packages branch from 59a8d8f to 2cd861d Compare September 25, 2025 06:48
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/the-graph-packages branch from 2cd861d to 1c8082e Compare September 26, 2025 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants