guardian / facia-scala-client

Low level client for the Facia JSON API
Other
2 stars 1 forks source link

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

Closed gu-scala-steward-public-repos[bot] closed 1 year ago

gu-scala-steward-public-repos[bot] commented 1 year 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. ``` cdk/package-lock.json docs/legacy.CHANGES.md build.sbt project/plugins.sbt cdk/package.json ```
⚙ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.github.sbt", artifactId = "sbt-pgp" }, { groupId = "com.gu", artifactId = "commercial-shared" }, { groupId = "com.gu", artifactId = "content-api-client" }, { groupId = "com.gu", artifactId = "content-api-client-default" }, { groupId = "com.typesafe.play", artifactId = "play-json" }, { groupId = "com.typesafe.play", artifactId = "play-json" }, { groupId = "com.typesafe.scala-logging", artifactId = "scala-logging" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.scalatest", artifactId = "scalatest" }, { groupId = "org.specs2", artifactId = "specs2-core" }, { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.sbt", artifactId = "sbt-pgp" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "commercial-shared" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-client" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-client-default" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.scala-logging", artifactId = "scala-logging" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalatest", artifactId = "scalatest" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.specs2", artifactId = "specs2-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } } ] ```

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