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
When np bumps the version in the package.json file. It also formats the file itself. Likely using prettier or something internally but people using different formatter like biome needs to make another commit just to re-format the file.
Expected behavior
It should only update the version field in the package.json file without doing any formatting to the json file itself.
Uh oh!
There was an error while loading. Please reload this page.
When
np
bumps the version in thepackage.json
file. It also formats the file itself. Likely using prettier or something internally but people using different formatter likebiome
needs to make another commit just to re-format the file.Expected behavior
It should only update the
version
field in thepackage.json
file without doing any formatting to the json file itself.Environment
np - v10.2.0
Node.js - v22.14.0
npm - 11.3.0
Git - 2.43.0
OS - Ubuntu 24.04.2 LTS (WSL)
The text was updated successfully, but these errors were encountered: