typelevel / log4cats

Logging Tools For Interaction with cats-effect
https://typelevel.org/log4cats/
Apache License 2.0
400 stars 73 forks source link

Update scala-library, scala-reflect to 2.13.13 #821

Closed typelevel-steward[bot] closed 6 months ago

typelevel-steward[bot] commented 6 months ago

About this PR

📦 Updates

📜 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: ``` updates.ignore = [ { groupId = "org.scala-lang" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

danicheg commented 6 months ago

Wow, Scala Steward just force-pushed and wiped out my commits containing the fix 🤔

rossabaker commented 6 months ago

And even though I can see it, it's not on a ref that I can fetch anymore to cherry pick. Neat!

danicheg commented 6 months ago

I can't remember if this is a normal behaviour by Scala Steward. Anyway, it seems a bit odd but ok.

danicheg commented 6 months ago

To call it a day, we must display a fantastic ability to align to get ahead of Scala Steward's itch for rewriting history.

rossabaker commented 6 months ago

I just saw it on a private repo, too. It's not just you.

rossabaker commented 6 months ago

I think this is one of the losing builds.

  2024-02-28 16:11:26,296 INFO  typelevel/log4cats is outdated:
    PR outdated: org.scala-lang:scala-library : 2.13.12 -> 2.13.13 (https://github.com/typelevel/log4cats/pull/821)
    PR outdated: org.scala-lang:scala-reflect : 2.13.12 -> 2.13.13 (https://github.com/typelevel/log4cats/pull/821)
  2024-02-28 16:11:26,296 INFO  Nurture typelevel/log4cats
  2024-02-28 16:11:26,296 INFO  Found 1 update:
    org.scala-lang:{scala-library, scala-reflect} : 2.13.12 -> 2.13.13
  2024-02-28 16:11:26,300 INFO  Process update org.scala-lang:{scala-library, scala-reflect} : 2.13.12 -> 2.13.13
  2024-02-28 16:11:26,614 INFO  Create branch update/scala-library-2.13.13
  2024-02-28 16:11:28,430 INFO  Executing post-update hook for org.scala-lang:scala-library with command 'sbt githubWorkflowGenerate'
  2024-02-28 16:11:44,548 INFO  Push 1 commit(s)
  2024-02-28 16:11:45,445 INFO  Create PR update/scala-library-2.13.13
  2024-02-28 16:11:45,837 ERROR Steward typelevel/log4cats failed
  org.scalasteward.core.util.UnexpectedResponse: uri: https://api.github.com/repos/typelevel/log4cats/pulls
  method: POST
  status: 422 Unprocessable Entity
  headers:
    access-control-allow-origin: *
    access-control-expose-headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
    content-length: 256
    content-security-policy: default-src 'none'
    content-type: application/json; charset=utf-8
    date: Wed, 28 Feb 2024 16:11:45 GMT
    referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin
    server: GitHub.com
    strict-transport-security: max-age=31536000; includeSubdomains; preload
    vary: Accept-Encoding, Accept, X-Requested-With
    x-accepted-github-permissions: pull_requests=write
    x-content-type-options: nosniff
    x-frame-options: deny
    x-github-api-version-selected: 2022-11-28
    x-github-media-type: github.v3
    x-github-request-id: 2401:0D9D:1DCD1F2:3B27210:65DF5B2E
    x-ratelimit-limit: 12100
    x-ratelimit-remaining: 12014
    x-ratelimit-reset: 1709139847
    x-ratelimit-resource: core
    x-ratelimit-used: 86
    x-xss-protection: 0

  body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for typelevel:update/scala-library-2.13.13."}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request"}
danicheg commented 6 months ago

Here we go again. cc @rossabaker

danicheg commented 6 months ago

With the power given to me, merging this.