NxEnterprise
    Nx
  1. Overview
Sign in / Sign up

Nx

GitHub
OverviewRunsAnalytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days30 days

Latest CI Pipeline Executions

Sort by
  • 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

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools