andyglow / scala-jsonschema

Scala JSON Schema
Other
123 stars 38 forks source link

Update scalafmt-core to 3.7.6 #304

Closed scala-steward closed 1 year ago

scala-steward commented 1 year ago

About this PR

πŸ“¦ Updates org.scalameta:scalafmt-core from 3.5.9 to 3.7.6

πŸ“œ GitHub Release Notes - Version Diff

Usage

βœ… Please merge!

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!

βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, commit-count:n:3

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 66.66% and no project coverage change.

Comparison is base (d52b2bb) 75.38% compared to head (ab3cfef) 75.38%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #304 +/- ## ======================================= Coverage 75.38% 75.38% ======================================= Files 73 73 Lines 2117 2117 Branches 319 319 ======================================= Hits 1596 1596 Misses 521 521 ``` | [Impacted Files](https://app.codecov.io/gh/andyglow/scala-jsonschema/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andriy+Onyshchuk) | Coverage Ξ” | | |---|---|---| | [core/src/main/scala/json/Schema.scala](https://app.codecov.io/gh/andyglow/scala-jsonschema/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andriy+Onyshchuk#diff-Y29yZS9zcmMvbWFpbi9zY2FsYS9qc29uL1NjaGVtYS5zY2FsYQ==) | `50.38% <0.00%> (ΓΈ)` | | | [...om/github/andyglow/jsonschema/SchemaEquality.scala](https://app.codecov.io/gh/andyglow/scala-jsonschema/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andriy+Onyshchuk#diff-Y29yZS9zcmMvbWFpbi9zY2FsYS9jb20vZ2l0aHViL2FuZHlnbG93L2pzb25zY2hlbWEvU2NoZW1hRXF1YWxpdHkuc2NhbGE=) | `64.15% <80.00%> (ΓΈ)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

scala-steward commented 1 year ago

Superseded by #306.