Skip to content

Commit b238d7d

Browse files
JohnMcLearclaude
andcommitted
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

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/mocha": "^10.0.10",
2929
"@types/node": "^25.6.0",
3030
"eslint": "^8.57.1",
31-
"eslint-config-etherpad": "^4.0.4",
31+
"eslint-config-etherpad": "^4.0.5",
3232
"mocha": "^11.7.5",
3333
"typescript": "^6.0.2"
3434
},

0 commit comments

Comments
 (0)