From f9f11c802b26f552653c161837f784147b37c4dd Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Mon, 18 May 2026 14:05:13 -0700 Subject: [PATCH] Exclude @atproto and @bsky.app packages from minimum age exclusion (#10536) --- pnpm-workspace.yaml | 77 +++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9b450bc927..32b842476d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,44 +1,45 @@ -nodeLinker: "hoisted" +nodeLinker: 'hoisted' autoInstallPeers: true # default: true strictPeerDependencies: false # default: false overrides: - "@react-native/babel-preset": "0.81.5" - "@react-native/normalize-colors": "0.81.5" - "@expo/image-utils": "0.8.12" - "multiformats": "9.9.0" - "@types/estree": "1.0.6" - "react-native-compressor": "1.13.0" - "react-native-reanimated": "3.19.1" - "psl": "1.9.0" - "@types/psl": "1.1.1" - "react-native-screens": "4.24.0" + '@react-native/babel-preset': '0.81.5' + '@react-native/normalize-colors': '0.81.5' + '@expo/image-utils': '0.8.12' + 'multiformats': '9.9.0' + '@types/estree': '1.0.6' + 'react-native-compressor': '1.13.0' + 'react-native-reanimated': '3.19.1' + 'psl': '1.9.0' + '@types/psl': '1.1.1' + 'react-native-screens': '4.24.0' allowBuilds: - "@sentry/cli": true - "core-js-pure": true - "dtrace-provider": true - "esbuild": true - "unrs-resolver": true + '@sentry/cli': true + 'core-js-pure': true + 'dtrace-provider': true + 'esbuild': true + 'unrs-resolver': true patchedDependencies: - "@discord/bottom-sheet@4.6.1": patches/@discord__bottom-sheet@4.6.1.patch - "@sentry/react-native@6.20.0": patches/@sentry__react-native@6.20.0.patch - "expo-glass-effect@55.0.8": patches/expo-glass-effect@55.0.8.patch - "expo-haptics@15.0.8": patches/expo-haptics@15.0.8.patch - "expo-image-picker@17.0.11": patches/expo-image-picker@17.0.11.patch - "expo-image@3.0.11": patches/expo-image@3.0.11.patch - "expo-media-library@18.2.1": patches/expo-media-library@18.2.1.patch - "expo-modules-core@3.0.30": patches/expo-modules-core@3.0.30.patch - "expo-notifications@0.32.17": patches/expo-notifications@0.32.17.patch - "expo-updates@29.0.17": patches/expo-updates@29.0.17.patch - "react-native-compressor@1.13.0": patches/react-native-compressor@1.13.0.patch - "react-native-date-picker@5.0.13": patches/react-native-date-picker@5.0.13.patch - "react-native-drawer-layout@4.2.3": patches/react-native-drawer-layout@4.2.3.patch - "react-native-keyboard-controller@1.21.7": patches/react-native-keyboard-controller@1.21.7.patch - "react-native-pager-view@6.8.0": patches/react-native-pager-view@6.8.0.patch - "react-native-reanimated@3.19.1": patches/react-native-reanimated@3.19.1.patch - "react-native-svg@15.12.1": patches/react-native-svg@15.12.1.patch - "react-native-uitextview@1.4.0": patches/react-native-uitextview@1.4.0.patch - "react-native-view-shot@4.0.3": patches/react-native-view-shot@4.0.3.patch - "react-native@0.81.5": patches/react-native@0.81.5.patch - "sonner-native@0.21.0": patches/sonner-native@0.21.0.patch + '@discord/bottom-sheet@4.6.1': patches/@discord__bottom-sheet@4.6.1.patch + '@sentry/react-native@6.20.0': patches/@sentry__react-native@6.20.0.patch + 'expo-glass-effect@55.0.8': patches/expo-glass-effect@55.0.8.patch + 'expo-haptics@15.0.8': patches/expo-haptics@15.0.8.patch + 'expo-image-picker@17.0.11': patches/expo-image-picker@17.0.11.patch + 'expo-image@3.0.11': patches/expo-image@3.0.11.patch + 'expo-media-library@18.2.1': patches/expo-media-library@18.2.1.patch + 'expo-modules-core@3.0.30': patches/expo-modules-core@3.0.30.patch + 'expo-notifications@0.32.17': patches/expo-notifications@0.32.17.patch + 'expo-updates@29.0.17': patches/expo-updates@29.0.17.patch + 'react-native-compressor@1.13.0': patches/react-native-compressor@1.13.0.patch + 'react-native-date-picker@5.0.13': patches/react-native-date-picker@5.0.13.patch + 'react-native-drawer-layout@4.2.3': patches/react-native-drawer-layout@4.2.3.patch + 'react-native-keyboard-controller@1.21.7': patches/react-native-keyboard-controller@1.21.7.patch + 'react-native-pager-view@6.8.0': patches/react-native-pager-view@6.8.0.patch + 'react-native-reanimated@3.19.1': patches/react-native-reanimated@3.19.1.patch + 'react-native-svg@15.12.1': patches/react-native-svg@15.12.1.patch + 'react-native-uitextview@1.4.0': patches/react-native-uitextview@1.4.0.patch + 'react-native-view-shot@4.0.3': patches/react-native-view-shot@4.0.3.patch + 'react-native@0.81.5': patches/react-native@0.81.5.patch + 'sonner-native@0.21.0': patches/sonner-native@0.21.0.patch minimumReleaseAgeExclude: - - '@atproto/api@0.19.19' + - '@atproto/*' + - '@bsky.app/*'