Skip to content

Commit

Permalink
build(deps): bump Ionide.Analyzers from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [Ionide.Analyzers](https://github.com/ionide/ionide-analyzers) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/ionide/ionide-analyzers/releases)
- [Changelog](https://github.com/ionide/ionide-analyzers/blob/main/CHANGELOG.md)
- [Commits](ionide/ionide-analyzers@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: Ionide.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 0053244 commit 8012dca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<!-- Analyzers -->
<PackageVersion Include="FSharp.Analyzers.Build" Version="0.3.0" />
<PackageVersion Include="G-Research.FSharp.Analyzers" Version="0.11.0" />
<PackageVersion Include="Ionide.Analyzers" Version="0.12.0" />
<PackageVersion Include="Ionide.Analyzers" Version="0.13.0" />
</ItemGroup>
</Project>
14 changes: 7 additions & 7 deletions sample-project/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"Ionide.Analyzers": {
"type": "Direct",
"requested": "[0.12.0, )",
"resolved": "0.12.0",
"contentHash": "wW6zDrd7/2vxehuyPY3JYisf8III3ng3EalOgh+QbJOukB/Nk6xGoqC1NDVSapnDZbEP5+6/YYUPN5kVSHugEg=="
"requested": "[0.13.0, )",
"resolved": "0.13.0",
"contentHash": "qoLtfwDp4/ZhzYKCjVtJmdlUQQ3nnwiuxO8Qmg9EMAnCzD4PCQ/jkNY1Q3WsGtCXTwZcUAuKf2NDFJCJnO3eKA=="
},
"Swashbuckle.AspNetCore": {
"type": "Direct",
Expand Down Expand Up @@ -117,7 +117,7 @@
"type": "Project",
"dependencies": {
"Giraffe": "[7.0.2, )",
"Microsoft.AspNetCore.OpenApi": "[8.0.10, )",
"Microsoft.AspNetCore.OpenApi": "[8.0.11, )",
"Microsoft.SourceLink.GitHub": "[8.0.0, )"
}
},
Expand All @@ -129,9 +129,9 @@
},
"Microsoft.AspNetCore.OpenApi": {
"type": "CentralTransitive",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "kzYiW/IbSN0xittjplA8eN1wrNcRi3DMalYRrEuF2xyf2Y5u7cGCfgN1oNZ+g3aBQzMKTQwYsY1PeNmC+P0WnA==",
"requested": "[8.0.11, )",
"resolved": "8.0.11",
"contentHash": "1WCvCZpqvOAyul6upSJ8Rkb/QHdr4PLrDny26vFexya/nTkG3x2zt8j9qlJ5T3J+/yJD9KwlGKhho9ZDD/YiFA==",
"dependencies": {
"Microsoft.OpenApi": "1.4.3"
}
Expand Down
6 changes: 3 additions & 3 deletions src/Giraffe.OpenApi/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"Ionide.Analyzers": {
"type": "Direct",
"requested": "[0.12.0, )",
"resolved": "0.12.0",
"contentHash": "wW6zDrd7/2vxehuyPY3JYisf8III3ng3EalOgh+QbJOukB/Nk6xGoqC1NDVSapnDZbEP5+6/YYUPN5kVSHugEg=="
"requested": "[0.13.0, )",
"resolved": "0.13.0",
"contentHash": "qoLtfwDp4/ZhzYKCjVtJmdlUQQ3nnwiuxO8Qmg9EMAnCzD4PCQ/jkNY1Q3WsGtCXTwZcUAuKf2NDFJCJnO3eKA=="
},
"Microsoft.AspNetCore.OpenApi": {
"type": "Direct",
Expand Down

0 comments on commit 8012dca

Please sign in to comment.