exercism / fsharp-test-runner

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

Bump Fantomas from 4.5.12 to 4.7.3 #94

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Fantomas from 4.5.12 to 4.7.3.

Changelog

Sourced from Fantomas's changelog.

[4.7.3] - 2022-03-12

Fixed

  • Option parameter name is lost in tuple. #2144
  • Trivia between XmlDoc and member is not printed. #2147
  • Emit correct keyword for properties with both getter and setter specified #2129
  • Duplicate ///-comments when immediately preceded by a //-comment. #2152

[4.7.2] - 2022-03-11

Fixed

  • Reordering comments on modules. #2141

[4.7.1] - 2022-03-08

Fixed

  • Comment after equals is remove in anonymous record. #1921
  • Comment after equals in record type is lost. #2001
  • Comment after match keyword is lost. #1851
  • Preserve in keyword on next line. #1182
  • Remove Ionide.KeepAChangelog.Tasks and Dotnet.ReproducibleBuilds as NuGet dependencies. #2131
  • Comment lost between attribute and member. #2130

[4.7.0] - 2022-03-04

Changed

  • Always add a space for multiple curried args invocation. #2087
  • Update FCS to 41.0.3. #2122
  • Print XML Document comments from AST. #1878

[4.6.6] - 2022-03-04

Changed

  • Update .NET SDK to 6.0.200. #2105
  • Lock FCS version in Fantomas nuspec. #2118

Fixed

  • Keep copyInfo for record fixed at starting column. #2109
  • Unexpected expression: Fixed. #2112

Documentation

  • Fixed typo in Formatting-Elmish-code.md #2120

[4.6.5] - 2022-02-18

Changed

Fixed

  • Error formatting defines #if (!DEBUG) ... #endif (no #else). #2098

... (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 #95.