Skip to content

Commit e1deaa4

Browse files
committed
chore: fix patches
1 parent c712f09 commit e1deaa4

2 files changed

Lines changed: 238 additions & 64 deletions

File tree

patches/@mendix+pluggable-widgets-tools+11.8.0.patch

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/bin/mx-scripts.js b/bin/mx-scripts.js
2-
index 386ff15..f6f8c0f 100755
2+
index 386ff15fee9c5bc49bffa9428e97d5587ac345fe..f6f8c0fae834f68bec1304c381b642e4ab691566 100755
33
--- a/bin/mx-scripts.js
44
+++ b/bin/mx-scripts.js
55
@@ -112,7 +112,7 @@ function getRealCommand(cmd, toolsRoot) {
@@ -12,7 +12,7 @@ index 386ff15..f6f8c0f 100755
1212
while (parse(parentDir).root !== parentDir) {
1313
const candidate = join(parentDir, "node_modules/.bin");
1414
diff --git a/configs/eslint.ts.base.json b/configs/eslint.ts.base.json
15-
index 660df6f..20ae95b 100644
15+
index 660df6ff7b4080f0f3c18fb5bfc659149b868539..20ae95bd78fba25f0912b9aa067fb8a875e0855c 100644
1616
--- a/configs/eslint.ts.base.json
1717
+++ b/configs/eslint.ts.base.json
1818
@@ -18,7 +18,8 @@
@@ -26,7 +26,7 @@ index 660df6f..20ae95b 100644
2626
"parser": "@typescript-eslint/parser",
2727
"parserOptions": {
2828
diff --git a/configs/rollup-plugin-collect-dependencies.mjs b/configs/rollup-plugin-collect-dependencies.mjs
29-
index 2d0b5bf..92291d4 100644
29+
index 2d0b5bfac7f1a1482bc1a222cba3e52b0339cc79..92291d4f7cb3cf9e8eaba895aa3ad26415afb036 100644
3030
--- a/configs/rollup-plugin-collect-dependencies.mjs
3131
+++ b/configs/rollup-plugin-collect-dependencies.mjs
3232
@@ -2,9 +2,8 @@
@@ -77,3 +77,29 @@ index 2d0b5bf..92291d4 100644
7777
});
7878
}
7979

80+
diff --git a/configs/rollup.config.native.mjs b/configs/rollup.config.native.mjs
81+
index 51c3265d054fdbcb491768d0600beb151f7ac37d..352ef3bf2539e33ee836762f962fe9f54acbf8ef 100644
82+
--- a/configs/rollup.config.native.mjs
83+
+++ b/configs/rollup.config.native.mjs
84+
@@ -62,7 +62,7 @@ const nativeExternal = [
85+
/^react($|\/)/,
86+
/^react-native-gesture-handler($|\/)/,
87+
/^react-native-reanimated($|\/)/,
88+
- /^react-native-fast-image($|\/)/,
89+
+ /^react-native-worklets($|\/)/,
90+
/^react-native-svg($|\/)/,
91+
/^react-native-vector-icons($|\/)/,
92+
/^@?react-navigation($|\/)/,
93+
diff --git a/test-config/jest.native.config.js b/test-config/jest.native.config.js
94+
index 8346a68bb08ee24c3249691a2895ab8ba1fc7164..d1c0aa0b05fddfc7e636196065dc84250b9c9bc4 100644
95+
--- a/test-config/jest.native.config.js
96+
+++ b/test-config/jest.native.config.js
97+
@@ -16,7 +16,7 @@ module.exports = {
98+
...(hasDependency("react-native-gesture-handler") ? ["react-native-gesture-handler/jestSetup.js"] : []),
99+
],
100+
testMatch: ["<rootDir>/**/*.spec.{js,jsx,ts,tsx}"],
101+
- transformIgnorePatterns: ["node_modules/(?!(.*react-native.*|victory-)/)"],
102+
+ transformIgnorePatterns: ["node_modules/(?!(.*react-native.*|victory-|@shopify/flash-list)/)"],
103+
transform: {
104+
"^.+\\.tsx?$": [
105+
"ts-jest",

0 commit comments

Comments
 (0)