Skip to content

Conversation

@nikgraf
Copy link
Collaborator

@nikgraf nikgraf commented Jan 21, 2026

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-20 from ^0.32.3 to ^0.33.0 across all packages
  • Replaced all occurrences of GrcOp type with Op type 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
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copilot uses AI. Check for mistakes.
@nikgraf nikgraf merged commit f17af71 into main Jan 21, 2026
12 checks passed
@nikgraf nikgraf deleted the nik/use-op branch January 21, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants