39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
conditions:
|
|
BABEL_8_BREAKING:
|
|
default: false
|
|
|
|
enableGlobalCache: true
|
|
|
|
enableTransparentWorkspaces: 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)).json"
|
|
implicitDependencies:
|
|
"@babel/runtime":
|
|
- "@babel/helpers"
|
|
"@babel/runtime-corejs2":
|
|
- "@babel/helpers"
|
|
"@babel/runtime-corejs3":
|
|
- "@babel/helpers"
|
|
|
|
unsafeHttpWhitelist:
|
|
- localhost
|
|
|
|
yarnPath: .yarn/releases/yarn-3.0.2.cjs
|