1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

Renovate - exclude xml2js

This commit is contained in:
Laurent Cozic 2023-05-19 20:50:37 +01:00
parent 9e90d9016d
commit c90d7756c0

View File

@ -113,7 +113,13 @@
// Cannot upgrade further due to ESM support
"node-fetch",
"execa"
"execa",
// Don't think we can trust this lib because they don't release a
// changelog and the latest version appears to have breaking changes
// (v0.5.0). Doesn't seem serious unfortunately.
// https://github.com/Leonidas-from-XIV/node-xml2js/issues/677
"xml2js",
],
"packageRules": [
{