Skip to content

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

@lukekarrys

Description

@lukekarrys

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions