chore(deps): bump lodash-es from 4.17.21 to 4.18.1 in /frontend#4960
chore(deps): bump lodash-es from 4.17.21 to 4.18.1 in /frontend#4960aglinxinyuan merged 2 commits intomainfrom
Conversation
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the frontend’s lodash-es dependency from 4.17.21 to 4.18.1, aligning the app with the latest upstream release and its security/bugfix updates. In the Texera frontend, this affects utility functions already imported from lodash-es in multiple Angular services/components without changing application code.
Changes:
- Bump
lodash-esinfrontend/package.jsonfrom4.17.21to4.18.1. - Regenerate
frontend/yarn.lockso the lockfile resolves and pins the new version. - Pull in upstream fixes described in the dependency release notes, including recent security-related patches.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
frontend/package.json |
Updates the direct frontend dependency version for lodash-es. |
frontend/yarn.lock |
Refreshes the Yarn 4 lockfile entry and root dependency reference for the new lodash-es version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4960 +/- ##
=========================================
Coverage 42.50% 42.50%
Complexity 2181 2181
=========================================
Files 1005 1005
Lines 37429 37429
Branches 3914 3914
=========================================
Hits 15908 15908
Misses 20558 20558
Partials 963 963
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bumps lodash-es from 4.17.21 to 4.18.1.
Release notes
Sourced from lodash-es's releases.
Commits
cb0b9b9release(patch): bump main to 4.18.1 (#6177)75535f5chore: prune stale advisory refs (#6170)62e91bcdocs: remove n_ Node.js < 6 REPL note from README (#6165)59be2derelease(minor): bump to 4.18.0 (#6161)af63457fix: broken tests for _.template 879aaa91073a76fix: linting issues879aaa9fix: validate imports keys in _.templatefe8d32efix: block prototype pollution in baseUnset via constructor/prototype traversal18ba0a3refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)b819080ci: add dist sync validation workflow (#6137)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.