Skip to content

Commit 3ff120e

Browse files
committed
chore: bump etherpad-cli-client to ^4.0.3
4.0.3 sends author-attributed inserts and preserves the trailing newline, complying with this PR's tightened USER_CHANGES validation. The rate-limit CI workflow drives the test pad via this client, so without the bump the new server-side rejects fire on the very first \`pad.append()\` and the rate-limit disconnect never gets a chance to arrive — testlimits.sh exits 0 instead of 1 and the rate-limit job fails with "ratelimit was not triggered when sending every 99 ms". Refs ether/etherpad-cli-client#131
1 parent 805766c commit 3ff120e

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

pnpm-lock.yaml

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"chokidar": "^5.0.0",
126126
"eslint": "^10.4.0",
127127
"eslint-config-etherpad": "^4.0.5",
128-
"etherpad-cli-client": "^4.0.2",
128+
"etherpad-cli-client": "^4.0.3",
129129
"mocha": "^11.7.5",
130130
"mocha-froth": "^0.2.10",
131131
"nodeify": "^1.0.1",

0 commit comments

Comments
 (0)