Skip to content

fix(ci): pin human-id to a CJS-compatible version for the Release wor…#26

Merged
J-Ben merged 1 commit into
mainfrom
fix/release-human-id-esm
Jun 24, 2026
Merged

fix(ci): pin human-id to a CJS-compatible version for the Release wor…#26
J-Ben merged 1 commit into
mainfrom
fix/release-human-id-esm

Conversation

@J-Ben

@J-Ben J-Ben commented Jun 24, 2026

Copy link
Copy Markdown
Owner

…kflow

@changesets/write does require('human-id'), but human-id@4.2.0 ships as ESM-only ("type": "module"), crashing the Release workflow on Node 18 with ERR_REQUIRE_ESM right after merging to main. Pinned via a pnpm workspace override to the last CJS release (4.1.3).

Summary

What does this PR do?

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • npm run build passes
  • npm run typecheck passes
  • npm test passes
  • Changeset added (npx changeset)

…kflow

@changesets/write does require('human-id'), but human-id@4.2.0 ships as
ESM-only ("type": "module"), crashing the Release workflow on Node 18
with ERR_REQUIRE_ESM right after merging to main. Pinned via a pnpm
workspace override to the last CJS release (4.1.3).
@J-Ben J-Ben merged commit bfefb46 into main Jun 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant