micro-dockerhub-hook
micro-dockerhub-hook copied to clipboard
Update dependency coveralls to v3.1.1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
coveralls | 3.0.5 -> 3.1.1 |
Release Notes
nickmerwin/node-coveralls
v3.1.1
: Maintenance / Security updates
- swapped
exec
forexecFile
. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx. - updated
devDependencies
- merged Dependabot PRs
v3.1.0
: Improved CircleCI / Travis parallelism support
- Handle
service_job_number
for parallelism in Travis and CircleCI (#290)705c3b5
- Update sinon to v7.5.0. (#288)
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:
options.service_number = process.env.CIRCLE_WORKFLOW_ID;
options.service_job_number = process.env.CIRCLE_BUILD_NUM;
v3.0.14
: Maintenance
- Update safe dependencies and fix npm vulnerabilities (#284)
59a57e2
- Move fixtures to test/fixtures. (#286)
a0c6941
@XhmikosR - GH Action workflow update (#287)
1615297
- Minor lint tweaks (#285)
3647673
@XhmikosR - remove redundant code (#283)
ff21930
@lpinca
v3.0.13
: Maintenance release
v3.0.12
v3.0.11
: COVERALLS_SERVICE_NUMBER environment variable support
Improved:
- If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (@midgleyc)
v3.0.10
: CodeFresh support, Maintenance
Added:
- CodeFresh support (@suda)
Improved:
- Travis Pro repo token handling (@benpetty @derekherman)
- Readme Jest example re: posting on success only (@AndreMiras)
Updated:
- minimist version (@ashishkujoy)
- GitHub CI actions checkout v2 (@XhmikosR)
v3.0.9
: Maintenance, dependency refinement
- 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
Added:
- Cobertura support (@ly-cultureiq)
Fixed:
- flag_name handling (@joscha)
Improved
- ES6-ified codebase (@XhmikosR)
- AppVeyor tests (@XhmikosR)
- GitHub Actions (@XhmikosR)
v3.0.7
v3.0.6
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.
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.