Skip to content

Conversation

@ECWireless
Copy link
Collaborator

@ECWireless ECWireless commented Jan 16, 2026

Due to false positive errors being thrown during the build, this PR pins @apollo/client to v3.13.1, which doesn't have the false positive, and is not meaningfully different than 3.14.1, which introduced the false positive.

Overall, this tiny change makes build and runtime logs way cleaner.

(Also, baseline-browser-mapping was bumped to resolve a build warning)

Copilot AI review requested due to automatic review settings January 16, 2026 22:26
@ECWireless ECWireless linked an issue Jan 16, 2026 that may be closed by this pull request
@vercel
Copy link

vercel bot commented Jan 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
explorer-arbitrum-one Ready Ready Preview, Comment Jan 16, 2026 10:39pm

Request Review

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 pins @apollo/client to version 3.13.1 to avoid false positive errors being thrown in version 3.14.x. The change removes the caret (^) prefix from the version specifier to prevent automatic minor version updates.

Changes:

  • Pinned @apollo/client from ^3.13.1 to exact version 3.13.1 in package.json
  • Updated pnpm-lock.yaml to reflect the downgrade from 3.14.0 to 3.13.1 and all transitive dependency references

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
package.json Changed Apollo Client version specifier from ^3.13.1 to 3.13.1 to pin the exact version
pnpm-lock.yaml Updated lock file to reflect Apollo Client version change from 3.14.0 to 3.13.1, including all transitive dependency references and related dependency updates
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

Resolve all warnings and errors during dev and build

2 participants