Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update New value References Sourcegraph
org.scalameta:sbt-mdoc plugin patch 2.2.24 source code search for "org.scalameta:sbt-mdoc"

Release Notes

scalameta/mdoc

v2.2.24

Compare Source

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


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, click this checkbox.

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

@renovate renovate bot added the bot label Sep 1, 2021
@renovate renovate bot force-pushed the renovate/org.scalameta-sbt-mdoc-2.x branch from ffcdb87 to 24310f5 Compare September 22, 2021 13:42
@renovate renovate bot changed the title Update dependency org.scalameta:sbt-mdoc to v2.2.23 Update dependency org.scalameta:sbt-mdoc to v2.2.24 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/org.scalameta-sbt-mdoc-2.x branch from 24310f5 to ed8b89e Compare October 20, 2021 12:01
@olafurpg olafurpg merged commit e30e2b3 into main Oct 20, 2021
@olafurpg olafurpg deleted the renovate/org.scalameta-sbt-mdoc-2.x branch October 20, 2021 13:36
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.

2 participants