chore(deps): bump simple-git and lint-staged#96
Conversation
Removes [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git). It's no longer used after updating ancestor dependency [lint-staged](https://github.com/lint-staged/lint-staged). These dependencies need to be updated together. Removes `simple-git` Updates `lint-staged` from 8.1.7 to 16.4.0 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v8.1.7...v16.4.0) --- updated-dependencies: - dependency-name: simple-git dependency-version: dependency-type: indirect - dependency-name: lint-staged dependency-version: 16.4.0 dependency-type: direct:development ... 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, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f6ab3a2. Configure here.
| "in-publish": "^2.0.0", | ||
| "karma": "^6.4.4", | ||
| "lint-staged": "^8.1.7", | ||
| "lint-staged": "^16.4.0", |
There was a problem hiding this comment.
Outdated lint-staged config has incompatible git add step
High Severity
The lint-staged configuration still includes "git add" in the task array, which was required in v8 but deprecated since v10. With the upgrade to v16, lint-staged automatically stages task-modified files. The explicit "git add" command can stage unintended unstaged changes and interfere with lint-staged's stash-based workflow, potentially causing the pre-commit hook to behave incorrectly or commit unintended file changes.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit f6ab3a2. Configure here.
|
Superseded by #99. |


Removes simple-git. It's no longer used after updating ancestor dependency lint-staged. These dependencies need to be updated together.
Removes
simple-gitUpdates
lint-stagedfrom 8.1.7 to 16.4.0Release notes
Sourced from lint-staged's releases.
... (truncated)
Changelog
Sourced from lint-staged's changelog.
... (truncated)
Commits
445f9ddchore(changeset): released91be60docs: update readme to use picomatchb392a9frefactor: extractmatchFilesand add unit tests687fc90refactor: replace micromatch with picomatch26dadf9chore(changeset): release9d6e827build(deps): update dependencies8aea986chore(changeset): release0109e8dfix: strip Git CRLF warning from outputdfd6a7achore(changeset): release2adaf6cfix(Windows): do not spawn tasks as detached since it opens a cmd window on ...Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for lint-staged 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)You can disable automated security fix PRs for this repo from the Security Alerts page.