Update dependency coveralls to v3.1.1 - abandoned #47

Open
opened 2025-10-14 18:03:35 -06:00 by navan · 0 comments
Owner

Originally created by @renovate[bot] on 10/10/2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coveralls 3.0.6 -> 3.1.1 age adoption passing confidence

Release Notes

nickmerwin/node-coveralls

v3.1.1: Maintenance / Security updates

Compare Source

  • swapped exec for execFile. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx.
  • updated devDependencies
  • merged Dependabot PRs

v3.1.0: Improved CircleCI / Travis parallelism support

Compare Source


This is a minor release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs:

    options.service_number = process.env.CIRCLE_WORKFLOW_ID;
    options.service_job_number = process.env.CIRCLE_BUILD_NUM;

v3.0.14: Maintenance

Compare Source

v3.0.13: Maintenance release

Compare Source

v3.0.12

Compare Source

v3.0.11: COVERALLS_SERVICE_NUMBER environment variable support

Compare Source

Improved:

  • If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (@​midgleyc)

v3.0.10: CodeFresh support, Maintenance

Compare Source

Added:

Improved:

Updated:

v3.0.9: Maintenance, dependency refinement

Compare Source

  • removed Istanbul, mocha dependencies
  • reverted cobertura-parse support (package dependency archived)
  • removed snyk (automated security updates from GitHub via Dependabot enabled)
  • improved Windows support

v3.0.8: Feature / maintenance updates

Compare Source

Added:

Fixed:

Improved

v3.0.7

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 has been generated by Mend Renovate. View repository job log here.

*Originally created by @renovate[bot] on 10/10/2019* [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [coveralls](https://togithub.com/nickmerwin/node-coveralls) | [`3.0.6` -> `3.1.1`](https://renovatebot.com/diffs/npm/coveralls/3.0.6/3.1.1) | [![age](https://badges.renovateapi.com/packages/npm/coveralls/3.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/coveralls/3.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/coveralls/3.1.1/compatibility-slim/3.0.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/coveralls/3.1.1/confidence-slim/3.0.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nickmerwin/node-coveralls</summary> ### [`v3.1.1`](https://togithub.com/nickmerwin/node-coveralls/releases/tag/3.1.1): Maintenance / Security updates [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.1.0...3.1.1) - swapped `exec` for `execFile`. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx. - updated `devDependencies` - merged Dependabot PRs ### [`v3.1.0`](https://togithub.com/nickmerwin/node-coveralls/releases/tag/v3.1.0): Improved CircleCI / Travis parallelism support [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.14...v3.1.0) - Handle `service_job_number` for parallelism in Travis and CircleCI ([#&#8203;290](https://togithub.com/nickmerwin/node-coveralls/issues/290)) [`705c3b5`](https://togithub.com/nickmerwin/node-coveralls/commit/705c3b5) - Update sinon to v7.5.0. ([#&#8203;288](https://togithub.com/nickmerwin/node-coveralls/issues/288)) [`eb6dc35`](https://togithub.com/nickmerwin/node-coveralls/commit/eb6dc35) *** This is a `minor` release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs: ```javascript options.service_number = process.env.CIRCLE_WORKFLOW_ID; options.service_job_number = process.env.CIRCLE_BUILD_NUM; ``` ### [`v3.0.14`](https://togithub.com/nickmerwin/node-coveralls/releases/tag/v3.0.14): Maintenance [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.13...v3.0.14) - Update safe dependencies and fix npm vulnerabilities ([#&#8203;284](https://togithub.com/nickmerwin/node-coveralls/issues/284)) [`59a57e2`](https://togithub.com/nickmerwin/node-coveralls/commit/59a57e2) - Move fixtures to test/fixtures. ([#&#8203;286](https://togithub.com/nickmerwin/node-coveralls/issues/286)) [`a0c6941`](https://togithub.com/nickmerwin/node-coveralls/commit/a0c6941) [@&#8203;XhmikosR](https://togithub.com/XhmikosR) - GH Action workflow update ([#&#8203;287](https://togithub.com/nickmerwin/node-coveralls/issues/287)) [`1615297`](https://togithub.com/nickmerwin/node-coveralls/commit/1615297) - Minor lint tweaks ([#&#8203;285](https://togithub.com/nickmerwin/node-coveralls/issues/285)) [`3647673`](https://togithub.com/nickmerwin/node-coveralls/commit/3647673) [@&#8203;XhmikosR](https://togithub.com/XhmikosR) - remove redundant code ([#&#8203;283](https://togithub.com/nickmerwin/node-coveralls/issues/283)) [`ff21930`](https://togithub.com/nickmerwin/node-coveralls/commit/ff21930) [@&#8203;lpinca](https://togithub.com/lpinca) ### [`v3.0.13`](https://togithub.com/nickmerwin/node-coveralls/releases/tag/v3.0.13): Maintenance release [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.12...v3.0.13) ### [`v3.0.12`](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.11...v3.0.12) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.11...v3.0.12) ### [`v3.0.11`](https://togithub.com/nickmerwin/node-coveralls/releases/tag/3.0.11): COVERALLS_SERVICE_NUMBER environment variable support [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.10...3.0.11) ### Improved: - If COVERALLS_SERVICE_NUMBER is set, set service_number from it. ([@&#8203;midgleyc](https://togithub.com/midgleyc)) ### [`v3.0.10`](https://togithub.com/nickmerwin/node-coveralls/releases/tag/3.0.10): CodeFresh support, Maintenance [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.9...3.0.10) ### Added: - CodeFresh support ([@&#8203;suda](https://togithub.com/suda)) ### Improved: - Travis Pro repo token handling ([@&#8203;benpetty](https://togithub.com/benpetty) [@&#8203;derekherman](https://togithub.com/derekherman)) - Readme Jest example re: posting on success only ([@&#8203;AndreMiras](https://togithub.com/AndreMiras)) ### Updated: - minimist version ([@&#8203;ashishkujoy](https://togithub.com/ashishkujoy)) - GitHub CI actions checkout v2 ([@&#8203;XhmikosR](https://togithub.com/XhmikosR)) ### [`v3.0.9`](https://togithub.com/nickmerwin/node-coveralls/releases/tag/3.0.9): Maintenance, dependency refinement [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.8...3.0.9) - removed Istanbul, mocha dependencies - reverted cobertura-parse support (package dependency archived) - removed snyk (automated security updates from GitHub via Dependabot enabled) - improved Windows support ### [`v3.0.8`](https://togithub.com/nickmerwin/node-coveralls/releases/tag/3.0.8): Feature / maintenance updates [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.7...3.0.8) ### Added: - Cobertura support ([@&#8203;ly-cultureiq](https://togithub.com/ly-cultureiq)) ### Fixed: - flag_name handling ([@&#8203;joscha](https://togithub.com/joscha)) ### Improved - ES6-ified codebase ([@&#8203;XhmikosR](https://togithub.com/XhmikosR)) - AppVeyor tests ([@&#8203;XhmikosR](https://togithub.com/XhmikosR)) - GitHub Actions ([@&#8203;XhmikosR](https://togithub.com/XhmikosR)) ### [`v3.0.7`](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.6...v3.0.7) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.6...v3.0.7) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/matthewmueller/x-ray). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9-->
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/x-ray#47
No description provided.