code-coverage icon indicating copy to clipboard operation
code-coverage copied to clipboard

fix(deps): update dependency istanbul-lib-coverage to v3.2.0

Open renovate[bot] opened this issue 4 years ago • 5 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
istanbul-lib-coverage (source) 3.0.0 -> 3.2.0 age adoption passing confidence

Release Notes

istanbuljs/istanbuljs

v3.2.0

Compare Source

Features
  • allow FileCoverage to be initialized with logical tracking (#​644) (4cb5af1)

v3.1.0

Compare Source

Features
  • support tracking Logic Truthiness as additional metric in coverage API (#​639) (0967c80)
3.0.2 (2021-10-11)
Bug Fixes
  • handle merging '0' indexed coverage with '1' indexed coverage (5dac2bc), closes #​632
3.0.1 (2021-09-23)
Bug Fixes
  • merge branch/statement/functionMap's together when merging two coverage reports (#​617) (ff1b5e9)

v3.0.2

Compare Source

v3.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

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

renovate[bot] avatar Sep 25 '21 04:09 renovate[bot]

@bahmutov When can we expect this to be resolved?

KateMashkinaNIH avatar Feb 10 '22 14:02 KateMashkinaNIH

Unfortunately I’m no longer on the cypress team so I cannot help with this issue

Sent from my iPhone

On Feb 10, 2022, at 09:33, KateMashkinaNIH @.***> wrote:

 @bahmutov When can we expect this to be resolved?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

bahmutov avatar Feb 10 '22 14:02 bahmutov

@jennifer-shehane Is there still work that needs to be done on this, or it's good to go?

seyilonge-nci avatar Mar 21 '22 13:03 seyilonge-nci

How is this still outstanding?

In the meantime, if using yarn, you can add the following to your package.json:

"resolutions" : {
  "istanbul-lib-coverage": "^3.2.0"
}

NPM 8.4.0 can use overrides (I haven't tested this personally, but it should be something along the lines of):

"overrides": {
  "istanbul-lib-coverage": "^3.2.0"
}

amoliski avatar Jun 15 '22 07:06 amoliski

bump also seeing the after hook failure in our main repo. Would be cool if we could get this out.

mfittko avatar Sep 23 '22 21:09 mfittko

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.2.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

renovate[bot] avatar Nov 15 '23 15:11 renovate[bot]