chore(deps-dev): bump @types/diff from 7.0.2 to 8.0.0 - #555
chore(deps-dev): bump @types/diff from 7.0.2 to 8.0.0#555dependabot[bot] wants to merge 1 commit into
Conversation
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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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", |
There was a problem hiding this comment.
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)
Reviewed by Cursor Bugbot for commit 419dbc5. Configure here.
|
Superseded by #632, which incorporates this exact dependency update into the consolidated, policy-compliant lockfile and validation pass. |
|
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. |
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


Bumps @types/diff from 7.0.2 to 8.0.0.
Commits
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)Note
Low Risk
Dev-only DefinitelyTyped bump with no application logic changes; v8 is a stub over existing
difftypes, so compile-time impact should be minimal.Overview
Bumps
@types/difffrom 7.0.2 to 8.0.0 inpackages/coding-agentand refreshespackage-lock.json. The new@types/diffrelease is a stub that depends ondiffbecause the library ships its own typings; runtime code already usesdiff(^9) in edit/diff UI paths.The lockfile also pins
openaito6.47.0(exact) under@earendil-works/pi-ai, likely from the same dependency resolution pass—not a directpackage.jsonchange 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/diffdev dependency from 7.0.2 to 8.0.0 in coding-agentUpdates the
@types/diffdev dependency in packages/coding-agent/package.json to the latest major version.Macroscope summarized 419dbc5.