Skip to content

chore(deps): update the graph packages #117

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2025

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 20:21
Copy link

sourcery-ai bot commented Apr 3, 2025

Reviewer's Guide by Sourcery

This pull request updates the @graphprotocol/graph-cli dependency from version 0.96.0 to 0.97.0 in both the dependencies and overrides sections of the package.json file. The bun.lock file was also updated to reflect these changes.

Updated Class Diagram for Subgraph Composition

classDiagram
    class SourceSubgraph {
        -immutableEntities: Entity[]
    }
    class ComposedSubgraph {
        +acceptsTriggers(entity: Entity): void
    }

    SourceSubgraph -- ComposedSubgraph : triggers

    note for ComposedSubgraph "Only accepts immutable entities as triggers from a source subgraph"
    note for SourceSubgraph "Source subgraph with immutable entities"
Loading

File-Level Changes

Change Details Files
The @graphprotocol/graph-cli dependency has been updated to version 0.97.0.
  • Updated the version of @graphprotocol/graph-cli in the dependencies.
  • Updated the version of @graphprotocol/graph-cli in the overrides.
package.json
bun.lock

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 3 times, most recently from 544231b to 3cfb53d Compare April 11, 2025 00:54
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 2 times, most recently from 76656d5 to dc79230 Compare April 25, 2025 05:05
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 3 times, most recently from 4d70657 to e73f06b Compare May 7, 2025 18:48
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 5 times, most recently from 2ec7a03 to 3a818b8 Compare May 17, 2025 01:23
@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 3a818b8 to a36358f Compare May 20, 2025 14:29
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.


🪧 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? 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)

  • @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 ca42fd7 to 5da62e7 Compare May 26, 2025 20:24
@renovate renovate bot force-pushed the renovate/the-graph-packages branch from 5da62e7 to 21ff38e Compare June 4, 2025 23:49
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 2 times, most recently from 51043d1 to c113b38 Compare June 14, 2025 23:27
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 2 times, most recently from 936dc51 to aef4074 Compare June 27, 2025 09:12
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 3 times, most recently from d21351d to 82b9e1c Compare June 28, 2025 19:13
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 4 times, most recently from 1af3b8e to 7b7fdd5 Compare July 23, 2025 19:06
@renovate renovate bot force-pushed the renovate/the-graph-packages branch 8 times, most recently from 361f45c to 0319de0 Compare August 10, 2025 18:37
@renovate renovate bot force-pushed the renovate/the-graph-packages branch from 0319de0 to d2707be Compare August 12, 2025 19:35
@renovate renovate bot force-pushed the renovate/the-graph-packages branch from d2707be to feea049 Compare August 22, 2025 08:39
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/the-graph-packages branch from feea049 to c79905f Compare August 22, 2025 18:53
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