zio / zio-sbt

SBT Plugins For ZIO Projects
https://zio.dev/zio-sbt
Apache License 2.0
12 stars 11 forks source link

Update dependency org.scala-native:sbt-scala-native to v0.5.5 - autoclosed #422

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
org.scala-native:sbt-scala-native (source) plugin patch 0.5.4 -> 0.5.5

Release Notes

scala-native/scala-native (org.scala-native:sbt-scala-native) ### [`v0.5.5`](https://togithub.com/scala-native/scala-native/releases/tag/v0.5.5) [Compare Source](https://togithub.com/scala-native/scala-native/compare/v0.5.4...v0.5.5) ##### 0.5.5 (2024-08-18) ##### Supported Scala versions Scala Binary Version | Supported Scala Versions | \-------------------- | ------------------------ | 2.12 | 2.12.14 ... 2.12.19 | 2.13 | 2.13.8 ... 2.13.14 | 3 | 3.1.2 ... 3.1.3
3.2.0 ... 3.2.2
3.3.0 ... 3.3.3
3.4.0 ... 3.4.3
3.5.0 | > Upon release of new Scala version (stable, or Scala 3 RC) version dependent artifacts would be published without a new release.
Commits since last release 28
Merged PRs 27
Contributors 7
##### Contributors Big thanks to everybody who contributed to this release or reported an issue! $ git shortlog -sn --no-merges v0.5.4..v0.5.5 16 LeeTibbert 6 Wojciech Mazur 2 Maksym Ochenashko 1 Eric K Richardson 1 Guest user 1 Natsu Kagami 1 dependabot[bot] ##### Merged PRs ##### [v0.5.5](https://togithub.com/scala-native/scala-native/tree/v0.5.5) (2024-08-18) [Full Changelog](https://togithub.com/scala-native/scala-native/compare/v0.5.4...v0.5.5) **Merged pull requests:** ##### Scala Native Runtime - Optimizations for Delimited Continuations implementation [#​3978](https://togithub.com/scala-native/scala-native/pull/3978) ([natsukagami](https://togithub.com/natsukagami)) - feature \[nativelib]: add `runtimeVersion` to the `LinktimeInfo` [#​4028](https://togithub.com/scala-native/scala-native/pull/4028) ([iRevive](https://togithub.com/iRevive)) - feature \[nativelib]: implement `MemoryMXBean` and `ManagementFactory` [#​4021](https://togithub.com/scala-native/scala-native/pull/4021) ([iRevive](https://togithub.com/iRevive)) ##### Java Standard Library - fix\[javalib]: Use FunctionalInterface annotation consistently [#​3981](https://togithub.com/scala-native/scala-native/pull/3981) ([LeeTibbert](https://togithub.com/LeeTibbert)) - fix\[javalib]: Math#max & Math.min now order IEEE754 negative zeros correctly. [#​3985](https://togithub.com/scala-native/scala-native/pull/3985) ([LeeTibbert](https://togithub.com/LeeTibbert)) - feature\[javalib]: Math.TAU & four Math.clamp() methods [#​3989](https://togithub.com/scala-native/scala-native/pull/3989) ([LeeTibbert](https://togithub.com/LeeTibbert)) - improvement \[javalib]: Implement List static methods [#​3992](https://togithub.com/scala-native/scala-native/pull/3992) ([LeeTibbert](https://togithub.com/LeeTibbert)) - improvement \[javalib]: Implement Set & HashSet static methods [#​3993](https://togithub.com/scala-native/scala-native/pull/3993) ([LeeTibbert](https://togithub.com/LeeTibbert)) - improvement \[javalib]: Implement Map & HashMap static methods [#​3994](https://togithub.com/scala-native/scala-native/pull/3994) ([LeeTibbert](https://togithub.com/LeeTibbert)) - improvement \[javalib]: AbstractSet#equals now matches other Sets only [#​3996](https://togithub.com/scala-native/scala-native/pull/3996) ([LeeTibbert](https://togithub.com/LeeTibbert)) - improvement \[javalib]: add required override for Set#spliterator [#​3997](https://togithub.com/scala-native/scala-native/pull/3997) ([LeeTibbert](https://togithub.com/LeeTibbert)) - improvement \[javalib]: simplify 'Stream#toList' implementation [#​4000](https://togithub.com/scala-native/scala-native/pull/4000) ([LeeTibbert](https://togithub.com/LeeTibbert)) - improvement \[javalib]: Correct file name to j.u.SplittableRandom.scala [#​4004](https://togithub.com/scala-native/scala-native/pull/4004) ([LeeTibbert](https://togithub.com/LeeTibbert)) - improvement \[javalib]: Implement Java 21 Collections.shuffle(List, RandomGenerator) [#​4005](https://togithub.com/scala-native/scala-native/pull/4005) ([LeeTibbert](https://togithub.com/LeeTibbert)) - improvement \[javalib]: implement ju.LinkedHashMap#newLinkedHashMap static method [#​4006](https://togithub.com/scala-native/scala-native/pull/4006) ([LeeTibbert](https://togithub.com/LeeTibbert)) - improvement \[javalib]: Four \*Stream#skip methods now pass an accurate estimatedSize downstream [#​4008](https://togithub.com/scala-native/scala-native/pull/4008) ([LeeTibbert](https://togithub.com/LeeTibbert)) - improvement \[javalib]: implement ju.LinkedHashSet#newLinkedHashSet static method [#​4009](https://togithub.com/scala-native/scala-native/pull/4009) ([LeeTibbert](https://togithub.com/LeeTibbert)) ##### Scala compiler plugins - build: Add support for Scala 3.3.4-RC1 [#​3990](https://togithub.com/scala-native/scala-native/pull/3990) ([WojciechMazur](https://togithub.com/WojciechMazur)) - fix \[compiler-plugin]: Fix generation of match default case in if-else chain [#​4015](https://togithub.com/scala-native/scala-native/pull/4015) ([WojciechMazur](https://togithub.com/WojciechMazur)) - \[chore] Add Scala 3.5.0 to the build [#​4027](https://togithub.com/scala-native/scala-native/pull/4027) ([WojciechMazur](https://togithub.com/WojciechMazur)) ##### Scala Native toolchain - \[fix] Traversing unreachable code blocks in lowering phase in nonoptimized builds [#​4013](https://togithub.com/scala-native/scala-native/pull/4013) ([WojciechMazur](https://togithub.com/WojciechMazur)) ##### Documentation - improvement \[docs]: remove `$`, separate output from cli snippets [#​4002](https://togithub.com/scala-native/scala-native/pull/4002) ([spaceunifyfifty](https://togithub.com/spaceunifyfifty)) - Update and enhance documentation for Scala Native version 0.5 [#​4020](https://togithub.com/scala-native/scala-native/pull/4020) ([ekrich](https://togithub.com/ekrich)) ##### POSIX bindings - feature \[posixlib]: Add partial Open Group Issue 8 support to unistd.scala [#​4019](https://togithub.com/scala-native/scala-native/pull/4019) ([LeeTibbert](https://togithub.com/LeeTibbert))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



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