Skip to content

javascript_toolchain-v1.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 19:11
· 23 commits to master since this release
Immutable release. Only release title and notes can be modified.

πŸš€ Updates

  • Added unstable support for Nub as a package manager:
    • Natively uses nub.lock (pnpm lockfile format), but will locate dependency
      roots using other package manager lockfiles that nub can operate on.
    • Reads workspace members and catalogs from pnpm-workspace.yaml when
      present, otherwise from package.json.
    • Does not require the Node.js toolchain, as nub is a standalone binary.

🐞 Fixes

  • Fixed bun.lock parsing failing on Git/GitHub dependencies that include both
    package metadata (dependencies, bin, etc) and an integrity hash.