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 dependency org.scalameta:munit to v0.7.23 #140

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update New value References Sourcegraph
org.scalameta:munit patch 0.7.23 source code search for "org.scalameta:munit"

Release Notes

scalameta/munit

v0.7.23

Compare Source

Pull Requests

v0.7.22

Compare Source

Pull Requests

v0.7.21

Compare Source

Pull Requests

v0.7.20

Compare Source

Pull Requests

v0.7.19

Compare Source

Pull Requests

v0.7.18

Compare Source

Bug fixes

Internal

Upgrades

v0.7.17

Compare Source

Scala.js for Scala 3

Breaking change

Scala.js v0.6.x is no longer supported. If you are still using v0.6.x then you can continue to use MUnit v0.7.16 but you will need to upgrade to Scala.js v1.x in order to benefit from future MUnit releases.

Upgrades

Internal

v0.7.16

Compare Source

Pull Requests

v0.7.15

Compare Source

This is the last release in the v0.7.x series. The next release will be v1.0.0-M1 and will include several binary and source breaking changes. Most users should not be affected by the upcoming breaking changes in v1, the core ideas and APIs will remain mostly unchanged. For more details see https://github.com/scalameta/munit/milestone/1

ScalaCheck integration for Scala 3

Previously, the munit-scalacheck module was not available for Scala 3. It was only possible to use the ScalaCheck integration from Scala 3 by using the withDottyCompat() helper. Now, munit-scalacheck is released for Scala 3 so that withDottyCompat() is no longer necessary.

Improved IntelliJ integration

The upcoming release of the Scala IntelliJ plugin will include significantly improved support for MUnit, see https://youtrack.jetbrains.com/issue/SCL-17360
For example, assertEquals() errors can now be viewed in a diff explorer.
Screenshot 2020-10-18 at 09 51 45-fs8

Breaking changes

  • munit.FailException no longer extends Exception. Now, it extends java.lang.AssertionError in order to improve the IntelliJ integration.
  • assertEquals() errors no longer throw munit.FailException. Instead, they throw munit.ComparisonFailException.

To upgrade to the new version, replace usages of FailException with FailExceptionLike[T]

-- before
-- now

try { ... }
catch {
- case _: FailException =>
+ case _: FailExceptionLike[_] =>

Bug fixes

Scala Steward

v0.7.14

Compare Source

v0.7.13

Compare Source

New features

Bug fixes

Documentation

Internal

Scala Steward

v0.7.12

Compare Source

Pull Requests

v0.7.11

Compare Source

Pull Requests

Documentation

Scala Steward


Configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the bot label Apr 1, 2021
@olafurpg olafurpg merged commit a95aca7 into main Apr 7, 2021
@olafurpg olafurpg deleted the renovate/org.scalameta-munit-0.x branch April 7, 2021 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants