Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ignore to v5.2.0 #41

Merged
merged 2 commits into from
Mar 8, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ignore 5.1.9 -> 5.2.0 age adoption passing confidence

Release Notes

kaelzhang/node-ignore

v5.2.0

Compare Source

  • PATCH support readonly arrays of typescript. (#​70)
  • MINOR bring backward compatibility with relative paths. (#​75)

An upgrade is recommended for all dependents.


ignore().ignores('../foo/bar.js') // will throw

And the code below will not throw, however it is not recommended

ignore({
  allowRelativePaths: true
}).ignores('../foo/bar.js')

Recommend:

ignore().ignores('foo/bar.js')

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Dec 19, 2021

🦋 Changeset detected

Latest commit: a0f20eb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
eslint-plugin-node-roikoren Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Dec 19, 2021

Codecov Report

Merging #41 (a0f20eb) into main (5893293) will decrease coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
- Coverage   91.89%   91.75%   -0.15%     
==========================================
  Files          70       70              
  Lines        1407     1407              
  Branches      278      278              
==========================================
- Hits         1293     1291       -2     
- Misses         39       40       +1     
- Partials       75       76       +1     
Impacted Files Coverage Δ
src/util/cache.ts 88.88% <0.00%> (-11.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5893293...a0f20eb. Read the comment docs.

@renovate renovate bot force-pushed the renovate/ignore-5.x branch 2 times, most recently from 2f96197 to c11c598 Compare December 23, 2021 22:39
@renovate renovate bot requested a review from roikoren755 as a code owner December 23, 2021 22:39
@renovate renovate bot force-pushed the renovate/ignore-5.x branch 4 times, most recently from 4f5a346 to ce6948e Compare December 29, 2021 18:45
@renovate renovate bot force-pushed the renovate/ignore-5.x branch 2 times, most recently from c4259e0 to 889ec43 Compare January 5, 2022 07:45
@renovate renovate bot force-pushed the renovate/ignore-5.x branch 8 times, most recently from b051471 to 8cd037a Compare January 24, 2022 20:48
@renovate renovate bot force-pushed the renovate/ignore-5.x branch 3 times, most recently from 5530fab to e535569 Compare February 12, 2022 23:08
@renovate renovate bot changed the title fix(deps): update dependency ignore to v5.2.0 fix(deps): update dependency ignore to v5.2.0 - autoclosed Feb 23, 2022
@renovate renovate bot closed this Feb 23, 2022
@renovate renovate bot deleted the renovate/ignore-5.x branch February 23, 2022 00:25
@renovate renovate bot changed the title fix(deps): update dependency ignore to v5.2.0 - autoclosed fix(deps): update dependency ignore to v5.2.0 Feb 23, 2022
@renovate renovate bot reopened this Feb 23, 2022
@renovate renovate bot restored the renovate/ignore-5.x branch February 23, 2022 02:32
@renovate renovate bot force-pushed the renovate/ignore-5.x branch from e535569 to c834be0 Compare March 7, 2022 13:47
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@roikoren755 roikoren755 merged commit f9c9d39 into main Mar 8, 2022
@roikoren755 roikoren755 deleted the renovate/ignore-5.x branch March 8, 2022 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants