Skip to content

chore(deps-dev): bump @types/diff from 7.0.2 to 8.0.0 - #555

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/types/diff-8.0.0
Closed

chore(deps-dev): bump @types/diff from 7.0.2 to 8.0.0#555
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/types/diff-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown

Bumps @types/diff from 7.0.2 to 8.0.0.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Low Risk
Dev-only DefinitelyTyped bump with no application logic changes; v8 is a stub over existing diff types, so compile-time impact should be minimal.

Overview
Bumps @types/diff from 7.0.2 to 8.0.0 in packages/coding-agent and refreshes package-lock.json. The new @types/diff release is a stub that depends on diff because the library ships its own typings; runtime code already uses diff (^9) in edit/diff UI paths.

The lockfile also pins openai to 6.47.0 (exact) under @earendil-works/pi-ai, likely from the same dependency resolution pass—not a direct package.json change in this PR.

Reviewed by Cursor Bugbot for commit 419dbc5. Bugbot is set up for automated code reviews on this repo. Configure here.

Note

Bump @types/diff dev dependency from 7.0.2 to 8.0.0 in coding-agent

Updates the @types/diff dev dependency in packages/coding-agent/package.json to the latest major version.

Macroscope summarized 419dbc5.

Bumps [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) from 7.0.2 to 8.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff)

---
updated-dependencies:
- dependency-name: "@types/diff"
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 30, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 419dbc5. Configure here.

},
"devDependencies": {
"@types/diff": "^7.0.2",
"@types/diff": "^8.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated stub types dependency

Low Severity

@types/diff@8.0.0 is a deprecated stub with no declaration files; its own metadata says diff already provides types so this package is unnecessary. The project already depends on diff@^9.0.0, which ships built-in types, so this bump installs a redundant deprecated dependency instead of removing @types/diff.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 419dbc5. Configure here.

@snimu

snimu commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Superseded by #632, which incorporates this exact dependency update into the consolidated, policy-compliant lockfile and validation pass.

@snimu snimu closed this Aug 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/types/diff-8.0.0 branch August 5, 2026 15:43
zhengr pushed a commit to zhengr/prime-agent that referenced this pull request Aug 8, 2026
Add --no-tools flag that allows starting pi without any built-in tools,
enabling extension-only tool setups (e.g., pi-ssh-remote).

- Add --no-tools flag to CLI args parsing
- Handle --tools '' (empty string) as equivalent to no tools
- Fix system prompt to not show READ-ONLY mode when no tools (extensions may provide write capabilities)
- Add tests for new flag and system prompt behavior

fixes PrimeIntellect-ai#555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant