Skip to content

Conversation

http4s-steward[bot]
Copy link
Contributor

About this PR

πŸ“¦ Updates org.http4s:sbt-http4s-org from 0.17.3 to 0.17.4

πŸ“œ 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!

πŸ” Files still referring to the old version number

The following files still refer to the old version number (0.17.3).
You might want to review and update them manually.

docs/changelog.md
βš™ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.http4s", artifactId = "sbt-http4s-org" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.http4s", artifactId = "sbt-http4s-org" }
}]
labels: sbt-plugin-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:n:2

@mergify mergify bot added series/0.23 PRs targeting 0.23.x dependencies Dependency updates labels Oct 12, 2024
@mergify mergify bot added the module:core label Oct 13, 2024
@@ -33,7 +33,7 @@ class UseLiteralsSyntax extends SemanticRule("Http4sUseLiteralsSyntax") {
List(lit @ Lit.String(_))
) =>
Patch.replaceTree(t, s"path$lit") + importLiteralsIfNeeded
case t if t.syntax == """Uri.Path.unsafeFromString("foo/bar")""" => show(t)
case t if t.text == """Uri.Path.unsafeFromString("foo/bar")""" => show(t)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the way, that line seems to be for debugging purposes. I'm not sure we should keep it.

@danicheg danicheg changed the title Update sbt-http4s-org to 0.17.4 in series/0.23 Update a bunch of upstream dependencies to align with Scala 2.12.20 and 2.13.15 Oct 13, 2024
@danicheg
Copy link
Member

Phew, as we go deeper into the forest, things are getting complicated. For this time, CI is green. сс @http4s/core

@danicheg danicheg requested a review from a team October 13, 2024 10:11
@rossabaker
Copy link
Member

I think the scalafix issue here is breaking multiple repos on the sbt-http4s-org upgrade.

@rossabaker rossabaker merged commit 8b40aac into series/0.23 Oct 14, 2024
18 checks passed
@danicheg danicheg deleted the update/series/0.23/sbt-http4s-org-0.17.4 branch October 14, 2024 18:47
@danicheg
Copy link
Member

Maybe we need to supply an unscheduled patch release to fix that issue with scalafix.

@rossabaker
Copy link
Member

Is the lack of release here what is causing the MatchErrors in various repos, like this? I have no mental model of how scalafix versioning works across repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates module:core series/0.23 PRs targeting 0.23.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants