cognitedata / oryx

.NET Cross platform and highly composable middleware for building web request handlers in F#
Apache License 2.0
202 stars 10 forks source link

chore(deps): update dependency fantomas to v6.3.9 #151

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fantomas (source) 6.3.4 -> 6.3.9 age adoption passing confidence

Release Notes

fsprojects/fantomas (fantomas) ### [`v6.3.9`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#639---2024-06-10) ##### Fixed - Invalid location of comma when using named parameters for a class. [#​2865](https://togithub.com/fsprojects/fantomas/issues/2865) ### [`v6.3.8`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#638---2024-06-06) ##### Fixed - Fix loss of tuple type annotation without parens. [#​2942](https://togithub.com/fsprojects/fantomas/issues/2942) - Fix precedence change of `||>` due to inserted newline. [#​2866](https://togithub.com/fsprojects/fantomas/issues/2866) ### [`v6.3.7`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#637---2024-06-01) ##### Fixed - Fix case determination issue with ExprAppNode and ExprParenNode. [#​2998](https://togithub.com/fsprojects/fantomas/issues/2998) ### [`v6.3.6`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#636---2024-06-01) ##### Fixed - Fix case determination issue with ExprAppSingleParenArgNode. [#​3088](https://togithub.com/fsprojects/fantomas/issues/3088) ### [`v6.3.5`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#635---2024-05-30) ##### Fixed - Idempotency problem when \_.Property shorthand. [#​3050](https://togithub.com/fsprojects/fantomas/issues/3050)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.54%. Comparing base (8e7ce8e) to head (31def0e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #151 +/- ## ======================================= Coverage 77.54% 77.54% ======================================= Files 9 9 Lines 677 677 Branches 38 38 ======================================= Hits 525 525 Misses 126 126 Partials 26 26 ```