exercism / fsharp-test-runner

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

Bump Fantomas.Core from 5.0.6 to 5.1.1 #127

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Fantomas.Core from 5.0.6 to 5.1.1.

Release notes

Sourced from Fantomas.Core's releases.

November 7th Release

5.1.1

Fixed

  • Comment is removed when using array index access syntax, without a leading dot. #2611
  • Interface in object expression is not printed. #2604

Special thanks to @​nojaf

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

November release

5.1.0 Kaisarion - 11/2022

Dear all,

This release marks v5.1 as the next stable version of Fantomas. The most notable changes are:

The full changelog can be found here.

Special thanks to @​dawedawe and @​stefan-schweiger.

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

Changelog

Sourced from Fantomas.Core's changelog.

[5.1.1] - 2022-11-07

Fixed

  • Comment is removed when using array index access syntax, without a leading dot. #2611
  • Interface in object expression is not printed. #2604

[5.1.0] - 2022-11-04

Changed

  • Official release.

[5.1.0-beta-002] - 2022-10-29

Fixed

  • Idempotency problem with struct end. #2592
  • Idempotency problem when having a comment in an anonymous record and Stroustrup formatting. #2566
  • AlternativeLongMemberDefinitions breaks spacing around type Blah as this. #2598
  • Outdenting problem when specifying record with accessibility modifier. #2597

[5.1.0-beta-001] - 2022-10-19

Fixed

  • Comments get removed for method parameter with attribute. #2585

Changed

  • Update FCS to 'TypeDefn and NamespaceOrModule leading trivia', commit 7d115d56cde12006dd26a3c5babd702df451b8e8

[5.1.0-alpha-007] - 2022-10-14

Changed

  • Revert multiline alternative for prefix types. #2582

[5.1.0-alpha-006] - 2022-10-14

Changed

  • Formatting of anonymous record types respects fsharp_multiline_block_brackets_on_same_column. #1167
  • Update FCS to 'Leading keyword synbinding', commit 05201993cfaac663c72b6431d81f543e3d001dfe

[5.1.0-alpha-005] - 2022-10-07

Changed

Fixed

  • Comments in SynArgPats.NamePatPairs are lost. #2541
  • Vanity alignment used inside base ctor call. #2111
  • Add line break before start of argument list. #2335

... (truncated)

Commits
  • 214c88e Merge pull request #2616 from dawedawe/rn-5.1.1
  • ceff6b5 Add release notes for 5.1.1
  • cf7d9f8 Merge pull request #2613 from nojaf/fix-2604
  • 1970a32 Remove redundant open
  • 18a97bd Stricter check for default interface member consumption in object expression.
  • af38264 Merge pull request #2615 from nojaf/sponsor-dawedawe
  • 51ead9b Add dawedawe to FUNDING.yml
  • af4c792 Merge pull request #2612 from dawedawe/fix-2611
  • aa17e1c Add parentheses around index construction
  • 8090f7c Extend IndexWithoutDotExpr with the range of the ArrayOrList to fix 2611
  • 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 #129.