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 ignore to v7#11163

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/ignore-7.x
May 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedMay 5, 2025

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
ignore^5.3.1 ->^7.0.0ageadoptionpassingconfidence

Release Notes

kaelzhang/node-ignore (ignore)

v7.0.4

Compare Source

  • PATCH Allows files named.{3,}, such as... for Linux / macOS (#​68)
ig.ignores('...')ig.ignores('....')// It will throw a RangeError in versions prior to 7.0.4, but it is ok if >= 7.0.4

An upgrade is recommended for all dependents

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

Minor feature

The primary feature introduced by7.0.0 is the.checkIgnore() method, which is most equivalent togit check-ignore -v. And also it allows to pass{pattern, mark?} as the parameter of.add() so that we could imitate the mechanism ofgit check-ignore as:

ig.add({pattern:'foo/*',mark:'60'})const{  ignored,  rule}=checkIgnore('foo/')if(ignored){console.log(`.gitignore:${result}:${rule.mark}:${rule.pattern} foo/`)}// .gitignore:60:foo/* foo/

Potential Incompatibilities

The only situation that7.0.0 might bring incompatibility is to.add() a< 7.0.0 instance into a>= 7.0.0 instance, which might occur when the current workspace has multiplenode-ignore versions installed, please be careful.

const{anotherIgnoreInstance}=require('./ignore-6.0-instance')// A 7.0.0 instanceignore().add(anotherIgnoreInstance)// It will break your code

Otherwise, in most cases, if you never do something above or there is only one version ofnode-ignore installed in the current workspace, it is quite safe to upgrade to7.0.0.

v6.0.2

Compare Source

v6.0.1: 6.x (== 5.3.2)

Compare Source

6.x

  • The release of6.x is due to a mistake.
  • Making an upgrade from5.x to 6.x for now actually changes nothing and does no harm, everyone could just upgrade or ignore the version.
    • Actually6.0.2 is5.3.2
  • The next major release will be7.0.0

v6.0.0

Compare Source


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 labelsMay 5, 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.

@nx-cloudNx Cloud
Copy link

nx-cloudbot commentedMay 5, 2025
edited
Loading

View yourCI Pipeline Execution ↗ for commitceb7c9e.

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

☁️Nx Cloud last updated this comment at2025-05-05 18:17:30 UTC

@netlifyNetlify
Copy link

netlifybot commentedMay 5, 2025
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commitceb7c9e
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/6818f2e5f69ffb0007163601
😎 Deploy Previewhttps://deploy-preview-11163--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: 93 (🔴 down 5 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.

@JoshuaKGoldbergJoshuaKGoldberg changed the titlefix(deps): update dependency ignore to v7chore(deps): update dependency ignore to v7May 5, 2025
@JoshuaKGoldbergJoshuaKGoldberg merged commit0cee7ca intomainMay 5, 2025
54 of 60 checks passed
@JoshuaKGoldbergJoshuaKGoldberg deleted the renovate/ignore-7.x branchMay 5, 2025 17:58
@codecovCodecov
Copy link

codecovbot commentedMay 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.91%. Comparing base(ccbfcdc) to head(ceb7c9e).
Report is 43 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@##             main   #11163      +/-   ##==========================================+ Coverage   90.90%   90.91%   +0.01%==========================================  Files         498      499       +1       Lines       50655    50809     +154       Branches     8335     8369      +34     ==========================================+ Hits        46049    46195     +146- Misses       4591     4599       +8  Partials       15       15
FlagCoverage Δ
unittest90.91% <ø> (+0.01%)⬆️

Flags with carried forward coverage won't be shown.Click here to find out more.

see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@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