106 wires and counting

$ follow Node.js

Keep up with Node.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good morning, this isn't your newsletter.

One email a day. Unsubscribe in one click.

$ status

wire 2026-08-28
stories 9

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

COREPACK SHAKES UP PACKAGE MANAGER RESOLUTION

By RepoJournal · Filed · About Node.js

Corepack is quietly becoming the most opinionated tool in your Node.js toolchain, and two new features are about to change how you pin and verify package managers.

Corepack's newest feature lets you specify a range in `devEngines.packageManager` and have it treated exactly like a CLI pin, so teams can standardize on a major version without locking to a patch [1]. That same PR pairs with a new opt-in `COREPACK_ON_UNVERIFIED_DOWNLOAD` env variable that adds a strict mode for signature verification [2]. If you run Corepack through a proxy like JFrog Artifactory, a fix now falls back to package-root metadata when `dist.signatures` is missing on the version endpoint, unbreaking installs and Dependabot flows that were failing with "No compatible signature found in package metadata" [3]. The Node.js learn site got a bot-driven sync of codemod documentation from userland-migrations, keeping migration recipes current [4]. Meanwhile, the reliability desk published its daily report for 2026-08-28 [5]. Both Corepack signature fixes are worth testing against your registry setup before they land broadly.

Quick answers

What shipped in Node.js on August 28, 2026?
Corepack is quietly becoming the most opinionated tool in your Node.js toolchain, and two new features are about to change how you pin and verify package managers. In total, 5 commits and 4 pull requests landed.
Who contributed to Node.js on August 28, 2026?
3 developers shipped this update, including nodejs-github-bot, DanielC000, and aduh95.
What were the notable Node.js updates?
feat: use range from `devEngines` when no `packageManager` is set, feat: add `COREPACK_ON_UNVERIFIED_DOWNLOAD` env variable, and fix: fall back to package-root metadata when dist.signatures is missing on the version endpoint.