Skip to content

Commit 675baef

Browse files
Bump fsharp-analyzers from 0.32.1 to 0.33.1 (#310)
* Bump fsharp-analyzers from 0.32.1 to 0.33.1 --- updated-dependencies: - dependency-name: fsharp-analyzers dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump WoofWare.Myriad.Plugins from 9.0.2 to 9.0.4 --- updated-dependencies: - dependency-name: WoofWare.Myriad.Plugins dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump analyzers * Deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <[email protected]>
1 parent 20c13ad commit 675baef

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"fsharp-analyzers": {
12-
"version": "0.32.1",
12+
"version": "0.33.1",
1313
"commands": [
1414
"fsharp-analyzers"
1515
]

WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageId>WoofWare.NUnitTestRunner.Lib</PackageId>
1515
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1616
<WarnOn>FS3559</WarnOn>
17-
<WoofWareMyriadPluginVersion>9.0.2</WoofWareMyriadPluginVersion>
17+
<WoofWareMyriadPluginVersion>9.0.4</WoofWareMyriadPluginVersion>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

analyzers/analyzers.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageDownload Include="G-Research.FSharp.Analyzers" Version="[0.17.0]" />
13+
<PackageDownload Include="G-Research.FSharp.Analyzers" Version="[0.19.0]" />
1414
</ItemGroup>
1515

1616
</Project>

nix/deps.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
{
2828
"pname": "fsharp-analyzers",
29-
"version": "0.32.1",
30-
"hash": "sha256-le6rPnAF7cKGBZ2w8H2u9glK+6rT2ZjiAVnrkH2IhrM="
29+
"version": "0.33.1",
30+
"hash": "sha256-vYXvqnf3en487svFv3CmNl24SolwMYzu6zKKGXNxSu8="
3131
},
3232
{
3333
"pname": "FSharp.Core",
@@ -341,8 +341,8 @@
341341
},
342342
{
343343
"pname": "TypeEquality",
344-
"version": "0.3.0",
345-
"hash": "sha256-V50xAOzzyUJrY+MYPRxtnqW5MVeATXCes89wPprv1r4="
344+
"version": "0.4.2",
345+
"hash": "sha256-YxK6BGHjcuP76j5BbTDi814jxGqOevQSgS00IJcjZSA="
346346
},
347347
{
348348
"pname": "WoofWare.DotnetRuntimeLocator",
@@ -351,8 +351,8 @@
351351
},
352352
{
353353
"pname": "WoofWare.Myriad.Plugins",
354-
"version": "9.0.2",
355-
"hash": "sha256-qSrNtRFMhqeZJGgWbTr5hPR1bi4WFpyX2/OABgDTzFM="
354+
"version": "9.0.4",
355+
"hash": "sha256-fVahNM2SOvG159Wz6+uBkrl3+jqVtRUhZsZ2Kl2VCfk="
356356
},
357357
{
358358
"pname": "WoofWare.Myriad.Plugins.Attributes",
@@ -366,7 +366,7 @@
366366
},
367367
{
368368
"pname": "WoofWare.Whippet.Fantomas",
369-
"version": "0.6.3",
370-
"hash": "sha256-FkW/HtVp8/HE2k6d7yFpnJcnP3FNNe9kGlkoIWmNgDw="
369+
"version": "0.6.4",
370+
"hash": "sha256-ScZ7EEcxLvXyam2ZVqDK58QlK3RcePWghzRvtLLLdZI="
371371
}
372372
]

0 commit comments

Comments
 (0)