Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
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
Conversation
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-cloudbot commentedMay 5, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
netlifybot commentedMay 5, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Deploy Preview fortypescript-eslint ready!
To edit notification comments on pull requests, go to yourNetlify site configuration. |
0cee7ca
intomainUh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown.Click here to find out more. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
^5.3.1
->^7.0.0
Release Notes
kaelzhang/node-ignore (ignore)
v7.0.4
Compare Source
.{3,}
, such as...
for Linux / macOS (#68)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 by
7.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:Potential Incompatibilities
The only situation that
7.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.Otherwise, in most cases, if you never do something above or there is only one version of
node-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
6.x
is due to a mistake.5.x
to 6.x for now actually changes nothing and does no harm, everyone could just upgrade or ignore the version.6.0.2
is5.3.2
7.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.
This PR was generated byMend Renovate. View therepository job log.