-
Notifications
You must be signed in to change notification settings - Fork 1
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 the graph packages #82
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Reviewer's Guide by SourceryThis PR updates the graph-cli and graph-ts packages to their latest versions. The graph-cli package was updated to version 0.96.0, and the graph-ts package was updated to version 0.38.0. The package.json and bun.lock files were modified to reflect these changes. Updated class diagram for graph-cli packageclassDiagram
class GraphCLI {
-version: string
+init(): void
+codegen(): void
}
note for GraphCLI "Updated to version 0.96.0\nAdds support for subgraph datasource in `graph init`\nHandles events with fields with reserved names"
Updated class diagram for graph-ts packageclassDiagram
class GraphTS {
-version: string
+yamlParsingSupport(): void
}
note for GraphTS "Updated to version 0.38.0\nAdds yaml parsing support to mappings"
File-Level Changes
Possibly linked issues
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!
📦 Packages
|
This PR contains the following updates:
0.95.0
->0.96.0
0.95.0
->0.96.0
0.37.0
->0.38.0
0.37.0
->0.38.0
Release Notes
graphprotocol/graph-tooling (@graphprotocol/graph-cli)
v0.96.0
Compare Source
Minor Changes
#1920
b6d7f1c
Thanks @incrypto32! - Add support for subgraph datasource ingraph init
#1929
4311d0e
Thanks @YaroShkvorets! -graph codegen
: handle events with fields with reserved names #1896Patch Changes
#1834
0058157
Thanks @renovate! - dependencies updates:@oclif/[email protected]
↗︎ (from4.0.34
, independencies
)[email protected]
↗︎ (from4.0.1
, independencies
)[email protected]
↗︎ (from4.3.7
, independencies
)[email protected]
↗︎ (from11.2.0
, independencies
)[email protected]
↗︎ (from11.0.0
, independencies
)[email protected]
↗︎ (from16.9.0
, independencies
)[email protected]
↗︎ (from7.2.3
, independencies
)[email protected]
↗︎ (from2.6.1
, independencies
)#1932
80a2ae9
Thanks @renovate! - dependencies updates:@oclif/[email protected]
↗︎ (from4.2.4
, independencies
)[email protected]
↗︎ (from7.6.3
, independencies
)#1965
e7b0e72
Thanks @YaroShkvorets! -graph init
: get generated apiVersion and specVersion up to date#1957
e4af888
Thanks @0237h! - Use Sourcify v2 endpoint for contract lookups#1962
7f22631
Thanks @YaroShkvorets! -graph init
: format and validate subgraph slug to match graph-node rules#1919
955f7b0
Thanks @YaroShkvorets! - chore: move github actions around#1954
9fc413f
Thanks @YaroShkvorets! - fix bug with "other wallets" not working #1900#1960
33a7148
Thanks @YaroShkvorets! -graph init
: improve error reportinggraphprotocol/graph-tooling (@graphprotocol/graph-ts)
v0.38.0
Compare Source
Minor Changes
0c36a02
Thanks @isum! - feat: add yaml parsing support to mappingsConfiguration
📅 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.