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.1.2 #199

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps Fantomas.Core from 5.1.5 to 6.1.2.

Release notes

Sourced from Fantomas.Core's releases.

July 23rd Release

6.1.2

Changed

  • Update FCS to 'Add trivia information to SynConst.Measure', commit 7b5e12842d673b7daa467e0091378bf4acc95e4f

Fixed

  • Left out lhs in SynMeasure.Divide should not be restored as SynMeasure.One. #2926
  • Block comments in measure are lost or restored twice and in wrong place. #2927

Special thanks to @​dawedawe and @​nojaf!

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

June 29th Release

6.1.1

Changed

  • Update FCS to 'Remove unused open in SyntaxTree.fs', commit 9c8b4192966e6554adc5dcc8973f2a23c8fa2722

Special thanks to @​nojaf!

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

June 28th Release

6.1.0 Phantom Of The Opera - 06/2023

Hi all,

There are only library changes in this release. The namespace in Fantomas.FCS was changed from FSharp.Compiler to Fantomas.FCS. This makes it easier to use both Fantomas.FCS and FSharp.Compiler.Service in the same project.

Fixed

  • Additional newline for interface in object expression. #2914

Special thanks to @​nojaf!

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

June 20th Release

6.0.8

Fixed

  • Inline keyword is missing in property #2908

Special thanks to @​nojaf!

... (truncated)

Changelog

Sourced from Fantomas.Core's changelog.

6.1.2 - 2023-07-23

Changed

  • Update FCS to 'Add trivia information to SynConst.Measure', commit 7b5e12842d673b7daa467e0091378bf4acc95e4f

Fixed

  • Left out lhs in SynMeasure.Divide should not be restored as SynMeasure.One. #2926
  • Block comments in measure are lost or restored twice and in wrong place. #2927

6.1.1 - 2023-06-29

Changed

  • Update FCS to 'Remove unused open in SyntaxTree.fs', commit 9c8b4192966e6554adc5dcc8973f2a23c8fa2722

6.1.0 - 2023-06-28

Fixed

  • Additional newline for interface in object expression. #2914

6.1.0-alpha-006 - 2023-06-20

Fixed

  • Contains fixes of 6.0.8

6.1.0-alpha-005 - 2023-06-20

Fixed

  • Contains fixes of 6.0.7

6.1.0-alpha-004 - 2023-06-19

Fixed

  • Contains fixes of 6.0.6

6.1.0-alpha-003 - 2023-06-02

Changed

  • Rename namespace FSharp.Compiler to namespace Fantomas.FCS for Fantomas.FCS. #2894

6.1.0-alpha-002 - 2023-05-02

Changed

  • Enrich transformed Oak. #2869

6.1.0-alpha-001 - 2023-05-02

Added

  • TransformAST in CodeFormatter. #2868

[6.0.8] - 2023-06-20

... (truncated)

Commits
  • 08a5245 Merge pull request #2925 from dawedawe/add_measure_trivia
  • 6cb2a6d changelog for release
  • cbccca7 start to fix block comments in measures
  • 88c9b9f - update fcs to 'Add trivia information to SynConst.Measure', commit 7b5e1284...
  • aff9da8 use optSingle
  • de69f50 use "creationAide.TextFromSource" for SynRationalConst.Integer
  • 019e8f1 - make use of new trivia information of SynConst.Measure
  • 41fe8d6 Merge pull request #2923 from dawedawe/silence_preview_warnings
  • 4817adc silence lang preview warnings
  • 21bda5b Update FCS to 'Correct range of SynInterfaceImpl' (#2919)
  • 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.1.2.
- [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.1.2)

---
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 July 24, 2023 23:40
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 24, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #213.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/nuget/Fantomas.Core-6.1.2 branch April 1, 2024 23:13
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