Skip to content

chore(deps): Guardian library updates - #139

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

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

Conversation

@gu-scala-steward-public-repos

@gu-scala-steward-public-repos gu-scala-steward-public-repos Bot commented Mar 11, 2026

Copy link
Copy Markdown
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.

cdk/package-lock.json
public/javascripts/app/lib/icons/svg/expand-active.svg
public/javascripts/app/lib/icons/svg/expand-disabled.svg
public/javascripts/app/lib/icons/svg/preview-active.svg
public/javascripts/app/lib/icons/svg/wrench-active.svg
public/javascripts/app/lib/icons/svg/wrench-disabled.svg
project/Dependencies.scala
.github/workflows/check-labels.yaml
cdk/package.json
package-lock.json
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.gu", artifactId = "editorial-permissions-client" },
  { groupId = "com.gu", artifactId = "pan-domain-auth-play_3-0" },
  { groupId = "com.gu", artifactId = "simple-configuration-ssm" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.gu", artifactId = "editorial-permissions-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.gu", artifactId = "pan-domain-auth-play_3-0" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.gu", artifactId = "simple-configuration-ssm" }
  }
]
labels: dependencies

@gu-scala-steward-public-repos gu-scala-steward-public-repos Bot added the dependencies Pull requests that update a dependency file label Mar 11, 2026
@github-actions

github-actions Bot commented Mar 25, 2026

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