chore(deps): bump lodash-es from 4.17.21 to 4.18.1 in /packages/rspress-plugin#4629
Conversation
|
❌ Deploy Preview for module-federation-docs failed. Why did it fail? →
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 82e26f5865
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "fs-extra": "11.3.0", | ||
| "html-to-text": "9.0.5", | ||
| "lodash-es": "4.17.21", | ||
| "lodash-es": "4.18.1", |
There was a problem hiding this comment.
Update lockfile with lodash-es version bump
This dependency bump changes packages/rspress-plugin/package.json to lodash-es@4.18.1 but does not update pnpm-lock.yaml, which still pins that importer to 4.17.21 (pnpm-lock.yaml around lines 4017-4019). In the workflows I checked (.github/workflows/build-and-test.yml line 38) and the local parity runner (tools/scripts/ci-local.mjs line 32), installs use pnpm install --frozen-lockfile, so this mismatch will fail dependency installation and block CI for this commit.
Useful? React with 👍 / 👎.
82e26f5 to
b846495
Compare
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>
b846495 to
c72cf03
Compare
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)