From 2f81720603d77ef812ceb8df1f9f4c8ef4fcd9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 11:18:10 -0800 Subject: [PATCH] chore(deps-dev): bump @swc/plugin-transform-imports from 10.0.0 to 12.4.0 in /superset-frontend (#37384) Signed-off-by: dependabot[bot] Signed-off-by: hainenber Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hainenber --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 585917afda2..c01258ea8b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,10 @@ updates: # Source: https://jestjs.io/blog#known-issues # GH thread: https://github.com/jsdom/jsdom/issues/3492 - dependency-name: "jest-environment-jsdom" + # `@swc/plugin-transform-imports` doesn't work with current Webpack-SWC hybrid setup + # See https://github.com/apache/superset/pull/37384#issuecomment-3793991389 + # TODO: remove the plugin once Lodash usage has been migrated to a more readily tree-shakeable alternative + - dependency-name: "@swc/plugin-transform-imports" directory: "/superset-frontend/" schedule: interval: "daily"