From 1d220f7172c454b2e5763e890277ad64a6d99193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:33:47 -0700 Subject: [PATCH 1/3] chore(deps-dev): update fs-extra requirement from ^11.3.4 to ^11.3.5 in /superset-frontend/packages/generator-superset (#39930) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude Co-authored-by: Claude Sonnet 4.6 --- superset-frontend/package-lock.json | 8 ++++---- .../packages/generator-superset/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index b9f45098706..f5b4192458d 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -24644,9 +24644,9 @@ } }, "node_modules/fs-extra": { - "version": "11.3.4", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz", - "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==", + "version": "11.3.5", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz", + "integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", @@ -49738,7 +49738,7 @@ }, "devDependencies": { "cross-env": "^10.1.0", - "fs-extra": "^11.3.4", + "fs-extra": "^11.3.5", "jest": "^30.3.0", "yeoman-test": "^11.5.2" }, diff --git a/superset-frontend/packages/generator-superset/package.json b/superset-frontend/packages/generator-superset/package.json index 05afd4abfca..97f5bd073d2 100644 --- a/superset-frontend/packages/generator-superset/package.json +++ b/superset-frontend/packages/generator-superset/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "cross-env": "^10.1.0", - "fs-extra": "^11.3.4", + "fs-extra": "^11.3.5", "jest": "^30.3.0", "yeoman-test": "^11.5.2" }, From 0d9ecb76645b3efcd0f7b064e0d3921892fd3e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:34:10 -0700 Subject: [PATCH 2/3] chore(deps-dev): update @types/node requirement from ^25.6.0 to ^25.7.0 in /superset-frontend/packages/superset-ui-core (#40059) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude Co-authored-by: Claude Sonnet 4.6 --- superset-frontend/package-lock.json | 16 ++++++++-------- .../packages/superset-ui-core/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index f5b4192458d..8f3c5fbf911 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -13876,12 +13876,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.6.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", - "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", + "version": "25.7.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.7.0.tgz", + "integrity": "sha512-z+pdZyxE+RTQE9AcboAZCb4otwcrvgHD+GlBpPgn0emDVt0ohrTMhAwlr2Wd9nZ+nihhYFxO2pThz3C5qSu2Eg==", "license": "MIT", "dependencies": { - "undici-types": "~7.19.0" + "undici-types": "~7.21.0" } }, "node_modules/@types/normalize-package-data": { @@ -47079,9 +47079,9 @@ } }, "node_modules/undici-types": { - "version": "7.19.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", - "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.21.0.tgz", + "integrity": "sha512-w9IMgQrz4O0YN1LtB7K5P63vhlIOvC7opSmouCJ+ZywlPAlO9gIkJ+otk6LvGpAs2wg4econaCz3TvQ9xPoyuQ==", "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { @@ -50226,7 +50226,7 @@ "@types/d3-time-format": "^4.0.3", "@types/jquery": "^4.0.0", "@types/lodash": "^4.17.24", - "@types/node": "^25.6.0", + "@types/node": "^25.7.0", "@types/prop-types": "^15.7.15", "@types/react-syntax-highlighter": "^15.5.13", "@types/react-table": "^7.7.20", diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index 5544dc6adf7..df87c562f06 100644 --- a/superset-frontend/packages/superset-ui-core/package.json +++ b/superset-frontend/packages/superset-ui-core/package.json @@ -76,7 +76,7 @@ "@types/d3-time-format": "^4.0.3", "@types/jquery": "^4.0.0", "@types/lodash": "^4.17.24", - "@types/node": "^25.6.0", + "@types/node": "^25.7.0", "@types/prop-types": "^15.7.15", "@types/react-syntax-highlighter": "^15.5.13", "@types/react-table": "^7.7.20", From e2a8a88d366c09bf675434446ba1dc7ddcb4b2dd Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 12 May 2026 20:39:39 -0700 Subject: [PATCH 3/3] docs: Update documentation link for ENABLE_SUPERSET_META_DB (#40076) Co-authored-by: Claude Code --- docs/static/feature-flags.json | 2 +- superset/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/static/feature-flags.json b/docs/static/feature-flags.json index 0da6171b46f..8f7623e471d 100644 --- a/docs/static/feature-flags.json +++ b/docs/static/feature-flags.json @@ -174,7 +174,7 @@ "default": false, "lifecycle": "testing", "description": "Allows users to add a superset:// DB that can query across databases. Experimental with potential security/performance risks. See SUPERSET_META_DB_LIMIT.", - "docs": "https://superset.apache.org/docs/configuration/databases/#querying-across-databases" + "docs": "https://superset.apache.org/user-docs/databases/supported/superset-meta-database" }, { "name": "ESTIMATE_QUERY_COST", diff --git a/superset/config.py b/superset/config.py index 30de5fa4f34..ae63d828c83 100644 --- a/superset/config.py +++ b/superset/config.py @@ -643,7 +643,7 @@ DEFAULT_FEATURE_FLAGS: dict[str, bool] = { # Experimental with potential security/performance risks. # See SUPERSET_META_DB_LIMIT. # @lifecycle: testing - # @docs: https://superset.apache.org/docs/configuration/databases/#querying-across-databases + # @docs: https://superset.apache.org/user-docs/databases/supported/superset-meta-database "ENABLE_SUPERSET_META_DB": False, # Enable query cost estimation. Supported in Presto, Postgres, and BigQuery. # Requires `cost_estimate_enabled: true` in database `extra` attribute.