From 76317ca492815109120afd74b38fe579d42f1aa1 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Fri, 22 Apr 2022 14:54:21 -0700 Subject: [PATCH] work around https://github.com/import-js/eslint-plugin-import/issues/2267 revert --- package.json | 2 +- patches/ava+4.3.1.patch | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 patches/ava+4.3.1.patch diff --git a/package.json b/package.json index 9f7e607340e..48e26db4808 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "timeout": "30m" }, "dependencies": { - "patch-package": "^6.2.2" + "patch-package": "^6.4.7" }, "resolutions": { "**/http-errors/depd": "^2.0.0", diff --git a/patches/ava+4.3.1.patch b/patches/ava+4.3.1.patch new file mode 100644 index 00000000000..12d2d7797e6 --- /dev/null +++ b/patches/ava+4.3.1.patch @@ -0,0 +1,8 @@ +diff --git a/node_modules/ava/index.js b/node_modules/ava/index.js +new file mode 100644 +index 0000000..bee62d8 +--- /dev/null ++++ b/node_modules/ava/index.js +@@ -0,0 +1,2 @@ ++// XXX work around https://github.com/import-js/eslint-plugin-import/issues/1810 ++export {default} from './lib/worker/main.cjs';