Skip to content

[pull] next from storybookjs:next#809

Merged
pull[bot] merged 29 commits into
GesuBackups:nextfrom
storybookjs:next
May 7, 2026
Merged

[pull] next from storybookjs:next#809
pull[bot] merged 29 commits into
GesuBackups:nextfrom
storybookjs:next

Conversation

@pull

@pull pull Bot commented May 7, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

huang-julien and others added 29 commits April 28, 2026 16:36
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…stack-react.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…mits

`git status --porcelain` and `git diff` opportunistically refresh the
index stat-cache and write to `.git/index.lock` while doing so. The
change-detection scan invokes these commands frequently (every file
change is debounced into a scan; every git ref change re-runs
`isWorkingTreeClean()`), so the running dev server constantly grabs
`.git/index.lock`. When the user runs `git add`/`git commit` in their
shell, it races the dev server and fails with:

    fatal: Unable to create '.git/index.lock': File exists.

Setting `GIT_OPTIONAL_LOCKS=0` on the execa env tells git to skip the
optional stat-cache refresh during read-only operations. Output of
`git status` / `git diff` remains correct; only the cache update is
skipped. This is the standard fix used by editors like VSCode for the
same reason.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Copilot <copilot@github.com>
…locks

Change-Detection: Set GIT_OPTIONAL_LOCKS=0 to avoid blocking commits
CLI: Add react-vite to tanstack-react automigration
@pull pull Bot locked and limited conversation to collaborators May 7, 2026
@pull pull Bot added the ⤵️ pull label May 7, 2026
@pull pull Bot merged commit 228542d into GesuBackups:next May 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants