forked from babel/babel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
88 lines (78 loc) · 3.15 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
conditions:
BABEL_8_BREAKING:
default: false
USE_ESM:
default: false
enableGlobalCache: true
enableTransparentWorkspaces: false
# Disable postinstall scripts.
enableScripts: false
nodeLinker: node-modules
plugins:
- 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"
- path: .yarn/plugins/@yarnpkg/plugin-conditions.cjs
spec: "https://raw.githubusercontent.com/nicolo-ribaudo/yarn-plugin-conditions/main/bundles/%40yarnpkg/plugin-conditions.js"
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
spec: "@yarnpkg/plugin-constraints"
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
packageExtensions:
jest-snapshot@*:
dependencies:
# It doesn't support Prettier 3 yet
prettier: "^2.0.0"
# @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 }
yarnPath: .yarn/releases/yarn-3.6.1.cjs