Skip to content

Upgrade lint-staged from 15 -> 17 - #3148

Merged
mfedderly merged 1 commit into
masterfrom
mf/lint-staged
Aug 11, 2026
Merged

Upgrade lint-staged from 15 -> 17#3148
mfedderly merged 1 commit into
masterfrom
mf/lint-staged

Conversation

@mfedderly

Copy link
Copy Markdown
Collaborator

There is a new warning about not running git add in the lint-staged tasks. This is mainly to avoid issues where a user has called git add on the file that was changed. Because README.md is generated, it won't be automatically added and we still need to call git add on that file.

So we add the git add into the generate-readmes script to get rid of the error.

There is a new warning about not running git add in the lint-staged tasks. This
is mainly to avoid issues where a user has called git add on the file that was changed.
Because README.md is generated, it won't be automatically added and we still need to call git add on that file.

So we add the git add into the generate-readmes script to get rid of the error.
@mfedderly mfedderly added this to the v8 milestone Aug 11, 2026
@mfedderly
mfedderly merged commit 522200b into master Aug 11, 2026
3 checks passed
@mfedderly
mfedderly deleted the mf/lint-staged branch August 11, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant