Bump lodash from 4.17.23 to 4.18.1 in /packages/cli-kit#7166
Bump lodash from 4.17.23 to 4.18.1 in /packages/cli-kit#7166dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Dependabot was opening PRs that bumped a workspace package's package.json but left pnpm-lock.yaml untouched (e.g. Shopify#7166), forcing manual lockfile commits before merging. Root cause: `directories:` listed both `/` and `packages/*`. In a pnpm workspace the lockfile lives at the workspace root, so per-subdirectory update runs cannot rewrite it. dependabot-core treats this as a misconfiguration (see dependabot/dependabot-core#11135 and the fix in #11487 — "all dependencies should be updated from the root directory, where pnpm-workspace.yaml and pnpm-lock.yaml exist"). Dropping `packages/*` makes Dependabot run only from root. It still detects dependencies in every workspace package via pnpm-workspace.yaml and updates both the package.json and pnpm-lock.yaml in the same PR. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
This PR seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps lodash from 4.17.23 to 4.18.1.
Release notes
Sourced from lodash'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.