You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I went to update
@npmcli/eslint-config
in the cli and got the following ERESOLVE error (among other similar ones):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?The text was updated successfully, but these errors were encountered: