Open renovate[bot] opened 1 year ago
This PR contains the following updates:
3.0.1
3.1.1
š 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 is behind base branch, 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 by Mend Renovate. View the repository job log.
This PR contains the following updates:
3.0.1
->3.1.1
Release Notes
nickmerwin/node-coveralls (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) ### [`v3.0.6`](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.5...v3.0.6) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.5...v3.0.6) ### [`v3.0.5`](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.4...v3.0.5) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.4...v3.0.5) ### [`v3.0.4`](https://togithub.com/nickmerwin/node-coveralls/releases/tag/3.0.4): Dependency Security Updates [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.3...3.0.4) ### [`v3.0.3`](https://togithub.com/nickmerwin/node-coveralls/releases/tag/3.0.3): Dependency security updates [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.2...3.0.3) As suggested by NPM and Snyk. ### [`v3.0.2`](https://togithub.com/nickmerwin/node-coveralls/releases/tag/3.0.2) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.1...3.0.2) #### Added: - support for named job flags via `COVERALLS_FLAG_NAME` ([@bytewalls](https://togithub.com/bytewalls)) #### Maintenance: - updated request ([@epheph](https://togithub.com/epheph))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 is behind base branch, 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 by Mend Renovate. View the repository job log.