Skip to content

@tanstack/query switched to changesets, causing unsync-similar-dependencies false-positives #133

@DamianOsipiuk

Description

@DamianOsipiuk

@tanstack/query switched to changesets, causing unsync-similar-dependencies false-positives

Related PR: TanStack/query#9502

Noticed an issue with the following:

⨯ error Similar Tanstack Query dependencies should use the same version. unsync-similar-dependencies
  │ {
  │   "dependencies": {
  ~      "@tanstack/vue-query": "^5.90.5",
  ~      "@tanstack/vue-query-devtools": "^5.91.0"
  │   }
  │ }

Packages would not be bumped together anymore, or at least a subset of them will be. This will start being a problem for more people in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions