Bump fsharp-analyzers from 0.37.2 to 0.39.2 - #175
Open
dependabot[bot] wants to merge 2 commits into
Open
dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
--- updated-dependencies: - dependency-name: fsharp-analyzers dependency-version: 0.39.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Smaug123
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated fsharp-analyzers from 0.37.2 to 0.39.2.
Release notes
Sourced from fsharp-analyzers's releases.
0.39.2
0.39.2
Fixed
--scriptflag no longer silently drops all but the last occurrence. Every list-valued flag now accumulates the way--projectand--analyzers-pathalready did, so--script a.fsx --script b.fsxmeans the same as--script a.fsx b.fsx. Previously a caller that built its arguments in a loop analyzed a subset of what it asked for and still got a clean run reported. The--treat-as-*,--exclude-files,--include-files,--exclude-analyzersand--include-analyzersflags rejected a repeat outright and now accumulate too.Special thanks to @nojaf!
https://www.nuget.org/packages/FSharp.Analyzers.SDK/0.39.2
https://www.nuget.org/packages/FSharp.Analyzers.SDK.Testing/0.39.2
https://www.nuget.org/packages/fsharp-analyzers/0.39.2
0.39.1
0.39.1
Added
Fixed
.fsxpassed to--scriptno longer omits most of the script. Scripts were resolved against the .NET Framework reference assemblies, soFSharp.Corefailed to load and everything coming from it (printfn,string,int, ...) became an error recovery node that typed tree analyzers could not see..fsxpassed to--scriptcan use thefsiobject, such asfsi.CommandLineArgs.FSharp.Compiler.Interactive.Settings.dll, whichdotnet fsireferences implicitly, was not referenced, so every use offsifailed to type check and took the surrounding expressions with it.Special thanks to @Thorium and @nojaf!
https://www.nuget.org/packages/FSharp.Analyzers.SDK/0.39.1
https://www.nuget.org/packages/FSharp.Analyzers.SDK.Testing/0.39.1
https://www.nuget.org/packages/fsharp-analyzers/0.39.1
0.39.0
0.39.0
Added
--treat-as-*switches, e.g.--treat-as-error "*"or--treat-as-error "GRA-*". An exact code takes precedence over a pattern.upgrade-fsharp-analyzersfor upgrading the tool and analyzer packages to matching versions, installable vianpx skills add ionide/FSharp.Analyzers.SDK.fsharp-analyzerNuGet tag and SDK version release notes convention for analyzer authors.Special thanks to @nojaf!
https://www.nuget.org/packages/FSharp.Analyzers.SDK/0.39.0
https://www.nuget.org/packages/FSharp.Analyzers.SDK.Testing/0.39.0
https://www.nuget.org/packages/fsharp-analyzers/0.39.0
0.38.0
0.38.0
Changed
Special thanks to @Corniel, @Numpsy and @nojaf!
https://www.nuget.org/packages/FSharp.Analyzers.SDK/0.38.0
https://www.nuget.org/packages/FSharp.Analyzers.SDK.Testing/0.38.0
https://www.nuget.org/packages/fsharp-analyzers/0.38.0
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)