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 cats-parse to 1.1.0 #3498

Merged

Conversation

scala-steward
Copy link
Contributor

About this PR

πŸ“¦ Updates org.typelevel:cats-parse from 1.0.0 to 1.1.0

πŸ“œ 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 (1.0.0).
You might want to review and update them manually.

docs/faq.md
modules/benchmark/src/main/scala/org/scalasteward/benchmark/UpdatesConfigBenchmark.scala
modules/benchmark/src/main/scala/org/scalasteward/benchmark/VersionBenchmark.scala
modules/benchmark/src/main/scala/org/scalasteward/benchmark/VersionPositionScannerBenchmark.scala
modules/core/src/main/resources/artifact-migrations.conf
modules/core/src/main/resources/default.scala-steward.conf
modules/core/src/main/resources/scalafix-migrations.conf
modules/core/src/main/scala/org/scalasteward/core/buildtool/sbt/package.scala
modules/core/src/test/scala/org/scalasteward/core/buildtool/sbt/SbtAlgTest.scala
modules/core/src/test/scala/org/scalasteward/core/buildtool/sbt/parserTest.scala
modules/core/src/test/scala/org/scalasteward/core/buildtool/scalacli/ScalaCliAlgTest.scala
modules/core/src/test/scala/org/scalasteward/core/coursier/CoursierAlgTest.scala
modules/core/src/test/scala/org/scalasteward/core/data/GroupedUpdateTest.scala
modules/core/src/test/scala/org/scalasteward/core/data/SemVerTest.scala
modules/core/src/test/scala/org/scalasteward/core/data/VersionTest.scala
modules/core/src/test/scala/org/scalasteward/core/edit/EditAlgTest.scala
modules/core/src/test/scala/org/scalasteward/core/edit/RewriteTest.scala
modules/core/src/test/scala/org/scalasteward/core/edit/scalafix/ScalafixMigrationsLoaderTest.scala
modules/core/src/test/scala/org/scalasteward/core/forge/ForgeRepoTest.scala
modules/core/src/test/scala/org/scalasteward/core/forge/data/NewPullRequestDataTest.scala
modules/core/src/test/scala/org/scalasteward/core/forge/github/UrlTest.scala
modules/core/src/test/scala/org/scalasteward/core/git/CommitMsgTest.scala
modules/core/src/test/scala/org/scalasteward/core/nurture/PullRequestRepositoryTest.scala
modules/core/src/test/scala/org/scalasteward/core/repoconfig/RetractedArtifactTest.scala
modules/core/src/test/scala/org/scalasteward/core/update/FilterAlgTest.scala
modules/core/src/test/scala/org/scalasteward/core/update/artifact/ArtifactMigrationsFinderTest.scala
modules/core/src/test/scala/org/scalasteward/core/update/showTest.scala
modules/core/src/test/scala/org/scalasteward/core/util/loggerTest.scala
modules/docs/mdoc/faq.md
project/Dependencies.scala
βš™ Adjust future updates

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

updates.ignore = [ { groupId = "org.typelevel", artifactId = "cats-parse" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.typelevel", artifactId = "cats-parse" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:1

Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 89.66%. Comparing base (a00bab9) to head (c515f99).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3498   +/-   ##
=======================================
  Coverage   89.66%   89.66%           
=======================================
  Files         171      171           
  Lines        3530     3530           
  Branches      332      332           
=======================================
  Hits         3165     3165           
  Misses        365      365           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@mergify mergify bot merged commit f8715b2 into scala-steward-org:main Dec 11, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant