Skip to content

Bump the other group with 8 updates - #278

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dot-config/other-838d95cb8e
Open

dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dot-config/other-838d95cb8e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown

Updated docfx from 2.78.5 to 2.80.1.

Release notes

Sourced from docfx's releases.

2.80.1

What's Changed

💪 Other Changes

New Contributors

Full Changelog: dotnet/docfx@v2.78.6...v2.80.1

2.78.6

What's Changed

💪 Other Changes

Commits viewable in compare view.

Updated fable from 5.11.0 to 5.17.2.

Release notes

Sourced from fable's releases.

5.17.2

🐞 Bug Fixes

  • (python) Use the .NET range for Decimal.MaxValue and Decimal.MinValue (#​4967) (66efd109)

View changes on Github

5.17.1

🐞 Bug Fixes

  • (js/ts) Keep the sign of negative decimals below 0.1 (91d80f18)
  • (js/ts) Respect the precision when formatting decimals below 0.1 (1c02557e)
  • (js/ts) Omit the decimal sign when the rounded result is zero (ef63087d)
  • (python) Preserve record field names in structured formatting (#​4952) (fbc162d6)
  • (python) Support bytes() on generic and bool arrays (#​4961) (94b59294)
  • (python) Parse uint64 values above Int64.MaxValue (584d8ce4)
  • (python) Report DateTimeKind.Utc for DateTime.UtcNow (4abf06ea)
  • (python) Reflect an erased union as the type it erases to (0f564c74)
  • (python) Implement Decimal.GetBits and the bits constructors (cf0c9305)
  • (python) Round a float to .NET's precision when converting to decimal (4a441b19)
  • (ts) Declare the type parameter of a flexible-type overload (6f1f1b8a)

View changes on Github

5.17.0

🚀 Features

  • Add Temporal dates and times (opt-in) (#​4759) (3e8f56f7)

🐞 Bug Fixes

  • (js/ts) Match .NET for G, E and custom numeric formats (6fb03090)
  • (js/ts) Allow the E format specifier on Int64 and UInt64 (c49d1ec5)
  • (python) Build typed arrays from lists and sequences (#​4944) (5af37779)
  • (rust) Fix IEnumerable casting, interop and type testing (#​4946) (93c2df5b)
  • (rust) Restore missing bindings (#​4947) (2fb46a26)
  • (ts) Declare local function type params only reachable via constraints (#​4943) (8aa6d3b9)
  • (ts/python) Erase byref from struct copy-and-update locals (#​4945) (19a6522e)

View changes on Github

5.16.0

🚀 Features

  • (all) Quotations: DerivedPatterns, and captured locals as Value nodes (#​4919) (fae5093f)
  • (python) Support quotation derived patterns (#​4928) (f6d939a1)
  • (rust) Observables, Events and IEnumerable (PR 6 of 7 Rust improvements) (#​4789) (20175eea)
  • (rust) System.Uri (PR 7 of 7 Rust improvements) (#​4790) (8a551bc9)

🐞 Bug Fixes

  • Preserve project FSharp.Core reference (#​4924) (1289360a)
  • Report Fable's own logs from the Fable.Compiler API (#​4923) (0775c604)
  • (all) Emit instance calls for virtual methods inherited from Object (#​4926) (2fb535a7)
  • (all) Allow private inline functions to use private values (#​4915) (b0740ba9)
  • (python) Emit Python names for float32 specials (#​4938) (b4c45a93)
  • (python) Compare nested options of different depth (#​4940) (5afa2948)
  • (rust) Observables and Events cleanup (#​4908) (ca165045)
  • (rust) Support string on a tuple (#​4916) (510c8a43)
  • (rust) Decimal culture overloads, and mutables assigned in try/finally (#​4918) (58402471)
  • (rust) Let a string be enumerated (#​4921) (395c152b)
  • (rust) Async perf: stop the async runtime sleeping, and add Parallel (#​4920) (88135b90)
  • (rust) F# exceptions, non-exhaustive matches and obj type tests (#​4917) (28da1d76)
  • (rust) Wait for the other files instead of sleeping before the last one. (#​4927) (d329a823)
  • (rust) Cleanup AsyncBuilder and TaskBuilder (#​4936) (3e6bc9bd)
  • (rust) Fix interface casting, move reflection into declarations (#​4939) (04299157)
  • (rust) Support reflection for no_std (#​4941) (bf694309)

View changes on Github

5.15.0

🚀 Features

  • (standalone) Publish the Fable version the bundle was built from (#​4905) (b517d52d)

🐞 Bug Fixes

  • (all) Find a core entity recorded under a facade assembly (#​4903) (60210b86)

View changes on Github

5.14.0

🏗️ Breaking changes

  • (standalone) Reference a precompiled library (#​4900) (90359c31)

🚀 Features

  • (python) Represent Int32 and Float64 as plain Python int and float (#​4856) (ca361ea3)

🐞 Bug Fixes

  • (all) Invalidate cached project options when inputs change (#​4879) (aea3735b)
  • (all) Error on member reference from a source-less dll (#​4894) (065a88d8)
  • (all) Match entity refs across the precompiled boundary (#​4895) (96783631)
  • (all) Say why an inline member's body could not be found (#​4901) (e5b0488e)
  • (beam) Escape quotes and backslashes in quoted atoms (#​4866) (5d5231b3)
  • (beam) Compile [] cases to atoms instead of binaries (#​4867) (366919a7)
  • (beam) Parse ISO-8601 numeric zone offsets and compare dates by instant (#​4868) (bb3c86d7)
  • (python) Keep original F# field names in record reflection (#​4852) (90c1798b)
  • (python) Stop shipping build artifacts and ship the PEP 561 marker (#​4857) (03d40c97)
  • (python) Derive DateTime "O" format from the value, not the host timezone (#​4869) (b3ec8b67)

⚡ Performance Improvements

  • (python) Back int64 arrays with typed storage (#​4864) (78a5d479)
  • (python) Hash numbers without the safeHash detour (#​4865) (32b42b2a)
  • (python) Elide int32 normalizations that cannot change their argument (#​4859) (7e9cd96a)

View changes on Github

5.13.0

🐞 Bug Fixes

  • (all) Eliminate dead bindings left by CE/inline lowering (#​4837) (9f694e97)
  • (beam) Make reflection metadata agree with record/union codegen (#​4849) (ec6a3df0)
  • (js/ts) Resolve generic params when reflecting erased union fields (#​4851) (619d7afd)
  • (js/ts,python) Inline Option/ValueOption combinators to avoid closures and allocations (#​4836) (61cac646)
  • (python) Honor custom Equals and GetHashCode in structural values (#​4850) (22ec1919)

⚡ Performance Improvements

  • (all) Lower constant ±1 step ranges to counted for-loops (#​4838) (ab28daec)

View changes on Github

5.12.0

🚀 Features

  • (beam) Render %A in F# syntax instead of dumping Erlang terms (#​4814) (218e0c40)

🐞 Bug Fixes

  • (beam) Correct char-to-string conversion and console Unicode encoding (#​4812) (df8e01d6)
  • (beam) Isolate each top-level effect's variables in main/0 (#​4815) (8d708633)
  • (beam) Write package modules to the package's own src/ (#​4817) (06bf863c)
  • (beam) Implement Async.AwaitTask (#​4819) (17cc3b6a)
  • (beam) Keep the original stacktrace when an async error is re-raised (#​4818) (d7afa278)
  • (beam) Decode UTF-8 codepoints in ToCharArray and related String functions (b2ce3067)
  • (python) Avoid UTF-8 boundary panic in integer parsing (#​4825) (8243a711)
  • (python) Detect radix prefix after whitespace and sign (#​4828) (5ab1382b)

View changes on Github

Commits viewable in compare view.

Updated Fable.Python from 5.4.0 to 5.5.0.

Updated fsdocs-tool from 22.0.0 to 22.2.0.

Release notes

Sourced from fsdocs-tool's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.10.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.10.1

What's Changed

Full Changelog: microsoft/vstest@v18.10.0...v18.10.1

18.10.0

What's Changed

Full Changelog: microsoft/vstest@v18.9.0...v18.10.0

18.9.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.8.0...v18.9.0

18.8.1

What's Changed

Full Changelog: microsoft/vstest@v18.8.0...v18.8.1

18.8.0

What's Changed

Full Changelog: microsoft/vstest@v18.7.0...v18.8.0

18.7.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.6.0...v18.7.0

18.6.0

What's Changed

Changes to tests and infra

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

18.3.0

What's Changed

Internal fixes and updates

New Contributors

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

Commits viewable in compare view.

Updated Spectre.Console from 0.55.2 to 0.57.2.

Release notes

Sourced from Spectre.Console's releases.

0.57.2

What's Change

Full Changelog: spectreconsole/spectre.console@0.57.1...0.57.2

0.57.1

What's Changed

  • GH2153: Fix async stack traces rendering as MoveNext() instead of source methods by @​devlead in #​2154

Full Changelog: spectreconsole/spectre.console@0.57.0...0.57.1

0.57.0

What's Changed

Full Changelog: spectreconsole/spectre.console@0.56.0...0.57.0

0.56.0

What's Changed

New Contributors

Full Changelog: spectreconsole/spectre.console@0.55.2...0.56.0

Commits viewable in compare view.

Updated System.Drawing.Common from 10.0.7 to 10.0.12.

Release notes

Sourced from System.Drawing.Common's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Thoth.Json.Core from 0.9.0 to 0.9.1.

Release notes

Sourced from Thoth.Json.Core's releases.

No release notes found for this version range.

Commits viewable in compare view.

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps docfx from 2.78.5 to 2.80.1
Bumps fable from 5.11.0 to 5.17.2
Bumps Fable.Python from 5.4.0 to 5.5.0
Bumps fsdocs-tool from 22.0.0 to 22.2.0
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.10.1
Bumps Spectre.Console from 0.55.2 to 0.57.2
Bumps System.Drawing.Common from 10.0.7 to 10.0.12
Bumps Thoth.Json.Core from 0.9.0 to 0.9.1

---
updated-dependencies:
- dependency-name: docfx
  dependency-version: 2.80.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: fable
  dependency-version: 5.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fable.Python
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fable.Python
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fable.Python
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fable.Python
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: fsdocs-tool
  dependency-version: 22.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.10.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.10.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.10.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.10.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.10.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Spectre.Console
  dependency-version: 0.57.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: System.Drawing.Common
  dependency-version: 10.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Thoth.Json.Core
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Thoth.Json.Core
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Thoth.Json.Core
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
...

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 Sep 21, 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