Skip to content

Bump fable and fantomas #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Updated fable from 4.24.0 to 4.25.0.

Release notes

Sourced from fable's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated fantomas from 6.2.3 to 7.0.3.

Release notes

Sourced from fantomas's releases.

7.0.3

7.0.3

Fixed

  • Application in indexed set should not be multiline. #​1999

Special thanks to @​Numpsy and @​nojaf!

https://www.nuget.org/packages/fantomas/7.0.3

7.0.2

7.0.2

Changed

  • Print version at beginning of execution when detailed verbosity is set. 3148

Fixed

  • Anonymous records in interpolated strings. #​3162
  • Preserve backticks in active pattern idents. #​3126
  • New lines are added after comment in measure type. #​3145
  • Idempotency problem with comments in applications on lambda expressions. #​3128

Special thanks to @​alex-de-oliveira and @​dawedawe!

https://www.nuget.org/packages/fantomas/7.0.2

7.0.1

7.0.1

Fixed

  • Add missing 'MultilineBracketStyle' in the returned configuration JSON. #​3151

Special thanks to @​MangelMaxime, @​nojaf!

https://www.nuget.org/packages/fantomas/7.0.1

7.0.0

7.0.0 Spillways - 01/2025

Miscellaneous

  • Stable release.

Special thanks to @​nojaf!

https://www.nuget.org/packages/fantomas/7.0.0

6.3.16

6.3.16

Fixed

  • Idempotency problem when calling multi-line discriminated union with generic type parameter. #​3132

Special thanks to @​Leaxe and @​nojaf!

https://www.nuget.org/packages/fantomas/6.3.16

6.3.15

6.3.15

Fixed

  • Non needed parentheses are added around lambda call from tuple/members #​3082

Special thanks to @​johnW-ret!

https://www.nuget.org/packages/fantomas/6.3.15

6.3.14

6.3.14

Fixed

  • Idempotency problem when _.Property shorthand with record value. #​3120

Special thanks to @​AsmusAB!

https://www.nuget.org/packages/fantomas/6.3.14

6.3.13

6.3.13

Fixed

  • Idempotency problem when adding members to a single case union without a pipe #​3102

Special thanks to @​joprice!

https://www.nuget.org/packages/fantomas/6.3.13

6.3.12

6.3.12

Fixed

  • Fantomas deletes attributes from getters. #​3114

Special thanks to @​MikaelUmaN and @​nojaf!

https://www.nuget.org/packages/fantomas/6.3.12

6.3.11

6.3.11

Fixed

  • F# Range Operator (..) with negative numbers produces invalid F# code and idempotent. #​3105

Special thanks to @​nojaf!

https://www.nuget.org/packages/fantomas/6.3.11

6.3.10

6.3.10

Changed

  • Update FCS to 'Allow ParsedHashDirectives to take non string arguments', commit 836d4e0603442d6053c8d439993a022501cae494 #​3096

Fixed

  • Regression with dot lambda args being pushed out too far. #​3097

Special thanks to @​dawedawe and @​nojaf!

https://www.nuget.org/packages/fantomas/6.3.10

6.3.9

6.3.9

Fixed

  • Invalid location of comma when using named parameters for a class. #​2865

Special thanks to @​dawedawe!

https://www.nuget.org/packages/fantomas/6.3.9

6.3.8

6.3.8

Fixed

  • Fix precedence change of ||> due to inserted newline. #​2866

Special thanks to @​dawedawe!

https://www.nuget.org/packages/fantomas/6.3.8

6.3.7

6.3.7

Fixed

  • Fix case determination issue with ExprAppNode and ExprParenNode. #​2998

Special thanks to @​dawedawe!

https://www.nuget.org/packages/fantomas/6.3.7

6.3.6

6.3.6

Fixed

  • Fix case determination issue with ExprAppSingleParenArgNode. #​3088

Special thanks to @​dawedawe!

https://www.nuget.org/packages/fantomas/6.3.6

6.3.5

6.3.5

Fixed

  • Idempotency problem when _.Property shorthand. #​3050

Special thanks to @​dawedawe!

https://www.nuget.org/packages/fantomas/6.3.5

6.3.4

6.3.4

Fixed

  • Regression: An empty line or comment at the end of a list breaks Stroustrup formatting. #​3079

Special thanks to @​Linschlager and @​app/dependabot!

https://www.nuget.org/packages/fantomas/6.3.4

6.3.3

6.3.3

Fixed

  • FormatASTAsync loses single quotes for characters. #​3076

Special thanks to @​ErikSchierboom!

https://www.nuget.org/packages/fantomas/6.3.3

6.3.2

6.3.2

Changed

  • Update FCS to 'Add SynExprSequentialTrivia', commit 050271d631956a4e0d0484a583d38236b727a46d #​3075

Fixed

  • Fantomas corrupts an explicit constructor with then clause. #​3074

Special thanks to @​nojaf!

https://www.nuget.org/packages/fantomas/6.3.2

6.3.1

6.3.1

Fixed

  • HashDirective before closing ]. #​3070

Special thanks to @​nojaf!

https://www.nuget.org/packages/fantomas/6.3.1

6.3.0

6.3.0 Zenith - 03/2024

Hi all,

This release adds support for some F# 8 features:

  • Add support for while!#​2977
  • Fantomas does not support extended interpolated strings #​3012

And has a few stylistic changes:

Special thanks to @​Smaug123, @​dawedawe and @​nojaf!

https://www.nuget.org/packages/fantomas/6.3.0

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps fable from 4.24.0 to 4.25.0
Bumps fantomas from 6.2.3 to 7.0.3

---
updated-dependencies:
- dependency-name: fable
  dependency-version: 4.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: fantomas
  dependency-version: 7.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Jul 28, 2025
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