Fix CI: Sync pnpm lockfile and package versions#287
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix CI build and test issues
Fix CI: Sync pnpm lockfile and package versions
Jan 31, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes CI build failures caused by lockfile drift and version inconsistencies in the monorepo. The primary issue was that pnpm install --frozen-lockfile was failing because the lockfile didn't include a TypeScript dependency that was added to @objectql/driver-tck.
Changes:
- Regenerated pnpm-lock.yaml to include the missing
typescript@^5.3.0dependency for@objectql/driver-tck - Corrected
@objectql/driver-redispackage version from4.1.0to4.0.2to align with monorepo versioning - Fixed GraphQL protocol test assertion to expect version
0.2.0instead of0.1.0, matching the actual plugin version
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-lock.yaml | Added missing TypeScript dependency entry for @objectql/driver-tck package |
| packages/drivers/redis/package.json | Corrected version from 4.1.0 to 4.0.2 for monorepo synchronization |
| packages/protocols/graphql/src/index.test.ts | Updated version assertion from 0.1.0 to 0.2.0 to match actual plugin version |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
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.
CI was failing at
pnpm install --frozen-lockfiledue to lockfile drift. The@objectql/driver-tckpackage addedtypescript@^5.3.0as a devDependency but the lockfile was not updated.Changes
typescript@^5.3.0dependency4.1.0→4.0.2(monorepo sync)0.1.0→0.2.0(actual plugin version)All packages now synchronized at version
4.0.2per monorepo versioning scheme.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
fonts.googleapis.com/usr/local/bin/node node /home/REDACTED/work/objectql/objectql/apps/site/node_modules/.bin/../next/dist/bin/next build(dns block)/usr/local/bin/node node /home/REDACTED/work/objectql/objectql/apps/site/node_modules/.bin/../next/dist/bin/next build sh -c tsc(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.