devboard / lib-github-webhook

Representation of GitHub webhooks
0 stars 0 forks source link

Update infection/infection requirement from ^0.9@dev to ^0.10@dev #101

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Updates the requirements on infection/infection to permit the latest version.

Release notes *Sourced from [infection/infection's releases](https://github.com/infection/infection/releases).* > ## PHP 7.1+, new mutators, sort logs, time and memory info > ## [0.10.0](https://github.com/infection/infection/tree/0.10.0) (2018-08-11) > > [Full Changelog](https://github.com/infection/infection/compare/0.9.3...0.10.0) > > **BC Breaks:** > > - Drop PHP 7.0 support [\#414](https://github-redirect.dependabot.com/infection/infection/issues/414) > > **Added:** > > - Function and method removal mutators [\#418](https://github-redirect.dependabot.com/infection/infection/pull/418) ([BackEndTea](https://github.com/BackEndTea)) > - PregMatchMatches mutator [\#383](https://github-redirect.dependabot.com/infection/infection/pull/383) ([BackEndTea](https://github.com/BackEndTea)) > - Add infection to PHIVE \(PHAR Installation and Verification Environment\) [\#134](https://github-redirect.dependabot.com/infection/infection/issues/134) > - Show time and memory info to the console output [\#390](https://github-redirect.dependabot.com/infection/infection/pull/390) ([borNfreee](https://github.com/borNfreee)) > - Add GPG signing for PHAR [\#436](https://github-redirect.dependabot.com/infection/infection/pull/436) ([borNfreee](https://github.com/borNfreee)) > - Sort logs [\#424](https://github-redirect.dependabot.com/infection/infection/pull/424) ([BackEndTea](https://github.com/BackEndTea)) > - Explicitly require the DOM extension [\#411](https://github-redirect.dependabot.com/infection/infection/pull/411) ([BackEndTea](https://github.com/BackEndTea)) > > **Fixed:** > > - 100% MSI reported even if a small number of uncovered mutations is found [\#426](https://github-redirect.dependabot.com/infection/infection/issues/426) > - Round MSI down to the smallest integer, instead of nearest [\#431](https://github-redirect.dependabot.com/infection/infection/pull/431) ([sanmai](https://github.com/sanmai)) > - Space in directory path breaks Infection [\#413](https://github-redirect.dependabot.com/infection/infection/issues/413) > - BadgeLogger now reports exact errors [\#405](https://github-redirect.dependabot.com/infection/infection/pull/405) ([sanmai](https://github.com/sanmai)) > - Quiet mode is as quiet as one can expect it to be [\#403](https://github-redirect.dependabot.com/infection/infection/issues/403) > - Fix exclude to excludes for generated config file [\#423](https://github-redirect.dependabot.com/infection/infection/pull/423) ([BackEndTea](https://github.com/BackEndTea)) > - Brew installation isn't supported anymore or docs aren't updated [\#416](https://github-redirect.dependabot.com/infection/infection/issues/416)
Changelog *Sourced from [infection/infection's changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md).* > ## [0.10.0](https://github.com/infection/infection/tree/HEAD) (2018-08-11) > > [Full Changelog](https://github.com/infection/infection/compare/0.9.3...0.10.0) > > **BC Breaks:** > > - Drop PHP 7.0 support [\#414](https://github-redirect.dependabot.com/infection/infection/issues/414) > > **Added:** > > - Function and method removal mutators [\#418](https://github-redirect.dependabot.com/infection/infection/pull/418) ([BackEndTea](https://github.com/BackEndTea)) > - PregMatchMatches mutator [\#383](https://github-redirect.dependabot.com/infection/infection/pull/383) ([BackEndTea](https://github.com/BackEndTea)) > - Add infection to PHIVE \(PHAR Installation and Verification Environment\) [\#134](https://github-redirect.dependabot.com/infection/infection/issues/134) > - Show time and memory info to the console output [\#390](https://github-redirect.dependabot.com/infection/infection/pull/390) ([borNfreee](https://github.com/borNfreee)) > - Add GPG signing for PHAR [\#436](https://github-redirect.dependabot.com/infection/infection/pull/436) ([borNfreee](https://github.com/borNfreee)) > - Sort logs [\#424](https://github-redirect.dependabot.com/infection/infection/pull/424) ([BackEndTea](https://github.com/BackEndTea)) > - Explicitly require the DOM extension [\#411](https://github-redirect.dependabot.com/infection/infection/pull/411) ([BackEndTea](https://github.com/BackEndTea)) > > **Fixed:** > > - 100% MSI reported even if a small number of uncovered mutations is found [\#426](https://github-redirect.dependabot.com/infection/infection/issues/426) > - Round MSI down to the smallest integer, instead of nearest [\#431](https://github-redirect.dependabot.com/infection/infection/pull/431) ([sanmai](https://github.com/sanmai)) > - Space in directory path breaks Infection [\#413](https://github-redirect.dependabot.com/infection/infection/issues/413) > - BadgeLogger now reports exact errors [\#405](https://github-redirect.dependabot.com/infection/infection/pull/405) ([sanmai](https://github.com/sanmai)) > - Quiet mode is as quiet as one can expect it to be [\#403](https://github-redirect.dependabot.com/infection/infection/issues/403) > - Fix exclude to excludes for generated config file [\#423](https://github-redirect.dependabot.com/infection/infection/pull/423) ([BackEndTea](https://github.com/BackEndTea)) > - Brew installation isn't supported anymore or docs aren't updated [\#416](https://github-redirect.dependabot.com/infection/infection/issues/416) > > ## [0.9.0](https://github.com/infection/infection/tree/HEAD) (2018-07-02) > > [Full Changelog](https://github.com/infection/infection/compare/0.8.2...0.9.0) > > **BC Breaks:** > > - Use textual version of log verbosity [\265]()https://github-redirect.dependabot.com/infection/infection/pull/265) > > **Added:** > > - Feature: Profiles [\#220](https://github-redirect.dependabot.com/infection/infection/pull/220) > - Mutation badge [\#207](https://github-redirect.dependabot.com/infection/infection/pull/207) > - Feature:disable certain mutators [\#177](https://github-redirect.dependabot.com/infection/infection/pull/177) > - Add reflection classes to mutators. Do no mutate public method visibility if parent has the same one [\#67](https://github-redirect.dependabot.com/infection/infection/pull/67) > - [Mutator] IdenticalEqual and NotIdenticalNotEqual mutators [\#298](https://github-redirect.dependabot.com/infection/infection/pull/298) > - [Mutator] Remove type cast operators [\#297](https://github-redirect.dependabot.com/infection/infection/pull/297) > - [Mutator] Add mutator that removes finally {} block [\#261](https://github-redirect.dependabot.com/infection/infection/pull/261) > - [Mutator] Yield Mutator [\#242](https://github-redirect.dependabot.com/infection/infection/pull/242) > - [Mutator] ArrayItem Mutator [\#240](https://github-redirect.dependabot.com/infection/infection/pull/240) > - [Mutator] Add a For Loop mutator & test [\#230](https://github-redirect.dependabot.com/infection/infection/pull/230) > - [Mutator] Add Assignment Equal Mutator [\#229](https://github-redirect.dependabot.com/infection/infection/pull/229) > - [Mutator] Add Assignment Mutator [\#228](https://github-redirect.dependabot.com/infection/infection/pull/228) > ... (truncated)
Commits - See full diff in [compare view](https://github.com/infection/infection/commits/0.10.0)


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 merge` will merge this PR after your CI passes on it - `@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 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) - 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.
codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@ec07261). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #101   +/-   ##
=======================================
  Coverage          ?    72%           
  Complexity        ?   1203           
=======================================
  Files             ?    125           
  Lines             ?   4072           
  Branches          ?      0           
=======================================
  Hits              ?   2932           
  Misses            ?   1140           
  Partials          ?      0

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 ec07261...742c117. Read the comment docs.

dependabot-preview[bot] commented 6 years ago

Looks like infection/infection is up-to-date now, so this is no longer needed.