vue-auth-cognito
vue-auth-cognito copied to clipboard
An in-range update of coveralls is breaking the build π¨
The devDependency coveralls was updated from 3.0.2 to 3.0.3.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
coveralls is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
Release Notes for Dependency security updates
As suggested by NPM and Snyk.
Commits
The new version differs by 1 commits.
aa2519cdependency security audit fixes from npm & snyk (#210)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot :palm_tree:
After pinning to 3.0.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencycoveralls was updated from3.0.3to3.0.4.
Your tests are still failing with this version. Compare changes
- The
devDependencycoveralls was updated from3.0.4to3.0.5.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 6 commits.
55fc4d8Merge branch 'master' of https://github.com/nickmerwin/node-coverallsb94fd9aversion bump0c147a8fix: vulnerabilities (#227)2c73fc8Bump lodash from 4.17.11 to 4.17.14 (#229)cf1921dUpdate configuration logic for Jenkins (#217)f0ddec5Add support for Azure Pipelines (#221)
See the full diff
- The
devDependencycoveralls was updated from3.0.5to3.0.6.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 3 commits.
1e09691Merge branch 'master' of https://github.com/nickmerwin/node-coverallsd3045b4handleInput callback include bodye55883aCOVERALLS_PARALLEL docs link update
See the full diff
- The
devDependencycoveralls was updated from3.0.6to3.0.7.
Your tests are still failing with this version. Compare changes
- The
devDependencycoveralls was updated from3.0.7to3.0.8.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 24 commits.
b1f7950version bump7c6178fMerge branch 'XhmikosR-appveyor-tests'ba49b6dMerge branch 'appveyor-tests' of https://github.com/XhmikosR/node-coveralls into XhmikosR-appveyor-tests51890f8Merge branch 'ly-cultureiq-add_cobertura_support'e48a66dMerge branch 'add_cobertura_support' of https://github.com/ly-cultureiq/node-coveralls into ly-cultureiq-add_cobertura_supportee636f6fix typos571b38afix: pass flag_name to coveralls API (#251)06459aeRemovepath.existsSync(#248)0d13be9Merge branch 'master' of https://github.com/nickmerwin/node-coveralls0a351edMerge branch 'XhmikosR-rm-growl'9d9134bnpm install336123fES6eba01a2Fix tests on Windows. (#237)cbc1bdfUpdate test.yml217402cMerge branch 'master' into pr/236
There are 24 commits in total.
See the full diff
- The
devDependencycoveralls was updated from3.0.8to3.0.9.
Your tests are still failing with this version. Compare changes
Release Notes for 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
Commits
The new version differs by 15 commits.
2e2b108bump version50913edRemove the now unused istanbul and mocha-lcov-reporter devDependencies1bceeffRevert #243.4aa11a2Remove snyk.33eccc3Revert "CI: usenpm cion Node.js >=8."236529bUpdate logger.js3a90b07fix equality operator in logger.jsbbe2de5Update package.json07ef879Fix logger regression.f58f8b9README.md: Add GitHub Actions CI info.0488f10Tweak README.mdbe79dabCI: usenpm cion Node.js >=8.ef51945CI: Add Windows testing and lintc202346Fix Windows tests again.3d82534use Coveralls GitHub action
See the full diff
- The
devDependencycoveralls was updated from3.0.9to3.0.10.
Your tests are still failing with this version. Compare changes
Release Notes for 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)
Commits
The new version differs by 6 commits.
2ea7be3bump version5e976c5Only coverage report on test success, fixes #2303d83b4fSet service_name and/or repo_token from .coveralls.yml regardless of if $COVERALLS_REPO_TOKEN is set (#272)710c504Add Codefresh support8c4ba99CI: switch toactions/checkout@v2eb1a3c9278 Upgrades minimist dependency to 1.2.5
See the full diff
- The
devDependencycoveralls was updated from3.0.10to3.0.11.
Your tests are still failing with this version. Compare changes
Release Notes for COVERALLS_SERVICE_NUMBER environment variable support
Improved:
- If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (@midgleyc)