the-draupnir-project / Draupnir

A Matrix moderation bot
https://the-draupnir-project.github.io/draupnir-documentation/
70 stars 14 forks source link

Update matrix-appservice-bridge #388

Open MTRNord opened 2 months ago

MTRNord commented 2 months ago

This updates to the latest versions of matrix-appservice-bridge and as a result also updates the bot-sdk.

The added "matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.0-element.0", is to replace the removed upstream alias. It does the exact same thing, but is now in draupnir instead.

Warning: This also bumps the node version required to 20 due to the support policy over at matrix-appservice-bridge, demonstrated here.

As a result, we would drop debian support as only debian experimental seems to have version 20 at this time

Gnuxie commented 2 months ago

Thanks, I'm going to hold off while I get some of the more problematic bugs fixed in v2.0.0-beta.* just in case someone on debian updated. But either way i will be using this PR sooner or later.