Closed dependabot-preview[bot] closed 4 years ago
Merging #125 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #125 +/- ##
=======================================
Coverage 99.33% 99.33%
=======================================
Files 11 11
Lines 151 151
=======================================
Hits 150 150
Misses 1 1
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7d5efd9...e5aa6a4. Read the comment docs.
Superseded by #171.
Bumps karma-coverage from 1.1.2 to 2.0.1.
Release notes
*Sourced from [karma-coverage's releases](https://github.com/karma-runner/karma-coverage/releases).* > ## v2.0.1 > No release notes provided. > > ## v2.0.0 > ### Bug Fixes > > * **build:** Update to lodash 4 ([d6d21d2](https://github.com/karma-runner/karma-coverage/commit/d6d21d2)), closes [#242](https://github-redirect.dependabot.com/karma-runner/karma-coverage/issues/242) > * **reporter:** replace colons in the output path ([3b2bffa](https://github.com/karma-runner/karma-coverage/commit/3b2bffa)) > * bump lodash for CVE-2018-16487 ([15f8b12](https://github.com/karma-runner/karma-coverage/commit/15f8b12)) > > > ### Chores > > * Update travis config ([00090ea](https://github.com/karma-runner/karma-coverage/commit/00090ea)) > * **deps:** Use latest istanbul lib packages ([#377](https://github-redirect.dependabot.com/karma-runner/karma-coverage/issues/377)) ([f40d6af](https://github.com/karma-runner/karma-coverage/commit/f40d6af)) > > > ### BREAKING CHANGES > > * **deps:** This set of changes may impact some use cases. > > * chore: Add Updated Istanbul Dependencies > > The istanbul package is deprecated in favor several split packages that > control different aspects of how istanbul works. This commit adds the > recommended packages that will be used in future commits as > karma-coverage's usage of istanbul is updated to the latest api. > > * refactor(reporter): Follow new report API > > This commit refactors the in memory report implementation to use the new > istanbul report API. > > Report creation is removed from newer versions of the istanbul API, so > this commit adds a set of utility functions to wrap around the new API > and provide similar functionality as the old API. The top level export > uses the new utility function to register the in-memory report. > > * refactor(preprocessor): Switch to istanbul-lib-instrument > > This commit updates the preprocessor to use istanbul-lib-instrument > instead of the deprecated istanbul package. The biggest change in this > refactor is using a callable function instead of a constructor when > creating instrumenters > > The old istanbul package exposed the Instrumenter directly, allowing the > preprocessor to create an instance of it. istanbul-lib-instrument, > however, exposes a callable function that creates an Instrumenter. > This commit updates the preprocessor to follow this new pattern of using > a callable function. In order to ensure backwards compatibility, a > ... (truncated)Changelog
*Sourced from [karma-coverage's changelog](https://github.com/karma-runner/karma-coverage/blob/master/CHANGELOG.md).* > ## [2.0.1](https://github.com/karma-runner/karma-coverage/compare/v2.0.0...v2.0.1) (2019-08-20) > > > > > # [2.0.0](https://github.com/karma-runner/karma-coverage/compare/v1.1.1...v2.0.0) (2019-08-20) > > > ### Bug Fixes > > * **build:** Update to lodash 4 ([d6d21d2](https://github.com/karma-runner/karma-coverage/commit/d6d21d2)), closes [#242](https://github-redirect.dependabot.com/karma-runner/karma-coverage/issues/242) > * **reporter:** replace colons in the output path ([3b2bffa](https://github.com/karma-runner/karma-coverage/commit/3b2bffa)) > * bump lodash for CVE-2018-16487 ([15f8b12](https://github.com/karma-runner/karma-coverage/commit/15f8b12)) > > > ### Chores > > * Update travis config ([00090ea](https://github.com/karma-runner/karma-coverage/commit/00090ea)) > * **deps:** Use latest istanbul lib packages ([#377](https://github-redirect.dependabot.com/karma-runner/karma-coverage/issues/377)) ([f40d6af](https://github.com/karma-runner/karma-coverage/commit/f40d6af)) > > > ### BREAKING CHANGES > > * **deps:** This set of changes may impact some use cases. > > * chore: Add Updated Istanbul Dependencies > > The istanbul package is deprecated in favor several split packages that > control different aspects of how istanbul works. This commit adds the > recommended packages that will be used in future commits as > karma-coverage's usage of istanbul is updated to the latest api. > > * refactor(reporter): Follow new report API > > This commit refactors the in memory report implementation to use the new > istanbul report API. > > Report creation is removed from newer versions of the istanbul API, so > this commit adds a set of utility functions to wrap around the new API > and provide similar functionality as the old API. The top level export > uses the new utility function to register the in-memory report. > > * refactor(preprocessor): Switch to istanbul-lib-instrument > > This commit updates the preprocessor to use istanbul-lib-instrument > instead of the deprecated istanbul package. The biggest change in this > refactor is using a callable function instead of a constructor when > creating instrumenters > > The old istanbul package exposed the Instrumenter directly, allowing the > ... (truncated)Commits
- [`9184fc0`](https://github.com/karma-runner/karma-coverage/commit/9184fc0c5da850b894645a043fe1c39328e736fa) chore: release v2.0.1 - [`57d4bd3`](https://github.com/karma-runner/karma-coverage/commit/57d4bd34b04729240603e045b0c3918a8a95357a) chore(deps): npm audit fix --force; update travis.yml ([#380](https://github-redirect.dependabot.com/karma-runner/karma-coverage/issues/380)) - [`0e2800b`](https://github.com/karma-runner/karma-coverage/commit/0e2800b3a4bf0296dbd889ad62ef94565a4f9344) chore: release v2.0.0 - [`99c0c35`](https://github.com/karma-runner/karma-coverage/commit/99c0c35131e6bd1ceface980a936817e9b217218) chore: update contributors - [`f40d6af`](https://github.com/karma-runner/karma-coverage/commit/f40d6af8a88bbfa5fb83769ee0519f27afbcf87c) chore(deps): Use latest istanbul lib packages ([#377](https://github-redirect.dependabot.com/karma-runner/karma-coverage/issues/377)) - [`b8f82a0`](https://github.com/karma-runner/karma-coverage/commit/b8f82a0d2eca4cd09d88260eac88a9c3adf8e754) Update grunt dependencies ([#374](https://github-redirect.dependabot.com/karma-runner/karma-coverage/issues/374)) - [`b51cee7`](https://github.com/karma-runner/karma-coverage/commit/b51cee71b8cd70531447358c191d8a121ee33607) Update test dependencies ([#373](https://github-redirect.dependabot.com/karma-runner/karma-coverage/issues/373)) - [`14c8cba`](https://github.com/karma-runner/karma-coverage/commit/14c8cba4fdc1717c7fdada758efda27d93956e4c) Merge pull request [#372](https://github-redirect.dependabot.com/karma-runner/karma-coverage/issues/372) from hicom150/update_eslint_dependencies - [`a6b0f17`](https://github.com/karma-runner/karma-coverage/commit/a6b0f176ab6ae9057cf8e67fe9dc5e9f566835e4) Merge branch 'master' into update_eslint_dependencies - [`ac445f1`](https://github.com/karma-runner/karma-coverage/commit/ac445f1f260fcccd3e79649d2c5ee39c58a07073) Merge pull request [#371](https://github-redirect.dependabot.com/karma-runner/karma-coverage/issues/371) from hicom150/update_travis - Additional commits viewable in [compare view](https://github.com/karma-runner/karma-coverage/compare/v1.1.2...v2.0.1)Maintainer changes
This version was pushed to npm by [karmarunnerbot](https://www.npmjs.com/~karmarunnerbot), a new releaser for karma-coverage since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.