Open ipanasenko opened 11 months ago
Still reproduces in 4.1.0
Still reproduces in 4.5.0
I've tried to make tests in packages/acceptance-tests/pkg-tests-specs/sources/features/mergeConflictResolution.test.ts
fail to reproduce this bug, but could not figure it out
Self-service
Describe the bug
When resolving conflicts in
yarn.lock
,yarn --mode=update-lockfile
addschecksum: undefined
fields. Simply runningyarn
to resolve conflicts doesn't produce these fields. Subsequent run ofyarn
removes these fields as well.To reproduce
Reproduction repo: https://github.com/ipanasenko/yarn-bug-demo
You will see following diff:
Running simple
yarn
instead ofyarn --mode=update-lockfile
doesn't producechecksum: undefined
fieldEnvironment
Additional context
No response