-
### Description
I'm working on pairing this down to a reproducible use case, but can confirm the bug was created in the 12.2.0 release (works on 12.1.7, fails on 12.2.0 forward). Included below…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Edited/Blocked
These updates…
-
### Version
5.0.0-beta.2
### Environment info
```
System:
OS: Windows 10 10.0.17763
CPU: (8) x64 Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
Binaries:
Node: 14.17.3 - C:\Progra…
-
### Description
### Steps to reproduce
I have this state, where both `packages/cli` and `apps/docs` are git submodules:
```
❯ git status …
-
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
- […
-
### Description
in Windows, when using Cygwin, lint-staged incorrectly determines the path to the folder .git
I use command `git rev-parse --show-toplevel` and it show correct path - `/cygdrive/c/…
-
I was able to reproduce this by deleting a file I didn't need while having `yarn dev` running in a different terminal.
```
yarn run v1.22.21
$ /home/maxicapodacqua/personal/cboard-ai-builder/node…
-
### Description
> This issue is about an issue with the documentation, but it might be that it hints at a more serious issue
The [README](https://github.com/okonet/lint-staged#can-i-lint-files-o…
-
### Description
When lint-staged is run the .eslintrc.json file is ignored. Running eslint from the command line works fine, but when eslint is run via husky/lint-staged it does not yield the same …
-
### Description
### Steps to reproduce
#### ACTUAL
1. Create the following `.lintstagedrc` file:
```
{
"*.{js}": [
"eslint --fix",
"prettier --write",
]
}
```
2. …