Skip to content

Commit

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

Bumps [fsharp-analyzers](/~https://github.com/ionide/FSharp.Analyzers.SDK) from 0.28.0 to 0.29.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.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* improve indentation

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 64J0 <vinigaio97@gmail.com>
  • Loading branch information
dependabot[bot] and 64J0 authored Feb 17, 2025
1 parent 880dcd7 commit 960b502
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.28.0",
"version": "0.29.0",
"commands": [
"fsharp-analyzers"
]
Expand Down
16 changes: 8 additions & 8 deletions src/Giraffe/Giraffe.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
<ItemGroup>
<!-- Analyzers -->
<PackageReference Include="FSharp.Analyzers.Build" Version="0.3.0">
<IncludeAssets>build</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>build</IncludeAssets>
</PackageReference>
<PackageReference Include="G-Research.FSharp.Analyzers" Version="0.12.1">
<IncludeAssets>analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
<PackageReference Include="G-Research.FSharp.Analyzers" Version="0.13.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Ionide.Analyzers" Version="0.13.0">
<IncludeAssets>analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
<PackageReference Include="Ionide.Analyzers" Version="0.14.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>analyzers</IncludeAssets>
</PackageReference>

<PackageReference Include="FSharp.Core" Version="6.0.0" />
Expand Down

0 comments on commit 960b502

Please sign in to comment.