Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump lint-staged from 13.2.2 to 16.1.6#3654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubSep 3, 2025

Bumpslint-staged from 13.2.2 to 16.1.6.

Release notes

Sourced fromlint-staged's releases.

v16.1.6

Patch Changes

  • #1610e93578e Thanks@​iiroj! - Try to improve terminating of subprocess of tasks by usingSIGKILL, and only callingpidtree when the the main task process has a known pid.

v16.1.5

Patch Changes

v16.1.4

Patch Changes

  • #160490b37b0 Thanks@​iiroj! - Add anothertypes field topackage.json to make even more sure NPM detects thatlint-staged includes built-in TypeScript type definitions.

v16.1.3

Patch Changes

  • #16027ea700b Thanks@​dword-design! - Add thetypes field topackage.json to make sure NPM detectslint-staged includes built-in TypeScript type definitions.

v16.1.2

Patch Changes

  • #1570a7c0c88 Thanks@​ItsNickBarry! - When using--diff-filter with theD option to include deleted staged files,lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit add likefatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks@​iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles to console output.

v16.1.1

Patch Changes

  • #15653686977 Thanks@​iiroj! -Lint-staged now explicitly warns about potential data loss when using--no-stash.

  • #157102299a9 Thanks@​iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.

  • #1563bc61c74 Thanks@​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stash option. This happened because--no-stash implied--no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit bylint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options--no-stash --no-hide-partially-staged at the same time.

v16.1.0

Minor Changes

  • #1536e729daa Thanks@​iiroj! - A new flag--no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default,lint-staged will clear all task modifications and revert to the original state.

  • #1550b27fa3f Thanks@​iiroj! -Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

v16.0.0

... (truncated)

Changelog

Sourced fromlint-staged's changelog.

16.1.6

Patch Changes

  • #1610e93578e Thanks@​iiroj! - Try to improve terminating of subprocess of tasks by usingSIGKILL, and only callingpidtree when the the main task process has a known pid.

16.1.5

Patch Changes

16.1.4

Patch Changes

  • #160490b37b0 Thanks@​iiroj! - Add anothertypes field topackage.json to make even more sure NPM detects thatlint-staged includes built-in TypeScript type definitions.

16.1.3

Patch Changes

  • #16027ea700b Thanks@​dword-design! - Add thetypes field topackage.json to make sure NPM detectslint-staged includes built-in TypeScript type definitions.

16.1.2

Patch Changes

  • #1570a7c0c88 Thanks@​ItsNickBarry! - When using--diff-filter with theD option to include deleted staged files,lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit add likefatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks@​iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles to console output.

16.1.1

Patch Changes

  • #15653686977 Thanks@​iiroj! -Lint-staged now explicitly warns about potential data loss when using--no-stash.

  • #157102299a9 Thanks@​iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.

  • #1563bc61c74 Thanks@​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stash option. This happened because--no-stash implied--no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit bylint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options--no-stash --no-hide-partially-staged at the same time.

16.1.0

Minor Changes

  • #1536e729daa Thanks@​iiroj! - A new flag--no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default,lint-staged will clear all task modifications and revert to the original state.

... (truncated)

Commits
  • e2d0adf chore(changeset): release
  • 0629aaf build(deps): update dependencies
  • e93578e fix: kill subprocesses with "SIGKILL" and only if main process has a pid
  • 15369c2 chore(changeset): release
  • 690d7c2 build(deps): update dependencies
  • 4e3ce22 fix: fix the incorrect relativeTopLevelDir detection when working with the wo...
  • 9151254 chore(changeset): release
  • 90b37b0 fix: add root-level "types" field to package.json
  • 795be13 chore(changeset): release
  • 4463089 build(deps): update dependencies
  • Additional commits viewable incompare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 13.2.2 to 16.1.6.- [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@v13.2.2...v16.1.6)---updated-dependencies:- dependency-name: lint-staged  dependency-version: 16.1.6  dependency-type: direct:development  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsSep 3, 2025
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubSep 23, 2025

Superseded by#3661.

@dependabotdependabotbot closed thisSep 23, 2025
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/lint-staged-16.1.6 branchSeptember 23, 2025 06:06
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp