Skip to content

Bump mutant from 0.10.12 to 0.10.29 - #23

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 8, 2021

Copy link
Copy Markdown

Bumps mutant from 0.10.12 to 0.10.29.

Changelog

Sourced from mutant's changelog.

v0.10.29 2021-03-08

  • #1221

    • Add beginless range mutations

v0.10.28 2021-03-07

  • #1219

    • Remove float literal negation mutations (1.0 -> -1.0).
  • #1218

    • Remove integer literal negation mutations (1 -> -1).
  • #1220

    • Ignore methods defined in non .rb files during matching.

v0.10.27 2021-02-02

  • #1216

    Fix exception serialization form rails infected code bases. This case can happen when the killfork terminates abnormal, and the resulting exception in the worker has to be propagated to the main process for reporting. On "normal" Ruby the exceptions are dump/loadable but rails and its core extensions break this invariant. Hence mutant now captures the essence of the exception in an attribute copy for propagation.

  • #1207

    • Remove #eql? -> #equal? mutation
  • #1210

    • Remove generic mutation to self

v0.10.26 2021-01-16

  • #1202

    • Add #reduce -> #sum mutations
      • a.reduce(:+) -> a.sum
      • a.reduce(0, &:+) -> a.sum(0)
  • #1201

... (truncated)

Commits
  • 1e18ae9 Merge pull request #1221 from mbj/add/beginless-range-mutations
  • 7dbdeca Add support for beginless range mutations
  • 4d53fb1 Merge pull request #1202 from mbj/add-sum-mutations
  • 9ac0850 Add #reduce -> #sum mutations
  • 7e6517e Merge pull request #1220 from mbj/add/non-rb-exclude
  • 5d48519 Change mutant version to v0.10.28
  • 68439d1 Change to ignore methods defined in non .rb files
  • fd270b8 Merge pull request #1219 from mbj/remove-float-negation-mutations
  • ff45234 Remove float literal negation mutation
  • f93ab7a Merge pull request #1218 from mbj/remove-integer-literal-negation-mutations
  • 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.29.
- [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.29)

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

dependabot Bot commented on behalf of github Apr 26, 2021

Copy link
Copy Markdown
Author

Superseded by #24.

@dependabot dependabot Bot closed this Apr 26, 2021
@dependabot
dependabot Bot deleted the dependabot/bundler/mutant-0.10.29 branch April 26, 2021 08:18
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