Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning peer dependency not satisfied because @testing-library/dom v10 #359

Closed
joaopedrodcf opened this issue Apr 10, 2024 · 1 comment · Fixed by #362
Closed

Warning peer dependency not satisfied because @testing-library/dom v10 #359

joaopedrodcf opened this issue Apr 10, 2024 · 1 comment · Fixed by #362
Labels

Comments

@joaopedrodcf
Copy link

  • eslint-plugin-jest-dom version: 5.2.0
  • node version: v20.9.0
  • yarn version: 4.1.0

What you did:
Installed version "@testing-library/dom": "10.0.0"

What happened:
Yarn v4 alerts that peer dependency is not meet because the latest version is not machine the last of @testing-library/dom

image

Reproduction repository: I don't have a reproduction repository right now

Problem description:
https://github.com/testing-library/eslint-plugin-jest-dom/blob/18afe30adab44a1c3fa96b9669b299178c5517b2/package.json#L58C5-L58C48

image

Suggested solution:
Update the peer dependencies to accept v10 maybe ? Would that require this package to also change to a next major version ?

Copy link

🎉 This issue has been resolved in version 5.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant