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
fix(lockfile): CheckStrict should not require URL for package manager backends
Package manager backends like asdf, npm, and pipx delegate download
resolution natively. Therefore, their lockfile entries legitimately
have an empty URL.
Strict mode previously enforced URL!=empty for ALL backends, causing
CI to fail on node (asdf), python (asdf) even when their versions
were properly locked.
0 commit comments