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

Open
wants to merge 9 commits into
base: main
Choose a base branch
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.

.nvmrc
support-frontend/yarn.lock
cdk/yarn.lock
support-frontend/.storybook/static/logo.svg
support-frontend/app/views/unsupportedBrowserPage.scala.html
support-frontend/assets/components/content/contentSimple.tsx
support-frontend/assets/components/footer/footer.scss
support-frontend/assets/components/menu/menu.module.scss
support-frontend/assets/components/paymentMethodSelector/creditDebitIcons.tsx
support-frontend/assets/components/paymentMethodSelector/paypalIcon.tsx
support-frontend/assets/components/recaptcha/recaptcha.tsx
support-frontend/assets/components/svgs/amazonPayLogoDs.tsx
support-frontend/assets/components/svgs/cross.tsx
support-frontend/assets/components/svgs/guardianLogo.tsx
support-frontend/assets/components/svgs/headlineImageDesktop.tsx
support-frontend/assets/components/svgs/headlineImageMobile.tsx
support-frontend/assets/components/svgs/headlineImagePatronsDesktop.tsx
support-frontend/assets/components/svgs/headlineImagePatronsMobile.tsx
support-frontend/assets/components/svgs/sepa.tsx
support-frontend/assets/components/svgs/subscribed.tsx
support-frontend/assets/components/thankYou/appDownload/AppDownloadBadges.tsx
support-frontend/assets/components/thankYou/thankYouModuleIcons.tsx
support-frontend/assets/components/ticker/contributionTicker.scss
support-frontend/assets/components/ticker/contributionTicker.tsx
support-frontend/assets/components/ticker/tickerStyles.ts
support-frontend/assets/components/tooltip/InfoRound.tsx
support-frontend/assets/helpers/abTests/__tests__/abtestTest.ts
support-frontend/assets/pages/aus-moment-map/components/header.tsx
support-frontend/assets/pages/aus-moment-map/components/socialLinks.tsx
support-frontend/assets/pages/aus-moment-map/components/territories/actSvg.tsx
support-frontend/assets/pages/aus-moment-map/components/territories/newSouthWalesSvg.tsx
support-frontend/assets/pages/aus-moment-map/components/territories/northernTerritorySvg.tsx
support-frontend/assets/pages/aus-moment-map/components/territories/queenslandSvg.tsx
support-frontend/assets/pages/aus-moment-map/components/territories/southAustraliaSvg.tsx
support-frontend/assets/pages/aus-moment-map/components/territories/tasmaniaSvg.tsx
support-frontend/assets/pages/aus-moment-map/components/territories/victoriaSvg.tsx
support-frontend/assets/pages/aus-moment-map/components/territories/westernAustraliaSvg.tsx
support-frontend/package.json
support-frontend/public/newsletters.svg
support-frontend/test/services/pricing/PriceSummaryServiceSpec.scala
support-models/README.md
support-models/src/test/scala/com/gu/support/paperround/SerialisationSpec.scala
support-modules/acquisition-events/src/main/scala/com/gu/support/acquisitions/calculator/AnnualisedValueTwoCalculator.scala
support-workers/src/test/scala/com/gu/support/workers/JsonFixtures.scala
support-frontend/assets/__mocks__/productInfoMocks.ts
support-frontend/assets/helpers/productPrice/__tests__/paperSavingsVsRetailTests.ts
project/LibraryVersions.scala
support-e2e/yarn.lock
βš™ Adjust future updates

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

updates.ignore = [
  { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" },
  { groupId = "com.gu", artifactId = "identity-test-users" },
  { groupId = "com.gu.identity", artifactId = "identity-auth-play" },
  { groupId = "com.lihaoyi", artifactId = "pprint" },
  { groupId = "com.squareup.okhttp3", artifactId = "mockwebserver" },
  { groupId = "com.sun.xml.bind", artifactId = "jaxb-core" },
  { groupId = "com.typesafe.sbt", artifactId = "sbt-digest" },
  { groupId = "io.circe", artifactId = "circe-optics" },
  { groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play" },
  { groupId = "org.scanamo", artifactId = "scanamo" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.gu", artifactId = "identity-test-users" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.gu.identity", artifactId = "identity-auth-play" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.lihaoyi", artifactId = "pprint" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.squareup.okhttp3", artifactId = "mockwebserver" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.sun.xml.bind", artifactId = "jaxb-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.sbt", artifactId = "sbt-digest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-optics" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scanamo", artifactId = "scanamo" }
  }
]
labels: dependencies, sbt-plugin-update, library-update, test-library-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, semver-spec-major, early-semver-pre-release, semver-spec-pre-release, artifact-migrations, old-version-remains, commit-count:n:9

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.

None yet

0 participants