Commit b238d7d
chore(deps): bump eslint-config-etherpad to ^4.0.5
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>1 parent 8963a36 commit b238d7d
2 files changed
Lines changed: 160 additions & 190 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments