Skip to content

Commit

Permalink
chore(deps): bump fsharp-analyzers from 0.26.0 to 0.28.0 (#631)
Browse files Browse the repository at this point in the history
* chore(deps): bump fsharp-analyzers from 0.26.0 to 0.28.0

Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK) from 0.26.0 to 0.28.0.
- [Release notes](https://github.com/ionide/FSharp.Analyzers.SDK/releases)
- [Changelog](https://github.com/ionide/FSharp.Analyzers.SDK/blob/main/CHANGELOG.md)
- [Commits](ionide/FSharp.Analyzers.SDK@v0.26.0...v0.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* update G-Research.FSharp.Analyzers to 0.12.1 and Ionide.Analyzers to 0.13.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 64J0 <[email protected]>
  • Loading branch information
dependabot[bot] and 64J0 authored Jan 20, 2025
1 parent 19d3435 commit 82c9b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"fsharp-analyzers": {
"version": "0.26.0",
"version": "0.28.0",
"commands": [
"fsharp-analyzers"
]
Expand Down
4 changes: 2 additions & 2 deletions src/Giraffe/Giraffe.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
<IncludeAssets>build</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="G-Research.FSharp.Analyzers" Version="0.10.0">
<PackageReference Include="G-Research.FSharp.Analyzers" Version="0.12.1">
<IncludeAssets>analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Ionide.Analyzers" Version="0.11.0">
<PackageReference Include="Ionide.Analyzers" Version="0.13.0">
<IncludeAssets>analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 82c9b53

Please sign in to comment.