doctrine / automatic-releases

Internal automatic release tool for doctrine/* projects
MIT License
28 stars 5 forks source link

Bump infection/infection from 0.12.2 to 0.15.0 #30

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps infection/infection from 0.12.2 to 0.15.0.

Release notes *Sourced from [infection/infection's releases](https://github.com/infection/infection/releases).* > ## Added version number to ASCII banner ([#809](https://github-redirect.dependabot.com/infection/infection/issues/809)) > Added: > > * Added version number to ASCII banner [#809](https://github-redirect.dependabot.com/infection/infection/issues/809) > > ## Make interceptor resilient to file not found warnings > Fixed: > > * Make interceptor resilient to file not found warnings [#846](https://github-redirect.dependabot.com/infection/infection/issues/846) > > ## Do not unwrap unpacked variables. Add correct line breaks in CLI output > * Add console output break lines [#799](https://github-redirect.dependabot.com/infection/infection/issues/799) > * Don't allow unwraped variables to be unpacked [#804](https://github-redirect.dependabot.com/infection/infection/issues/804) > > ## Get the first (root) directory because PHPUnit <8 and PHPUnit 8+ works differently > No release notes provided. > > ## Memory usage improvements, new mutators, config validation > ## [0.14.0](https://github.com/infection/infection/tree/0.14.0) > > [Full Changelog](https://github.com/infection/infection/compare/0.13.0...0.14.0) > > **Added:** > > - \[Mutator\] Mutate `mb_str_split` to `str_split` [\#787](https://github-redirect.dependabot.com/infection/infection/pull/787) > - \[Mutator\] Spread operator in Array Expression - leave only the first element [\#784](https://github-redirect.dependabot.com/infection/infection/pull/784) > - \[Mutator\] Leave only one element in the non empty returned array [\#735](https://github-redirect.dependabot.com/infection/infection/pull/735) > - Use xdebug-filter to reduce the time needed to collect coverage [\#781](https://github-redirect.dependabot.com/infection/infection/pull/781) > - Add Symfony PHPUnitBridge [\#755](https://github-redirect.dependabot.com/infection/infection/pull/755) > - Use codingmachine/safe [\#745](https://github-redirect.dependabot.com/infection/infection/pull/745) > - Allow installation only with the most recent versions for dev dependencies [\#744](https://github-redirect.dependabot.com/infection/infection/pull/744) > - Add PCOV to TravisCI [\#741](https://github-redirect.dependabot.com/infection/infection/pull/741) > - Ensure the dev tools are up to date [\#725](https://github-redirect.dependabot.com/infection/infection/pull/725) > > **Changed:** > > - Bump requirements up to PHP 7.2 [\#700](https://github-redirect.dependabot.com/infection/infection/pull/700) > - Do not round down values in MetricsCalculator [\#701](https://github-redirect.dependabot.com/infection/infection/pull/701) > - Dramatically reduce memory usage by using classes instead of object-like arrays [\#710](https://github-redirect.dependabot.com/infection/infection/pull/710) > - Rework infection command [\#767](https://github-redirect.dependabot.com/infection/infection/pull/767) > - Remove the self-update command [\#688](https://github-redirect.dependabot.com/infection/infection/pull/688) > - Move coverage data to the mutation [\#733](https://github-redirect.dependabot.com/infection/infection/pull/733) > - Deactivate `stderr` redirection in phpunit.xml [\#791](https://github-redirect.dependabot.com/infection/infection/pull/791) > - Add missed profile and mutator keys to the validation schema.json [\#782](https://github-redirect.dependabot.com/infection/infection/pull/782) > - Move `e2e` tests to the correct place. [\#780](https://github-redirect.dependabot.com/infection/infection/pull/780) > - Remove Travis' phpunit binaries since they conflicts with vendor's phpunit [\#773](https://github-redirect.dependabot.com/infection/infection/pull/773) > - Consume directly the InfectionContainer instead of a generic PSR-11 [\#761](https://github-redirect.dependabot.com/infection/infection/pull/761) > - Bump the versions used where appropriate [\#743](https://github-redirect.dependabot.com/infection/infection/pull/743) > - Update used memory detection for PHPUnit 8 [\#739](https://github-redirect.dependabot.com/infection/infection/pull/739) > - Update E2E tests to use PHPUnit 8 [\#738](https://github-redirect.dependabot.com/infection/infection/pull/738) > ... (truncated)
Changelog *Sourced from [infection/infection's changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md).* > ## [0.15.0](https://github.com/infection/infection/tree/0.15.0) > > [Full Changelog](https://github.com/infection/infection/compare/0.14.0...0.15.0) > > **Added:** > > - [MUTATOR] Add 'clone' removal mutator [\#864](https://github-redirect.dependabot.com/infection/infection/pull/864) > - [MUTATOR] Add `UnwrapStrReplace` mutator [\#831](https://github-redirect.dependabot.com/infection/infection/pull/831) > - Add support for Codeception Test Framework [\#800](https://github-redirect.dependabot.com/infection/infection/pull/800) > - Allow text logs to be written to a PHP stream [\#821](https://github-redirect.dependabot.com/infection/infection/pull/821) > - Add version number to ASCII banner \([#809](https://github-redirect.dependabot.com/infection/infection/issues/809)\) [\#855](https://github-redirect.dependabot.com/infection/infection/pull/855) > - Infection should emit its version when run [\#808](https://github-redirect.dependabot.com/infection/infection/issues/808) > - Allow to enable pcov with initial-tests-php-options [\#830](https://github-redirect.dependabot.com/infection/infection/pull/830) > - Enable Symfony 5 components [\#842](https://github-redirect.dependabot.com/infection/infection/pull/842) > > **Changed:** > > - According to PHP 7.4 changelog, `stream_set_option()` should always return false [\#837](https://github-redirect.dependabot.com/infection/infection/pull/837) > - Do not call deprecated/removed method for new versions of `symfony/process` [\#843](https://github-redirect.dependabot.com/infection/infection/pull/843) > - Introduce TestFrameworkAdapter interface [\#840](https://github-redirect.dependabot.com/infection/infection/pull/840) > - Rework the configuration [\#750](https://github-redirect.dependabot.com/infection/infection/pull/750) > > **Fixed:** > > - TypeError not detected as failing test [\#836](https://github-redirect.dependabot.com/infection/infection/issues/836) > - Make interceptor resilient to file not found warnings \([#846](https://github-redirect.dependabot.com/infection/infection/issues/846)\) [\#862](https://github-redirect.dependabot.com/infection/infection/pull/862) > - The profile keys are missing in the schema.json [\#732](https://github-redirect.dependabot.com/infection/infection/issues/732) > - Fix Docker builds for PHP 7.4 [\#818](https://github-redirect.dependabot.com/infection/infection/pull/818) > - Fatal error by UnwrapArrayMerge and unpack [\#801](https://github-redirect.dependabot.com/infection/infection/issues/801) > - The console output is missing a few line breaks / new lines [\#798](https://github-redirect.dependabot.com/infection/infection/issues/798) > > ## [0.14.0](https://github.com/infection/infection/tree/0.14.0) > > [Full Changelog](https://github.com/infection/infection/compare/0.13.0...0.14.0) > > **Added:** > > - \[Mutator\] Mutate `mb_str_split` to `str_split` [\#787](https://github-redirect.dependabot.com/infection/infection/pull/787) > - \[Mutator\] Spread operator in Array Expression - leave only the first element [\#784](https://github-redirect.dependabot.com/infection/infection/pull/784) > - \[Mutator\] Leave only one element in the non empty returned array [\#735](https://github-redirect.dependabot.com/infection/infection/pull/735) > - Use xdebug-filter to reduce the time needed to collect coverage [\#781](https://github-redirect.dependabot.com/infection/infection/pull/781) > - Add Symfony PHPUnitBridge [\#755](https://github-redirect.dependabot.com/infection/infection/pull/755) > - Use codingmachine/safe [\#745](https://github-redirect.dependabot.com/infection/infection/pull/745) > - Allow installation only with the most recent versions for dev dependencies [\#744](https://github-redirect.dependabot.com/infection/infection/pull/744) > - Add PCOV to TravisCI [\#741](https://github-redirect.dependabot.com/infection/infection/pull/741) > - Ensure the dev tools are up to date [\#725](https://github-redirect.dependabot.com/infection/infection/pull/725) > > **Changed:** > > - Bump requirements up to PHP 7.2 [\#700](https://github-redirect.dependabot.com/infection/infection/pull/700) > ... (truncated)
Commits - [`1d79de5`](https://github.com/infection/infection/commit/1d79de53cbc1dfa902e1ea4afba6c3f0214d5224) Update changelog - [`a995d71`](https://github.com/infection/infection/commit/a995d71e0fee282fc45d32f0e21801d481afe4e2) Tweak min-msi check ([#854](https://github-redirect.dependabot.com/infection/infection/issues/854)) - [`73bb17a`](https://github.com/infection/infection/commit/73bb17a0f98d6fda67a276d29648e5a54170767d) Do not allow using Infection with Codeception < 3.1.1 ([#867](https://github-redirect.dependabot.com/infection/infection/issues/867)) - [`e79eb9e`](https://github.com/infection/infection/commit/e79eb9ee9eab3ead5efb0b209b7e33c1fd81fb62) Use new command instead of non-existing `analyze` ([#868](https://github-redirect.dependabot.com/infection/infection/issues/868)) - [`43a0566`](https://github.com/infection/infection/commit/43a0566aa3829696b73a8dcfac46b8a931ebf926) Tweak CS ([#865](https://github-redirect.dependabot.com/infection/infection/issues/865)) - [`a9301c1`](https://github.com/infection/infection/commit/a9301c1359d460e3f4d804d791ee7c8701b0282e) Merge quality check steps together ([#848](https://github-redirect.dependabot.com/infection/infection/issues/848)) - [`9f51c11`](https://github.com/infection/infection/commit/9f51c11c6c08e7c0ccc1b207bd3bf17bf7a2961d) Remove usage of [@​inheritdoc](https://github.com/inheritdoc) ([#866](https://github-redirect.dependabot.com/infection/infection/issues/866)) - [`d803a76`](https://github.com/infection/infection/commit/d803a764f9b2749f6ce675068e7b9719a16806c8) Add support for Codeception Test Framework ([#800](https://github-redirect.dependabot.com/infection/infection/issues/800)) - [`476f457`](https://github.com/infection/infection/commit/476f457200b1c3fddf3740aa1c36316361cab6a7) Add clone removal mutator ([#864](https://github-redirect.dependabot.com/infection/infection/issues/864)) - [`2b509a6`](https://github.com/infection/infection/commit/2b509a64687623aed70107185b905e29c4d6258a) Pass the computed tmp-dir to the Configuration ([#850](https://github-redirect.dependabot.com/infection/infection/issues/850)) - Additional commits viewable in [compare view](https://github.com/infection/infection/compare/0.12.2...0.15.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.


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)