Skip to content

Bump fantomas from 8.0.2 to 8.0.4 - #120

Merged
tiksn merged 1 commit into
mainfrom
dependabot/nuget/dot-config/fantomas-8.0.4
Sep 23, 2026
Merged

tiksn merged 1 commit into
mainfrom
dependabot/nuget/dot-config/fantomas-8.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor

Updated fantomas from 8.0.2 to 8.0.4.

Release notes

Sourced from fantomas's releases.

8.0.4

8.0.4

Fixed

  • Infix operator with a computation expression on the right-hand side produces invalid code. x := { ... } was read as a computation expression named (:=) x and printed as := x { ... }, which does not compile. It is now an infix application and printed as written. #​3494
  • Comment after a parameter of an extern binding with attributes is lost. The range of such a binding stopped at its name, so a comment after one of its parameters was not attached to anything. The binding now spans up to its closing parenthesis. #​3494
  • Comment after a parameter of a multiline extern binding gets two spaces in front of it. The comma at the end of the line kept its trailing space, and the comment added its own. #​3494
  • in keyword of let! moves to the last and! binding. The parser keeps one in for a let! and its and! bindings, and it always went to the last one. It now stays after the binding it followed. #​3494

Special thanks to @​nojaf!

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

8.0.3

8.0.3

Fixed

  • Second block comment on a line is lost and the next expression moves onto the comment line. A line that holds several comments and no code, such as (* b *) (* c *), was read as one block comment next to code per comment, and there was no code on that line to attach them to. The first one ended up in front of the next expression, pulling it onto the comment line, and the others were dropped. Such a line is now one comment on a line of its own, printed as it was written. #​3487
  • Idempotency problem when a comment follows a multiline infix expression in a let binding. A comment on its own line after c + and d, at the column of both, was attached to d rather than to c + d. That made the expression multiline, so the operator moved to the start of the next line, and on the next format the comment went to the whole expression and it was joined onto one line again. An indented comment now goes after the outermost preceding node that starts a line at its column, and only falls back to a node further along a line when there is none. #​3488

Special thanks to @​nojaf!

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

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

---
updated-dependencies:
- dependency-name: fantomas
  dependency-version: 8.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@tiksn
tiksn merged commit 3f48765 into main Sep 23, 2026
12 of 22 checks passed
@dependabot
dependabot Bot deleted the dependabot/nuget/dot-config/fantomas-8.0.4 branch September 23, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant