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

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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

wellcome-collection-scala-steward[bot]
Copy link

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

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.

None yet

0 participants