Skip to content

Commit

Permalink
chore(deps): Update FsCodec 3rc16, Equinox 4rc16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Feb 20, 2024
1 parent 599754c commit 89b00ad
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 19 deletions.
4 changes: 2 additions & 2 deletions src/Propulsion.CosmosStore/Propulsion.CosmosStore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />

<PackageReference Include="Equinox.CosmosStore" Version="4.0.0-rc.15" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.15" />
<PackageReference Include="Equinox.CosmosStore" Version="4.0.0-rc.16.8" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.16" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Propulsion.CosmosStore3/Propulsion.CosmosStore3.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />

<PackageReference Include="Equinox.CosmosStore" Version="[3.0.7, 3.99.0]" />
<PackageReference Include="FsCodec" Version="3.0.0-rc.15" />
<PackageReference Include="FsCodec" Version="3.0.0-rc.16" />
<PackageReference Include="FSharp.Control.TaskSeq" Version="0.4.0-alpha.1" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.27.0" ExcludeAssets="contentfiles" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Propulsion.DynamoStore/Propulsion.DynamoStore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />

<PackageReference Include="Equinox.DynamoStore" Version="4.0.0-rc.15" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.15" />
<PackageReference Include="Equinox.DynamoStore" Version="4.0.0-rc.16.8" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.16" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Propulsion.EventStore/Propulsion.EventStore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />

<PackageReference Include="Equinox.EventStore" Version="4.0.0-rc.15" />
<PackageReference Include="FsCodec.Box" Version="3.0.0-rc.15" />
<PackageReference Include="Equinox.EventStore" Version="4.0.0-rc.16.8" />
<PackageReference Include="FsCodec.Box" Version="3.0.0-rc.16" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Propulsion.EventStoreDb/Propulsion.EventStoreDb.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />

<PackageReference Include="Equinox.EventStoreDb" Version="4.0.0-rc.15" />
<PackageReference Include="Equinox.EventStoreDb" Version="4.0.0-rc.16.8" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Propulsion.Kafka/Propulsion.Kafka.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />

<PackageReference Include="FsCodec.NewtonsoftJson" Version="3.0.0-rc.15" />
<PackageReference Include="FsCodec.NewtonsoftJson" Version="3.0.0-rc.16" />
<PackageReference Include="FsKafka" Version="[1.7.0, 1.9.99)" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Propulsion.MemoryStore/Propulsion.MemoryStore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />

<PackageReference Include="FsCodec.Box" Version="3.0.0-rc.15" />
<PackageReference Include="Equinox.MemoryStore" Version="4.0.0-rc.15" />
<PackageReference Include="FsCodec.Box" Version="3.0.0-rc.16" />
<PackageReference Include="Equinox.MemoryStore" Version="4.0.0-rc.16.8" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Propulsion/Propulsion.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- Exclude FSharp.Core.xml due to temporarly malformed state -->
<PackageReference Include="FSharp.Core" Version="6.0.0" ExcludeAssets="contentfiles" />

<PackageReference Include="FsCodec" Version="3.0.0-rc.15" />
<PackageReference Include="FsCodec" Version="3.0.0-rc.16" />
<PackageReference Include="MathNet.Numerics" Version="4.15.0" />
<!-- NB TEMP; needs to be shipped out-->
<PackageReference Include="prometheus-net" Version="3.6.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="unquote" Version="6.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="unquote" Version="6.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
6 changes: 5 additions & 1 deletion tests/Propulsion.Tests/Propulsion.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@

<ItemGroup>
<PackageReference Include="FsCheck.Xunit" Version="3.0.0-rc1" />
<!-- HACK re https://github.com/fscheck/FsCheck/issues/647 required for FsCheck rc1 -->
<PackageReference Include="xunit.extensibility.execution" Version="2.7.0">
<NoWarn>NU1608</NoWarn>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<!-- Pin requirement for at least 6.0.6 in one of the tests by requesting same as Propulsion.DynamoStore will require-->
<PackageReference Include="FSharp.Core" Version="6.0.7" ExcludeAssets="contentfiles" />
<PackageReference Include="unquote" Version="6.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion tests/Propulsion.Tests/SinkHealthTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Scenario(testOutput) =

let log = TestOutputLogger.forTestOutputEx true testOutput

let checkpoints = ReaderCheckpoint.MemoryStore.createNull()
let checkpoints = ReaderCheckpoint.MemoryStore.createNull ()
let abendThreshold = TimeSpan.FromSeconds 3.
let stats = { new Propulsion.Streams.Stats<_>(log, TimeSpan.FromSeconds 2, TimeSpan.FromSeconds 10, abendThreshold = abendThreshold)
with member _.HandleOk x = ()
Expand Down
2 changes: 1 addition & 1 deletion tests/Propulsion.Tests/SourceTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Scenario(testOutput) =

let log = TestOutputLogger.forTestOutput testOutput

let checkpoints = ReaderCheckpoint.MemoryStore.createNull()
let checkpoints = ReaderCheckpoint.MemoryStore.createNull ()
let stats = { new Propulsion.Streams.Stats<_>(log, TimeSpan.FromMinutes 1, TimeSpan.FromMinutes 1)
with member _.HandleOk x = ()
member _.HandleExn(log, x) = () }
Expand Down
2 changes: 1 addition & 1 deletion tools/Propulsion.Tool/Propulsion.Tool.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />

<PackageReference Include="Argu" Version="6.2.0" />
<PackageReference Include="Argu" Version="6.2.1" />
<!-- Required or there'll be an exception at runtime re missing support DLLs when using RBAC -->
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.1.177" />
<!-- Required for AWS SSO resolution -->
Expand Down

0 comments on commit 89b00ad

Please sign in to comment.