chore(deps): bump lodash-es to ^4.18.1 across all frontend workspaces#41774
Conversation
Consolidates the per-workspace dependabot bumps (#41559, #41560, #41561, #41562, #41563, #41564, #41568, #41569) into one PR with a single consistent lockfile regen, which the split PRs couldn't achieve. Also covers the root package, superset-core, and preset-chart-deckgl that dependabot missed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Bito Automatic Review Skipped - Files Excluded |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #41774 +/- ##
=======================================
Coverage 64.70% 64.70%
=======================================
Files 2686 2686
Lines 148626 148626
Branches 34298 34298
=======================================
+ Hits 96164 96171 +7
+ Misses 50697 50693 -4
+ Partials 1765 1762 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: hainenber <dotronghai96@gmail.com>
Signed-off-by: hainenber <dotronghai96@gmail.com>
|
Bito Automatic Review Skipped – PR Already Merged |
SUMMARY
superset-frontendis an npm-workspaces monorepo with a single sharedpackage-lock.json. Dependabot opened eight separate PRs (#41559, #41560, #41561, #41562, #41563, #41564, #41568, #41569) each bumpinglodash-esfrom^4.17.21to^4.18.1in one workspace at a time. Every one of them fails CI because bumping the dep in some workspaces while others stay at^4.17.21leaves the shared lockfile inconsistent.This PR does it in one clean pass: it bumps every remaining
lodash-es: ^4.17.21declaration to^4.18.1across all 11 workspaces and regenerates the single lockfile so it's internally consistent. It also covers the rootsuperset-frontendpackage,superset-core, andpreset-chart-deckgl, which dependabot didn't open PRs for.superset-ui-core,generator-superset, anddocswere already on 4.18.1 and are left untouched.Supersedes and will close:
TESTING INSTRUCTIONS
Lockfile regenerated with
npm install; frontend CI validates install/build.ADDITIONAL INFORMATION