upgrade grc20 and use Op instead of GrcOp#585
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the @graphprotocol/grc-20 dependency from version 0.32.3 to 0.33.0 and replaces the deprecated GrcOp type with the new Op type throughout the codebase.
Changes:
- Upgraded
@graphprotocol/grc-20from ^0.32.3 to ^0.33.0 across all packages - Replaced all occurrences of
GrcOptype withOptype in TypeScript files - Added changeset documenting the breaking change
Reviewed changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updated dependency resolution for grc-20 package from 0.32.3 to 0.33.0 |
| package.json | Upgraded grc-20 dependency in root package.json |
| packages/hypergraph/package.json | Upgraded grc-20 dependency |
| packages/hypergraph-react/package.json | Upgraded grc-20 dependency |
| packages/typesync-studio/package.json | Upgraded grc-20 dependency |
| apps/connect/package.json | Upgraded grc-20 dependency |
| apps/events/package.json | Upgraded grc-20 dependency |
| apps/next-example/package.json | Upgraded grc-20 dependency |
| apps/privy-login-example/package.json | Upgraded grc-20 dependency |
| packages/hypergraph/src/mapping/Mapping.ts | Replaced GrcOp import and type references with Op |
| packages/hypergraph-react/src/publish-ops.ts | Replaced GrcOp import and type with Op |
| packages/hypergraph-react/src/prepare-publish.ts | Replaced GrcOp import and type with Op |
| packages/hypergraph-react/src/internal/generate-delete-ops.tsx | Replaced GrcOp import and type with Op |
| apps/privy-login-example/src/components/create-properties-and-types-todos.tsx | Replaced GrcOp import and type with Op |
| apps/privy-login-example/src/components/create-properties-and-types-event.tsx | Replaced GrcOp import and type with Op |
| apps/privy-login-example/src/components/create-events.tsx | Replaced GrcOp import and type with Op |
| apps/events/src/components/create-properties-and-types-todos.tsx | Replaced GrcOp import and type with Op |
| apps/events/src/components/create-properties-and-types-event.tsx | Replaced GrcOp import and type with Op |
| apps/events/src/components/create-events.tsx | Replaced GrcOp import and type with Op |
| .changeset/young-falcons-speak.md | Added changeset documenting the deprecated type replacement |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+6
to
+7
| replace deprecated GrcOp with Op from grc-20 | ||
|
No newline at end of file |
There was a problem hiding this comment.
This line contains trailing whitespace. Consider removing the trailing spaces for cleaner formatting.
Suggested change
| replace deprecated GrcOp with Op from grc-20 | |
| replace deprecated GrcOp with Op from grc-20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.