Closed gu-scala-steward-public-repos[bot] closed 1 year ago
Updates:
19.1.2
19.3.1
4.11
4.12
1.5.1
1.5.2
6.19.1
6.25.0
7.3
7.4
2.13.10
2.13.11
β 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.
.scala-steward.conf
Have a fantastic day writing Scala!
labels: library-update, early-semver-minor, semver-spec-minor, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:n:5
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!
About this PR
Updates:
19.1.2
to19.3.1
4.11
to4.12
1.5.1
to1.5.2
6.19.1
to6.25.0
7.3
to7.4
2.13.10
to2.13.11
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