CI Report:
https://ci-tests.linuxserver.io/linuxserver/thelounge/nightly-8a4d5a09-ls215/index.html
LinuxServer Changes:
Full Changelog: nightly-1c5346bc-ls214...nightly-8a4d5a09-ls215
Remote Changes:
replace web-push with web-push-neo (#5061)
https://github.com/web-push-libs/web-push relies on outdated libraries
that use SlowBuffer and thus are incompatible with Node 25
web-push-neo (https://github.com/ryoppippi/web-push-neo) is new and
not battle tested, but is single-dependency and uses modern web
standards. It also unblocks node 25.
closes thelounge/thelounge#4997
one todo is that web-push-neo is ESM only so we need to dynamic
import it -- this can be fixed once we switch to ESM