guardian / frontend

The Guardian DotCom.
https://theguardian.com
Other
5.82k stars 556 forks source link

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

Open gu-scala-steward-public-repos[bot] opened 1 week ago

gu-scala-steward-public-repos[bot] commented 1 week 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. ``` common/conf/env/DEVINFRA.properties docs/03-dev-howtos/11-access-logs-for-your-localhost.md nginx/hosts package.json yarn.lock 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 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 .tool-versions project/Dependencies.scala 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 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 = "content-api-client" }, { groupId = "com.gu", artifactId = "fapi-client-play30" }, { groupId = "com.gu", artifactId = "kinesis-logback-appender" }, { groupId = "com.gu", artifactId = "pan-domain-auth-play_3-0" }, { groupId = "com.gu.etag-caching", artifactId = "aws-s3-sdk-v2" }, { groupId = "io.netty", artifactId = "netty-codec-http2" }, { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder" }, { groupId = "org.apache.pekko", artifactId = "pekko-actor" }, { groupId = "org.apache.pekko", artifactId = "pekko-slf4j" }, { groupId = "org.apache.pekko", artifactId = "pekko-stream" }, { groupId = "org.joda", artifactId = "joda-convert" }, { groupId = "org.jsoup", artifactId = "jsoup" }, { groupId = "org.playframework", artifactId = "play-ahc-ws" }, { groupId = "org.playframework", artifactId = "play-filters-helpers" }, { groupId = "org.playframework", artifactId = "play-joda-forms" }, { groupId = "org.playframework", artifactId = "play-json" }, { groupId = "org.playframework", artifactId = "play-json-joda" }, { groupId = "org.playframework", artifactId = "play-logback" }, { groupId = "org.playframework", artifactId = "play-netty-server" }, { groupId = "org.playframework", artifactId = "play-pekko-http-server" }, { groupId = "org.playframework", artifactId = "play-server" }, { groupId = "org.playframework", artifactId = "play-test" }, { groupId = "org.playframework", artifactId = "sbt-plugin" }, { groupId = "org.playframework.twirl", artifactId = "twirl-api" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" }, { groupId = "org.scalatest", artifactId = "scalatest" }, { 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 = "content-api-client" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "fapi-client-play30" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "kinesis-logback-appender" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "pan-domain-auth-play_3-0" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu.etag-caching", artifactId = "aws-s3-sdk-v2" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-codec-http2" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.pekko", artifactId = "pekko-actor" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.pekko", artifactId = "pekko-slf4j" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.pekko", artifactId = "pekko-stream" } }, { 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.playframework", artifactId = "play-ahc-ws" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-filters-helpers" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-joda-forms" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-json-joda" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-logback" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-netty-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-pekko-http-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-test" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "sbt-plugin" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework.twirl", artifactId = "twirl-api" } }, { 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.scanamo", artifactId = "scanamo" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.webjars", artifactId = "bootstrap" } } ] ```

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