Skip to content

chore: Bump fable from 5.0.0-rc.6 to 5.0.0-rc.7#241

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/dot-config/fable-5.0.0-rc.7
Open

chore: Bump fable from 5.0.0-rc.6 to 5.0.0-rc.7#241
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/dot-config/fable-5.0.0-rc.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

Sourced from fable's releases.

5.0.0-rc.7

Added

  • [Python/Beam] Add F# quotation support — construction, pattern matching, and evaluation via LeafExpressionConverter.EvaluateQuotation (by @​dbrattli)
  • [JS/TS] Add F# quotation support — construction, pattern matching, and evaluation (by @​OnurGumus)
  • [All] Add support for Guid.CreateVersion7() and Guid.CreateVersion7(DateTimeOffset) (by @​OnurGumus)
  • [All] Add missing Array, List, and Seq random choice/shuffle/sample members and tests (by @​ncave)
  • [Dart/Rust] Add missing System.Random implementations and tests (by @​ncave)
  • [Beam] Implement missing DateTimeOffset members, add DateOnly and TimeOnly support (by @​dbrattli)

Fixed

  • [All] Fix unnecessary object allocations during AST traversal when visiting Import expressions (by Repo Assist)
  • [Beam] Fix System.Random.Next(0) implementation (by @​ncave)
  • [Python] Fix System.Random seeded implementation (by @​ncave)
  • [Beam] Fix System.Random seeded implementation to use per-instance state (by @​dbrattli)
  • [Dart] Fix Array.compareWith comparing lengths before elements, producing wrong results for arrays with common prefixes (fixes #​2961)
  • [Python] Fix unsafe option unwrapping in DateTimeOffset.get_Offset and regex replacements (by @​dbrattli)
  • [All] Replace unsafe option .Value unwrapping with safe alternatives in Python/Replacements.fs and Rust/Fable2Rust.fs (code scanning alerts IONIDE-006)
  • [All] Add [<return: Struct>] to partial active patterns in Dart and Rust targets to reduce allocations (code scanning alerts IONIDE-009)
  • [JS/TS] Fix Guid to use cryptographically strong random values (by @​ncave)
  • [Python] Fix DateTimeOffset millisecond constructor and property (by @​ncave)
  • [Python] Implement missing DateTimeOffset members and fix equality/comparison to use UTC-normalized instants (by @​dbrattli)
  • [Python] Add DateOnly and TimeOnly support (by @​dbrattli)
  • [Python] Fix String.IndexOf/LastIndexOf with StringComparison argument emitting it as a start-index instead of a compile error (by @​repo-assist)
  • [Beam] Fix String.IndexOf/LastIndexOf with StringComparison argument incorrectly treating the enum value as a start index
  • [JS/TS/Python] Fix Async.StartChild with timeout always timing out even when the computation finishes before the deadline (fixes #​4481) (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.7
  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 13, 2026
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.

0 participants