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

[question] can dependabot do anything about peer deps? #64

Closed
lukekarrys opened this issue Feb 26, 2022 · 0 comments · Fixed by #81
Closed

[question] can dependabot do anything about peer deps? #64

lukekarrys opened this issue Feb 26, 2022 · 0 comments · Fixed by #81

Comments

@lukekarrys
Copy link
Contributor

I went to update @npmcli/eslint-config in the cli and got the following ERESOLVE error (among other similar ones):

npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: npm@8.5.2
npm WARN Found: @npmcli/eslint-config@2.0.0
npm WARN node_modules/@npmcli/eslint-config
npm WARN   peer @npmcli/eslint-config@"^2.0.0" from @npmcli/template-oss@2.4.3
npm WARN   node_modules/@npmcli/template-oss
npm WARN     dev @npmcli/template-oss@"^2.4.2" from @npmcli/arborist@5.0.0
npm WARN     workspaces/arborist
npm WARN     12 more (libnpmaccess, libnpmdiff, libnpmexec, libnpmfund, ...)
npm WARN   1 more (the root project)

The issue is that we released @npmcli/eslint-config@3 but we didn't get a nudge from dependabot to update in this repo since its a peerDep. I think this particular dep should be * probably, but is this something we need to solve with dependabot?

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 a pull request may close this issue.

1 participant