Skip to content

Commit

Permalink
Merge branch '1.x' into backport/backport-225-to-1.x
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia authored Jul 5, 2023
2 parents 30c3c73 + 2fa3a37 commit 465edc2
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `AWSSDK.Core` from 3.7.103.17 to 3.7.106.29
- Bumps `Newtonsoft.Json` from 13.0.2 to 13.0.3
- Bumps `Microsoft.CSharp` from 4.6.0 to 4.7.0
- Bumps `FSharp.Data` from 5.0.2 to 6.2.0
- Bumps `Microsoft.NET.Test.Sdk` from 17.4.1 to 17.6.2
- Bumps `Microsoft.SourceLink.GitHub` from 1.0.0 to 1.1.1
- Bumps `System.Diagnostics.DiagnosticSource` from 6.0.0 to 6.0.1
- Bumps `System.Reactive` from 5.0.0 to 6.0.0

## [1.3.0]
### Added
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests.YamlRunner/Tests.YamlRunner.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Update="FSharp.Core" Version="6.0.7" />

<PackageReference Include="Argu" Version="6.1.1" />
<PackageReference Include="FSharp.Data" Version="5.0.2" />
<PackageReference Include="FSharp.Data" Version="6.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SemanticVersioning" Version="2.0.2" />
<PackageReference Include="SharpYaml" Version="2.1.0" />
Expand Down
83 changes: 79 additions & 4 deletions tests/Tests.YamlRunner/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@
},
"FSharp.Data": {
"type": "Direct",
"requested": "[5.0.2, )",
"resolved": "5.0.2",
"contentHash": "eQBiOwlk6p8nVehcrxRK/22BwZXzJ2IkHXuqjIZ9Km0bH90WhBoF7OFdLWenc6dYizQmKv3qKIMCkKfVBepi0A==",
"requested": "[6.2.0, )",
"resolved": "6.2.0",
"contentHash": "VKdkVWWhxvCdSXFcDJzpUnp0f+EbkAqSEdL2C2h5/r/SgLQYk4IGbht6Uo34LfKtOg/vLG+6atFwRjqLVzXybg==",
"dependencies": {
"FSharp.Core": "5.0.1"
"FSharp.Core": "5.0.1",
"FSharp.Data.Csv.Core": "6.2.0",
"FSharp.Data.Html.Core": "6.2.0",
"FSharp.Data.Http": "6.2.0",
"FSharp.Data.Json.Core": "6.2.0",
"FSharp.Data.Runtime.Utilities": "6.2.0",
"FSharp.Data.WorldBank.Core": "6.2.0",
"FSharp.Data.Xml.Core": "6.2.0"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
Expand Down Expand Up @@ -64,6 +71,74 @@
"System.Text.Encoding.CodePages": "4.0.1"
}
},
"FSharp.Data.Csv.Core": {
"type": "Transitive",
"resolved": "6.2.0",
"contentHash": "I4xl9ffi+yhhhWloyzPYND+fBOeTn8T+FGZbIwxNAo/1iyaSvhSvvJuoI4gj3NJ42YVWVpUpQ4R4xs8wYM4sTQ==",
"dependencies": {
"FSharp.Core": "5.0.1",
"FSharp.Data.Runtime.Utilities": "6.2.0"
}
},
"FSharp.Data.Html.Core": {
"type": "Transitive",
"resolved": "6.2.0",
"contentHash": "jQ7749wBt5Vu2K9uCK8Gf5WuaNeEo61jXVEd7ShGE5FA6ImepzB64S1t0FosSI63dU05QVCs0/zRzbKhl5QWLQ==",
"dependencies": {
"FSharp.Core": "5.0.1",
"FSharp.Data.Csv.Core": "6.2.0",
"FSharp.Data.Runtime.Utilities": "6.2.0"
}
},
"FSharp.Data.Http": {
"type": "Transitive",
"resolved": "6.2.0",
"contentHash": "q2gQbsYz1KeMT6JnUznPaKAjAJKsWioIib9bl2b0Xk5ICO3triIS95valXak/CPbVeX4OOcPLGrrRf+5HhLBXA==",
"dependencies": {
"FSharp.Core": "5.0.1"
}
},
"FSharp.Data.Json.Core": {
"type": "Transitive",
"resolved": "6.2.0",
"contentHash": "3O9zwQtAgfmlkI7ONgjOTJ4au/TSxrSvI9/4uccjS/XJTAERKMPsyahYbdmUIFnE2nCtLc2G1mL8L9kRO1Wuuw==",
"dependencies": {
"FSharp.Core": "5.0.1",
"FSharp.Data.Http": "6.2.0",
"FSharp.Data.Runtime.Utilities": "6.2.0"
}
},
"FSharp.Data.Runtime.Utilities": {
"type": "Transitive",
"resolved": "6.2.0",
"contentHash": "DlsZK7HgOd6PxB0COs+QrNWAq4odYENUUTCUn7a9WSpK1ErRIF12FmsBtBlcU2DMDWxp5fbuGxmCVfEeynAgWw==",
"dependencies": {
"FSharp.Core": "5.0.1",
"FSharp.Data.Http": "6.2.0"
}
},
"FSharp.Data.WorldBank.Core": {
"type": "Transitive",
"resolved": "6.2.0",
"contentHash": "smzGuL/jMRWMxrv5p2KLJC7+c7ILqo+mJsQtifFw4XKFmeRMbVnh2ycY+Eis7QdghqCMhNWm6LDkphdqj7oHzg==",
"dependencies": {
"FSharp.Core": "5.0.1",
"FSharp.Data.Http": "6.2.0",
"FSharp.Data.Json.Core": "6.2.0",
"FSharp.Data.Runtime.Utilities": "6.2.0"
}
},
"FSharp.Data.Xml.Core": {
"type": "Transitive",
"resolved": "6.2.0",
"contentHash": "iVRMoKkcdk2fXpUJGUvZQTQYmuhuM7nAjL48ZHjLCWL8W0NFUxQEVlVwbEKltS46SUF5bE8dkVeeaW5bgfw9BA==",
"dependencies": {
"FSharp.Core": "5.0.1",
"FSharp.Data.Http": "6.2.0",
"FSharp.Data.Json.Core": "6.2.0",
"FSharp.Data.Runtime.Utilities": "6.2.0"
}
},
"Microsoft.CSharp": {
"type": "Transitive",
"resolved": "4.7.0",
Expand Down
4 changes: 2 additions & 2 deletions tests/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<ItemGroup>
<ProjectReference Include="$(SolutionRoot)\tests\Tests.Core\Tests.Core.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="FSharp.Core" Version="6.0.7" />
<PackageReference Include="System.Reactive" Version="5.0.0" />
<PackageReference Include="FSharp.Core" Version="7.0.300" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
<PackageReference Include="SemanticVersioning" Version="2.0.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
Expand Down
12 changes: 6 additions & 6 deletions tests/Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"FSharp.Core": {
"type": "Direct",
"requested": "[6.0.7, )",
"resolved": "6.0.7",
"contentHash": "e6wGrq5smV3Yk2fBE/Y0nBG5oFyF59k5Je0a0QDydUpg6liyaafGjD3xvutciKepCP2knspZ/sWViC/F1OyyQQ=="
"requested": "[7.0.300, )",
"resolved": "7.0.300",
"contentHash": "8vvItREJ1l5lcp3vBCSJ1mFevVAhR48I34DuF/EoUa7o1KlFpQpagyuZkVYMAsHPIjdp47ZxM9sI4eqeXaeWkA=="
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
Expand Down Expand Up @@ -44,9 +44,9 @@
},
"System.Reactive": {
"type": "Direct",
"requested": "[5.0.0, )",
"resolved": "5.0.0",
"contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ=="
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "31kfaW4ZupZzPsI5PVe77VhnvFF55qgma7KZr/E0iFTs6fmdhhG8j0mgEx620iLTey1EynOkEfnyTjtNEpJzGw=="
},
"xunit.runner.visualstudio": {
"type": "Direct",
Expand Down

0 comments on commit 465edc2

Please sign in to comment.