-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy path.yarnrc.yml
45 lines (45 loc) · 1.69 KB
/
.yarnrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
compressionLevel: 0
enableGlobalCache: false
enableScripts: false
enableTelemetry: false
globalFolder: .yarn/berry # Workaround for 'EXDEV: cross-device link not permitted' errors on GHA
logFilters:
- code: YN0007 # X must be built because it never has been before or the last one failed
level: discard
- code: YN0008 # X must be rebuilt because its dependency tree changed
level: discard
- code: YN0013 # X can't be found in the cache and will be fetched from the remote registry
level: discard
- code: YN0069 # This rule seems redundant when applied on the original package
level: error
nodeLinker: pnpm
npmRegistryServer: "https://registry.npmjs.org"
packageExtensions:
"@fluentui/utilities@*":
peerDependenciesMeta:
# https://github.com/microsoft/fluentui/pull/30964
"@types/react":
optional: true
"@react-native/dev-middleware@*":
dependencies:
# https://github.com/facebook/react-native/pull/49047
invariant: ^2.2.4
babel-plugin-transform-flow-enums@*:
peerDependencies:
"@babel/core": ^7.20.0
metro-config@*:
dependencies:
# `metro-config` fails to resolve `JsTransformerConfig` because it's in another package
metro-transform-worker: ^0.81.0
react-native@*:
dependencies:
# https://github.com/facebook/react-native/pull/47304
"@react-native-community/cli": ^15.0.0
# https://github.com/facebook/react-native/pull/47308
"@react-native-community/cli-platform-android": ^15.0.0
"@react-native-community/cli-platform-ios": ^15.0.0
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs
spec: "@yarnpkg/plugin-compat"
tsEnableAutoTypes: false
yarnPath: .yarn/releases/yarn-4.6.0.cjs