Skip to content

Align tRPC package versions to resolve webpack workflow npm install failure - #5

Merged
thetigerone888 merged 2 commits into
mainfrom
copilot/fix-with-copilot
Jul 27, 2026
Merged

Align tRPC package versions to resolve webpack workflow npm install failure#5
thetigerone888 merged 2 commits into
mainfrom
copilot/fix-with-copilot

Conversation

Copilot AI commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

The webpack GitHub Actions run failed during npm install with an ERESOLVE peer-dependency conflict in the tRPC package set. The failure came from mixing @trpc/client/@trpc/react-query 11.7.2 with @trpc/server 11.8.0.

  • Root cause

    • @trpc/client@11.7.2 declares a peer on @trpc/server@11.7.2, but the repository pinned @trpc/server to 11.8.0, which breaks npm’s dependency resolution in CI.
  • Change applied

    • Version-aligned @trpc/server in package.json to match the existing @trpc/client and @trpc/react-query versions.
  • Resulting dependency alignment

    {
      "@trpc/client": "11.7.2",
      "@trpc/react-query": "11.7.2",
      "@trpc/server": "11.7.2"
    }

@thetigerone888
thetigerone888 marked this pull request as ready for review July 26, 2026 18:43
@gemini-code-assist

This comment has been minimized.

Copilot AI changed the title [WIP] Fix issues in Copilot integration Align tRPC package versions to resolve webpack workflow npm install failure Jul 26, 2026
Copilot AI requested a review from thetigerone888 July 26, 2026 18:46
Comment thread package.json
@thetigerone888
thetigerone888 merged commit 1679b0d into main Jul 27, 2026
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