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.21.0 to 0.24.0 #180

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 1, 2021

Bumps infection/infection from 0.21.0 to 0.24.0.

Release notes

Sourced from infection/infection's releases.

Major performance improvent, more clevel badge logger, new Mutators

0.24.0 (2021-07-27)

Full Changelog

Added:

  • [Mutator] Add Mutator SpreadAssignment #1529
  • [Mutator] Add Mutator SpreadRemoval #1529

Changed:

  • [Performance] Improve Infection performance executed against slow test suites #1539
  • Allow using MSI Badge for multiple branches #1538
  • Add Mutator information to GitHub annotation logger #1540
  • [BC BREAK] Rename Spread mutator to SpreadOneItem #1529

Add support for Pest test framework

0.23.0 (2021-05-13)

Full Changelog

Added:

  • Add support for Pest test framework #1516

Fixed:

  • Multiplication mutator should not mutate when return value is integer #1515

Changed:

  • [BC BREAK] Remove CodeCoverageAnnotationIgnorer #1517
  • Upgrade xdebug-handler to v2 #1510

xdebug-handler 2

Fixed:

  • For recent Xdebug coverage collection needs XDEBUG_MODE=coverage or xdebug.mode=coverage #1473

Changed:

  • Upgrade xdebug-handler to v2 and handle that coverage option is set #1510

Add INFECTION and TEST_TOKEN environment variables for each Mutant process

Added:

  • Add INFECTION and TEST_TOKEN environment variables for each Mutant process #1504

Fixed:

... (truncated)

Changelog

Sourced from infection/infection's changelog.

0.24.0 (2021-07-25)

Full Changelog

Added:

  • [Mutator] Add Mutator SpreadAssignment #1529
  • [Mutator] Add Mutator SpreadRemoval #1529

Changed:

  • [Performance] Improve Infection performance executed against slow test suites #1539
  • Allow using MSI Badge for multiple branches #1538
  • Add Mutator information to GitHub annotation logger #1540
  • [BC BREAK] Rename Spread mutator to SpreadOneItem #1529

0.23.0 (2021-05-13)

Full Changelog

Added:

  • Add support for Pest test framework #1516

Fixed:

  • Multiplication mutator should not mutate when return value is integer #1515

Changed:

  • [BE BREAK] Remove CodeCoverageAnnotationIgnorer #1517
  • Upgrade xdebug-handler to v2 #1510

0.22.0 (2021-04-24)

Full Changelog

Added:

  • Add INFECTION and TEST_TOKEN environment variables for each Mutant process #1504

Fixed:

Commits
  • cfc3263 Add changelog for 0.24.0 release
  • fd58f99 Fix CS
  • 1eff6c2 Use preg_quote() instead of escapeshellcmd to prepare string to be a regu...
  • 50f972a Add --only-covering-test-cases option to enable/disable filtering by coveri...
  • 0fa6025 Use more performant way of building --filter option, not escaping non-uniqu...
  • 4e7e9e6 Add special char for Pest e2e test to make sure it works as expected
  • 119ca3f Add more tests, remove redundant .* from regular expression
  • 87efcb2 Split ArgumentsAndOptionsBuilder::build into 2 methods: for initial tests r...
  • e9b7549 Run only those test cases that cover mutated line
  • 0dde91a Made logs.badge.branch capable of accepting a regular expression (#1538)
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 1, 2021
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Bumps [infection/infection](https://github.com/infection/infection) from 0.21.0 to 0.24.0.
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.21.0...0.24.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/infection/infection-0.24.0 branch from 41920c7 to 3a15d31 Compare August 2, 2021 07:58
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@Ocramius Ocramius added this to the 8.1.0 milestone Sep 19, 2021
@Ocramius Ocramius closed this in 94d44ad Sep 19, 2021
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/infection/infection-0.24.0 branch September 19, 2021 06:46
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.

None yet

1 participant