Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@
Expand Down
31 changes: 31 additions & 0 deletions superset/stackable/patches/4.1.2/0002-pin-sax-to-1.2.4.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
From bfb1e27ad0c7736d4db12a9901f8c73c5f7f4461 Mon Sep 17 00:00:00 2001
From: Techassi <git@techassi.dev>
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
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@
Expand Down
31 changes: 31 additions & 0 deletions superset/stackable/patches/4.1.4/0002-pin-sax-to-1.2.4.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
From 782c0d5b814d3095668b2c01244e84463d507915 Mon Sep 17 00:00:00 2001
From: Techassi <git@techassi.dev>
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