Skip to content

Commit

Permalink
Merge branch '1.x' into backport/backport-223-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 37a2d34 + 2fa3a37 commit a0a1ae4
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 25 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 `FSharp.Core` from 6.0.7 to 7.0.300
- 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="7.0.300" />

<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 @@ -15,9 +15,9 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionRoot)\tests\Tests.Core\Tests.Core.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="FSharp.Core" Version="7.0.300" />
<PackageReference Include="System.Reactive" Version="5.0.0" />
<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
36 changes: 18 additions & 18 deletions tests/Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.4.1, )",
"resolved": "17.4.1",
"contentHash": "kJ5/v2ad+VEg1fL8UH18nD71Eu+Fq6dM4RKBVqlV2MLSEK/AW4LUkqlk7m7G+BrxEDJVwPjxHam17nldxV80Ow==",
"requested": "[17.6.2, )",
"resolved": "17.6.2",
"contentHash": "+WFxuoFVBG0aewD9Psw+1I90kaRToQgMIzK20xNVRO4QRWR9Bou3qGefrZvMZ/xTC+6bAmZppFbpPbiHDzrPyg==",
"dependencies": {
"Microsoft.CodeCoverage": "17.4.1",
"Microsoft.TestPlatform.TestHost": "17.4.1"
"Microsoft.CodeCoverage": "17.6.2",
"Microsoft.TestPlatform.TestHost": "17.6.2"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
Expand All @@ -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 Expand Up @@ -84,8 +84,8 @@
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
"resolved": "17.4.1",
"contentHash": "T21KxaiFawbrrjm0uXjxAStXaBm5P9H6Nnf8BUtBTvIpd8q57lrChVBCY2dnazmSu9/kuX4z5+kAOT78Dod7vA=="
"resolved": "17.6.2",
"contentHash": "t+DjPlq7GIxIkOK/jiTmNeiEMVkfVCynBEZyV+IMg2ro43NugKExng+7a04R1fBLi+d6voxjeDxL2ozdl+XyVg=="
},
"Microsoft.CSharp": {
"type": "Transitive",
Expand All @@ -109,19 +109,19 @@
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
"resolved": "17.5.0",
"contentHash": "QwiBJcC/oEA1kojOaB0uPWOIo4i6BYuTBBYJVhUvmXkyYqZ2Ut/VZfgi+enf8LF8J4sjO98oRRFt39MiRorcIw==",
"resolved": "17.6.2",
"contentHash": "I3S/oELDAe/ckFltBnPb0PV+gADbpc8n0yGTtYfTd7q1hd0cAZKn/FrYoegA/rGws8fEFyJD/2PB6uq+nIjWsg==",
"dependencies": {
"NuGet.Frameworks": "5.11.0",
"NuGet.Frameworks": "6.5.0",
"System.Reflection.Metadata": "1.6.0"
}
},
"Microsoft.TestPlatform.TestHost": {
"type": "Transitive",
"resolved": "17.4.1",
"contentHash": "K7QXM4P4qrDKdPs/VSEKXR08QEru7daAK8vlIbhwENM3peXJwb9QgrAbtbYyyfVnX+F1m+1hntTH6aRX+h/f8g==",
"resolved": "17.6.2",
"contentHash": "WszrF1CoG+Y2bA4WJFxlaPADQCWUuNP6TCxVRuScmP6DQsNvDDuOO9XiUxCA+wPmNOSyWVh9EGrPu7JoUpf2gA==",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "17.4.1",
"Microsoft.TestPlatform.ObjectModel": "17.6.2",
"Newtonsoft.Json": "13.0.1"
}
},
Expand Down Expand Up @@ -157,8 +157,8 @@
},
"NuGet.Frameworks": {
"type": "Transitive",
"resolved": "5.11.0",
"contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q=="
"resolved": "6.5.0",
"contentHash": "QWINE2x3MbTODsWT1Gh71GaGb5icBz4chS8VYvTgsBnsi8esgN6wtHhydd7fvToWECYGq7T4cgBBDiKD/363fg=="
},
"Nullean.VsTest.Pretty.TestLogger": {
"type": "Transitive",
Expand Down

0 comments on commit a0a1ae4

Please sign in to comment.