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
More testing of pnpm-lock.yaml dependency parsing. (gh-2999)
Added a progress indicator during dependency resolution for supply chain scans. (sc-2045)
Fixed
The pro engine now respects the correct order of field resolution in Scala's
multiple inheritance. The type that appears later takes precedence when
resolving fields. For example, in class A extends B with C with D, the order
of precedence is D, C, B, and A. (code-7891)