* Update yarn-plugin-conditions for optionalDependencies support * Remove chokidar@2 fallback
37 lines
967 B
YAML
37 lines
967 B
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"
|
|
|
|
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-2.4.0.cjs
|