Bump diff from 5.1.0 to 5.2.0 in the npm_and_yarn group across 1 directory#181
Bump diff from 5.1.0 to 5.2.0 in the npm_and_yarn group across 1 directory#181dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the npm_and_yarn group with 1 update in the / directory: [diff](https://github.com/kpdecker/jsdiff). Updates `diff` from 5.1.0 to 5.2.0 - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: diff dependency-version: 5.2.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Caution MetaMask internal reviewing guidelines:
|
| "chalk": "^5.0.1", | ||
| "debug": "^4.3.4", | ||
| "glob": "^8.0.3", | ||
| "glob": "^9.0.0", |
There was a problem hiding this comment.
Glob v9 upgrade breaks promisify-based usage pattern
High Severity
The glob dependency is being upgraded from v8 to v9, which is a breaking change. Glob v9 switched from a callback-based API to a native Promise-based API. The existing code in tools/validate/src/main.ts uses promisify(glob) which works with glob v8's callback API, but will not work correctly with glob v9. When promisify is called on an already-async function, the resulting wrapper never resolves because the callback is never invoked. This will cause the validation tool to hang or fail entirely.
Bumps the npm_and_yarn group with 1 update in the / directory: diff.
Updates
difffrom 5.1.0 to 5.2.0Changelog
Sourced from diff's changelog.
Commits
370a9df5.2.0 release (#483)a2f726aAdd myself to the list of maintainers (#482)dfc6fe4Add examples to docs of creating and applying patches (importantly including ...b5d1cfaModify node_example.js to support showing added/deleted spaces (#479)533893dAddtimeoutoption (#478)1f1ec96Replace broken link to Myers's paper in the README with a working one (#476)707fcccAdd note to README about settingcontextto Infinity or MAX_SAFE_INTEGER. (...1c7514cFix mistake in README (#471)ca8718cBump follow-redirects from 1.14.8 to 1.15.4 (#470)25a14afMigrate to DABH's fork of colors (#469)Maintainer changes
This version was pushed to npm by explodingcabbage, a new releaser for diff since your current version.
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Updates dependency versions and lockfile.
difffrom5.1.0to5.2.0inyarn.lockglobfrom^8.0.3to^9.0.0intools/validate/package.json, with correspondingyarn.lockchanges (e.g.,minimatch@^8,minipass@^4,path-scurry)Written by Cursor Bugbot for commit 5767572. This will update automatically on new commits. Configure here.