DEFRA / waste-carriers-frontend

Waste Carrier Registrations Frontend Code
Other
1 stars 1 forks source link

Bump simplecov from 0.16.1 to 0.17.0 #242

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps simplecov from 0.16.1 to 0.17.0.

Release notes *Sourced from [simplecov's releases](https://github.com/colszowka/simplecov/releases).* > ## v0.17.0 > Maintenance release with nice convenience features and important bugfixes. > Notably this **will be the last release to support ruby versions that have reached their end of life**. Moving forward official CRuby support will be 2.4+ and JRuby support will be 9.1+. Older versions might still work but no guarantees. > > ## Enhancements > > * Per default filter hidden files and folders. See [#721](https://github-redirect.dependabot.com/colszowka/simplecov/pull/721) (thanks [Renuo AG](https://www.renuo.ch)) > * Print the exit status explicitly when it's not a successful build so it's easier figure out SimpleCov failed the build in the output. See [#688](https://github-redirect.dependabot.com/colszowka/simplecov/pull/688) (thanks [@​daemonsy](https://github.com/daemonsy)) > > ## Bugfixes > > * Avoid a premature failure exit code when setting `minimum_coverage` in combination with using [parallel_tests](https://github.com/grosser/parallel_tests). See [#706](https://github-redirect.dependabot.com/colszowka/simplecov/pull/706) (thanks [@​f1sherman](https://github.com/f1sherman)) > * Project roots with special characters no longer cause crashes. See [#717](https://github-redirect.dependabot.com/colszowka/simplecov/pull/717) (thanks [[@​deivid](https://github.com/deivid)-rodriguez](https://github.com/deivid-rodriguez)) > * Avoid continously overriding test results with manual `ResultMergere.store_results` usage. See [#674](https://github-redirect.dependabot.com/colszowka/simplecov/pull/674) (thanks [@​tomeon](https://github.com/tomeon))
Changelog *Sourced from [simplecov's changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md).* > 0.17.0 (2019-07-02) > =================== > > Maintenance release with nice convenience features and important bugfixes. > Notably this **will be the last release to support ruby versions that have reached their end of life**. Moving forward official CRuby support will be 2.4+ and JRuby support will be 9.2+. Older versions might still work but no guarantees. > > ## Enhancements > > * Per default filter hidden files and folders. See [#721](https://github-redirect.dependabot.com/colszowka/simplecov/pull/721) (thanks [Renuo AG](https://www.renuo.ch)) > * Print the exit status explicitly when it's not a successful build so it's easier figure out SimpleCov failed the build in the output. See [#688](https://github-redirect.dependabot.com/colszowka/simplecov/pull/688) (thanks [@​daemonsy](https://github.com/daemonsy)) > > ## Bugfixes > > * Avoid a premature failure exit code when setting `minimum_coverage` in combination with using [parallel_tests](https://github.com/grosser/parallel_tests). See [#706](https://github-redirect.dependabot.com/colszowka/simplecov/pull/706) (thanks [@​f1sherman](https://github.com/f1sherman)) > * Project roots with special characters no longer cause crashes. See [#717](https://github-redirect.dependabot.com/colszowka/simplecov/pull/717) (thanks [[@​deivid](https://github.com/deivid)-rodriguez](https://github.com/deivid-rodriguez)) > * Avoid continously overriding test results with manual `ResultMergere.store_results` usage. See [#674](https://github-redirect.dependabot.com/colszowka/simplecov/pull/674) (thanks [@​tomeon](https://github.com/tomeon))
Commits - [`776741b`](https://github.com/colszowka/simplecov/commit/776741bfb00889a7aa3793edbddcdeb74801dce3) Bump version to 0.17.0 - [`017e85c`](https://github.com/colszowka/simplecov/commit/017e85c6696ecc754eda05a3a638b4282c63d565) Changelog update hopefully not missing anything. - [`aca64da`](https://github.com/colszowka/simplecov/commit/aca64dad48c988860929f7a2a24ebe13a2d00ff1) Exclude hidden files and folders ([#721](https://github-redirect.dependabot.com/colszowka/simplecov/issues/721)) - [`5b380be`](https://github.com/colszowka/simplecov/commit/5b380befc8e87828fb1b6b694a1c1f45a6e05f2b) Include rubocop in the "default" gem ([#727](https://github-redirect.dependabot.com/colszowka/simplecov/issues/727)) - [`d911544`](https://github.com/colszowka/simplecov/commit/d911544e5fa96f21cf508659a12a0a3b3211b728) process_result no longer relies on result? as order was changed ([#726](https://github-redirect.dependabot.com/colszowka/simplecov/issues/726)) - [`9665035`](https://github.com/colszowka/simplecov/commit/96650350f33546eb6a5e2ae86921111c96536918) Bootsnap fixed blowing up on their side no need to mention it - [`318b212`](https://github.com/colszowka/simplecov/commit/318b212046bd0d743847844a8901accffe0f4069) Avoid premature failure with parallel_tests - [`2d5e6c9`](https://github.com/colszowka/simplecov/commit/2d5e6c9a77569c2d8e2ebcf024a40b7ea6a9e5d8) [Documentation] Feature/add simplecov-small-badge ([#713](https://github-redirect.dependabot.com/colszowka/simplecov/issues/713)) - [`7770ce8`](https://github.com/colszowka/simplecov/commit/7770ce833e0f162ddb2b0d7205307b50fdd7513d) Explicitly print the exit status when SimpleCov fails the build ([#688](https://github-redirect.dependabot.com/colszowka/simplecov/issues/688)) - [`ba57b3c`](https://github.com/colszowka/simplecov/commit/ba57b3c07381e7d7d83c255309f371f816bf942d) Delete condition ([#707](https://github-redirect.dependabot.com/colszowka/simplecov/issues/707)) - Additional commits viewable in [compare view](https://github.com/colszowka/simplecov/compare/v0.16.1...v0.17.0)


Dependabot compatibility score

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.


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.