Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

Updated fantomas from 7.0.1 to 7.0.3.

Release notes

Sourced from fantomas's releases.

7.0.3

7.0.3

Fixed

  • Application in indexed set should not be multiline. #​1999

Special thanks to @​Numpsy and @​nojaf!

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

7.0.2

7.0.2

Changed

  • Print version at beginning of execution when detailed verbosity is set. 3148

Fixed

  • Anonymous records in interpolated strings. #​3162
  • Preserve backticks in active pattern idents. #​3126
  • New lines are added after comment in measure type. #​3145
  • Idempotency problem with comments in applications on lambda expressions. #​3128

Special thanks to @​alex-de-oliveira and @​dawedawe!

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

Commits viewable in compare view.

Updated fsharp-analyzers from 0.30.0 to 0.32.0.

Release notes

Sourced from fsharp-analyzers's releases.

0.32.0

Added

Changed

0.31.0

Changed

Commits viewable in compare view.

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 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)

Bumps fantomas from 7.0.1 to 7.0.3
Bumps fsharp-analyzers from 0.30.0 to 0.32.0

---
updated-dependencies:
- dependency-name: fantomas
  dependency-version: 7.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: fsharp-analyzers
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 29, 2025
@dependabot dependabot bot requested review from a team as code owners July 29, 2025 02:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Jul 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@Smaug123
Copy link
Contributor

(If you were closing/reopening to rerun the pipelines, the problem is that the analysers also need to be bumped.)

Copy link
Member

@nojaf nojaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes me wonder if the frequency of these updates is slightly too high. Updating these analysers and Fantomas every quarter might be sufficient as well.

@Smaug123
Copy link
Contributor

Agreed, I suspect we can turn Dependabot down here.

I suppose the ultimate source of the backward-incompatibility is that the SDK uses types from FSharp.Compiler.Services which are liable to change as upgrades happen, and there's no easy way to ship multiple versions of FCS in the analyser SDK at the same time. It doesn't seem to me that those types should need to change very often, though; having some kind of highly-backward-compatible shim between FCS and the analyser SDK would be annoying but I predict it would reduce this churn a lot.

@Smaug123 Smaug123 merged commit 5c5cfc0 into main Jul 30, 2025
13 checks passed
@Smaug123 Smaug123 deleted the dependabot/nuget/dot-config/multi-4a033ef4e6 branch July 30, 2025 07:03
@nojaf
Copy link
Member

nojaf commented Jul 30, 2025

I suppose the ultimate source of the backward-incompatibility is that the SDK uses types from FSharp.Compiler.Services which are liable to change as upgrades happen

Yup, very much! However, since analysers never quite gained traction in the community, determining the surface area of a stable, decoupled API from FCS is challenging.

I'm also curious if a group entry for the tool and NuGet package would be effective. You could do something like this:

groups:
  analyzers:
    patterns:
      - "fsharp-analyzers"
      - "G-Research.FSharp.Analyzers"

I'm unsure if this approach would work, given that one is a tool and the other is a regular NuGet package.

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.

4 participants