[babel 8] Remove chokidar@2 fallback (#12679)
* Update yarn-plugin-conditions for optionalDependencies support * Remove chokidar@2 fallback
This commit is contained in:
parent
f795fff1e4
commit
8c03fb0152
2
.yarn/plugins/@yarnpkg/plugin-conditions.cjs
vendored
2
.yarn/plugins/@yarnpkg/plugin-conditions.cjs
vendored
File diff suppressed because one or more lines are too long
@ -1,3 +1,7 @@
|
||||
conditions:
|
||||
BABEL_8_BREAKING:
|
||||
default: false
|
||||
|
||||
enableGlobalCache: true
|
||||
|
||||
enableTransparentWorkspaces: false
|
||||
@ -26,10 +30,6 @@ releaseTool:
|
||||
"@babel/runtime-corejs3":
|
||||
- "@babel/helpers"
|
||||
|
||||
conditions:
|
||||
BABEL_8_BREAKING:
|
||||
default: false
|
||||
|
||||
unsafeHttpWhitelist:
|
||||
- localhost
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents",
|
||||
"@nicolo-ribaudo/chokidar-2": "condition:BABEL_8_BREAKING ? : 2.1.8-no-fsevents",
|
||||
"chokidar": "^3.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
13
yarn.lock
13
yarn.lock
@ -39,7 +39,7 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-fixtures": "workspace:*"
|
||||
"@nicolo-ribaudo/chokidar-2": 2.1.8-no-fsevents
|
||||
"@nicolo-ribaudo/chokidar-2": "condition:BABEL_8_BREAKING ? : 2.1.8-no-fsevents"
|
||||
chokidar: ^3.4.0
|
||||
commander: ^4.0.1
|
||||
convert-source-map: ^1.1.0
|
||||
@ -3631,7 +3631,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nicolo-ribaudo/chokidar-2@npm:2.1.8-no-fsevents":
|
||||
"@nicolo-ribaudo/chokidar-2-BABEL_8_BREAKING-false@npm:@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents":
|
||||
version: 2.1.8-no-fsevents
|
||||
resolution: "@nicolo-ribaudo/chokidar-2@npm:2.1.8-no-fsevents"
|
||||
dependencies:
|
||||
@ -3650,6 +3650,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nicolo-ribaudo/chokidar-2@condition:BABEL_8_BREAKING ? : 2.1.8-no-fsevents":
|
||||
version: 0.0.0-condition-52373d
|
||||
resolution: "@nicolo-ribaudo/chokidar-2@condition:BABEL_8_BREAKING?:2.1.8-no-fsevents#52373d"
|
||||
dependencies:
|
||||
"@nicolo-ribaudo/chokidar-2-BABEL_8_BREAKING-false": "npm:@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents"
|
||||
checksum: 28d0f0cd6401170f34c90ba4ca41ad11b07cef27c8b45db56e06d9d758294d5c7a8864dab4aab37aad30e1ad26f936c5d7a141185ee7ded754b5fc7b13d35f21
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nodelib/fs.scandir@npm:2.1.3":
|
||||
version: 2.1.3
|
||||
resolution: "@nodelib/fs.scandir@npm:2.1.3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user