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
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
The yarn.lock file has unrelated changes when adding a new dependency. Mostly they seem to be ordering differences. It has been reported once for cases when we just install new dependencies.
in #1168
The discussion about it still being a problem when using yarn add starts here: #1168 (comment)
To be clear, I experience this issue even for package with no dependencies and no other packages depend on it like this: https://github.com/ertrzyiks/test-package.
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
The yarn.lock file has unrelated changes when adding a new dependency. Mostly they seem to be ordering differences. It has been reported once for cases when we just install new dependencies.
in #1168
The discussion about it still being a problem when using
yarn add
starts here: #1168 (comment)To be clear, I experience this issue even for package with no dependencies and no other packages depend on it like this:
https://github.com/ertrzyiks/test-package
.The diff is full of things like:
or
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
Add a lock entry for new dependency
Please mention your node.js, yarn and operating system version.
yarn 0.17.10
yarn 0.18.1
yarn 0.19.1
node 6.9.1
OSX 10.11.5
The text was updated successfully, but these errors were encountered: