From c90d7756c0aa1ffd357b0b0451c6ea4165e7c282 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 19 May 2023 20:50:37 +0100 Subject: [PATCH] Renovate - exclude xml2js --- renovate.json5 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index bc0a475e2..74d6f14ea 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -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": [ {