From 49c09f2e01f31d31342da8679eb1ba4529c5e981 Mon Sep 17 00:00:00 2001 From: Alyar Date: Fri, 26 Jun 2026 15:06:03 +0400 Subject: [PATCH] chore(deps): block dirty-chai major updates (requires chai 6) --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index ff65c2600..e90775bba 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,8 +8,8 @@ "enabled": false }, { - "description": "chai v5+ is ESM-only and breaks the CommonJS Mocha test setup (spec/config/setup.js uses require). Stay on v4 until the test stack is migrated to ESM.", - "matchPackageNames": ["chai"], + "description": "chai v5+ is ESM-only and breaks the CommonJS Mocha test setup (spec/config/setup.js uses require). dirty-chai v3 in turn requires chai 6 (peer: '>=6.2.0 <7'), so it's pinned too. Stay on chai 4 / dirty-chai 2 until the test stack is migrated to ESM.", + "matchPackageNames": ["chai", "dirty-chai"], "matchUpdateTypes": ["major"], "enabled": false }