@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.