Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump infection/infection from 0.13.6 to 0.14.1 #162

Merged
merged 1 commit into from
Oct 11, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 1, 2019

Bumps infection/infection from 0.13.6 to 0.14.1.

Release notes

Sourced from infection/infection's releases.

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

Full Changelog

Added:

  • [Mutator] Mutate mb_str_split to str_split #787
  • [Mutator] Spread operator in Array Expression - leave only the first element #784
  • [Mutator] Leave only one element in the non empty returned array #735
  • Use xdebug-filter to reduce the time needed to collect coverage #781
  • Add Symfony PHPUnitBridge #755
  • Use codingmachine/safe #745
  • Allow installation only with the most recent versions for dev dependencies #744
  • Add PCOV to TravisCI #741
  • Ensure the dev tools are up to date #725

Changed:

  • Bump requirements up to PHP 7.2 #700
  • Do not round down values in MetricsCalculator #701
  • Dramatically reduce memory usage by using classes instead of object-like arrays #710
  • Rework infection command #767
  • Remove the self-update command #688
  • Move coverage data to the mutation #733
  • Deactivate stderr redirection in phpunit.xml #791
  • Add missed profile and mutator keys to the validation schema.json #782
  • Move e2e tests to the correct place. #780
  • Remove Travis' phpunit binaries since they conflicts with vendor's phpunit #773
  • Consume directly the InfectionContainer instead of a generic PSR-11 #761
  • Bump the versions used where appropriate #743
  • Update used memory detection for PHPUnit 8 #739
  • Update E2E tests to use PHPUnit 8 #738
  • Update xdebug-handler to 1.3.3, remove workarounds #737
  • Upgrade to PHPUnit 8.2.3 #713
  • Error out when 0 lines of code were covered #602
  • Add ignore property for each Mutator in JSON schema. #699
  • PhpProcess: Reset $_ENV if it is in use #693
  • Update alt text of slack badge #707

Fixed:

  • Multiple extra test framework options escape in the wrong way #615
  • "Return value of MutatorConfig::getMutatorSettings() must be of the type array, object returned" with mutator that has settings #666
  • Deal with object settings #772
  • initialTestsPhpOptions does not get picked from infection.json[.dist] #672
  • Sort & Remove duplicates entries in .gitignore #724
... (truncated)
Commits
  • 34fec89 Get the first (root) directory because PHPUnit <8 and PHPUnit 8+ works differ...
  • a1eb3df Update changelog for 0.14.0
  • 4143ba9 Refactor InitialConfigBuilder (#793)
  • f14dd34 Refactor XmlConfigurationHelper (#792)
  • d13836e Deactivate stderr redirection in phpunit.xml (#791)
  • dc562f8 Fix: Run 'make cs' (#790)
  • f4d229c [RFC] Mutator: Spread operator in Array Expression - leave only the first ele...
  • 65b79e5 Mutate mb_str_split to str_split (#787)
  • c79f7b8 Upgrade to PHPUnit 8.3.5 and fix bugs (#786)
  • 26f7ac2 Add missed profile and mutator keys to the validation schema.json (#782)
  • Additional commits viewable in compare view

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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 1, 2019
Bumps [infection/infection](https://github.com/infection/infection) from 0.13.6 to 0.14.1.
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.13.6...0.14.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/infection/infection-0.14.1 branch from 01b282d to 0c78d32 Compare October 11, 2019 12:05
@Ocramius Ocramius self-assigned this Oct 11, 2019
@Ocramius Ocramius added this to the 5.0.0 milestone Oct 11, 2019
@Ocramius Ocramius merged commit 8f10dd5 into master Oct 11, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/infection/infection-0.14.1 branch October 11, 2019 15:41
@Ocramius Ocramius modified the milestones: 5.0.0, 4.1.1, 4.2.0 Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant