wellcomecollection / catalogue-api

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

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

Open wellcome-collection-scala-steward[bot] opened 4 months ago

wellcome-collection-scala-steward[bot] commented 4 months 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. ``` project/plugins.sbt smoke_tests/yarn.lock yarn.lock common/search/src/test/resources/test_documents/image-production.1900.json common/search/src/test/resources/test_documents/images.contributors.0.json common/search/src/test/resources/test_documents/images.different-licenses.0.json common/search/src/test/resources/test_documents/images.different-licenses.3.json common/search/src/test/resources/test_documents/images.everything.json common/search/src/test/resources/test_documents/images.examples.bread-baguette.json common/search/src/test/resources/test_documents/images.examples.color-filter-tests.blue-foot.json common/search/src/test/resources/test_documents/images.examples.color-filter-tests.blue.json common/search/src/test/resources/test_documents/images.examples.color-filter-tests.even-less-blue-foot.json common/search/src/test/resources/test_documents/images.examples.color-filter-tests.even-less-red.json common/search/src/test/resources/test_documents/images.examples.color-filter-tests.orange-foot.json common/search/src/test/resources/test_documents/images.examples.color-filter-tests.red.json common/search/src/test/resources/test_documents/images.examples.color-filter-tests.slightly-less-blue-foot.json common/search/src/test/resources/test_documents/images.examples.color-filter-tests.slightly-less-red.json common/search/src/test/resources/test_documents/images.examples.contributor-filter-tests.2.json common/search/src/test/resources/test_documents/images.genres.1.json common/search/src/test/resources/test_documents/images.genres.2.json common/search/src/test/resources/test_documents/images.similar-features-and-palettes.3.json common/search/src/test/resources/test_documents/images.similar-features.0.json common/search/src/test/resources/test_documents/images.similar-features.1.json common/search/src/test/resources/test_documents/images.similar-features.2.json common/search/src/test/resources/test_documents/images.similar-features.3.json common/search/src/test/resources/test_documents/images.similar-features.4.json common/search/src/test/resources/test_documents/images.similar-features.5.json common/search/src/test/resources/test_documents/images.subjects.screwdrivers-1.json common/search/src/test/resources/test_documents/images.subjects.squirrel,sample.json common/search/src/test/resources/test_documents/images.subjects.squirrel,screwdriver.json illustration.svg search_profiling/yarn.lock snapshots/snapshot_reporter/requirements.txt search_profiling/package.json terraform/modules/stack/routing.tf terraform/snapshots/domain.tf concepts/package.json package.json ```
βš™ 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.alexarchambault", artifactId = "scalacheck-shapeless_1.13" }, { groupId = "com.github.tototoshi", artifactId = "scala-csv" }, { groupId = "com.lucidchart", artifactId = "sbt-scalafmt" }, { groupId = "com.tapad", artifactId = "sbt-docker-compose" }, { groupId = "com.typesafe.sbt", artifactId = "sbt-git" }, { groupId = "com.typesafe.sbt", artifactId = "sbt-native-packager" }, { groupId = "io.spray", artifactId = "sbt-revolver" }, { 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.scalatest", artifactId = "scalatest" }, { 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.alexarchambault", artifactId = "scalacheck-shapeless_1.13" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.tototoshi", artifactId = "scala-csv" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.lucidchart", artifactId = "sbt-scalafmt" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.tapad", artifactId = "sbt-docker-compose" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.sbt", artifactId = "sbt-git" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.sbt", artifactId = "sbt-native-packager" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.spray", artifactId = "sbt-revolver" } }, { 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.scalatest", artifactId = "scalatest" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalatestplus", artifactId = "scalacheck-1-14" } } ] ```

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