-
Couldn't load subscription status.
- Fork 3
Update dependency org.scalameta:munit to v1.2.1 #37
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/org.scalameta-munit-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
@rultor please, try to merge, since 5 checks have passed |
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 11s) |
9657705 to
df1e107
Compare
df1e107 to
5a0ba5d
Compare
5a0ba5d to
57e8e05
Compare
57e8e05 to
3c84566
Compare
3c84566 to
3e8ebca
Compare
3e8ebca to
d83f8f0
Compare
d83f8f0 to
bf63002
Compare
bf63002 to
179a292
Compare
179a292 to
df59897
Compare
df59897 to
11124a6
Compare
11124a6 to
442e0c7
Compare
442e0c7 to
7661292
Compare
7661292 to
cad0579
Compare
cad0579 to
9bc8416
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0-M6->1.2.1Release Notes
scalameta/munit (org.scalameta:munit)
v1.2.1Compare Source
Pull Requests
v1.2.0Compare Source
Pull Requests
v1.1.2Compare Source
What's Changed
logEventmethod by @kitbellew in #944New Contributors
Full Changelog: scalameta/munit@v1.1.1...v1.2.0
v1.1.1Compare Source
Pull Requests
v1.1.0Compare Source
Important changes
These changes control output in case of assert failure and include minor API changes (only in rare cases of method overrides), hence minor version bump:
assertNoDiffwith implicit location (#880) @kitbellewgit diffoutput (which shows these changes in the "normal" way)Miscellaneous
.equals(#876) @kitbellewBuild and dependency updates
v1.0.4Compare Source
Notable Changes
Pull Requests
v1.0.3Compare Source
Notable Changes
Pull Requests
v1.0.2Compare Source
This release changes the Location to not include full path (instead a relative one independent of the machine), which while not a binary breaking change, it might still be relevant to a number of users.
Pull Requests
v1.0.1Compare Source
Pull Requests
v1.0.0Compare Source
https://scalameta.org/munit/blog/2024/05/22/release-1.0.0.html
v1.0.0-RC1Compare Source
This is hopefully the last version before the real 1.0.0. That release will be accompanied by actual release notes that encompass all the changes done since 0.x series.
What's Changed
New Contributors
Full Changelog: scalameta/munit@v1.0.0-M12...v1.0.0-RC1
v1.0.0-M12Compare Source
Pull Requests
scalanative.runtime.loop()invocation to correct place (#700) @armanbilgev1.0.0-M11Compare Source
This release restores the fixture ordering to match that of the v0.7.x release line.
The ordering was originally changed in v1.0.0-M1, and has been a source of confusion.
Going forward the order will be:
Click to see this vizualized as a diff
Customizing the ordering of
beforeAll/afterAllmethodsIf you require the previous (v1.0.0-M1 - v1.0.0-M10) ordering, you can restore it by separating your fixture into two fixtures, a "before fixture" and "after fixture" and then specify them in an override of
munitFixtures. If fact, this is exactly how the v0.7.x style ordering was restored in #724.A documented example should be available in the near future (#739)
Notable Changes
assertNotEqualsfailure message by @ekans in #728What's Changed
New Contributors
Full Changelog: scalameta/munit@v1.0.0-M10...v1.0.0-M11
v1.0.0-M10Compare Source
This release fixes async tests on Scala Native when overriding the
munitExecutionContext.See issue #695 for more details.
What's Changed
scalanative.runtime.loop()invocation to correct place by @armanbilge in #700Full Changelog: scalameta/munit@v1.0.0-M9...v1.0.0-M10
v1.0.0-M9Compare Source
Notable Changes
All Changes
scalanative.runtime.loop()by @armanbilge in #693New Contributors
Full Changelog: scalameta/munit@v1.0.0-M8...v1.0.0-M9
v1.0.0-M8Compare Source
Notable Changes
Printermore easily configurable in #640assume(false)handling in #629All Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.