Skip to content

Update auto-value-annotations to 1.10#256

Merged
JavierMonton merged 2 commits intodata-tools:mainfrom
scala-steward:update/auto-value-annotations-1.10
Nov 2, 2022
Merged

Update auto-value-annotations to 1.10#256
JavierMonton merged 2 commits intodata-tools:mainfrom
scala-steward:update/auto-value-annotations-1.10

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

Updates com.google.auto.value:auto-value-annotations from 1.9 to 1.10.

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. 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 number

The following files still refer to the old version number (1.9).
You might want to review and update them manually.

website/package-lock.json
website/static/img/home_image1.svg
website/static/img/home_image3.svg
website/static/img/undraw_docusaurus_mountain.svg
website/static/img/undraw_docusaurus_react.svg
website/static/img/undraw_docusaurus_tree.svg
Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.google.auto.value", artifactId = "auto-value-annotations" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "com.google.auto.value", artifactId = "auto-value-annotations" }
}]

labels: library-update, old-version-remains, commit-count:1

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 17, 2022

Codecov Report

Merging #256 (950ad8e) into main (617371f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #256   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files          18       18           
  Lines         300      300           
  Branches       38       35    -3     
=======================================
  Hits          299      299           
  Misses          1        1           
Flag Coverage Δ
unittests 91.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@JavierMonton JavierMonton merged commit 6664e9b into data-tools:main Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants