wellcomecollection / catalogue-api

:crystal_ball: The API for searching the Wellcome Collection catalogue.
https://developers.wellcomecollection.org
MIT License
4 stars 0 forks source link

chore(deps): Non-AWS dependency updates #817

Open wellcome-collection-scala-steward[bot] opened 1 month ago

wellcome-collection-scala-steward[bot] commented 1 month ago

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. ``` smoke_tests/yarn.lock yarn.lock diff_tool/requirements.txt .git-blame-ignore-revs ```
āš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "ch.epfl.scala", artifactId = "sbt-bloop" }, { groupId = "com.frugalmechanic", artifactId = "fm-sbt-s3-resolver" }, { groupId = "com.github.sbt", artifactId = "sbt-native-packager" }, { groupId = "com.github.tototoshi", artifactId = "scala-csv" }, { groupId = "com.typesafe.sbt", artifactId = "sbt-git" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" }, { groupId = "org.scalatestplus", artifactId = "scalacheck-1-14" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-bloop" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.frugalmechanic", artifactId = "fm-sbt-s3-resolver" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.sbt", artifactId = "sbt-native-packager" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.tototoshi", artifactId = "scala-csv" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.sbt", artifactId = "sbt-git" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalatestplus", artifactId = "scalacheck-1-14" } } ] ```

labels: dependencies, sbt-plugin-update, library-update, test-library-update, early-semver-major, semver-spec-major, semver-spec-minor, version-scheme:semver-spec, early-semver-minor, early-semver-patch, semver-spec-patch, version-scheme:early-semver, artifact-migrations, old-version-remains, commit-count:n:9