chore(deps): Bump trpc v11 dependecy in e2e test#19061
Merged
Conversation
| "@trpc/server": "~11.3.0", | ||
| "@trpc/client": "~11.8.0", | ||
| "@trpc/react-query": "~11.8.0", | ||
| "@trpc/server": "~11.8.0", |
There was a problem hiding this comment.
Bug: The tRPC dependency bump to ~11.8.0 requires @tanstack/react-query version ^5.80.3, but the package.json specifies an incompatible older version, ^5.50.0.
Severity: MEDIUM
Suggested Fix
In package.json, update the version for the @tanstack/react-query dependency to satisfy the new peer dependency requirement. Change the constraint from ^5.50.0 to ^5.80.3.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: dev-packages/e2e-tests/test-applications/nextjs-t3/package.json#L22
Potential issue: The update of `@trpc/react-query` to version `~11.8.0` introduces a
peer dependency requirement for `@tanstack/react-query` version `^5.80.3`. The project's
`package.json` currently specifies a lower compatible version, `^5.50.0`. This mismatch
may not cause an installation failure but can lead to runtime errors. These errors would
occur if the updated tRPC package calls APIs from `@tanstack/react-query` that were
introduced after version `5.50.0` but before `5.80.3`, leading to unexpected behavior or
crashes within the test application.
Did we get this right? 👍 / 👎 to inform future reviews.
s1gr1d
approved these changes
Jan 28, 2026
This was referenced Jan 29, 2026
This was referenced Jan 30, 2026
This was referenced Feb 1, 2026
chore(deps): update dependency @sentry/nextjs to v10
InformaticsMatters/squonk2-data-manager-ui#1564
Open
This was referenced Feb 3, 2026
Draft
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.
closes https://github.com/getsentry/sentry-javascript/security/dependabot/900
Closes #19067 (added automatically)