Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Fantomas.Core from 5.1.5 to 6.0.6 #186

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps Fantomas.Core from 5.1.5 to 6.0.6.

Release notes

Sourced from Fantomas.Core's releases.

June 19th Release

6.0.6

Fixed

  • Setter is also private. #2902

Special thanks to @​nojaf!

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

June 6th Release

6.0.5

Fixed

  • Idempotency problem when reformatting type declaration with large when clause. #2896

Special thanks to @​etareduction and @​nojaf!

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

June 2nd Release

6.0.4

Changed

  • Update FCS to 'Prototype signature files for lex files', commit 5b74995780a0e9d24a5db025e68b31e6d910f71f

Fixed

  • Missing space before arrow. #2888
  • Cons pattern in let bindings is converted to invalid code. #1996
  • Trivia after infix operator is not restored correctly. #2887

Special thanks to @​clkbug, @​dawedawe and @​nojaf!

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

May 14th Release

6.0.3

Changed

  • Update FCS to 'Add commas to tuple pat and simple pats', commit e267bb9f8d590feed1b94b469d78cfce61afecad

Fixed

  • Preserves quotes around type parameter names. #2875
  • Additional whitespace for LineCommentAfterSourceCode when last character is a ,. #2589
  • Tupled parameter wrapped in conditional directive. #2877

Special thanks to @​JohSand and @​nojaf!

... (truncated)

Changelog

Sourced from Fantomas.Core's changelog.

[6.0.6] - 2023-06-19

Fixed

  • Setter is also private. #2902

[6.0.5] - 2023-06-06

Fixed

  • Idempotency problem when reformatting type declaration with large when clause. #2896

[6.0.4] - 2023-06-02

Changed

  • Update FCS to 'Prototype signature files for lex files', commit 5b74995780a0e9d24a5db025e68b31e6d910f71f

Fixed

  • Missing space before arrow. #2888
  • Cons pattern in let bindings is converted to invalid code. #1996
  • Trivia after infix operator is not restored correctly. #2887

[6.0.3] - 2023-05-14

Fixed

  • Preserves quotes around type parameter names. #2875
  • Additional whitespace for LineCommentAfterSourceCode when last character is a ,. #2589
  • Tupled parameter wrapped in conditional directive. #2877

Changed

  • Update FCS to 'Add commas to tuple pat and simple pats', commit e267bb9f8d590feed1b94b469d78cfce61afecad

[6.0.2] - 2023-05-05

Fixed

  • Incorrect indentation of compiler-conditional accessibility modifier for module definition. #2867
  • Comment above the record bracket beaks formatting when MultilineBracketStyle is Stroustrup. #2871

[6.0.1] - 2023-04-19

Fixed

  • Invalid code: moved line comment. #2847

[6.0.0] - 2023-04-13

Fixed

  • Trivia of ParseOak is not processed. #2834

[6.0.0-beta-001] - 2023-04-05

Fixed

  • If then expression inside object instantiation breaks when formatted. #2819

... (truncated)

Commits
  • d18cc65 Use correct visibility of get/set property and member. (#2903)
  • 4f2f9c1 Add cursor regression test. (#2899)
  • d8e7276 Fix idempotency problem when reformatting type declaration with large when cl...
  • 838436b Verify each test case twice. (#2898)
  • f95faa9 add a newline after the operator in SameInfix applications to let comment be ...
  • 187cb01 Remove Context.HasSource (#2890)
  • bfb4afc Add regression test for cons pattern in let binding (#1996) (#2891)
  • 6424a61 Use exact dotnet version in EndToEndTests. (#2893)
  • e9653fd Add space before arrow when trivia before is present. (#2889)
  • a6cf0bb add FsHttp as a Fantomas user (#2886)
  • Additional 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 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)

Bumps [Fantomas.Core](https://github.com/fsprojects/fantomas) from 5.1.5 to 6.0.6.
- [Release notes](https://github.com/fsprojects/fantomas/releases)
- [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md)
- [Commits](fsprojects/fantomas@v5.1.5...v6.0.6)

---
updated-dependencies:
- dependency-name: Fantomas.Core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 19, 2023 23:59
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 19, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2023

Superseded by #189.

@dependabot dependabot bot closed this Jun 20, 2023
@dependabot dependabot bot deleted the dependabot/nuget/Fantomas.Core-6.0.6 branch June 20, 2023 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants