diff --git a/superset/stackable/patches/4.1.2/0001-fix-pin-luxon-to-fix-build.patch b/superset/stackable/patches/4.1.2/0001-fix-pin-luxon-to-fix-build.patch index d6a7a4637..dd944eb38 100644 --- a/superset/stackable/patches/4.1.2/0001-fix-pin-luxon-to-fix-build.patch +++ b/superset/stackable/patches/4.1.2/0001-fix-pin-luxon-to-fix-build.patch @@ -9,7 +9,7 @@ For some reason npm tries to use a newer version of luxon than the version in th 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/package.json b/superset-frontend/package.json -index ebca197a25..bb2641a67f 100644 +index ebca197a2..bb2641a67 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -148,7 +148,7 @@ diff --git a/superset/stackable/patches/4.1.2/0002-pin-sax-to-1.2.4.patch b/superset/stackable/patches/4.1.2/0002-pin-sax-to-1.2.4.patch new file mode 100644 index 000000000..c2bf190c2 --- /dev/null +++ b/superset/stackable/patches/4.1.2/0002-pin-sax-to-1.2.4.patch @@ -0,0 +1,31 @@ +From bfb1e27ad0c7736d4db12a9901f8c73c5f7f4461 Mon Sep 17 00:00:00 2001 +From: Techassi +Date: Tue, 16 Dec 2025 10:01:19 +0100 +Subject: pin sax to 1.2.4 + +This is a similar issue to what we already discovered in #1315 +and #1316. For more details, see the linked PRs. +--- + superset-frontend/package.json | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/superset-frontend/package.json b/superset-frontend/package.json +index bb2641a67..8271aece2 100644 +--- a/superset-frontend/package.json ++++ b/superset-frontend/package.json +@@ -365,11 +365,12 @@ + "ansi-regex": "^4.1.1" + }, + "puppeteer": "^22.4.1", +- "@types/react": "^16.9.53" ++ "@types/react": "^16.9.53", ++ "sax": "1.2.4" + }, + "readme": "ERROR: No README data found!", + "scarfSettings": { + "allowTopLevel": true + }, + "_id": "superset@0.0.0-dev" +-} ++} +\ No newline at end of file diff --git a/superset/stackable/patches/4.1.4/0001-fix-pin-luxon-to-fix-build.patch b/superset/stackable/patches/4.1.4/0001-fix-pin-luxon-to-fix-build.patch index e1393f349..65edd95ac 100644 --- a/superset/stackable/patches/4.1.4/0001-fix-pin-luxon-to-fix-build.patch +++ b/superset/stackable/patches/4.1.4/0001-fix-pin-luxon-to-fix-build.patch @@ -9,7 +9,7 @@ For some reason npm tries to use a newer version of luxon than the version in th 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/package.json b/superset-frontend/package.json -index 066ce89764..cd6ca2a53f 100644 +index 066ce8976..cd6ca2a53 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -148,7 +148,7 @@ diff --git a/superset/stackable/patches/4.1.4/0002-pin-sax-to-1.2.4.patch b/superset/stackable/patches/4.1.4/0002-pin-sax-to-1.2.4.patch new file mode 100644 index 000000000..19821c888 --- /dev/null +++ b/superset/stackable/patches/4.1.4/0002-pin-sax-to-1.2.4.patch @@ -0,0 +1,31 @@ +From 782c0d5b814d3095668b2c01244e84463d507915 Mon Sep 17 00:00:00 2001 +From: Techassi +Date: Tue, 16 Dec 2025 10:01:19 +0100 +Subject: pin sax to 1.2.4 + +This is a similar issue to what we already discovered in #1315 +and #1316. For more details, see the linked PRs. +--- + superset-frontend/package.json | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/superset-frontend/package.json b/superset-frontend/package.json +index cd6ca2a53..0f59fff60 100644 +--- a/superset-frontend/package.json ++++ b/superset-frontend/package.json +@@ -365,11 +365,12 @@ + "ansi-regex": "^4.1.1" + }, + "puppeteer": "^22.4.1", +- "@types/react": "^16.9.53" ++ "@types/react": "^16.9.53", ++ "sax": "1.2.4" + }, + "readme": "ERROR: No README data found!", + "scarfSettings": { + "allowTopLevel": true + }, + "_id": "superset@0.0.0-dev" +-} ++} +\ No newline at end of file