guardian / riff-raff

The Guardian's deployment platform
Apache License 2.0
265 stars 18 forks source link

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

Closed gu-scala-steward-public-repos[bot] closed 6 months ago

gu-scala-steward-public-repos[bot] commented 7 months 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. ``` project/Dependencies.scala riff-raff/public/stylesheets/bootstrap-slate.min.css ```
βš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.adrianhurt", artifactId = "play-bootstrap" }, { groupId = "com.gu.play-secret-rotation", artifactId = "aws-parameterstore-sdk-v2" }, { groupId = "com.gu.play-secret-rotation", artifactId = "play-v30" }, { groupId = "org.scalikejdbc", artifactId = "scalikejdbc" }, { 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.adrianhurt", artifactId = "play-bootstrap" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu.play-secret-rotation", artifactId = "aws-parameterstore-sdk-v2" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu.play-secret-rotation", artifactId = "play-v30" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalikejdbc", artifactId = "scalikejdbc" } }, { 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-pre-release, semver-spec-pre-release, early-semver-major, semver-spec-major, version-scheme:early-semver, old-version-remains, commit-count:n:2

AshCorr commented 6 months ago

com.gu.play-googleauth:play-v30 needs to be updated to use the latest version of com.gu.play-secret-rotation:play-v30.