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.6 #434

Open renovate[bot] opened 1 month 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.6

Release Notes

scala-native/scala-native (org.scala-native:sbt-scala-native) ### [`v0.5.6`](https://redirect.github.com/scala-native/scala-native/releases/tag/v0.5.6): 0.5.6 [Compare Source](https://redirect.github.com/scala-native/scala-native/compare/v0.5.5...v0.5.6) ### 0.5.6 (2024-11-13) We're happy to announce the release of Scala Native 0.5.6! #### Supported Scala versions Scala Binary Version | Supported Scala Versions | \-------------------- | ------------------------ | 2.12 | 2.12.14 ... 2.12.20 | 2.13 | 2.13.8 ... 2.13.15 | 3 | 3.1.2 ... 3.1.3
3.2.0 ... 3.2.2
3.3.0 ... 3.3.4
3.4.0 ... 3.4.3
3.5.2 ... 3.5.2 | > 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 32
Merged PRs 30
Contributors 10
#### Contributors Big thanks to everybody who contributed to this release or reported an issue! $ git shortlog -sn --no-merges v0.5.5..v0.5.6 15 Wojciech Mazur 5 Maksym Ochenashko 4 LeeTibbert 3 João Costa 2 Eric K Richardson 1 Corey O'Connor 1 Rikito Taniguchi 1 dependabot[bot] 1 unarist 1 澪 #### Merged PRs #### [0.5.6](https://redirect.github.com/scala-native/scala-native/tree/v0.5.6) (2024-11-13) [Full Changelog](https://redirect.github.com/scala-native/scala-native/compare/v0.5.5...v0.5.6) **Merged pull requests:** #### Java Standard Library - feature \[nativelib]: implement `ThreadMXBean` [#​4031](https://redirect.github.com/scala-native/scala-native/pull/4031) ([iRevive](https://redirect.github.com/iRevive)) - feature \[nativelib]: partially implement `OperatingSystemMXBean` [#​4033](https://redirect.github.com/scala-native/scala-native/pull/4033) ([iRevive](https://redirect.github.com/iRevive)) - feature \[nativelib]: partially implement `RuntimeMXBean` [#​4034](https://redirect.github.com/scala-native/scala-native/pull/4034) ([iRevive](https://redirect.github.com/iRevive)) - feature \[nativelib]: partially implement `GarbageCollectorMXBean` [#​4066](https://redirect.github.com/scala-native/scala-native/pull/4066) ([iRevive](https://redirect.github.com/iRevive)) - feaure \[javalib]: Port JSR-166 ConcurrentLinkedDeque to Scala Native [#​4046](https://redirect.github.com/scala-native/scala-native/pull/4046) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - Optimize Integer.toString [#​4048](https://redirect.github.com/scala-native/scala-native/pull/4048) ([JD557](https://redirect.github.com/JD557)) - Fix \[javalib]: POSIX readAttributes() now links [#​4069](https://redirect.github.com/scala-native/scala-native/pull/4069) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - Improve ZLib error messages in the inflater [#​4074](https://redirect.github.com/scala-native/scala-native/pull/4074) ([JD557](https://redirect.github.com/JD557)) - Nullify WeakReference.postGCHandler once it is used [#​4080](https://redirect.github.com/scala-native/scala-native/pull/4080) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) #### Scala Native Library - Fix `unsafe.toCWideString` was returning a double pointer to a string [#​4029](https://redirect.github.com/scala-native/scala-native/pull/4029) ([unarist](https://redirect.github.com/unarist)) #### Scala Native Runtime - fix \[immix/commix/none gc]: Revert using free memory size instead of total memory size to control size of the heap [#​4047](https://redirect.github.com/scala-native/scala-native/pull/4047) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) - \[improve/build] Remove two FreeBSD 14.1 build defects [#​4059](https://redirect.github.com/scala-native/scala-native/pull/4059) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) #### Scala Native Toolchain - Fix [#​4026](https://redirect.github.com/scala-native/scala-native/issues/4026) Fix negative byte to hex conversion in LLVM IR codegen [#​4052](https://redirect.github.com/scala-native/scala-native/pull/4052) ([tanishiking](https://redirect.github.com/tanishiking)) - \[improve/nativelib] Better detection of `LinktimeInfo.isMac` [#​4051](https://redirect.github.com/scala-native/scala-native/pull/4051) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) - Improve interflow inliner log messages [#​4055](https://redirect.github.com/scala-native/scala-native/pull/4055) ([JD557](https://redirect.github.com/JD557)) - \[fix] Teach NIR subtyping to treat `scala.runtime.Nothing$` in the same way a `nir.Type.Nothing` [#​4065](https://redirect.github.com/scala-native/scala-native/pull/4065) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) #### Scala Standard Library - \[chore] Add Scala 2.12.20 to the build [#​4043](https://redirect.github.com/scala-native/scala-native/pull/4043) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) - \[chore] Add Scala 3.5.1 to the build. [#​4054](https://redirect.github.com/scala-native/scala-native/pull/4054) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) - \[chore] Add Scala 2.13.15 to the build [#​4058](https://redirect.github.com/scala-native/scala-native/pull/4058) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) - \[chore] Add Scala 3.3.4 to the build [#​4062](https://redirect.github.com/scala-native/scala-native/pull/4062) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) - \[chore] Add Scala 3.6.1 to the build. [#​4081](https://redirect.github.com/scala-native/scala-native/pull/4081) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) #### POSIX bindings - Fix compilation error of \_CS_PATH for Termux on Android [#​4037](https://redirect.github.com/scala-native/scala-native/pull/4037) ([mio-19](https://redirect.github.com/mio-19)) #### Windows API Bindings - feature \[windowslib]: add `GetProcessTimes` to the `ProcessThreadsApi` [#​4035](https://redirect.github.com/scala-native/scala-native/pull/4035) ([iRevive](https://redirect.github.com/iRevive)) #### Documentations - Update source debug docs [#​4041](https://redirect.github.com/scala-native/scala-native/pull/4041) ([ekrich](https://redirect.github.com/ekrich)) - Update test source debug docs [#​4063](https://redirect.github.com/scala-native/scala-native/pull/4063) ([ekrich](https://redirect.github.com/ekrich)) - Add references to third party tools and libraries to docs [#​4042](https://redirect.github.com/scala-native/scala-native/pull/4042) ([coreyoconnor](https://redirect.github.com/coreyoconnor)) #### Scala Native Compiler Plugin - fix\[compiler-plugin] Intrinisic ClassFieldRawPtr should always mangle symbol names when comparing symbols [#​4045](https://redirect.github.com/scala-native/scala-native/pull/4045) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) - Don't allow to define CFuncPtr lambda closing over `this` [#​4079](https://redirect.github.com/scala-native/scala-native/pull/4079) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) #### Scala Native sbt plugin - \[fix/sbt-plugin] Always override default build target in Test scope to `application` [#​4050](https://redirect.github.com/scala-native/scala-native/pull/4050) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) ### [`v0.5.5`](https://redirect.github.com/scala-native/scala-native/releases/tag/v0.5.5) [Compare Source](https://redirect.github.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://redirect.github.com/scala-native/scala-native/tree/v0.5.5) (2024-08-18) [Full Changelog](https://redirect.github.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://redirect.github.com/scala-native/scala-native/pull/3978) ([natsukagami](https://redirect.github.com/natsukagami)) - feature \[nativelib]: add `runtimeVersion` to the `LinktimeInfo` [#​4028](https://redirect.github.com/scala-native/scala-native/pull/4028) ([iRevive](https://redirect.github.com/iRevive)) - feature \[nativelib]: implement `MemoryMXBean` and `ManagementFactory` [#​4021](https://redirect.github.com/scala-native/scala-native/pull/4021) ([iRevive](https://redirect.github.com/iRevive)) ##### Java Standard Library - fix\[javalib]: Use FunctionalInterface annotation consistently [#​3981](https://redirect.github.com/scala-native/scala-native/pull/3981) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - fix\[javalib]: Math#max & Math.min now order IEEE754 negative zeros correctly. [#​3985](https://redirect.github.com/scala-native/scala-native/pull/3985) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - feature\[javalib]: Math.TAU & four Math.clamp() methods [#​3989](https://redirect.github.com/scala-native/scala-native/pull/3989) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - improvement \[javalib]: Implement List static methods [#​3992](https://redirect.github.com/scala-native/scala-native/pull/3992) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - improvement \[javalib]: Implement Set & HashSet static methods [#​3993](https://redirect.github.com/scala-native/scala-native/pull/3993) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - improvement \[javalib]: Implement Map & HashMap static methods [#​3994](https://redirect.github.com/scala-native/scala-native/pull/3994) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - improvement \[javalib]: AbstractSet#equals now matches other Sets only [#​3996](https://redirect.github.com/scala-native/scala-native/pull/3996) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - improvement \[javalib]: add required override for Set#spliterator [#​3997](https://redirect.github.com/scala-native/scala-native/pull/3997) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - improvement \[javalib]: simplify 'Stream#toList' implementation [#​4000](https://redirect.github.com/scala-native/scala-native/pull/4000) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - improvement \[javalib]: Correct file name to j.u.SplittableRandom.scala [#​4004](https://redirect.github.com/scala-native/scala-native/pull/4004) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - improvement \[javalib]: Implement Java 21 Collections.shuffle(List, RandomGenerator) [#​4005](https://redirect.github.com/scala-native/scala-native/pull/4005) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - improvement \[javalib]: implement ju.LinkedHashMap#newLinkedHashMap static method [#​4006](https://redirect.github.com/scala-native/scala-native/pull/4006) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - improvement \[javalib]: Four \*Stream#skip methods now pass an accurate estimatedSize downstream [#​4008](https://redirect.github.com/scala-native/scala-native/pull/4008) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) - improvement \[javalib]: implement ju.LinkedHashSet#newLinkedHashSet static method [#​4009](https://redirect.github.com/scala-native/scala-native/pull/4009) ([LeeTibbert](https://redirect.github.com/LeeTibbert)) ##### Scala compiler plugins - build: Add support for Scala 3.3.4-RC1 [#​3990](https://redirect.github.com/scala-native/scala-native/pull/3990) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) - fix \[compiler-plugin]: Fix generation of match default case in if-else chain [#​4015](https://redirect.github.com/scala-native/scala-native/pull/4015) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) - \[chore] Add Scala 3.5.0 to the build [#​4027](https://redirect.github.com/scala-native/scala-native/pull/4027) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) ##### Scala Native toolchain - \[fix] Traversing unreachable code blocks in lowering phase in nonoptimized builds [#​4013](https://redirect.github.com/scala-native/scala-native/pull/4013) ([WojciechMazur](https://redirect.github.com/WojciechMazur)) ##### Documentation - improvement \[docs]: remove `$`, separate output from cli snippets [#​4002](https://redirect.github.com/scala-native/scala-native/pull/4002) ([spaceunifyfifty](https://redirect.github.com/spaceunifyfifty)) - Update and enhance documentation for Scala Native version 0.5 [#​4020](https://redirect.github.com/scala-native/scala-native/pull/4020) ([ekrich](https://redirect.github.com/ekrich)) ##### POSIX bindings - feature \[posixlib]: Add partial Open Group Issue 8 support to unistd.scala [#​4019](https://redirect.github.com/scala-native/scala-native/pull/4019) ([LeeTibbert](https://redirect.github.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.