Skip to content

Conversation

henrikno
Copy link
Contributor

Running pnpm i or pnpm lint:ws fails with

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

This is a sherif rule that just got added
https://newreleases.io/project/npm/sherif/release/1.2.0
and the lint is using using sherif@latest so it got picked up automatically.

Discovered when running the proxmox install script community-scripts/ProxmoxVE#1786
but installing using the install script is also affected. This also affects existing releases. Should probably pin sherif to avoid that.

henrikno and others added 2 commits January 27, 2025 16:33
Running pnpm lint:ws fails with
error Similar Tanstack Query dependencies should use the same version. unsync-similar-dependencies
This is a sherif rule that just got added
https://newreleases.io/project/npm/sherif/release/1.2.0
@MohamedBassem MohamedBassem merged commit 32d8513 into karakeep-app:main Jan 28, 2025
@MohamedBassem
Copy link
Collaborator

@henrikno Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants