matthewmueller / x-ray

The next web scraper. See through the <html> noise.
MIT License
5.86k stars 350 forks source link

Update dependency coveralls to v3.1.1 #357

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

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`](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 ([#​290](https://togithub.com/nickmerwin/node-coveralls/issues/290)) [`705c3b5`](https://togithub.com/nickmerwin/node-coveralls/commit/705c3b5) - Update sinon to v7.5.0. ([#​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 ([#​284](https://togithub.com/nickmerwin/node-coveralls/issues/284)) [`59a57e2`](https://togithub.com/nickmerwin/node-coveralls/commit/59a57e2) - Move fixtures to test/fixtures. ([#​286](https://togithub.com/nickmerwin/node-coveralls/issues/286)) [`a0c6941`](https://togithub.com/nickmerwin/node-coveralls/commit/a0c6941) [@​XhmikosR](https://togithub.com/XhmikosR) - GH Action workflow update ([#​287](https://togithub.com/nickmerwin/node-coveralls/issues/287)) [`1615297`](https://togithub.com/nickmerwin/node-coveralls/commit/1615297) - Minor lint tweaks ([#​285](https://togithub.com/nickmerwin/node-coveralls/issues/285)) [`3647673`](https://togithub.com/nickmerwin/node-coveralls/commit/3647673) [@​XhmikosR](https://togithub.com/XhmikosR) - remove redundant code ([#​283](https://togithub.com/nickmerwin/node-coveralls/issues/283)) [`ff21930`](https://togithub.com/nickmerwin/node-coveralls/commit/ff21930) [@​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. ([@​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 ([@​suda](https://togithub.com/suda)) ### Improved: - Travis Pro repo token handling ([@​benpetty](https://togithub.com/benpetty) [@​derekherman](https://togithub.com/derekherman)) - Readme Jest example re: posting on success only ([@​AndreMiras](https://togithub.com/AndreMiras)) ### Updated: - minimist version ([@​ashishkujoy](https://togithub.com/ashishkujoy)) - GitHub CI actions checkout v2 ([@​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 ([@​ly-cultureiq](https://togithub.com/ly-cultureiq)) ### Fixed: - flag_name handling ([@​joscha](https://togithub.com/joscha)) ### Improved - ES6-ified codebase ([@​XhmikosR](https://togithub.com/XhmikosR)) - AppVeyor tests ([@​XhmikosR](https://togithub.com/XhmikosR)) - GitHub Actions ([@​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)

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

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.