Update dependency ch.epfl.scala:scalafix-interfaces to v0.12.1 - autoclosed #120
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.
This PR contains the following updates:
0.11.0
->0.12.1
Release Notes
scalacenter/scalafix (ch.epfl.scala:scalafix-interfaces)
v0.12.1
Compare Source
Pull Requests
Rules
Framework
Docs
cross-publish-custom-rules
(#1968) @xuwei-kUpdates
v0.12.0
Compare Source
Significant changes since v0.11.1
For users
OrganizeImports.removeUnused
&RemoveUnused
(with a known limitation for unused function parameters) are now supported with Scala 3.4.0OrganizeImports.targetDialect
to control wildcard/rename syntax & curly braces stripping behavior (see documentation)LambdaType
andMatchType
are now fully supportedFor rule authors
Term.Interpolate
now always capture curly braces through a wrappingTerm.Block
when parsed with scalafix 0.12.x (https://github.com/scalameta/scalameta/issues/3594)Term.Block
Term.Block
to preserve compatibility with earlier Scalafix versionstree.pos == Position.None
is no longer a reliable way to check whether a giventree
comes from the input document, since trees built via quasiquotes with scalafix 0.12.x may now have positions (https://github.com/scalameta/scalameta/pull/3450)tree.origin
, ideally combining this check with the previous predicate to preserve compatibility with earlier Scalafix versions-Xsource:3
(https://github.com/scalacenter/scalafix/issues/1949)Pull Requests
Rules
Framework
LambdaType
andMatchType
(#1801) @mrdziubanDocs
OrganizeImports
rule on theExplicitResultTypes
page (#1911) @danichegUpdates
v0.11.1
Compare Source
Pull Requests
Rules
Framework
Docs
Updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.