From fbef66b65aef12db284e4f414d29a9d2ecc82239 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 15 Oct 2023 13:52:03 +0100 Subject: [PATCH] Tools: Add node-glob to Renovate ignore list --- renovate.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 296bd8cf59..77fa14aa4e 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -179,6 +179,16 @@ // breaking changes. Ideally we should just update existing components // to rscss. "styled-components", + + // Have to disable `glob` auto-updates because they can randomly + // introduce breaking changes on patch updates: + // https://github.com/isaacs/node-glob/issues/567 + // + // Their non-patch updates are even worse, full of undocumented breaking + // changes and subtle behaviour changes, which we only discover later. + // It doesn't seem they know what they are doing or care to properly + // test any of their changes. + "glob", ], "packageRules": [ {