chore(deps): bump @tanstack/react-db from 0.1.36 to 0.1.69 in /apps/admin#85
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [@tanstack/react-db](https://github.com/TanStack/db/tree/HEAD/packages/react-db) from 0.1.36 to 0.1.69. - [Release notes](https://github.com/TanStack/db/releases) - [Changelog](https://github.com/TanStack/db/blob/main/packages/react-db/CHANGELOG.md) - [Commits](https://github.com/TanStack/db/commits/@tanstack/react-db@0.1.69/packages/react-db) --- updated-dependencies: - dependency-name: "@tanstack/react-db" dependency-version: 0.1.69 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
| "@remixicon/react": "^4.7.0", | ||
| "@tanstack/query-db-collection": "0.2.37", | ||
| "@tanstack/react-db": "0.1.36", | ||
| "@tanstack/react-db": "0.1.69", |
There was a problem hiding this comment.
Bug: The package.json bumps @tanstack/react-db to 0.1.69 but an overrides entry still pins it to 0.1.1, which will cause installation failures.
Severity: HIGH
Suggested Fix
The overrides entry for @tanstack/react-db should be updated to match the new version in the dependencies section (0.1.69) or removed entirely if it is no longer needed. This will resolve the version conflict and ensure the correct package version is installed.
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: apps/admin/package.json#L24
Potential issue: The `package.json` file updates the `@tanstack/react-db` dependency to
version `0.1.69`. However, the `overrides` section still contains a pin for this same
package at version `0.1.1`. This version mismatch will likely cause a dependency
resolution failure when `bun install` is next executed, preventing the application from
building or running. If the package manager were to install the overridden version
`0.1.1`, the application would likely crash at runtime, as the codebase uses APIs that
may not exist in that older version. The override appears to be a leftover from a
previous configuration and was not updated along with the dependency bump.
Did we get this right? 👍 / 👎 to inform future reviews.
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.
Bumps @tanstack/react-db from 0.1.36 to 0.1.69.
Release notes
Sourced from
@tanstack/react-db's releases.Changelog
Sourced from
@tanstack/react-db's changelog.... (truncated)
Commits
015281cci: Version Packages (#1199)268552eci: Version Packages (#1190)545cf09ci: Version Packages (#1171)5c717e6ci: Version Packages (#1165)016e0f5ci: Version Packages (#1158)56f9f76Compile query in DB w/ the columnMapper (#1141)44b45f6ci: Version Packages (#1123)00cceacci: Version Packages (#1117)0d60e01ci: Version Packages (#1109)c1247e8fix(db): prevent on-demand live query from being marked ready before data loa...Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@tanstack/react-dbsince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)