chore(deps): bump diff3 from 0.0.3 to 0.0.4#7862
Merged
Merged
Conversation
Bumps [diff3](https://github.com/axosoft/diff3) from 0.0.3 to 0.0.4. - [Commits](https://github.com/axosoft/diff3/commits) --- updated-dependencies: - dependency-name: diff3 dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
| "clean-git-ref": "^2.0.1", | ||
| "crc-32": "^1.2.0", | ||
| "diff3": "0.0.3", | ||
| "diff3": "0.0.4", |
Contributor
There was a problem hiding this comment.
The Dependabot description notes this release was pushed by gk-dev, an account not previously associated with the diff3 package. A publisher change on a low-traffic utility is a recognized supply-chain attack pattern (e.g., typosquatting or account takeover). Before merging, it is worth confirming on npmjs.com/package/diff3 or the axosoft/diff3 GitHub repo that 0.0.4 was intentionally released by the legitimate maintainers.
Contributor
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
Contributor
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
Contributor
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps diff3 from 0.0.3 to 0.0.4.
Commits
Maintainer changes
This version was pushed to npm by gk-dev, a new releaser for diff3 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 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)Greptile Summary
Bumps the
diff3dependency inpackages/agent/package.jsonfrom0.0.3to0.0.4, with the correspondingbun.lockupdate.diff3@0.0.4entry (for the direct dependency) and a new nestedisomorphic-git/diff3entry pinned at0.0.3, reflecting thatisomorphic-gitstill resolves the old version as its own transitive dependency — this is expected bun behavior with dual-version resolution.Confidence Score: 5/5
This is a straightforward lockfile + manifest update with no logic changes; the dual-version resolution in bun.lock is correct and expected.
The change touches only
diff3version strings and integrity hashes. The bun.lock correctly adds a nestedisomorphic-git/diff3entry for the old0.0.3version thatisomorphic-gitstill requires — this is normal bun deduplication behavior, not an error.No files require special attention.
Important Files Changed
diff3dependency from0.0.3to0.0.4; single-line change with no other modifications.diff3entry now points to0.0.4with new integrity hash, and a nestedisomorphic-git/diff3entry is added pinning0.0.3for the transitive dependency fromisomorphic-git.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["packages/agent/package.json\ndiff3: 0.0.3 → 0.0.4"] --> B["bun.lock updated"] B --> C["diff3@0.0.4\n(direct dep, new hash)"] B --> D["isomorphic-git/diff3 → diff3@0.0.3\n(transitive dep, pinned at old version)"]Reviews (6): Last reviewed commit: "Merge branch 'develop' into dependabot/n..." | Re-trigger Greptile