exercism / fsharp-test-runner

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

Bump Fantomas from 4.5.12 to 5.0.0 #113

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Fantomas from 4.5.12 to 5.0.0.

Release notes

Sourced from Fantomas's releases.

September release

5.0.0 Get Back - 09/2022

Dear all,

This release marks v5 as the next stable version of Fantomas. More information on the contents of v5 can be found in this blog post. The technical changes are described in this blog post.

On a personal note, I would like to dedicate this release to Alexander Scammon and Sir James Paul McCartney for inspiring me to embrace some community influence.

In case you may have missed it, we now have a website and a brand new documentation website. We would like to thank @​alanlomeli for his efforts on the documentation.

Finally, yet importantly, we can only say tremendous thanks to every involved contributor and friend of the project. No specific order we would like to thank: @​dawedawe, @​jindraivanek, @​edgarfgp, @​DedSec256, @​baronfel, @​alanlomeli, @​thinkbeforecoding, @​mataha, @​theimowski, @​josh-degraw, @​cgravill, @​sheridanchris, @​njlr, @​sergey-tihon, @​dsyme, @​isaacabraham, @​Smaug123, @​safesparrow, @​c-rindi, @​jgiannuzzi and @​stackedsax.

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

v5.0.0-beta-010

5.0.0-beta-010

Fixed

  • Record definition with accessibility modifier error using stroustrup style. #2481
  • Comments between tuple type are lost. #2149
  • Stack overflow on macOS with a big source-file. #2485

Special thanks to @​sheridanchris, @​alanlomeli and @​njlr !

https://www.nuget.org/packages/fantomas/5.0.0-beta-010

v5.0.0-beta-009

5.0.0-beta-009

Fixed

  • --check should fail if the number of newlines is different. #2461
  • Comment after closing brace of computation expression is lost. #2466
  • Match statements should not be split into separate lines between parentheses. #2044

Special thanks to @​dawedawe!

https://www.nuget.org/packages/fantomas/5.0.0-beta-009

v5.0.0-beta-008

5.0.0-beta-008

Fixed

... (truncated)

Changelog

Sourced from Fantomas's changelog.

[5.0.0] - 2022-09-16

Fixed

  • Open statement after module should get a newline before it. #2502

[5.0.0-beta-010] - 2022-09-10

Fixed

  • Record definition with accessibility modifier error using stroustrup style. #2481
  • Comments between tuple type are lost. #2149
  • Stack overflow on macOS with a big source-file. #2485

[5.0.0-beta-009] - 2022-09-02

Fixed

  • --check should fail if the number of newlines is different. #2461
  • Comment after closing brace of computation expression is lost. #2466
  • Match statements should not be split into separate lines between parentheses. #2044

[5.0.0-beta-008] - 2022-08-30

Fixed

  • List of functions misaligned and breaks (Elmish). #2158
  • Idempotency problem when Elmish Html. #2195
  • Splitting list results in code that doesn't compile. #2201
  • Idempotency problem when using a list with interpolated strings. #2242
  • Idempotency problem when using set and spread syntax. #2392
  • Formatting (*) returns ( * ). #2452
  • Comment after last case of function with operator is removed. #2454
  • Trailing whitespace in block comments should be preserved. #2450

[5.0.0-beta-007] - 2022-08-19

Fixed

  • abstract with docstring and comment gets split up. #2433
  • Invalid removal of space in operator which starts with *. #2434
  • Incorrect concatenation of lines with functions. #2435

[5.0.0-beta-006] - 2022-08-12

Fixed

  • Wrong comma placement results in "Possible incorrect indentation". #2159
  • Indentation warning for update record in infix operation. #2355
  • Use of A | B as c fails to format correctly. #2289

Changed

  • Update FCS to 'Include star in topTupleType rule', commit f8b56cb6db3c90348810263fd7a5d37dc5719e92

[5.0.0-beta-005] - 2022-08-03

... (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 2 years ago

Superseded by #114.