-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I use lint-staged in local development for linting files in Git staging prior to commit. I would like to lint package.json files using syncpack using the same approach. It would be great if I could do…
-
### Description
We have a weird problem going on with one of our projects. Everytime we change files and commit them, it deletes all the changed files and made the commit. If you look at the bottom…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
### Description
When using lint-staged like this:
```
{
"*.{js,jsx,ts,tsx}": ["eslint --fix", "eslint"],
"**/*.ts?(x)": "pnpm run types",
"*.json": ["prettier --write"]
}
```
Being th…
-
# Bug Report (unverified)
## Description
I am running some scripts on git pre-commit hooks. Which output the error below when a file does not seem to exist within a project. This should be solva…
-
### Description
when I run with `--debug`, I'm seeing that the `git add` phase takes 3s.
This is a long time.
```
[STARTED] Applying modifications from tasks...
...
lint-staged:GitWorkflow…