Skip to content

Update scalafmt-core to 3.5.9#20

Open
scala-steward wants to merge 18 commits intoAVSystem:series/4.xfrom
scala-steward:update/scalafmt-core-3.5.9
Open

Update scalafmt-core to 3.5.9#20
scala-steward wants to merge 18 commits intoAVSystem:series/4.xfrom
scala-steward:update/scalafmt-core-3.5.9

Conversation

@scala-steward
Copy link
Copy Markdown

About this PR

📦 Updates org.scalameta:scalafmt-core from 3.5.2 to 3.5.9

📜 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-patch, semver-spec-patch, commit-count:n:3

pheianox and others added 18 commits May 3, 2023 07:29
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…s, and GitHub Actions (drop Scala 2.12) (monix#1994)

* Initial plan

* Upgrade sbt to 1.10.9, Scala versions, and most plugins

Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com>

* Fix compiler plugin versions and sbt-assembly compatibility

Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com>

* Add -Wconf to silence other-pure-statement warnings from sbt-tpolecat 0.4.4

Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com>

* Update to latest plugin and Scala versions per feedback

- Update plugins: sbt-scalajs 1.20.2, sbt-unidoc 0.6.1, sbt-jmh 0.4.8, sbt-scalafmt 2.5.6, sbt-scoverage 2.4.4, sbt-dynver 5.1.1, sbt-pgp 2.3.1
- Update snakeyaml 2.5
- Update Scala versions: 2.12.21, 2.13.18, 3.3.7
- Make silencer plugin conditional (not available for 2.12.21)
- Disable -Xfatal-warnings for Scala 2.12.21 and 2.13.18 due to many new warnings
- Add comprehensive -Wconf filters for Scala 2.13 warnings

Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com>

* Drop Scala 2.12 support - remove from build and delete scala-2.12 specific code

- Remove Scala 2.12.21 from all CI workflows
- Remove scala-2.12 specific source directory (monix-execution/shared/src/main/scala-2.12)
- Remove Scala 2.12 specific build configuration from build.sbt
- Keep scala-2 directories (needed for Scala 2.13 vs Scala 3 compatibility)
- Simplify tpolecatExcludeOptions (no longer need 2.12 special case)
- Update silencer plugin configuration (remove 2.12.21 references)

Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com>

* Update GitHub Actions workflow dependencies to latest versions

- Update runner: ubuntu-20.04 → ubuntu-22.04 (20.04 is deprecated)
- Update actions/cache: v1 → v4 (v1 is deprecated and causes workflow failures)
- Update actions/setup-java: v3 → v4
- Update actions/setup-node: v2.1.2 → v4
- Update Node.js version: 14 → 20
- Update Java distribution: adopt → temurin (adopt is deprecated)

These updates fix the GitHub Actions workflow not starting issue.

Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com>

* fix(build): make sbt-git use native git for worktree support

* Update build.sbt

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com>
Co-authored-by: Alexandru Nedelcu <noreply@alexn.org>
…monix#1996)

* Initial plan

* Update library dependencies and sbt-tpolecat plugin

Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com>

* Formatting

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com>
Co-authored-by: Alexandru Nedelcu <noreply@alexn.org>
Co-authored-by: Alexandru Nedelcu <alexandru@users.noreply.github.com>
- Raise minimum supported JDK version to 17
- Get rid of our usage of `sun.misc.Unsafe`, replacing it with `VarHandle`
- Update Scala 3.x to Scala 3.8.2 — this generates a lot of warnings unfortunately, that need to be fixed (hence the big PR with superficial changes)
- Drop support for Scala 2.12
This is for checking binary backwards compatibility against version 3.4.0
Executed command: scalafmt --non-interactive
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.

4 participants