Skip to content

chore: bump eslint-config-etherpad to 4.0.5 to fix publish#179

Merged
JohnMcLear merged 1 commit intomasterfrom
chore/bump-eslint-config-to-4.0.5
Apr 17, 2026
Merged

chore: bump eslint-config-etherpad to 4.0.5 to fix publish#179
JohnMcLear merged 1 commit intomasterfrom
chore/bump-eslint-config-to-4.0.5

Conversation

@JohnMcLear
Copy link
Copy Markdown
Member

The publish workflow fails with ERR_PNPM_IGNORED_BUILDS (unrs-resolver@1.11.1) because the frozen lockfile resolved eslint-config-etherpad to 4.0.4. 4.0.5 dropped the unrs-resolver transitive. Regenerates the lockfile.

The publish workflow was failing with `ERR_PNPM_IGNORED_BUILDS`
because the frozen lockfile resolved eslint-config-etherpad to 4.0.4,
which pulls `unrs-resolver` via `eslint-import-resolver-typescript`.
pnpm 10's `strict-dep-builds` then refused to run its native
postinstall and aborted the install.

4.0.5 pins `eslint-import-resolver-typescript` to a version that drops
the `unrs-resolver` transitive entirely. Refresh the lockfile so the
publish step lands on a clean dependency tree.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@JohnMcLear JohnMcLear merged commit cb77cda into master Apr 17, 2026
2 checks passed
@JohnMcLear JohnMcLear deleted the chore/bump-eslint-config-to-4.0.5 branch April 17, 2026 11:47
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