guardian / membership-frontend

Guardian events and masterclasses
https://membership.theguardian.com/
33 stars 19 forks source link

Non-AWS dependency updates #2495

Closed gu-scala-steward-public-repos[bot] closed 1 year ago

gu-scala-steward-public-repos[bot] commented 1 year 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. ``` frontend/assets/images/inline-svgs/raw/arrow-up.svg frontend/assets/images/inline-svgs/raw/new-arrow.svg frontend/assets/images/inline-svgs/raw/plus.svg frontend/assets/images/inline-svgs/raw/svg-sprite.svg frontend/assets/images/logos/brand/guardian-members-tightcrop.svg frontend/assets/images/logos/brand/guardian-members.svg frontend/assets/images/logos/eventbrite.svg frontend/assets/images/logos/guardian-live-reversed.svg frontend/assets/images/logos/guardian-live.svg frontend/assets/images/logos/guardian-masterclasses-reversed.svg frontend/assets/images/logos/guardian-masterclasses.svg frontend/assets/images/providers/british-council.svg frontend/assets/images/providers/csm.svg frontend/assets/images/providers/guardian-live-header.svg frontend/assets/images/providers/masterclasses-header.svg frontend/assets/images/providers/shubbak.svg frontend/assets/stylesheets/garnett.scss frontend/yarn.lock frontend/assets/images/inline-svgs/raw/arrow-circle.svg frontend/assets/images/inline-svgs/raw/arrow-down.svg frontend/assets/images/inline-svgs/raw/arrow-right-straight.svg frontend/assets/images/inline-svgs/raw/bundle-guardian_g.svg frontend/assets/images/inline-svgs/raw/chevron-left.svg frontend/assets/images/inline-svgs/raw/chevron-right.svg frontend/assets/images/inline-svgs/raw/hello.svg frontend/assets/images/inline-svgs/raw/minus.svg frontend/assets/images/inline-svgs/raw/outbound-link.svg frontend/assets/images/inline-svgs/raw/share-twitter.svg frontend/assets/images/logos/brand/guardian-logo.svg frontend/assets/images/logos/brand/guardian-titlepiece.svg frontend/assets/images/providers/birkbeck.svg frontend/assets/images/providers/tpg.svg frontend/assets/stylesheets/components/_elevated-footer-button.scss frontend/test/model/EBEventTest.scala frontend/test/resources/model/eventbrite/event-started-multi-day.json frontend/test/resources/model/eventbrite/events.2014-15-10.dev.account.json frontend/test/resources/model/eventbrite/owned-events.2014-10-24.PROD.page-1.json membership-common/project/build.properties project/Dependencies.scala project/MembershipCommonDependencies.scala ```
βš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.gu", artifactId = "content-api-client-default" }, { groupId = "com.gu.identity", artifactId = "identity-auth-play" }, { groupId = "com.typesafe.play", artifactId = "twirl-api" }, { groupId = "io.sentry", artifactId = "sentry-logback" }, { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder" }, { groupId = "org.scala-lang", artifactId = "scala-library" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-client-default" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu.identity", artifactId = "identity-auth-play" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "twirl-api" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.sentry", artifactId = "sentry-logback" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } } ] ```

labels: library-update, early-semver-minor, semver-spec-minor, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:n:5

prout-bot commented 1 year ago

Seen on PROD (created by @gu-scala-steward-public-repos[bot] and merged by @LAKSHMIRPILLAI 7 minutes and 40 seconds ago) Please check your changes!

Sentry Release: membership, membership-client-side