fix: regression in allowedMentions when replying (#10866)

* fix: regression in allowedMentions

* fix: lint

* fix: jsdoc

* tests: added a manual regression test

* fix: lint

* fix: tests

* fix: tests

* fix: typo

* fix: typings test

* chore: bumo zlib-sync to not crash on mac
This commit is contained in:
Qjuh
2025-05-02 12:48:57 +02:00
committed by GitHub
parent 096cd92b87
commit 2ebb5cbd53
8 changed files with 163 additions and 13 deletions

View File

@@ -102,7 +102,7 @@
"typescript": "~5.5.4",
"undici": "6.21.1",
"vitest": "^2.0.5",
"zlib-sync": "^0.1.9"
"zlib-sync": "^0.1.10"
},
"engines": {
"node": ">=20"