Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
36354
e35cd439 fix(core): support npm 12 and pnpm in the package provenance check Running `nx migrate` (and other commands that verify the nx package before installing it) aborted with "No attestation URL found" on npm 12, pnpm, and yarn workspaces, even when the package was published with valid provenance. The check parsed `npm view <pkg>@<spec> --json` as a bare object, which only holds on npm <= 11. npm 12 and pnpm return an array even for a single resolved version, so reading `.dist` off the array found nothing and the check failed. The result is now normalized whether it comes back as an object or a single-element array. A version range matches several versions and the registry lists ones the installer skips (for example deprecated versions), so it resolves ambiguously and now fails with a message asking for an exact version rather than verifying the wrong artifact.
by Leosvel Pé...
L
Previous page
Previous
Next
Next page