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 15.5.2#3602

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 ofgithubMay 7, 2025

Bumpslint-staged from 13.2.2 to 15.5.2.

Release notes

Sourced fromlint-staged's releases.

v15.5.2

Patch Changes

v15.5.1

Patch Changes

  • #15335d53534 Thanks@​iiroj! - Improve listing of staged files so thatlint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:

    ✖ Failed to get staged files!

v15.5.0

Minor Changes

  • #1526630af5f Thanks@​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.

    Example with Prettier

    By default Prettierprefers double quotes.

    Previously

    1. Stagefile.js with only double quotes" changed to'
    2. Rungit commit -am "I don't like double quotes"
    3. Lint-staged runsprettier --write file.js, converting all the' back to"
    4. Because there are now no changes,lint-staged fails, cancels the commit, and resets back to the original state
    5. Commit was not done, original state is restored and single quotes' are staged

    Now

    1. Stagefile.js with only double-quotes" changed to'
    2. Rungit commit -am "I don't like double quotes"
    3. Lint-staged runsprettier --write file.js, converting all the' back to"
    4. Because there are now no changes,lint-staged fails and cancels the commit
    5. Commit was not done, and there are no staged changes

v15.4.3

Patch Changes

  • #1512cbfed1d Thanks@​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Patch Changes

  • #15098827ebf Thanks@​iiroj! - Changelint-staged's dependencies to usecaret (^) ranges instead oftilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

v15.4.1

Patch Changes

... (truncated)

Changelog

Sourced fromlint-staged's changelog.

15.5.2

Patch Changes

15.5.1

Patch Changes

  • #15335d53534 Thanks@​iiroj! - Improve listing of staged files so thatlint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:

    ✖ Failed to get staged files!

15.5.0

Minor Changes

  • #1526630af5f Thanks@​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.

    Example with Prettier

    By default Prettierprefers double quotes.

    Previously

    1. Stagefile.js with only double quotes" changed to'
    2. Rungit commit -am "I don't like double quotes"
    3. Lint-staged runsprettier --write file.js, converting all the' back to"
    4. Because there are now no changes,lint-staged fails, cancels the commit, and resets back to the original state
    5. Commit was not done, original state is restored and single quotes' are staged

    Now

    1. Stagefile.js with only double-quotes" changed to'
    2. Rungit commit -am "I don't like double quotes"
    3. Lint-staged runsprettier --write file.js, converting all the' back to"
    4. Because there are now no changes,lint-staged fails and cancels the commit
    5. Commit was not done, and there are no staged changes

15.4.3

Patch Changes

  • #1512cbfed1d Thanks@​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

15.4.2

... (truncated)

Commits
  • 8e91302 chore(changeset): release
  • 64148fd Merge pull request#1545 from lint-staged/revert-v16-changes
  • 46f47b2 Revert "build(deps): update dependencies"
  • 9472af9 Revert "build(execa): upgrade execa@9.5.2, require Node.js ^18.19.0 || >=20.5.0"
  • 9e17c9c Revert "chore: remove validation of deprecated advanced config options"
  • 6fda79a Revert "feat: remove--shell flag support"
  • e1ea676 Revert "feat: replaceexeca withnano-spawn"
  • 5561321 fix: handle colon characters in staged filenames (#1544)
  • dcc9a51 feat: replaceexeca withnano-spawn
  • 2fa909d feat: remove--shell flag support
  • 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 15.5.2.- [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...v15.5.2)---updated-dependencies:- dependency-name: lint-staged  dependency-version: 15.5.2  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 labelsMay 7, 2025
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubMay 12, 2025

Superseded by#3605.

@dependabotdependabotbot closed thisMay 12, 2025
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/lint-staged-15.5.2 branchMay 12, 2025 06:29
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