-
Notifications
You must be signed in to change notification settings - Fork 185
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 mdoc to 2.6.2 & metaconfig to 0.14.0 #2144
Conversation
case Some(value) => ev.read(value) | ||
case None => ConfError.missingField(conf, path).notOk | ||
} | ||
ConfGet.getOrElse( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -17,7 +17,7 @@ object Dependencies { | |||
val commontTextV = "1.12.0" | |||
val googleDiffV = "1.3.0" | |||
val jgitV = "5.13.3.202401111512-r" | |||
val metaconfigV = "0.13.0" | |||
val metaconfigV = "0.14.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bumping this at the same time as doc to prevent
[error] * org.scalameta:metaconfig-typesafe-config_2.13:0.14.0 (early-semver) is selected over {0.13.0}
[error] +- org.scalameta:mdoc_2.13:2.6.2 (depends on 0.14.0)
[error] +- org.scalameta:mdoc-cli_2.13:2.6.2 (depends on 0.14.0)
[error] +- org.scalameta:metaconfig-docs_2.13:0.13.0 (depends on 0.13.0)
[error] +- ch.epfl.scala:scalafix-core_2.13:0.0.0+1-804f3a2e-SNAPSHOT (depends on 0.13.0)
|
Och, that was my change in scalameta/metaconfig@737be1e Why do we need to publish metaconfig-docs? I thought it's only for the website. |
I can't see any usage of metaconfig-docs, maybe we can just remove it? |
Looks like we used metaconfig-docs to get |
Good catch @tgodzik, thanks! I will remove metaconfig-docs |
e9cb330
to
0070476
Compare
@@ -448,7 +448,7 @@ lazy val docs = projectMatrix | |||
scalacOptions += "-Wconf:msg='match may not be exhaustive':s", // silence exhaustive pattern matching warning for documentation | |||
scalacOptions += "-Xfatal-warnings", | |||
mdoc := (Compile / run).evaluated, | |||
libraryDependencies += metaconfigDoc, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4f1ada4
to
9ee43c6
Compare
9ee43c6
to
7166586
Compare
// https://github.com/scalacenter/scalafix/pull/2025#issuecomment-2264188708 | ||
"com.geirsson" %% "metaconfig-core", | ||
"com.geirsson" %% "metaconfig-pprint", | ||
"com.geirsson" %% "metaconfig-typesafe-config" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was dead conf since the org rename
// metaconfig has no breaking change from 0.13.0 to 0.14.0 | ||
"org.scalameta" % "metaconfig-core_2.12" % VersionScheme.Always, | ||
"org.scalameta" % "metaconfig-core_2.13" % VersionScheme.Always, | ||
"org.scalameta" % "metaconfig-pprint_2.12" % VersionScheme.Always, | ||
"org.scalameta" % "metaconfig-pprint_2.13" % VersionScheme.Always, | ||
"org.scalameta" % "metaconfig-typesafe-config_2.12" % VersionScheme.Always, | ||
"org.scalameta" % "metaconfig-typesafe-config_2.13" % VersionScheme.Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
explicit binary suffix is required because libraryDependencySchemes
does not honor for3Use2_13
About this PR
π¦ Updates
from
2.6.1
to2.6.2
π GitHub Release Notes - Version Diff
Usage
β Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
β Adjust future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency: