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

Update infection/infection requirement from ^0.15 to ^0.16 #29

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Release notes

Sourced from infection/infection's releases.

New features and performance improvements

0.16.0 (2020-03-28)

Full Changelog

Added:

  • Allow the initial test suite to be skipped #1042
  • Implements dry-run mode #1183
  • Add notice to console output if actual msi is higher than required msi #877
  • Allow to configure ignore globally #1104
  • Parallel source file collector #1097
  • Concurrent mutation generator #1082
  • Add accepted ADR entries #1192
  • Increase niceness for mutant processes #1152
  • Enhancement: Use ondram/ci-detector to resolve build context #1135
  • Automatically install Test Framework adapter if needed #1102
  • Accounting For Codeception Cest Tests In JUnit File. #1074
  • Introduce ConfigurableMutator #1012
  • Enhancement: Allow specifying a few command line options via config #789
  • Use infection/extension-installer to automatically register Test Framework Adapters #1019
  • Exclude --configuration from PhpUnit options #941

Changed:

  • Drop support for PHP 7.2 #1132
  • Use coverage report as a primary source of files to mutate #1106
  • Extract PhpSpec Test Framework adapter to a separate package #1052
  • Extract Abstract TestFrameworkAdapter & Codeception to separate packages #933
  • Optimize JUnit test lookups to stop on the first element #1172
  • Rename InfectionCommand to RunCommand #1188
  • Rename LineCodeCoverage to Trace #1164
  • Remove dependency on OutputInterface for the loggers #1157
  • Update continuous-integration.yml to use PHP 7.3 #1142
  • Bundle test framework adapters into PHAR #1141
  • Migrate to the new Stryker dashboard API #1136
  • Make PHPUnit fail on warning or risky #1115
  • Improve TextLogger #1110
  • Remove MutantWasCreated #1096
  • Introduce specific configuration objects for the mutators #1005

Fixed:

  • Fix the order in which the infection configuration files are loaded #1105
  • Fix scoping #1072
  • Fix false positives since update to 0.14.x #815
  • Ignore bogus "not installed" exception from PackageVersions #1151
  • Don't let PHP 7.4 builds fail #1130
  • Provide a more user-friendly error when the schema path is invalid #1080
Changelog

Sourced from infection/infection's changelog.

0.16.0 (2020-03-22)

Full Changelog

Added:

  • Allow the initial test suite to be skipped #1042
  • Implements dry-run mode #1183
  • Add notice to console output if actual msi is higher than required msi #877
  • Allow to configure ignore globally #1104
  • Parallel source file collector #1097
  • Concurrent mutation generator #1082
  • Add accepted ADR entries #1192
  • Increase niceness for mutant processes #1152
  • Enhancement: Use ondram/ci-detector to resolve build context #1135
  • Automatically install Test Framework adapter if needed #1102
  • Accounting For Codeception Cest Tests In JUnit File. #1074
  • Introduce ConfigurableMutator #1012
  • Enhancement: Allow specifying a few command line options via config #789
  • Use infection/extension-installer to automatically register Test Framework Adapters #1019
  • Exclude --configuration from PhpUnit options #941

Changed:

  • Drop support for PHP 7.2 #1132
  • Use coverage report as a primary source of files to mutate #1106
  • Extract PhpSpec Test Framework adapter to a separate package #1052
  • Extract Abstract TestFrameworkAdapter & Codeception to separate packages #933
  • Optimize JUnit test lookups to stop on the first element #1172
  • Rename InfectionCommand to RunCommand #1188
  • Rename LineCodeCoverage to Trace #1164
  • Remove dependency on OutputInterface for the loggers #1157
  • Update continuous-integration.yml to use PHP 7.3 #1142
  • Bundle test framework adapters into PHAR #1141
  • Migrate to the new Stryker dashboard API #1136
  • Make PHPUnit fail on warning or risky #1115
  • Improve TextLogger #1110
  • Remove MutantWasCreated #1096
  • Introduce specific configuration objects for the mutators #1005

Fixed:

  • Fix the order in which the infection configuration files are loaded #1105
  • Fix scoping #1072
  • Fix false positives since update to 0.14.x #815
  • Ignore bogus "not installed" exception from PackageVersions #1151
  • Don't let PHP 7.4 builds fail #1130
  • Provide a more user-friendly error when the schema path is invalid #1080

0.15.0

... (truncated)
Commits

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 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the Dependencies Pull requests that update a dependency file label Mar 28, 2020
@dependabot-preview dependabot-preview bot requested a review from lcobucci March 28, 2020 16:16
@dependabot-preview dependabot-preview bot added this to the 0.4.0 milestone Mar 28, 2020
@dependabot-preview dependabot-preview bot merged commit 0817510 into master Mar 29, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/infection/infection-tw-0.16 branch March 29, 2020 07:32
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