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 scala-library, scala-reflect to 2.13.13 #821

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

typelevel-steward[bot]
Copy link
Contributor

About this PR

πŸ“¦ Updates

from 2.13.12 to 2.13.13

πŸ“œ 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 danicheg requested a review from a team February 28, 2024 07:31
@typelevel-steward typelevel-steward bot force-pushed the update/scala-library-2.13.13 branch from 25f26bf to d58c25c Compare February 28, 2024 08:11
@danicheg
Copy link
Member

Wow, Scala Steward just force-pushed and wiped out my commits containing the fix πŸ€”

@typelevel-steward typelevel-steward bot force-pushed the update/scala-library-2.13.13 branch from 4fa1635 to b5e1cc6 Compare February 28, 2024 12:13
@rossabaker
Copy link
Member

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

@danicheg
Copy link
Member

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

@typelevel-steward typelevel-steward bot force-pushed the update/scala-library-2.13.13 branch from 0c95a01 to f9bd286 Compare February 28, 2024 16:11
@danicheg
Copy link
Member

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

@typelevel-steward typelevel-steward bot force-pushed the update/scala-library-2.13.13 branch from f9bd286 to 668cb21 Compare February 28, 2024 20:10
@rossabaker
Copy link
Member

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

@rossabaker
Copy link
Member

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"}

@typelevel-steward typelevel-steward bot force-pushed the update/scala-library-2.13.13 branch from 1f5b38e to 60c7003 Compare February 29, 2024 08:10
@danicheg
Copy link
Member

danicheg commented Mar 2, 2024

Here we go again. cc @rossabaker

@danicheg
Copy link
Member

danicheg commented Mar 4, 2024

With the power given to me, merging this.

@danicheg danicheg merged commit 754cbea into main Mar 4, 2024
15 checks passed
@danicheg danicheg deleted the update/scala-library-2.13.13 branch March 4, 2024 05:34
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