aglinxinyuan commented on PR #5064: URL: https://github.com/apache/texera/pull/5064#issuecomment-4626605526
Closing — this update is obsolete and the diff is broken: - **lodash is already at 4.18.1 on `main`** for every consumer that allows it: the `lodash@^4.17.x` resolution in the committed `yarn.lock` is already `4.18.1`. - **The remaining `[email protected]` is pinned by `[email protected]`**, which requires `lodash: ~4.17.21` (`>=4.17.21 <4.18.0`). `4.18.1` cannot satisfy that range, so there is no valid bump left for Dependabot to make here. - **The recreated diff is invalid**: it deletes `@types/[email protected]` from `yarn.lock` while `frontend/package.json` still declares `@types/lodash: 4.14.179`, so `yarn install --immutable` fails (frontend build is red on all OSes). De-duplicating the remaining `lodash` copy will be handled in a separate, tracked change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
