Skip to content

Bump mutant from 0.10.12 to 0.10.31 - #25

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2021

Copy link
Copy Markdown

Bumps mutant from 0.10.12 to 0.10.31.

Changelog

Sourced from mutant's changelog.

v0.10.31 2021-05-03

  • #1234 Add mapping for latin regexp properties to fix crash on mutating p{Latin} regexp nodes.

    [Fix #1231]

v0.10.30 2021-04-25

  • #1229 Add workaround to a Ruby bug that looses the binmode setting on forks.

    [Fix #1228]

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

... (truncated)

Commits
  • db7167f Merge pull request #1234 from mbj/fix/regexp-mutation
  • 58f5455 Change version to 0.10.31
  • 9a1e505 Change registry default behavior to be instance specific.
  • e3edac2 Fix regexp latin property mapping
  • 225bb4b Merge pull request #1230 from mbj/bump/version
  • 2d227e4 Change version to 0.10.30
  • e17cad9 Merge pull request #1229 from mbj/add/binmode-reset
  • ab0d814 Fix Ruby bug that looses binmode flag with a workaround
  • d206e79 Upgrade minor gem versions
  • 3fec6eb Merge pull request #1226 from mbj/add/environment-hooks
  • 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.31.
- [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.31)

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

dependabot Bot commented on behalf of github May 17, 2021

Copy link
Copy Markdown
Author

Superseded by #26.

@dependabot dependabot Bot closed this May 17, 2021
@dependabot
dependabot Bot deleted the dependabot/bundler/mutant-0.10.31 branch May 17, 2021 06:55
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