Skip to content

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

Open
gu-scala-steward-public-repos[bot] wants to merge 12 commits into
mainfrom
update/non_aws
Open

chore(deps): Non-AWS dependency updates#509
gu-scala-steward-public-repos[bot] wants to merge 12 commits into
mainfrom
update/non_aws

Conversation

@gu-scala-steward-public-repos

@gu-scala-steward-public-repos gu-scala-steward-public-repos Bot commented Mar 13, 2025

Copy link
Copy Markdown

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.

package.json
yarn.lock
build.sbt
public/components/icons/icons.svg
public/components/icons/src/atom.svg
public/components/icons/src/composer-video.svg
public/components/icons/src/composer.svg
public/components/icons/src/incopy.svg
public/components/icons/src/indesign.svg
public/components/icons/src/interactive.svg
public/components/icons/src/legally-sensitive.svg
public/components/icons/src/media.svg
public/components/icons/src/needs-legal-check.svg
public/components/icons/src/needs-legal.svg
public/components/icons/src/optimised-for-web.svg
public/components/icons/src/sensitive.svg
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.beachape", artifactId = "enumeratum-circe" },
  { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" },
  { groupId = "com.typesafe.sbt", artifactId = "sbt-digest" },
  { groupId = "com.typesafe.sbt", artifactId = "sbt-gzip" },
  { groupId = "io.circe", artifactId = "circe-core" },
  { groupId = "org.playframework", artifactId = "play-ahc-ws" },
  { groupId = "org.playframework", artifactId = "sbt-plugin" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalamock", artifactId = "scalamock" },
  { groupId = "org.scalatest", artifactId = "scalatest" },
  { groupId = "org.vafer", artifactId = "jdeb" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.beachape", artifactId = "enumeratum-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.sbt", artifactId = "sbt-digest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.sbt", artifactId = "sbt-gzip" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-ahc-ws" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "sbt-plugin" }
  },
  {
    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.scalamock", artifactId = "scalamock" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalatest", artifactId = "scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.vafer", artifactId = "jdeb" }
  }
]
labels: dependencies

@gu-scala-steward-public-repos
gu-scala-steward-public-repos Bot requested a review from a team as a code owner March 13, 2025 09:50
@gu-scala-steward-public-repos gu-scala-steward-public-repos Bot added the dependencies Pull requests that update a dependency file label Mar 13, 2025
@github-actions

github-actions Bot commented Mar 13, 2025

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants