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

chore(deps): update dependency lint-staged to v15.5.1#10971

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

Merged
JoshuaKGoldberg merged 1 commit intomainfromrenovate/lint-staged-15.x-lockfile
May 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedMar 19, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
lint-staged15.4.3 ->15.5.1ageadoptionpassingconfidence

Release Notes

lint-staged/lint-staged (lint-staged)

v15.5.1

Compare Source

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

Compare Source

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

Configuration

📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebot added dependenciesIssue about dependencies of the package javascriptPull requests that update Javascript code labelsMar 19, 2025
@typescript-eslint
Copy link
Contributor

Thanks for the PR,@renovate[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint.

@netlifyNetlify
Copy link

netlifybot commentedMar 19, 2025
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commit689b088
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/6818d9e71b67ae00087a6cc0
😎 Deploy Previewhttps://deploy-preview-10971--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 94 (🔴 down 4 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 98 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to yourNetlify site configuration.

@nx-cloudNx Cloud
Copy link

nx-cloudbot commentedMar 19, 2025
edited
Loading

View yourCI Pipeline Execution ↗ for commit689b088.

CommandStatusDurationResult
nx typecheck ast-spec✅ Succeeded<1sView ↗
nx run-many --target=build --exclude website --...✅ Succeeded3sView ↗
nx run-many --target=clean✅ Succeeded10sView ↗

☁️Nx Cloud last updated this comment at2025-05-05 16:01:55 UTC

@nx-cloudNx Cloud
Copy link

View yourCI Pipeline Execution ↗ for commit61b448f.


☁️Nx Cloud last updated this comment at2025-03-19 18:47:39 UTC

@renovaterenovatebotforce-pushed therenovate/lint-staged-15.x-lockfile branch 3 times, most recently froma707ee5 to8fd3cd5CompareApril 7, 2025 13:22
@renovaterenovatebotforce-pushed therenovate/lint-staged-15.x-lockfile branch 6 times, most recently fromadd0fdf tofae3a51CompareApril 11, 2025 20:00
@renovaterenovatebotforce-pushed therenovate/lint-staged-15.x-lockfile branch fromfae3a51 to3062a29CompareApril 18, 2025 20:02
@renovaterenovatebot changed the titlechore(deps): update dependency lint-staged to v15.5.0chore(deps): update dependency lint-staged to v15.5.1Apr 18, 2025
@renovaterenovatebotforce-pushed therenovate/lint-staged-15.x-lockfile branch 4 times, most recently frombd062b8 to52ed993CompareApril 29, 2025 19:55
@renovaterenovatebotforce-pushed therenovate/lint-staged-15.x-lockfile branch 2 times, most recently from83ddb96 tod4fa098CompareMay 4, 2025 20:00
@renovaterenovatebotforce-pushed therenovate/lint-staged-15.x-lockfile branch fromd4fa098 to689b088CompareMay 5, 2025 15:31
@JoshuaKGoldbergJoshuaKGoldberg merged commit0d68c80 intomainMay 5, 2025
13 checks passed
@JoshuaKGoldbergJoshuaKGoldberg deleted the renovate/lint-staged-15.x-lockfile branchMay 5, 2025 15:41
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsMay 13, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesIssue about dependencies of the packagejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@JoshuaKGoldberg

[8]ページ先頭

©2009-2025 Movatter.jp