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

Update dependency fantomas to v6.2.3 #132

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

fsprojects/fantomas (fantomas) ### [`v6.2.3`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#623---2023-11-2) ##### Fixed - Crash when trying to format indexed property with three arguments. [#​2971](https://togithub.com/fsprojects/fantomas/issues/2971) ### [`v6.2.2`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#622---2023-10-18) ##### Fixed - Space before should not be introduced for index expression. [#​2965](https://togithub.com/fsprojects/fantomas/issues/2965) ### [`v6.2.1`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#621---2023-09-18) ##### Fixed - Backticks in optional parameter gets removed [#​2954](https://togithub.com/fsprojects/fantomas/issues/2954) - Ticks in namespace are lost [#​2959](https://togithub.com/fsprojects/fantomas/issues/2959) ### [`v6.2.0`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#620---2023-08-29) ##### Changed - Update FCS to 'Included get,set in range of AutoProperty', commit [`d508186`](https://togithub.com/fsprojects/fantomas/commit/d508186f510681d1261291474e3f9f25485999a8) - Update FCS to 'Add a Paren case to SynRationalConst', commit [`97a5b65`](https://togithub.com/fsprojects/fantomas/commit/97a5b6584b54707e3e8541fe758e1aa22132a8fe) ##### Added - Initial support for `SynExpr.DotLambda` [#​2920](https://togithub.com/fsprojects/fantomas/pull/2920) (See [dotnet/fsharp#13907](https://togithub.com/dotnet/fsharp/pull/13907)) - Initial support for `SynType.Intersection` [#​2920](https://togithub.com/fsprojects/fantomas/pull/2920) (See [dotnet/fsharp#15413](https://togithub.com/dotnet/fsharp/pull/15413)) ##### Fixed - Comment no longer attached to autoproperty. [#​2948](https://togithub.com/fsprojects/fantomas/issues/2948) - `begin`/`end` are replaced with parens. [#​2368](https://togithub.com/fsprojects/fantomas/issues/2368) - Block comment in Rational between lparen and numerator is moved before lparen. [#​2930](https://togithub.com/fsprojects/fantomas/issues/2930) - Block comment in Rational between / and denominator is moved before /. [#​2932](https://togithub.com/fsprojects/fantomas/issues/2932) - Block comment in Rational between denominator and rparen is moved behind rparen. [#​2933](https://togithub.com/fsprojects/fantomas/issues/2933) ### [`v6.1.3`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#613---2023-08-25) ##### Changed - Update FCS to 'Add some more ranges to SynMeasure for tooling support', commit [`6ed38fc`](https://togithub.com/fsprojects/fantomas/commit/6ed38fcb360a0015828973b1f32cd2ea6b58c6ad) ##### Fixed - Block comment in Rational between numerator and `/` is lost. [#​2931](https://togithub.com/fsprojects/fantomas/issues/2931) - Block comment between `^-` and exponent in SynMeasure.Power is lost. [#​2937](https://togithub.com/fsprojects/fantomas/issues/2937) - Block comment between measure1 and / is moved between / and measure2 in SynMeasure.Divide. [#​2934](https://togithub.com/fsprojects/fantomas/issues/2934) - Block comment between measure1 and \* is moved between \* and measure2 in SynMeasure.Product. [#​2935](https://togithub.com/fsprojects/fantomas/issues/2935) - Block comment between ^ and exponent in SynMeasure.Power is lost. [#​2936](https://togithub.com/fsprojects/fantomas/issues/2936) - Opening parens make unstable/incorrect indentation for an Enum wrapping a record. [#​2943](https://togithub.com/fsprojects/fantomas/issues/2943) ### [`v6.1.2`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#612---2023-07-23) ##### Changed - Update FCS to 'Add trivia information to SynConst.Measure', commit [`7b5e128`](https://togithub.com/fsprojects/fantomas/commit/7b5e12842d673b7daa467e0091378bf4acc95e4f) ##### Fixed - Left out lhs in SynMeasure.Divide should not be restored as SynMeasure.One. [#​2926](https://togithub.com/fsprojects/fantomas/issues/2926) - Block comments in measure are lost or restored twice and in wrong place. [#​2927](https://togithub.com/fsprojects/fantomas/issues/2927) ### [`v6.1.1`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#611---2023-06-29) ##### Changed - Update FCS to 'Remove unused open in SyntaxTree.fs', commit [`9c8b419`](https://togithub.com/fsprojects/fantomas/commit/9c8b4192966e6554adc5dcc8973f2a23c8fa2722) ### [`v6.1.0`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#610---2023-06-28) ##### Fixed - Additional newline for interface in object expression. [#​2914](https://togithub.com/fsprojects/fantomas/issues/2914) ### [`v6.0.8`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#608---2023-06-20) ##### Fixed - Inline keyword is missing in property [#​2908](https://togithub.com/fsprojects/fantomas/issues/2908) ### [`v6.0.7`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#607---2023-06-20) ##### Fixed - Private keyword is lost from getter with unit. [#​2906](https://togithub.com/fsprojects/fantomas/issues/2906) ### [`v6.0.6`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#606---2023-06-19) ##### Fixed - Setter is also private. [#​2902](https://togithub.com/fsprojects/fantomas/issues/2902) ### [`v6.0.5`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#605---2023-06-06) ##### Fixed - Idempotency problem when reformatting type declaration with large when clause. [#​2896](https://togithub.com/fsprojects/fantomas/issues/2896) ### [`v6.0.4`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#604---2023-06-02) ##### Changed - Update FCS to 'Prototype signature files for lex files', commit [`5b74995`](https://togithub.com/fsprojects/fantomas/commit/5b74995780a0e9d24a5db025e68b31e6d910f71f) ##### Fixed - Missing space before arrow. [#​2888](https://togithub.com/fsprojects/fantomas/issues/2888) - Cons pattern in let bindings is converted to invalid code. [#​1996](https://togithub.com/fsprojects/fantomas/issues/1996) - Trivia after infix operator is not restored correctly. [#​2887](https://togithub.com/fsprojects/fantomas/issues/2887)

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 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@bcae57b). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #132   +/-   ##
=========================================
  Coverage          ?   77.58%           
=========================================
  Files             ?        9           
  Lines             ?      687           
  Branches          ?       41           
=========================================
  Hits              ?      533           
  Misses            ?      127           
  Partials          ?       27