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

Dependency updates #38

Merged
merged 18 commits into from Feb 28, 2024
Merged

Dependency updates #38

merged 18 commits into from Feb 28, 2024

Conversation

scala-steward
Copy link
Contributor

About this PR

Updates:

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

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 numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

jsdocs/package-lock.json
βš™ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "com.armanbilge", artifactId = "calico" },
  { groupId = "com.lihaoyi", artifactId = "os-lib" },
  { groupId = "com.lihaoyi", artifactId = "upickle" },
  { groupId = "org.ekrich", artifactId = "sconfig" },
  { groupId = "org.jsoup", artifactId = "jsoup" },
  { groupId = "org.scala-js", artifactId = "sbt-scalajs" },
  { groupId = "org.scala-js", artifactId = "scalajs-library_2.13" },
  { groupId = "org.scala-js", artifactId = "scalajs-test-bridge_2.13" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.typelevel", artifactId = "sbt-typelevel" },
  { groupId = "org.typelevel", artifactId = "sbt-typelevel-site" },
  { groupId = "org.typelevel", artifactId = "scalac-compat-annotation" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.armanbilge", artifactId = "calico" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.lihaoyi", artifactId = "os-lib" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.lihaoyi", artifactId = "upickle" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.ekrich", artifactId = "sconfig" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.jsoup", artifactId = "jsoup" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-js", artifactId = "sbt-scalajs" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-js", artifactId = "scalajs-library_2.13" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-js", artifactId = "scalajs-test-bridge_2.13" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "sbt-typelevel" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "sbt-typelevel-site" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "scalac-compat-annotation" }
  }
]
labels: library-update, sbt-plugin-update, test-library-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, early-semver-patch, version-scheme:semver-spec, semver-spec-minor, version-scheme:strict, old-version-remains, commit-count:n:10

@Quafadas Quafadas merged commit be5587b into Quafadas:main Feb 28, 2024
4 of 6 checks passed
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.

None yet

2 participants