github cloudflare/nimbus nimbus-docs@0.2.0

one month ago

Minor Changes

  • 24113e0 Thanks @MohamedH1998! - Clear the Node and pnpm version gates that broke a fresh scaffold

    • Node floor raised to >=22.12.0. Astro requires Node ≥ 22.12; the old
      >=20.0.0 promise was a floor a scaffolded site could not actually build on
      (Node 20 is EOL and fails astro build with Node.js v20.x is not supported by Astro!). CI now runs Node 24 everywhere.
    • pnpm install no longer hard-fails under modern pnpm. pnpm ≥ 10 gates
      dependency install scripts and pnpm ≥ 11 turns an ignored build into a hard
      error (ERR_PNPM_IGNORED_BUILDS, exit 1). Scaffolded projects now ship a
      pnpm-workspace.yaml that declines exactly the packages with install scripts
      esbuild and sharp (plus workerd on the Cloudflare target, which pulls
      wrangler) — never a blanket approval. All three ship working prebuilds, so
      the site still builds while the supply-chain surface stays minimal. Verified
      green on pnpm 9, 10, 11, and npm.

Don't miss a new nimbus release

NewReleases is sending notifications on new releases.