remotestorage / remotestorage.js

⬡ JavaScript client library for integrating remoteStorage in apps
https://remotestoragejs.readthedocs.io
MIT License
2.32k stars 141 forks source link

Support node.js 18, 20 #1313

Closed raucao closed 3 months ago

raucao commented 3 months ago

See commits for details.

fixes #1300, fixes #1308, refs #1270

raucao commented 3 months ago

The next step is fixing the documentation dependency hell, which also requires us to use --force for npm installs currently. I think I'll have a go at converting everything to Markdown, and then trying to get as close as possible to the current docs using VitePress and https://www.typedoc-plugin-markdown.org/plugins/vitepress, so we can ditch the whole Python/Sphinx setup entirely and use the latest versions of typedoc and typescript.