This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 2f81720603 chore(deps-dev): bump @swc/plugin-transform-imports from
10.0.0 to 12.4.0 in /superset-frontend (#37384)
2f81720603 is described below
commit 2f81720603d77ef812ceb8df1f9f4c8ef4fcd9da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 24 11:18:10 2026 -0800
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] <[email protected]>
Signed-off-by: hainenber <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hainenber <[email protected]>
---
.github/dependabot.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 585917afda..c01258ea8b 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"