matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 149 forks source link

Update our dependencies #1798

Closed tadzik closed 3 months ago

tadzik commented 3 months ago

Some are held back due to them requiring ESM (to be considered separately). That'd be escape-string-regexp and quick-lru.

jasmine from 4.0 onwards introduces a weird (seemingly) async bug with room setup link endpoint should create a M<--->I link for a channel that has capital letters in it. Afair we're planning to move away from Jasmine anyway, so it's probably not worth spending time on that now.

matrix-bot-sdk is held back due to it dropping nedb, which we still support – perhaps it's the right time to drop it here as well though?