Bump misc deps#4296
Draft
Gedochao wants to merge 14 commits into
Draft
Conversation
136f6bb to
c412894
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For as long as
scala-stewarddoesn't work, we've got to do those manually from time to timejsoupbump to 1.22.2 (was 1.22.1): https://github.com/jhy/jsoup/releases/tag/jsoup-1.22.2jsoniter-scalabump to 2.38.14 (was 2.38.8): https://github.com/plokhotnyuk/jsoniter-scala/releases/tag/v2.38.14scalaMetabump to 4.17.0 (was 4.15.2): https://github.com/scalameta/scalameta/releases/tag/v4.17.0asmbump to 9.10.1 (was 9.9.1)javaSemanticdbbump to 0.12.3 (was 0.10.0)scalafixbump to 0.14.6 (was 0.14.5): https://github.com/scalacenter/scalafix/releases/tag/v0.14.6guavabump to 33.6.0-jre (was 33.5.0-jre): https://github.com/google/guava/releases/tag/v33.6.0jgitbump to 7.6.0.202603022253-r (was 7.5.0.202512021534-r)scalaPackagerbump to 0.2.2 (was 0.2.1): https://github.com/VirtusLab/scala-packager/releases/tag/v0.2.2metaconfig-typesafe-configbump to 0.18.6 (was 0.18.2): https://github.com/scalameta/metaconfig/releases/tag/v0.18.6scalajs-env-nodejsbump to 1.6.0 (was 1.5.0): https://github.com/scala-js/scala-js/releases/tag/v1.6.0pprintbump to 0.9.6 (was 0.9.5): https://github.com/com-lihaoyi/pprint/releases/tag/0.9.6sbtbump to 1.12.5 (was 1.12.4): https://github.com/sbt/sbt/releases/tag/v1.12.5mavenScalaCompilerPluginbump to 4.9.10 (was 4.9.1)Checklist
scala-cli fmt .)scalafix(./mill -i __.fix)./mill -i 'generate-reference-doc[]'.run)How much have your relied on LLM-based tools in this contribution?
moderately, for automatically fetching versions per dep, running separate validations per dep and investigating deprecations/api migrations (there were none, Bloop is handled in a separate PR at #4295)
How was the solution tested?
existing tests
Additional notes