diff --git a/tooling/v8-snapshot/cache/darwin/snapshot-meta.json b/tooling/v8-snapshot/cache/darwin/snapshot-meta.json index b3da56f950d0..f23cd7f9036c 100644 --- a/tooling/v8-snapshot/cache/darwin/snapshot-meta.json +++ b/tooling/v8-snapshot/cache/darwin/snapshot-meta.json @@ -3752,7 +3752,7 @@ "./packages/data-context/node_modules/fs-extra/lib/util/utimes.js", "./packages/data-context/node_modules/get-stream/index.js", "./packages/data-context/node_modules/launch-editor/editor-info/linux.js", - "./packages/data-context/node_modules/launch-editor/editor-info/osx.js", + "./packages/data-context/node_modules/launch-editor/editor-info/macos.js", "./packages/data-context/node_modules/launch-editor/editor-info/windows.js", "./packages/data-context/node_modules/launch-editor/get-args.js", "./packages/data-context/node_modules/launch-editor/guess.js", @@ -4240,7 +4240,7 @@ "./packages/server/node_modules/http-proxy/lib/http-proxy/passes/ws-incoming.js", "./packages/server/node_modules/is-fullwidth-code-point/index.js", "./packages/server/node_modules/launch-editor/editor-info/linux.js", - "./packages/server/node_modules/launch-editor/editor-info/osx.js", + "./packages/server/node_modules/launch-editor/editor-info/macos.js", "./packages/server/node_modules/launch-editor/editor-info/windows.js", "./packages/server/node_modules/launch-editor/get-args.js", "./packages/server/node_modules/launch-editor/guess.js", @@ -4352,5 +4352,5 @@ "./tooling/v8-snapshot/cache/darwin/snapshot-entry.js" ], "deferredHashFile": "yarn.lock", - "deferredHash": "bdd01b58446448ba4a513a11e903d13995b58a74ea32586ed0aa570469ba236d" + "deferredHash": "dbaed31f48ec743fa4c35e2637e2159433374674b2c5d8054a2211e2c8835d62" } \ No newline at end of file diff --git a/tooling/v8-snapshot/cache/linux/snapshot-meta.json b/tooling/v8-snapshot/cache/linux/snapshot-meta.json index d69c86ee9e61..02d62e8c3908 100644 --- a/tooling/v8-snapshot/cache/linux/snapshot-meta.json +++ b/tooling/v8-snapshot/cache/linux/snapshot-meta.json @@ -3755,7 +3755,7 @@ "./packages/data-context/node_modules/fs-extra/lib/util/utimes.js", "./packages/data-context/node_modules/get-stream/index.js", "./packages/data-context/node_modules/launch-editor/editor-info/linux.js", - "./packages/data-context/node_modules/launch-editor/editor-info/osx.js", + "./packages/data-context/node_modules/launch-editor/editor-info/macos.js", "./packages/data-context/node_modules/launch-editor/editor-info/windows.js", "./packages/data-context/node_modules/launch-editor/get-args.js", "./packages/data-context/node_modules/launch-editor/guess.js", @@ -4243,7 +4243,7 @@ "./packages/server/node_modules/http-proxy/lib/http-proxy/passes/ws-incoming.js", "./packages/server/node_modules/is-fullwidth-code-point/index.js", "./packages/server/node_modules/launch-editor/editor-info/linux.js", - "./packages/server/node_modules/launch-editor/editor-info/osx.js", + "./packages/server/node_modules/launch-editor/editor-info/macos.js", "./packages/server/node_modules/launch-editor/editor-info/windows.js", "./packages/server/node_modules/launch-editor/get-args.js", "./packages/server/node_modules/launch-editor/guess.js", @@ -4355,5 +4355,5 @@ "./tooling/v8-snapshot/cache/linux/snapshot-entry.js" ], "deferredHashFile": "yarn.lock", - "deferredHash": "bdd01b58446448ba4a513a11e903d13995b58a74ea32586ed0aa570469ba236d" + "deferredHash": "dbaed31f48ec743fa4c35e2637e2159433374674b2c5d8054a2211e2c8835d62" } \ No newline at end of file diff --git a/tooling/v8-snapshot/cache/win32/snapshot-meta.json b/tooling/v8-snapshot/cache/win32/snapshot-meta.json index b4ec8581229c..5c1a40e3a566 100644 --- a/tooling/v8-snapshot/cache/win32/snapshot-meta.json +++ b/tooling/v8-snapshot/cache/win32/snapshot-meta.json @@ -3755,7 +3755,7 @@ "./packages/data-context/node_modules/fs-extra/lib/util/utimes.js", "./packages/data-context/node_modules/get-stream/index.js", "./packages/data-context/node_modules/launch-editor/editor-info/linux.js", - "./packages/data-context/node_modules/launch-editor/editor-info/osx.js", + "./packages/data-context/node_modules/launch-editor/editor-info/macos.js", "./packages/data-context/node_modules/launch-editor/editor-info/windows.js", "./packages/data-context/node_modules/launch-editor/get-args.js", "./packages/data-context/node_modules/launch-editor/guess.js", @@ -4243,7 +4243,7 @@ "./packages/server/node_modules/http-proxy/lib/http-proxy/passes/ws-incoming.js", "./packages/server/node_modules/is-fullwidth-code-point/index.js", "./packages/server/node_modules/launch-editor/editor-info/linux.js", - "./packages/server/node_modules/launch-editor/editor-info/osx.js", + "./packages/server/node_modules/launch-editor/editor-info/macos.js", "./packages/server/node_modules/launch-editor/editor-info/windows.js", "./packages/server/node_modules/launch-editor/get-args.js", "./packages/server/node_modules/launch-editor/guess.js", @@ -4355,5 +4355,5 @@ "./tooling/v8-snapshot/cache/win32/snapshot-entry.js" ], "deferredHashFile": "yarn.lock", - "deferredHash": "6875cde904573913ba35e281d8ac7e6d94ca1e04f9b3cadef0ac6965ca2506f2" + "deferredHash": "aecb7dbf159f0002b9c16162219a67301440596220a9334151ec7fafaafd6676" } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 1a573b3f59a3..4b19ba187fcd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16855,7 +16855,7 @@ fs-mkdirp-stream@^1.0.0: graceful-fs "^4.1.11" through2 "^2.0.3" -fs-monkey@^1.0.3, fs-monkey@^1.0.4: +fs-monkey@^1.0.4: version "1.0.6" resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.6.tgz#8ead082953e88d992cf3ff844faa907b26756da2" integrity sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg== @@ -22204,7 +22204,7 @@ mobx@5.15.4: resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.15.4.tgz#9da1a84e97ba624622f4e55a0bf3300fb931c2ab" integrity sha512-xRFJxSU2Im3nrGCdjSuOTFmxVDGeqOHL+TyADCGbT0k4HHqGmx5u2yaHNryvoORpI4DfbzjJ5jPmuv+d7sioFw== -"mocha-7.0.1@npm:mocha@7.0.1", mocha@7.0.1: +"mocha-7.0.1@npm:mocha@7.0.1": version "7.0.1" resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.0.1.tgz#276186d35a4852f6249808c6dd4a1376cbf6c6ce" integrity sha512-9eWmWTdHLXh72rGrdZjNbG3aa1/3NRPpul1z0D979QpEnFdCG0Q5tv834N+94QEN2cysfV72YocQ3fn87s70fg== @@ -22337,6 +22337,36 @@ mocha@6.2.2: yargs-parser "13.1.1" yargs-unparser "1.6.0" +mocha@7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.0.1.tgz#276186d35a4852f6249808c6dd4a1376cbf6c6ce" + integrity sha512-9eWmWTdHLXh72rGrdZjNbG3aa1/3NRPpul1z0D979QpEnFdCG0Q5tv834N+94QEN2cysfV72YocQ3fn87s70fg== + dependencies: + ansi-colors "3.2.3" + browser-stdout "1.3.1" + chokidar "3.3.0" + debug "3.2.6" + diff "3.5.0" + escape-string-regexp "1.0.5" + find-up "3.0.0" + glob "7.1.3" + growl "1.10.5" + he "1.2.0" + js-yaml "3.13.1" + log-symbols "2.2.0" + minimatch "3.0.4" + mkdirp "0.5.1" + ms "2.1.1" + node-environment-flags "1.0.6" + object.assign "4.1.0" + strip-json-comments "2.0.1" + supports-color "6.0.0" + which "1.3.1" + wide-align "1.1.3" + yargs "13.3.0" + yargs-parser "13.1.1" + yargs-unparser "1.6.0" + mocha@7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.0.tgz#c784f579ad0904d29229ad6cb1e2514e4db7d249" @@ -28952,7 +28982,7 @@ string-template@~0.2.1: resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add" integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0= -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -28978,6 +29008,15 @@ string-width@^1.0.1, string-width@^1.0.2: is-fullwidth-code-point "^2.0.0" strip-ansi "^4.0.0" +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + string-width@^3.0.0, string-width@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" @@ -29079,7 +29118,7 @@ stringify-object@^3.0.0, stringify-object@^3.3.0: is-obj "^1.0.1" is-regexp "^1.0.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -29121,6 +29160,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1: dependencies: ansi-regex "^2.0.0" +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + strip-ansi@~0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991" @@ -31981,7 +32027,7 @@ workerpool@6.2.0: resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b" integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -32024,6 +32070,15 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.0.1, wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"