Skip to content

Bump the all-nuget group with 3 updates#4674

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/fable-standalone/src/Worker/all-nuget-b202152779
Open

Bump the all-nuget group with 3 updates#4674
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/fable-standalone/src/Worker/all-nuget-b202152779

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Updated Expecto from 10.2.3 to 11.0.0.

Release notes

Sourced from Expecto's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Fable.Core from 5.0.0 to 5.1.0.

Release notes

Sourced from Fable.Core's releases.

5.1.0

🚀 Features

  • (js/ts/python) Add missing standard DateTime format specifiers for JS/TS and Python (#​4547) (90f5eb7)
  • (js/ts/python) Add missing StringBuilder.Append overloads for numeric types (#​4568) (b402c30)

🐞 Bug Fixes

  • Check MSBuild exit code instead of stderr for project cracker failure detection (#​4564) (914a616)
  • [JS/TS] Fix DatetimeOffset.ToString("s") (#​4596) (3ce6f3f)
  • [Rust] Update hashing and datetime tests (#​4613) (9d39037)
  • (all) Duplicate LetRec bindings during inline expansion (#​4592) (62612a5)
  • (all) Forward --pathmap: option to FCS so CallerFilePath respects (PathMap) (#​4585) (764c383)
  • (all) Fix super call in multi-level generic class hierarchy using wrong mangled name (#​4414) (db1d4d2)
  • (beam) Handle string binaries in Seq enumerator (#​4591) (6e78058)
  • (js/ts) Fix JSX props with long string values causing compile error (fixes #​3839) (#​4545) (d828a46)
  • (js/ts) Fix datetime custom format off by one year (#​4558) (83bdbb5)
  • (js/ts) Hex format specifier uses no padding unless precision is specified (#​4603) (ba9857a)
  • (js/ts) Fix Decimal.GetBits returning incorrect mantissa after round arithmetic result (#​4561) (345bcd4)
  • (js/ts) Fix G/g format specifier corrupting exponential notation when trimming trailing zeros (#​4587) (773c098)
  • (js/ts) Add support for match clauses in JSX.create (#​4620) (616edca)
  • (js/ts) Don't spread last arg in String.Concat call (#​4621) (3de580e)
  • (js/ts) Inline AttachMembers members at call sites (#​4622) (63bcd3d)
  • (js/ts/python) Fix FSharpOption not recognized as union type in F# reflection (#​4529) (d78a37d)
  • (python) Fix regex lookbehind patterns being incorrectly converted (#​4560) (4ce5cd7)
  • (python) Avoid duplicate captured argument in hoisted guards (#​4610) (#​4611) (90aec48)
  • (ts) Enforce browser-only compatibility in fable-library-ts tsconfig (#​4563) (10c81c1)

View changes on Github

Commits viewable in compare view.

Updated Fable.Python from 5.1.0 to 5.2.0.

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 Expecto from 10.2.3 to 11.0.0
Bumps Fable.Core from 5.0.0 to 5.1.0
Bumps Fable.Python from 5.1.0 to 5.2.0

---
updated-dependencies:
- dependency-name: Expecto
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget
- dependency-name: Expecto
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget
- dependency-name: Expecto
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget
- dependency-name: Expecto
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget
- dependency-name: Fable.Core
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget
- dependency-name: Fable.Core
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget
- dependency-name: Fable.Python
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Python Type Checking Results (Pyright)

Metric Value
Total errors 34
Files with errors 4
Excluded files 4
New errors ✅ No
Excluded files with errors (4 files)

These files have known type errors and are excluded from CI. Remove from pyrightconfig.ci.json as errors are fixed.

File Errors Status
temp/tests/Python/test_hash_set.py 18 Excluded
temp/tests/Python/test_applicative.py 12 Excluded
temp/tests/Python/test_nested_and_recursive_pattern.py 2 Excluded
temp/tests/Python/fable_modules/thoth_json_python/encode.py 2 Excluded

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants