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

pnpm.updateConfig.ignoreDependencies not taken into account #1450

Open
1 task done
DamianGlowala opened this issue Aug 22, 2024 · 0 comments
Open
1 task done

pnpm.updateConfig.ignoreDependencies not taken into account #1450

DamianGlowala opened this issue Aug 22, 2024 · 0 comments

Comments

@DamianGlowala
Copy link


Steps to Reproduce

Having the following package.json content (using pnpm):

{
    "dependencies": {
        "@fingerprintjs/fingerprintjs": "3.4.2"
    },
    "pnpm": {
        "updateConfig": {
            "ignoreDependencies": [
                "@fingerprintjs/fingerprintjs"
            ]
        }
    }
}

... and running e.g. ncu -i, the following entry is suggested (should be ignored):

(*) @fingerprintjs/fingerprintjs                                                          3.4.2  →        4.4.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants