devboard / lib-github-webhook

Representation of GitHub webhooks
0 stars 0 forks source link

Update infection/infection requirement from ^0.10.0 to ^0.13.0 #121

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 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).* > ## Proper array coverage, bcmath/mbstring mutators, pcov support > ## [0.13.0](https://github.com/infection/infection/tree/0.13.0) > > [Full Changelog](https://github.com/infection/infection/compare/0.12.2...0.13.0) (2019-05-18) > > **Added:** > > - Log the InitialTestsRun command line when `--debug` is used [\#520](https://github-redirect.dependabot.com/infection/infection/issues/520) > - Preliminary support for PCOV [\#667](https://github-redirect.dependabot.com/infection/infection/pull/667) > - Adding Line Numbers To Mutator Ignore List [\#663](https://github-redirect.dependabot.com/infection/infection/pull/663) > - Family bc\*-functions mutators \(bcmath support\) [\#658](https://github-redirect.dependabot.com/infection/infection/issues/658) > - Family mb\_\*-functions mutators [\#654](https://github-redirect.dependabot.com/infection/infection/issues/654) > - Add a new unwrap mutator: ucwords [\#644](https://github-redirect.dependabot.com/infection/infection/issues/644) > - New [@​unwrap](https://github.com/unwrap) mutator: lcfirst\(\) [\#642](https://github-redirect.dependabot.com/infection/infection/issues/642) > - Provide compact output for CI environments [\#613](https://github-redirect.dependabot.com/infection/infection/issues/613) > - add unwrap array\_pad mutator [\#680](https://github-redirect.dependabot.com/infection/infection/pull/680) > - add unwrap array\_intersect\_assoc mutator [\#679](https://github-redirect.dependabot.com/infection/infection/pull/679) > - [\#597](https://github-redirect.dependabot.com/infection/infection/issues/597) Array item removal mutator [\#649](https://github-redirect.dependabot.com/infection/infection/pull/649) > - Enhancement: Implement UnwrapTrim mutator [\#638](https://github-redirect.dependabot.com/infection/infection/pull/638) > - Enhancement: Implement UnwrapArrayUintersect mutator [\#637](https://github-redirect.dependabot.com/infection/infection/pull/637) > - Enhancement: Implement UnwrapArrayUintersectUassoc mutator [\#633](https://github-redirect.dependabot.com/infection/infection/pull/633) > - Enhancement: Implement UnwrapArrayUintersectAssoc mutator [\#628](https://github-redirect.dependabot.com/infection/infection/pull/628) > - Enhancement: Implement UnwrapArrayUdiff mutator [\#624](https://github-redirect.dependabot.com/infection/infection/pull/624) > - Mutator: AssignCoalesce. Upgrade PHPParser to 4.2.1 [\#641](https://github-redirect.dependabot.com/infection/infection/pull/641) > - Mutator: UnwrapUcFirst \(unwrap the first argument of ucfirst\(\) function\) [\#635](https://github-redirect.dependabot.com/infection/infection/pull/635) > > **Fixed:** > > - Multi line arrays are not properly handled by code coverage [\#652](https://github-redirect.dependabot.com/infection/infection/issues/652) > - Error when parsing method that creates anonymous class [\#616](https://github-redirect.dependabot.com/infection/infection/issues/616) > - Infection gets stuck in the first execution after configuration file is created [\#576](https://github-redirect.dependabot.com/infection/infection/issues/576) > - Wrong constructor ownership when returning an anonymous class [\#682](https://github-redirect.dependabot.com/infection/infection/issues/682) > - Do not mutate \* to / and vice versa if one of the operands is numeric ±1.0 [\#673](https://github-redirect.dependabot.com/infection/infection/pull/673) > > > **Changed:** > > - Stop traversal of interfaces and abstract methods [\#656](https://github-redirect.dependabot.com/infection/infection/pull/656) > - Add a few more count esque functions to not decrement against [\#640](https://github-redirect.dependabot.com/infection/infection/pull/640) > - Enhancement: Normalize composer.json [\#629](https://github-redirect.dependabot.com/infection/infection/pull/629) > - Upgrade PHPUnit from ^6.5 to ^7.5 and all dependencies, including root differ [\#627](https://github-redirect.dependabot.com/infection/infection/pull/627) > - Test against php 7.4 [\#625](https://github-redirect.dependabot.com/infection/infection/pull/625)
Changelog *Sourced from [infection/infection's changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md).* > ## [0.13.0](https://github.com/infection/infection/tree/0.13.0) > > [Full Changelog](https://github.com/infection/infection/compare/0.12.2...0.13.0) (2019-05-18) > > **Added:** > > - Log the InitialTestsRun command line when `--debug` is used [\#520](https://github-redirect.dependabot.com/infection/infection/issues/520) > - Preliminary support for PCOV [\#667](https://github-redirect.dependabot.com/infection/infection/pull/667) > - Adding Line Numbers To Mutator Ignore List [\#663](https://github-redirect.dependabot.com/infection/infection/pull/663) > - Family bc\*-functions mutators \(bcmath support\) [\#658](https://github-redirect.dependabot.com/infection/infection/issues/658) > - Family mb\_\*-functions mutators [\#654](https://github-redirect.dependabot.com/infection/infection/issues/654) > - Add a new unwrap mutator: ucwords [\#644](https://github-redirect.dependabot.com/infection/infection/issues/644) > - New [@​unwrap](https://github.com/unwrap) mutator: lcfirst\(\) [\#642](https://github-redirect.dependabot.com/infection/infection/issues/642) > - Provide compact output for CI environments [\#613](https://github-redirect.dependabot.com/infection/infection/issues/613) > - add unwrap array\_pad mutator [\#680](https://github-redirect.dependabot.com/infection/infection/pull/680) > - add unwrap array\_intersect\_assoc mutator [\#679](https://github-redirect.dependabot.com/infection/infection/pull/679) > - [\#597](https://github-redirect.dependabot.com/infection/infection/issues/597) Array item removal mutator [\#649](https://github-redirect.dependabot.com/infection/infection/pull/649) > - Enhancement: Implement UnwrapTrim mutator [\#638](https://github-redirect.dependabot.com/infection/infection/pull/638) > - Enhancement: Implement UnwrapArrayUintersect mutator [\#637](https://github-redirect.dependabot.com/infection/infection/pull/637) > - Enhancement: Implement UnwrapArrayUintersectUassoc mutator [\#633](https://github-redirect.dependabot.com/infection/infection/pull/633) > - Enhancement: Implement UnwrapArrayUintersectAssoc mutator [\#628](https://github-redirect.dependabot.com/infection/infection/pull/628) > - Enhancement: Implement UnwrapArrayUdiff mutator [\#624](https://github-redirect.dependabot.com/infection/infection/pull/624) > - Mutator: AssignCoalesce. Upgrade PHPParser to 4.2.1 [\#641](https://github-redirect.dependabot.com/infection/infection/pull/641) > - Mutator: UnwrapUcFirst \(unwrap the first argument of ucfirst\(\) function\) [\#635](https://github-redirect.dependabot.com/infection/infection/pull/635) > > **Fixed:** > > - Multi line arrays are not properly handled by code coverage [\#652](https://github-redirect.dependabot.com/infection/infection/issues/652) > - Error when parsing method that creates anonymous class [\#616](https://github-redirect.dependabot.com/infection/infection/issues/616) > - Infection gets stuck in the first execution after configuration file is created [\#576](https://github-redirect.dependabot.com/infection/infection/issues/576) > - Wrong constructor ownership when returning an anonymous class [\#682](https://github-redirect.dependabot.com/infection/infection/issues/682) > - Do not mutate \* to / and vice versa if one of the operands is numeric ±1.0 [\#673](https://github-redirect.dependabot.com/infection/infection/pull/673) > > > **Changed:** > > - Stop traversal of interfaces and abstract methods [\#656](https://github-redirect.dependabot.com/infection/infection/pull/656) > - Add a few more count esque functions to not decrement against [\#640](https://github-redirect.dependabot.com/infection/infection/pull/640) > - Enhancement: Normalize composer.json [\#629](https://github-redirect.dependabot.com/infection/infection/pull/629) > - Upgrade PHPUnit from ^6.5 to ^7.5 and all dependencies, including root differ [\#627](https://github-redirect.dependabot.com/infection/infection/pull/627) > - Test against php 7.4 [\#625](https://github-redirect.dependabot.com/infection/infection/pull/625) > > ## [0.12.0](https://github.com/infection/infection/tree/0.12.0) (2019-01-24) > > [Full Changelog](https://github.com/infection/infection/compare/0.11.0...0.12.0) > > **BC Breaks:** > > - Disabling mutating "true" -\> "false" in TrueValue mutator for in\_array/array\_search [\#599](https://github-redirect.dependabot.com/infection/infection/pull/599) > > ... (truncated)
Commits - [`add7355`](https://github.com/infection/infection/commit/add7355edff8229195e4311a9c83cc6b42224d8a) Update changelog for 0.13.0 - [`68e0636`](https://github.com/infection/infection/commit/68e0636973cdcfc7178eee88842255e6189c23c4) Add [@​unwrap](https://github.com/unwrap) mutator profile to the default list ([#689](https://github-redirect.dependabot.com/infection/infection/issues/689)) - [`f7708db`](https://github.com/infection/infection/commit/f7708dbd35fd39498e25193a88e694549dc8f46c) Add test cases for all mutators ([#685](https://github-redirect.dependabot.com/infection/infection/issues/685)) - [`5264654`](https://github.com/infection/infection/commit/52646544a5545b4a5f77496a604452d5f5b52e75) Log phpunit output to console when in debug mode ([#683](https://github-redirect.dependabot.com/infection/infection/issues/683)) - [`70371dd`](https://github.com/infection/infection/commit/70371dd25dc1173eea851e684dbb87c6b613339b) Use parent array for coverage ([#655](https://github-redirect.dependabot.com/infection/infection/issues/655)) - [`91f568d`](https://github.com/infection/infection/commit/91f568d3df369ee691ee37fd635d0f87396ab0df) New mutator for bcmath ([#678](https://github-redirect.dependabot.com/infection/infection/issues/678)) - [`46348d2`](https://github.com/infection/infection/commit/46348d26eb88df62328e2ed092a4f2b356adb294) Preliminary support for PCOV ([#667](https://github-redirect.dependabot.com/infection/infection/issues/667)) - [`11339ac`](https://github.com/infection/infection/commit/11339ac2e396a2bffec0c968934b7b02cf68d6ae) add unwrap array_intersect_assoc mutator ([#679](https://github-redirect.dependabot.com/infection/infection/issues/679)) - [`766ca92`](https://github.com/infection/infection/commit/766ca9253e0bca5d6aeb10b21bb18b7a59fcc469) add unwrap array_pad mutator ([#680](https://github-redirect.dependabot.com/infection/infection/issues/680)) - [`e25b9d6`](https://github.com/infection/infection/commit/e25b9d60f58127c0b963f2ee1c86d1ba9a66d6ff) Mutator/mbstring ([#664](https://github-redirect.dependabot.com/infection/infection/issues/664)) - Additional commits viewable in [compare view](https://github.com/infection/infection/compare/0.10.0...0.13.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 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 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #122.