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:sbt-mdoc to v2.2.23 #102

Merged
merged 1 commit into from
Aug 28, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
org.scalameta:sbt-mdoc plugin patch 2.2.16 -> 2.2.23

Release Notes

scalameta/mdoc

v2.2.23

Compare Source

Crash blocks now support multiple statements

Previously, every statement within an mdoc:crash code fence would be wrapped in individual try/catch meaning that you couldn't reference variables between statements. For example, the code fence below would fail to compile because x from the statement 100 / x was undefined.

```scala mdoc:crash
val x = 0
100 /  x
```

Now, thanks to #​551 by @​keynmol the entire code fence gets wrapped in a single try/catch so that you reference variables between statements.

What’s Changed

v2.2.22

Compare Source

v2.2.21

Compare Source

What’s Changed

v2.2.20

Compare Source

v2.2.19

Compare Source

What’s Changed

v2.2.18

Compare Source

What’s Changed

v2.2.17

Compare Source

What’s Changed


Configuration

📅 Schedule: 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.


  • 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 requested a review from a team as a code owner July 24, 2021 04:06
@renovate renovate bot force-pushed the renovate/org.scalameta-sbt-mdoc-2.x branch 2 times, most recently from 8145313 to c4d9205 Compare August 7, 2021 17:45
@renovate renovate bot force-pushed the renovate/org.scalameta-sbt-mdoc-2.x branch from c4d9205 to 03c939e Compare August 27, 2021 08:06
@renovate renovate bot changed the title Update dependency org.scalameta:sbt-mdoc to v2.2.22 Update dependency org.scalameta:sbt-mdoc to v2.2.23 Aug 27, 2021
@renovate renovate bot force-pushed the renovate/org.scalameta-sbt-mdoc-2.x branch from 03c939e to 117a1ce Compare August 27, 2021 22:40
thinkharderdev
thinkharderdev previously approved these changes Aug 27, 2021
@renovate renovate bot force-pushed the renovate/org.scalameta-sbt-mdoc-2.x branch 3 times, most recently from a5916bb to 1962759 Compare August 28, 2021 00:02
@renovate renovate bot force-pushed the renovate/org.scalameta-sbt-mdoc-2.x branch from 1962759 to 98d71d2 Compare August 28, 2021 10:18
@thinkharderdev thinkharderdev merged commit b532d60 into main Aug 28, 2021
@thinkharderdev thinkharderdev deleted the renovate/org.scalameta-sbt-mdoc-2.x branch August 28, 2021 11:08
landlockedsurfer pushed a commit to landlockedsurfer/zio-schema that referenced this pull request May 28, 2022
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants