From 5fbddd5517a8341e8b8c9ef0e237cc6941ebc581 Mon Sep 17 00:00:00 2001 From: Gabriel Taveira Date: Tue, 4 Aug 2026 22:48:53 -0300 Subject: [PATCH] chore(deps): allow immediate magic tooling updates --- pnpm-workspace.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1e8ef39..fff91bc 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,6 +17,7 @@ minimumReleaseAgeExclude: - baseline-browser-mapping@2.11.3 - brace-expansion@5.0.9 - electron-to-chromium@1.5.396 + - eslint-plugin-safe-jsx@1.3.0 - expo-asset@57.0.7 - expo-constants@57.0.7 - expo-modules-autolinking@57.0.9 @@ -32,12 +33,8 @@ minimumReleaseAgeExclude: - release-it@21.0.0 - sax@1.6.1 - undici@7.29.0 - # Allow the first-party tooling versions this repo was built against. - - eslint-plugin-safe-jsx@1.3.0 - - magic-codemods@1.1.0 - - magic-oxfmt-config@1.2.0 - - magic-oxlint-config@1.2.0 - - magic-tsconfig@1.2.0 + # magic-* is first-party tooling and can update immediately. + - "magic-*" # Let the security fix through the global release-age gate. - brace-expansion@1.1.18 # pnpm 11 no longer reads the `pnpm` key from package.json, and `overrides` has