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 #27167

Closed
wants to merge 11 commits into from

Conversation

gu-scala-steward-public-repos[bot]
Copy link
Contributor

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.

static/public/images/badges/cricket-world-cup.svg
static/public/images/badges/johnsons-promises.svg
static/public/images/badges/rugby-world-cup.svg
static/public/images/badges/the-empty-doorway.svg
static/src/images/commercial/soulmates-title-background.svg
static/src/inline-svgs/commercial/logo-membership.svg
static/src/inline-svgs/icon/tick-success.svg
static/src/inline-svgs/logo/minute-logo.svg
static/src/inline-svgs/logo/minute_lock_up.svg
static/src/inline-svgs/weather/weather-33.svg
static/src/inline-svgs/weather/weather-34.svg
static/src/inline-svgs/weather/weather-35.svg
static/src/inline-svgs/weather/weather-36.svg
static/src/inline-svgs/weather/weather-38.svg
static/src/inline-svgs/weather/weather-39.svg
static/src/inline-svgs/weather/weather-40.svg
static/src/inline-svgs/weather/weather-41.svg
static/src/inline-svgs/weather/weather-42.svg
static/src/inline-svgs/weather/weather-43.svg
static/src/inline-svgs/weather/weather-44.svg
yarn.lock
archive/app/views/notFound.scala.html
common/test/resources/liveblog-body.html
static/public/images/badges/SpecialReportSep21.svg
static/public/images/badges/australian-election-2022.svg
static/public/images/badges/corona-badge.svg
static/public/images/badges/newsletter-badge.svg
static/public/images/badges/pp_web.svg
static/public/images/badges/tokyo-2020.svg
static/src/inline-svgs/journalism/audio/apple-podcasts.svg
static/src/inline-svgs/journalism/audio/gu-podcast-2021.svg
static/src/inline-svgs/journalism/audio/podcast-white.svg
static/src/inline-svgs/logo/guardian-australia-decade-logo.svg
static/src/inline-svgs/logo/guardian-best-website-logo.svg
static/src/inline-svgs/logo/guardian-foundation.svg
static/src/inline-svgs/logo/guardian-news-provider-logo.svg
static/public/images/badges/anniversary200.svg
static/public/images/badges/the-polluters.svg
static/src/inline-svgs/logo/guardian-logo.svg
static/public/images/acquisitions/ad-free.svg
.git-blame-ignore-revs
static/public/images/badges/yemen-at-war.svg
static/src/inline-svgs/icon/illustration-letters.svg
package.json
static/src/images/membership/mastercard.svg
βš™ Adjust future updates

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

updates.ignore = [
  { groupId = "com.googlecode.libphonenumber", artifactId = "libphonenumber" },
  { groupId = "com.gu", artifactId = "kinesis-logback-appender" },
  { groupId = "com.gu.etag-caching", artifactId = "aws-s3-sdk-v2" },
  { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder" },
  { groupId = "org.joda", artifactId = "joda-convert" },
  { groupId = "org.jsoup", artifactId = "jsoup" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scanamo", artifactId = "scanamo" },
  { groupId = "org.webjars", artifactId = "bootstrap" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.googlecode.libphonenumber", artifactId = "libphonenumber" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.gu", artifactId = "kinesis-logback-appender" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.gu.etag-caching", artifactId = "aws-s3-sdk-v2" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.joda", artifactId = "joda-convert" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.jsoup", artifactId = "jsoup" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scanamo", artifactId = "scanamo" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.webjars", artifactId = "bootstrap" }
  }
]
labels: dependencies, library-update, early-semver-minor, semver-spec-minor, early-semver-major, semver-spec-major, version-scheme:early-semver, early-semver-pre-release, semver-spec-pre-release, old-version-remains, commit-count:n:11

@ioannakok
Copy link
Contributor

Closing it to let Scala Steward re-raise it more updated.

@ioannakok ioannakok closed this Jun 28, 2024
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.

1 participant