Skip to content

chore: Bump fable from 5.0.0-rc.5 to 5.0.0-rc.6#235

Merged
dbrattli merged 1 commit intomainfrom
dependabot/nuget/dot-config/fable-5.0.0-rc.6
Apr 6, 2026
Merged

chore: Bump fable from 5.0.0-rc.5 to 5.0.0-rc.6#235
dbrattli merged 1 commit intomainfrom
dependabot/nuget/dot-config/fable-5.0.0-rc.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Updated fable from 5.0.0-rc.5 to 5.0.0-rc.6.

Release notes

Sourced from fable's releases.

5.0.0-rc.6

Fixed

  • [Dart] Enable explicit variable typing for more data types (by @​ncave)
  • [Dart] Fix tests for round, sign, truncate, log, log2, log10, pow, DivRem, Min, Max, Clamp, MinMagnitude, MaxMagnitude, cosh, sinh, tanh, and float Parse (by @​ncave)
  • [Python] Add Math.DivRem support for int, int64, and bigint (by @​dbrattli)
  • [Python] Fix modulo with negative numbers using Python floored semantics instead of .NET truncated semantics for bigint (fixes #​4462) (by @​dbrattli)
  • [Beam] Fix System.String.Concat with 4+ arguments not being supported (by @​dbrattli)
  • [TS/Python] Fix thisArg type for overloads in structs (#​4453) (by @​ncave)
  • [TS/Python] Fix invalid this argument type in structs (#​4453) (by @​ncave)
  • [JS/TS] Fix N format specifier (ToString("N0"), String.Format("{0:N0}", ...)) producing a trailing dot when precision is 0 (fix #​2582) (by @​MangelMaxime)
  • [JS/TS] Fix C0 and P0 format specifiers producing trailing dot (e.g., "¤1,000.""¤1,000") (by @​MangelMaxime)
  • [All] Fix captured side-effect-free values (e.g. empty ResizeArray) being incorrectly inlined into object expression getters in release mode, causing a new instance to be created on each getter call (fixes #​3779) (by @​MangelMaxime)
  • [Python] Fix missing await on else branch of ternary expressions in async closures (by @​dbrattli)
  • [Beam] Fix |> ignore on cross-module Emit calls generating variable bindings that shadow Emit case-clause variables (by @​dbrattli)
  • [Beam] Fix containsIdentRef not checking Call ThisArg (by @​dbrattli)
  • [All] Fix CLI color not resetting after error messages (fixes #​3755) (by @​MangelMaxime)
  • [JS/TS] StringEnum now respect CompiledValue and CompiledName (by @​shayanhabibi)
  • [JS/TS] Fix invalid syntax emitted when negating negative literals (fix #​4251) (by @​MangelMaxime)
  • [Rust] Fix negative counting in CallInfo.GenericArgs (by @​ncave)
  • [Rust] Fix inline bindings and captured idents tracking (by @​ncave)
  • [Rust] Fix return! in async computation expressions so inner async workflows are returned and awaited correctly (by @​mizzle-mo)
  • [JS/TS] Improve Regex.Escape and Regex.Unescape handling (by @​MangelMaxime)
  • [All] Fix allow plugins to target .NET6 target framework (by @​MangelMaxime)
  • [Python] Fix function references passed as arguments inside tail-call optimised functions gaining unnecessary default parameters for outer TCO variables they don't reference (fix #​3877)
  • [TS] Fix abstract instance methods not emitted in TypeScript when class uses [<AttachMembers>] (fixes #​3506) (by @​MangelMaxime)
  • [JS/TS] Fix Unchecked.defaultof<'T> for struct types with fields returning undefined instead of zero-initialized values (by @​MangelMaxime)
  • [JS/TS] Fixed quotation for union string cases (by @​MangelMaxime)
  • [Python] Fix Unchecked.defaultof<'T> for struct types with fields returning incorrect values instead of zero-initialized instances (by @​MangelMaxime)
  • [Python] Fix Unchecked.defaultof<char> returning "" (empty string) instead of "\u0000" (null character) (by @​MangelMaxime)
  • [Python] Improve Unchecked.defaultof<_> for declared entities (by @​MangelMaxime)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: fable
  dependency-version: 5.0.0-rc.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 6, 2026
@dbrattli dbrattli merged commit d0b44d0 into main Apr 6, 2026
2 checks passed
@dbrattli dbrattli deleted the dependabot/nuget/dot-config/fable-5.0.0-rc.6 branch April 6, 2026 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant