Skip to content

Update dependency io.github.davidgregory084:sbt-tpolecat to v0.4.4#24

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.github.davidgregory084-sbt-tpolecat-0.x
Open

Update dependency io.github.davidgregory084:sbt-tpolecat to v0.4.4#24
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.github.davidgregory084-sbt-tpolecat-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2024

This PR contains the following updates:

Package Type Update Change
io.github.davidgregory084:sbt-tpolecat plugin minor 0.3.30.4.4

Release Notes

typelevel/sbt-tpolecat (io.github.davidgregory084:sbt-tpolecat)

v0.4.4

Compare Source

Added
  • #​127 - add a verbose mode, which enables verbose options such as -Vimplicits and -explain.

v0.4.3

Compare Source

Added
  • #​147 - added support for compiler warnings re-introduced in Scala 3.3.0.
Changed
  • #​143 - set tpolecatOptionsMode in every scope when using the mode commands, rather than just ThisBuild scope. This enables users who set the mode differently in different subprojects to make use of mode commands.

v0.4.2

Compare Source

Added
  • #​115 - added the new -Wnonunit-statement option.
Fixed
  • #​102 - a bug which resulted in scalac options contributed by other plugins being overwritten, most notably the Scala.js plugin. Huge thanks to @​sjrd for their work on #​126 which resolves this issue.

v0.4.1

Compare Source

Added
  • #​84 - An advancedOption overload with support for multiple argument options was added.
  • #​88 - A Scalafix migration rule to migrate package names for the upcoming 0.5.0 release was added.
Changed
  • #​85 - -Xcheckinit was removed from the default option set. After discussion on issues #​10 and #​83 it has become apparent that although -Xcheckinit offers a lot of value for some users, it creates some very tricky problems for users that are writing async code. The initialization checking code this option produces introduces @volatile variables that can disguise memory visibility issues.
  • #​88 - The project was restructured into a multi-module sbt build.

v0.4.0

Compare Source

NOTE: This release series will be the final one released under the group ID io.github.davidgregory084, and the final one using the package io.github.davidgregory084.

As of the 0.5.x series, this project will be released under the group ID org.typelevel and using the package org.typelevel.sbt.

If you are using Scala Steward to upgrade your libraries, an artifact migration has been provided to update the sbt-tpolecat group ID.

A Scalafix migration will be provided upon the release of 0.5.0 to migrate any usages of the previous package in your projects.

Changed
  • #​75 The ScalacOptions trait was made package-private. This is to ensure that new methods can be added to this trait without risking binary compatibility breakages.
  • #​75 The ScalacOption constructor was changed from (tokens: List[String], ...) to (option: String, args: List[String], ...). This is to ensure that multi-argument options can be filtered out regardless of which arguments were provided to the option.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

0 participants