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.6.5 #83

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Fantomas from 4.5.12 to 4.6.5.

Changelog

Sourced from Fantomas's changelog.

[4.6.5] - 2022-02-18

Changed

Fixed

  • Error formatting defines #if (!DEBUG) ... #endif (no #else). #2098
  • Single block comment in namespace is disappearing. #1951
  • Unexpected newline added before let bang. #1932
  • Creating anonymous record based on a function call with a list arg fails. #1749
  • Access modifier is lost in extern declaration. #1213
  • Unexpected indentation in if-else when using keep_if_then_in_same_line=true. #1160

Documentation

  • Add additional information about the style guide in CONTRIBUTING.md. #2078
  • Fix FSharp compiler docs link for SynExpr. #2082
  • Fix FSharp compiler docs link for SynExpr.DotGet expression. #2084
  • Pre push hook to ensure code is formatted on upload. #2085
  • Explain what's needed to close issues, that aren't reproducible anymore. #2092

[4.6.4] - 2022-02-11

Fixed

  • type declaration loses 'when' qualifier. #2075
  • Comments in anonymous record values are deleted. #2067
  • Comment after [] is lost, more common in records. #2043
  • Named argument should have a space. #1877

[4.6.3] - 2022-02-08

Documented

  • Running fake build locally. #2056
  • Replace Gitter with Discord. #2070

Fixed

  • Spaces are lost in multi range expression. #2071

[4.6.2] - 2022-02-06

Fixed

  • Comment in method chain gets deleted. #2062
  • Idempotency and correctness problem when using multiple if statements as list comprehension. #2055
  • Comment inside LongIdentWithDots not preserved. #2027
  • Consecutive #load statements are merged into one line if namespace is declared below. #2014
  • Line of code including a backward composition operator causes error. #1998

[4.6.1] - 2022-02-01

Fixed

  • Type parameter comment lost in formatting. #2052

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

@dependabot rebase

ErikSchierboom commented 2 years ago

@dependabot rebase

dependabot[bot] commented 2 years ago

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

ErikSchierboom commented 2 years ago

@dependabot rebase

dependabot[bot] commented 2 years ago

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot[bot] commented 2 years ago

Superseded by #91.