-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels