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

Comments

refactor: Bump lint-staged from 16.1.0 to 16.2.7#10060

Open
dependabot[bot] wants to merge 1 commit intoalphafrom
dependabot/npm_and_yarn/lint-staged-16.2.7
Open

refactor: Bump lint-staged from 16.1.0 to 16.2.7#10060
dependabot[bot] wants to merge 1 commit intoalphafrom
dependabot/npm_and_yarn/lint-staged-16.2.7

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubFeb 13, 2026
edited
Loading

Bumpslint-staged from 16.1.0 to 16.2.7.

Release notes

Sourced fromlint-staged's releases.

v16.2.7

Patch Changes

  • #1711ef74c8d Thanks@​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.

v16.2.6

Patch Changes

  • #169333d4502 Thanks@​Adrian-Baran-GY! - Fix problems with--continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

v16.2.5

Patch Changes

  • #16879e02d9d Thanks@​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn,lint-staged also failed and the backup stash might not have been automatically restored.

v16.2.4

Patch Changes

v16.2.3

Patch Changes

  • #166927cd541 Thanks@​iiroj! - When using--fail-on-changes, automatically hidden (partially) unstaged changes are no longer counted to makelint-staged fail.

v16.2.2

Patch Changes

  • #1667699f95d Thanks@​iiroj! - The backup stash will not be dropped when using--fail-on-changes and there are errors. When reverting to original state is disabled (via--no-revert or--fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.

    Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:

    % npx lint-staged --fail-on-changes✔ Backed up original statein git stash (c18d55a3)✔ Running tasksfor staged files...✖ Tasks modified files and --fail-on-changes was used!↓ Cleaning up temporary files...✖ lint-staged failed because --fail-on-changes was used.Any lost modifications can be restored from a git stash:> git stash list --format="%h %s"c18d55a3 On main: lint-staged automatic backup> git apply --index c18d55a3

... (truncated)

Changelog

Sourced fromlint-staged's changelog.

16.2.7

Patch Changes

  • #1711ef74c8d Thanks@​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.

16.2.6

Patch Changes

  • #169333d4502 Thanks@​Adrian-Baran-GY! - Fix problems with--continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

16.2.5

Patch Changes

  • #16879e02d9d Thanks@​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn,lint-staged also failed and the backup stash might not have been automatically restored.

16.2.4

Patch Changes

16.2.3

Patch Changes

  • #166927cd541 Thanks@​iiroj! - When using--fail-on-changes, automatically hidden (partially) unstaged changes are no longer counted to makelint-staged fail.

16.2.2

Patch Changes

  • #1667699f95d Thanks@​iiroj! - The backup stash will not be dropped when using--fail-on-changes and there are errors. When reverting to original state is disabled (via--no-revert or--fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.

    Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:

    % npx lint-staged --fail-on-changes✔ Backed up original statein git stash (c18d55a3)✔ Running tasksfor staged files...✖ Tasks modified files and --fail-on-changes was used!↓ Cleaning up temporary files...✖ lint-staged failed because --fail-on-changes was used.Any lost modifications can be restored from a git stash:

... (truncated)

Commits
  • 0c1b000 chore(changeset): release
  • 595b202 build(deps): update dependencies
  • ef74c8d fix: do display "failed to spawn" message when task fails normally
  • 5cf2a1e style: do not autofix when running lint-staged
  • ba40012 chore: dropnpx fromcommit-msg hook
  • d67de9a chore: fixpre-push hook usage with changeset
  • 8017d1d build(deps): update dependencies
  • 922d7f4 ci: remove dependabot integration, it's not useful
  • 6aeeef1 docs: add PR template
  • a5728b5 docs: add AGENTS.md
  • Additional commits viewable incompare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for lint-staged since your current version.


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 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)

@dependabotdependabotbot added dependenciesBot label; pull requests that updates a dependency file javascriptPull requests that update javascript code labelsFeb 13, 2026
@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistantparse-github-assistantbot changed the titlerefactor: bump lint-staged from 16.1.0 to 16.2.7refactor: Bump lint-staged from 16.1.0 to 16.2.7Feb 13, 2026
@parseplatformorg
Copy link
Contributor

parseplatformorg commentedFeb 13, 2026
edited
Loading

Snyk checks have passed. No issues have been found so far.

StatusScanner Critical High Medium LowTotal (0)
Open Source Security0000 0 issues

💻 Catch issues earlier using the plugins forVS Code,JetBrains IDEs,Visual Studio, andEclipse.

@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/lint-staged-16.2.7 branch fromfc45f7a to24cf02fCompareFebruary 14, 2026 01:58
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.1.0 to 16.2.7.- [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@v16.1.0...v16.2.7)---updated-dependencies:- dependency-name: lint-staged  dependency-version: 16.2.7  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/lint-staged-16.2.7 branch from24cf02f to97fbb3cCompareFebruary 20, 2026 20:02
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

dependenciesBot label; pull requests that updates 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

@parseplatformorg

[8]ページ先頭

©2009-2026 Movatter.jp