exercism / fsharp-test-runner

GNU Affero General Public License v3.0
4 stars 9 forks source link

Bump Fantomas.FCS from 5.1.5 to 5.2.0 #146

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Fantomas.FCS from 5.1.5 to 5.2.0.

Release notes

Sourced from Fantomas.FCS's releases.

January release

5.2.0 Darkness At The Heart Of My Love - 01/2023

Dear all,

After some regression testing, we have determined that v5.2 is stable and we want to move forward with it. v5.2 brought us "Project Dallas", a signification rewrite in our codebase where we construct our own syntax tree. Project Dallas was the groundwork for v6.0 and was introduced to streamline the experience for newcomers. You can read more about "Project Dallas" in this blog post.

Notable end-user changes:

  • Update config to accept a single option for multiline_bracket_style. #2425. Please update your .editorconfig as we will deprecate the existing settings in v6 (See #2710)
  • Support for fluent chains. (See fsharp/fslang-design#688)
  • Various Stroustrup improvements. (Special thanks to josh-degraw for all his work!)
  • Numerous bug fixes.

Special thanks to @​dawedawe and @​josh-degraw!

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

v5.2.0-alpha-012

Fixed

  • Trivia before open statement is not preserved. #2704
  • Type app identifier is considered as an expression. #2705
  • Subsequent identifier links in chain should be on the same line. #2712
  • Delegate with many parameters result in a compilation error. #1514
  • MultiLineLambdaClosingNewline + ExperimentalStroustrupStyle is not displaying very well for some use cases. #2378

Special thanks to @​dawedawe & @​josh-degraw!

https://www.nuget.org/packages/fantomas/5.2.0-alpha-012

v5.2.0-alpha-011

Hi all,

Due to recently discovered bugs, we have decided to revert 5.2.0 back to the alpha stage. The primary reason to do this was to solve fsprojects/fantomas#2685. This bug was very hard to solve without making any stylistic changes (as we try to ensure in the beta stage). In order to solve #2685 we had to revisit the chained expressions altogether. More details about this can be found at fsharp/fslang-design#688 and fsprojects/fantomas#2696.

v5.2.0-beta-001 is unlisted on NuGet and the GitHub release page was deleted. Note that the tag still remains. Apologies for any inconvenience. We wish to wrap up v5.2 in the near future, so please test out this release.

Fixed

  • Stroustrup: Two lists given directly as parameters, break code #2681

... (truncated)

Changelog

Sourced from Fantomas.FCS's changelog.

[5.2.0] - 2023-01-19

Fixed

  • Optional constructor arguments are lost. #2718
  • Bad format result with SynExpr.DotSet. #2000
  • Empty nested module. #2721
  • Optional parameter lost backticks. #2731

[5.2.0-alpha-012] - 2023-01-14

Fixed

  • Trivia before open statement is not preserved. #2704
  • Type app identifier is considered as an expression. #2705
  • Subsequent identifier links in chain should be on the same line. #2712
  • Delegate with many parameters result in a compilation error. #1514
  • MultiLineLambdaClosingNewline + ExperimentalStroustrupStyle is not displaying very well for some use cases. #2378

[5.2.0-alpha-011] - 2023-01-12

Fixed

  • Stroustrup: Two lists given directly as parameters, break code #2681
  • fsharp_experimental_stroustrup_style=true breaks on types with nested anonymous records. #2413
  • Stroustrup style breaks on nested records. #2587
  • Unit is lost inside dot get chain. #2683
  • Piped multiline application is indented too far. #2682
  • Comment not assigned to first parameter in constructor. #2692
  • Stroustrup: Type alias for anonymous record type. #2179
  • Space before lambda should not occur in chain. #2685
  • Trivia inside chained lambda is not restored correctly. #2686
  • SpaceBeforeUppercaseInvocation not respected in TypeApp DotGet. #2700

[5.2.0-alpha-010] - 2022-12-30

Fixed

  • Conditional compilation of a declaration is lost. #640
  • Block comment is not assigned to trivia node. #2490

[5.2.0-alpha-009] - 2022-12-29

Fixed

  • ifdef removed when used on inline keyword in function. #2017

Changed

  • Update FCS to 'Include inline in trivia', commit e30d14cb46f290050ac8e2bbea5e9b804b97bdde

[5.2.0-alpha-008] - 2022-12-28

Fixed

  • else followed by //comment and then if has incorrect indention. #2449
  • Multiple List concat operators are not seen as the same operator. #2472

... (truncated)

Commits


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 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 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)
dependabot[bot] commented 1 year ago

Superseded by #150.