forked from babel/babel
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.yarnrc.yml
114 lines (100 loc) · 3.54 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
compressionLevel: mixed
conditions:
BABEL_8_BREAKING:
default: false
USE_ESM:
default: false
enableConstraintsChecks: true
enableGlobalCache: true
# Disable hardened mode. The Hardened mode will be run in the prepare-yarn-cache CI job.
enableHardenedMode: false
# Disable postinstall scripts.
enableScripts: false
enableTransparentWorkspaces: false
nmMode: hardlinks-local
nodeLinker: node-modules
packageExtensions:
# @babel/preset-env depends on all these packages using the condition:
# protocol, which does not properly propagate peer dependency requirements.
# We know that we have the correct Babel version in the monorepo, so let's
# just remove the peerDependency requirement to silence the warning.
"@babel/plugin-proposal-private-property-in-object@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-async-generators@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-class-properties@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-class-static-block@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-dynamic-import@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-export-namespace-from@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-import-meta@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-json-strings@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-logical-assignment-operators@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-nullish-coalescing-operator@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-numeric-separator@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-object-rest-spread@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-optional-catch-binding@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-optional-chaining@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-private-property-in-object@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-top-level-await@*":
peerDependencies:
"@babel/core": null
"@babel/plugin-syntax-unicode-sets-regex@*":
peerDependencies:
"@babel/core": null
psl@*:
dependencies:
punycode: ^2.3.0
plugins:
- checksum: 0f9f9afc8fdd7275b8c61b00ae8e74f7c23ac91533bacd242cc9478f6d20792335145d9b68abe8d01b6e50844bbb6a777097cc85973990fe4badf2c9a2b6ae11
path: .yarn/plugins/@yarnpkg/plugin-babel-release-tool.cjs
spec: "https://raw.githubusercontent.com/nicolo-ribaudo/yarn-plugin-babel-release-tool/main/bundles/%40yarnpkg/plugin-babel-release-tool.js"
- checksum: 6cf6890a3e6d1f062f554975b176684bc580b2e8b2f708dc29b80a7f6c9ba28f6df205348fa9e0b007cb2f50c447aadbead1374385e302c0ac5d728b1de0de92
path: .yarn/plugins/@yarnpkg/plugin-conditions.cjs
spec: "https://raw.githubusercontent.com/nicolo-ribaudo/yarn-plugin-conditions/main/bundles/%40yarnpkg/plugin-conditions.js"
preferInteractive: true
releaseTool:
ignoreChanges:
- "*.md"
- "*.txt"
- test/**
- "**/test/**"
- codemods/**
- "@(!(native-modules|built-ins|plugins|package|corejs2-built-ins|corejs3-shipped-proposals|plugins-bugfixes)).json"
implicitDependencies:
"@babel/runtime":
- "@babel/helpers"
"@babel/runtime-corejs2":
- "@babel/helpers"
"@babel/runtime-corejs3":
- "@babel/helpers"
unsafeHttpWhitelist:
- localhost
yarnPath: .yarn/releases/yarn-4.2.2.cjs