Skip to content

Bump mutant from 0.10.12 to 0.10.18 - #9

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/mutant-0.10.18
Closed

Bump mutant from 0.10.12 to 0.10.18#9
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/mutant-0.10.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 14, 2020

Copy link
Copy Markdown

Bumps mutant from 0.10.12 to 0.10.18.

Changelog

Sourced from mutant's changelog.

v0.10.18 2020-12-13

  • #1151

    • Add support for unicode ruby method names.
    • Fixes long standing bug on expression parsing of method operators. This means that mutant is now selecting a more narrow / correct set of tests for operators. As a side effect measure coverage may drop. But for a good reason as mutant before would select way more tests even if a specific test for such an operator was available. Enforcing that this specific test actually covers the subject.
  • #1152

    • Fix matching non existing constants.
  • #1153

    • Improve minitest integration to also render minitest failures in reports. This is useful when reacting to noop errors.
  • #1154

    • Add subcommand environment subject list. It allows to list all matched subjects.

v0.10.17 2020-12-09

  • Fix low frequency stuck isolation reads.

    #1147

v0.10.16 2020-12-08

  • Minor performance improvements on small runs.

    #1145

v0.10.15 2020-12-07

  • Add support for incremental mutation testing when the working directory is not the git repository root.

    #1142

v0.10.14 2020-12-03

  • Change process abort coverage criteria to also cover nonzero killfork exits.

    #1137

... (truncated)

Commits
  • 4a26de7 Merge pull request #1154 from mbj/add/environmment-subjects
  • be904f2 Change to version 0.10.18
  • 72f7f94 Add environment subject list subcommand
  • f10f0d2 Merge pull request #1153 from mbj/fix/minitest-reports
  • 39bebdf Add test failure rendering for minitest
  • b758a6b Merge pull request #1152 from mbj/fix/fqcn-existence
  • 7e55eae Fix absent explicit fully qualified constant matching
  • 2ea4418 Merge pull request #1149 from mbj/dependabot/bundler/rubocop-1.6.1
  • fab94e1 Bump rubocop from 1.6.0 to 1.6.1
  • 9e13144 Merge pull request #1151 from mbj/improve/expression-parsing
  • 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.


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)

Bumps [mutant](https://github.com/mbj/mutant) from 0.10.12 to 0.10.18.
- [Release notes](https://github.com/mbj/mutant/releases)
- [Changelog](https://github.com/mbj/mutant/blob/master/Changelog.md)
- [Commits](mbj/mutant@v0.10.12...v0.10.18)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 14, 2020
@dependabot @github

dependabot Bot commented on behalf of github Dec 15, 2020

Copy link
Copy Markdown
Author

Superseded by #10.

@dependabot dependabot Bot closed this Dec 15, 2020
@dependabot
dependabot Bot deleted the dependabot/bundler/mutant-0.10.18 branch December 15, 2020 07:05
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.

0 participants