Pnpm: Updating package versions without being told to do so

Created on 27 Nov 2019  路  3Comments  路  Source: pnpm/pnpm

pnpm version: 4.3.0

Code to reproduce the issue:

Create a package.json:

{
  "dependencies": {
    "dotenv": "^8.0.0"
  }
}

Next, run pnpm i abstract-logging.

Expected behavior:

The abstract-logging package will be added to the dependencies at ^2.0.0 and the version of dotenv will not be changed.

Actual behavior:

[email protected] is added to the dependencies and dotenv's minimum version is updated to 8.2.0.

Additional information:

  • node -v prints: 12.13.1
  • Windows, OS X, or Linux?: OS X
in progress bug

All 3 comments

Looking into it

Thank you.

:ship: 4.5.0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Dmitry-N-Medvedev picture Dmitry-N-Medvedev  路  4Comments

mtford90 picture mtford90  路  4Comments

MichalLytek picture MichalLytek  路  5Comments

jsumners picture jsumners  路  4Comments

aleclarson picture aleclarson  路  4Comments