chore(deps): bump simple-git and lint-staged#138
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.2.1 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.2.1...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 e8a1963. Configure here.
| "jsdoc": "^3.6.10", | ||
| "karma": "^4.1.0", | ||
| "lint-staged": "^8.2.1", | ||
| "lint-staged": "^16.4.0", |
There was a problem hiding this comment.
lint-staged config has obsolete git add steps
High Severity
The lint-staged configuration still includes "git add" steps in the task arrays (lines 108 and 112), which was required for v8 but became a breaking change in v10+. Since v10, lint-staged automatically re-stages modified files, and including "git add" will trigger warnings and can cause race conditions or unintended staging of files. Upgrading to v16.4.0 without removing these "git add" entries leaves the pre-commit hook misconfigured.
Reviewed by Cursor Bugbot for commit e8a1963. Configure here.
|
Superseded by #141. |


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.2.1 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.