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"