exercism / fsharp-test-runner

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

Bump Fantomas.Core from 5.1.5 to 5.2.4 #159

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Fantomas.Core from 5.1.5 to 5.2.4.

Release notes

Sourced from Fantomas.Core's releases.

March 17th Release

5.2.4

Fixed

  • Idempotency problem with module abbreviation in signature file. #2792

Changed

  • Update FCS to 'Fix range for ModuleAbbrev...', commit 62dfce601573f44779b9c890e8944826f5ccfef0

Special thanks to @​nojaf

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

March 6th Release

5.2.3

Fixed

  • Duplicate newline in else if. #2752
  • Try-with expression with long when guard - when breaking line, add a double indent when the indent_size is lower than the default 4 spaces. #2784

Special thanks to @​majocha @​theimowski

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

February 21st Release

5.2.2

Fixed

  • Fixes comma breaking with lambda in tuple. #2771

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

Special thanks to @​TheAngryByrd!

February 4th Release

5.2.1

Fixed

  • Conditional defines around selfIdentifier in implicit type constructor. #2733
  • Insert extra spaces around index between method calling and member variable accessing. #2760
  • Exception caused by long line over 80 characters including method calling and member indexing. #2761

Changed

  • Update FCS to 'Add SynMemberDefnImplicitCtorTrivia', commit 924a64e8e40c840f05fbe7113796f267dd603282

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

January release

... (truncated)

Changelog

Sourced from Fantomas.Core's changelog.

[5.2.4] - 2023-03-17

Fixed

  • Idempotency problem with module abbreviation in signature file. #2792

Changed

  • Update FCS to 'Fix range for ModuleAbbrev...', commit 62dfce601573f44779b9c890e8944826f5ccfef0

[5.2.3] - 2023-03-06

Fixed

  • Duplicate newline in else if. #2752
  • Try-with expression with long when guard - when breaking line, add a double indent when the indent_size is lower than the default 4 spaces. #2784

[5.2.2] - 2023-02-18

Fixed

  • Fixes comma breaking with lambda in tuple. #2771

[5.2.1] - 2023-02-04

Fixed

  • Conditional defines around selfIdentifier in implicit type constructor. #2733
  • Insert extra spaces around index between method calling and member variable accessing. #2760
  • Exception caused by long line over 80 characters including method calling and member indexing. #2761

Changed

  • Update FCS to 'Add SynMemberDefnImplicitCtorTrivia', commit 924a64e8e40c840f05fbe7113796f267dd603282

[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

... (truncated)

Commits
  • 4adc8c1 Merge pull request #2793 from nojaf/fix-2792
  • 937202d Update fcs to Fix range for ModuleAbbrev, 62dfce601573f44779b9c890e8944826f5c...
  • 90b827f Construct custom range for SynModuleSigDecl.ModuleAbbrev.
  • 9cbd9bb release notes for 5.2.3 (#2786)
  • 45c569d Merge pull request #2785 from theimowski/fix-2784
  • 23a92c8 try-with expression with long when guard - when breaking line, add a double i...
  • 05b24cd add a FAQ entry about the effects of the new indexing syntax on older code (#...
  • 377e4dc Ensure extra newlines are not added when formatting else if (#2782)
  • a7ed99f Merge pull request #2776 from TheAngryByrd/2771-comma-breaks-code
  • 9b90b56 Fixes command breaking with lambda in tuple, #2771
  • Additional commits viewable in compare view


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 #165.