-
Notifications
You must be signed in to change notification settings - Fork 3
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 v1.0.2 #37
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 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)
|
renovate
bot
force-pushed
the
renovate/org.scalameta-munit-1.x
branch
from
September 14, 2023 20:53
9657705
to
df1e107
Compare
renovate
bot
changed the title
Update dependency org.scalameta:munit to v1.0.0-M8
Update dependency org.scalameta:munit to v1.0.0-M9
Sep 14, 2023
renovate
bot
force-pushed
the
renovate/org.scalameta-munit-1.x
branch
from
September 17, 2023 02:35
df1e107
to
5a0ba5d
Compare
renovate
bot
changed the title
Update dependency org.scalameta:munit to v1.0.0-M9
Update dependency org.scalameta:munit to v1.0.0-M10
Sep 17, 2023
renovate
bot
force-pushed
the
renovate/org.scalameta-munit-1.x
branch
from
February 4, 2024 05:50
5a0ba5d
to
57e8e05
Compare
renovate
bot
changed the title
Update dependency org.scalameta:munit to v1.0.0-M10
Update dependency org.scalameta:munit to v1.0.0-M11
Feb 4, 2024
renovate
bot
force-pushed
the
renovate/org.scalameta-munit-1.x
branch
from
April 18, 2024 17:53
57e8e05
to
3c84566
Compare
renovate
bot
changed the title
Update dependency org.scalameta:munit to v1.0.0-M11
Update dependency org.scalameta:munit to v1.0.0-M12
Apr 18, 2024
renovate
bot
force-pushed
the
renovate/org.scalameta-munit-1.x
branch
from
April 26, 2024 02:52
3c84566
to
3e8ebca
Compare
renovate
bot
changed the title
Update dependency org.scalameta:munit to v1.0.0-M12
Update dependency org.scalameta:munit to v1.0.0-RC1
Apr 26, 2024
renovate
bot
force-pushed
the
renovate/org.scalameta-munit-1.x
branch
from
May 22, 2024 20:40
3e8ebca
to
d83f8f0
Compare
renovate
bot
changed the title
Update dependency org.scalameta:munit to v1.0.0-RC1
Update dependency org.scalameta:munit to v1.0.0
May 22, 2024
renovate
bot
force-pushed
the
renovate/org.scalameta-munit-1.x
branch
from
August 12, 2024 23:47
d83f8f0
to
bf63002
Compare
renovate
bot
changed the title
Update dependency org.scalameta:munit to v1.0.0
Update dependency org.scalameta:munit to v1.0.1
Aug 12, 2024
renovate
bot
force-pushed
the
renovate/org.scalameta-munit-1.x
branch
from
September 14, 2024 05:56
bf63002
to
179a292
Compare
renovate
bot
changed the title
Update dependency org.scalameta:munit to v1.0.1
Update dependency org.scalameta:munit to v1.0.2
Sep 14, 2024
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.0.2
Release Notes
scalameta/munit (org.scalameta:munit)
v1.0.2
Compare 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.1
Compare Source
Pull Requests
v1.0.0
Compare Source
https://scalameta.org/munit/blog/2024/05/22/release-1.0.0.html
v1.0.0-RC1
Compare 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-M12
Compare Source
Pull Requests
scalanative.runtime.loop()
invocation to correct place (#700) @armanbilgev1.0.0-M11
Compare 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
/afterAll
methodsIf 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 https://github.com/scalameta/munit/pull/724.A documented example should be available in the near future (https://github.com/scalameta/munit/issues/739)
Notable Changes
assertNotEquals
failure message by @ekans in https://github.com/scalameta/munit/pull/728What's Changed
New Contributors
Full Changelog: scalameta/munit@v1.0.0-M10...v1.0.0-M11
v1.0.0-M10
Compare Source
This release fixes async tests on Scala Native when overriding the
munitExecutionContext
.See issue https://github.com/scalameta/munit/issues/695 for more details.
What's Changed
scalanative.runtime.loop()
invocation to correct place by @armanbilge in https://github.com/scalameta/munit/pull/700Full Changelog: scalameta/munit@v1.0.0-M9...v1.0.0-M10
v1.0.0-M9
Compare Source
Notable Changes
All Changes
scalanative.runtime.loop()
by @armanbilge in https://github.com/scalameta/munit/pull/693New Contributors
Full Changelog: scalameta/munit@v1.0.0-M8...v1.0.0-M9
v1.0.0-M8
Compare Source
Notable Changes
Printer
more easily configurable in https://github.com/scalameta/munit/pull/640assume(false)
handling in https://github.com/scalameta/munit/pull/629All Changes
New Contributors
Full Changelog: scalameta/munit@v1.0.0-M7...v1.0.0-M8
v1.0.0-M7
Compare Source
Notable Changes
All Changes
def
to overridescalaCheckInitialSeed
by @armanbilge in https://github.com/scalameta/munit/pull/564New Contributors
Full Changelog: scalameta/munit@v1.0.0-M6...v1.0.0-M7
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.