Skip to content

Commit

Permalink
xunit 2.8.0
Browse files Browse the repository at this point in the history
* xunit 2.8.0
* chore(deps): update all dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
CaringDev and renovate[bot] committed Apr 30, 2024
1 parent d914435 commit 2d84429
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 50 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ jobs:
build:
name: build
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
statuses: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ on:
jobs:
analyse:
runs-on: ubuntu-22.04
permissions:
contents: read
statuses: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 2
- uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3
- uses: github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3
- uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3
- uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3
- uses: github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14 # v3
- uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ on:
jobs:
lint:
runs-on: ubuntu-22.04
permissions:
contents: read
statuses: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 2
- uses: github/super-linter/slim@45fc0d88288beee4701c62761281edfee85655d7 # v5
env:
FILTER_REGEX_EXCLUDE: \bLICENSE$|\.g\.cs$
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
jobs:
spell-check:
runs-on: ubuntu-22.04
permissions:
contents: read
statuses: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- run: npx cspell@6 "**/*"
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.8.0

* [xUnit 2.8.0](https://github.com/xunit/xunit/compare/2.7.1...2.8.0)
* update infrastructure

## 2.7.100

* [xUnit 2.7.1](https://github.com/xunit/xunit/compare/2.7.0...2.7.1)
Expand Down
2 changes: 1 addition & 1 deletion src/LambdaTale.Execution/LambdaTale.Execution.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="xunit.extensibility.execution" Version="2.7.1" />
<PackageReference Include="xunit.extensibility.execution" Version="2.8.0" />
</ItemGroup>

</Project>
14 changes: 7 additions & 7 deletions src/LambdaTale.Execution/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
"xunit.extensibility.execution": {
"type": "Direct",
"requested": "[2.7.1, )",
"resolved": "2.7.1",
"contentHash": "ei3dKF8agj4UKkJ6KkaZ5/Gcif3if6hBsyzegIQJonZDSKZFvb0AyKtyOhDfggBaXVL5iXZExITdRkfjC95yhw==",
"requested": "[2.8.0, )",
"resolved": "2.8.0",
"contentHash": "TyyrZesHB9ODZMS9c73OqiBz4x0vL944JCkSPBWW5w6PF2LlUfdfXRjjOhoIOuY6lTmEgl07rS4/Jot9mCYnpg==",
"dependencies": {
"xunit.extensibility.core": "[2.7.1]"
"xunit.extensibility.core": "[2.8.0]"
}
},
"Microsoft.NETCore.Platforms": {
Expand All @@ -38,16 +38,16 @@
},
"xunit.extensibility.core": {
"type": "Transitive",
"resolved": "2.7.1",
"contentHash": "yLX4XlBFkvNYCzf+DEzlNk45KsSlu9W93IJHBmtUP96qZ9XyRYDFlwMj6BCcOhDKVNrZxSM8bqu4F/Qud4ehxA==",
"resolved": "2.8.0",
"contentHash": "eBJv9xQeY0p5z+C/L1tFjUFYqtl5pQqIEYCGTMl+MbRzA7sOlgYKwJE//vEePBp+mgBh7NjD0Qhz0liZBYM27w==",
"dependencies": {
"xunit.abstractions": "2.0.3"
}
},
"lambdatale": {
"type": "Project",
"dependencies": {
"xunit.extensibility.core": "[2.7.1, )"
"xunit.extensibility.core": "[2.8.0, )"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/LambdaTale/LambdaTale.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" PrivateAssets="All" />
<PackageReference Include="xunit.extensibility.core" Version="2.7.1" />
<PackageReference Include="xunit.extensibility.core" Version="2.8.0" />
</ItemGroup>

<Target Name="InitializeNuspecProperties" AfterTargets="MinVer">
Expand Down
4 changes: 2 additions & 2 deletions src/LambdaTale/LambdaTale.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<tags>testing xunit</tags>
<version>$Version$</version>
<dependencies>
<dependency id="xunit.core" version="[2.7.1, 2.8)" />
<dependency id="xunit.extensibility.execution" version="[2.7.1, 2.8)" />
<dependency id="xunit.core" version="[2.8.0, 2.9)" />
<dependency id="xunit.extensibility.execution" version="[2.8.0, 2.9)" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions src/LambdaTale/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"xunit.extensibility.core": {
"type": "Direct",
"requested": "[2.7.1, )",
"resolved": "2.7.1",
"contentHash": "yLX4XlBFkvNYCzf+DEzlNk45KsSlu9W93IJHBmtUP96qZ9XyRYDFlwMj6BCcOhDKVNrZxSM8bqu4F/Qud4ehxA==",
"requested": "[2.8.0, )",
"resolved": "2.8.0",
"contentHash": "eBJv9xQeY0p5z+C/L1tFjUFYqtl5pQqIEYCGTMl+MbRzA7sOlgYKwJE//vEePBp+mgBh7NjD0Qhz0liZBYM27w==",
"dependencies": {
"xunit.abstractions": "2.0.3"
}
Expand Down
6 changes: 3 additions & 3 deletions tests/LambdaTale.Test/LambdaTale.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit.runner.utility" Version="2.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.utility" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
54 changes: 27 additions & 27 deletions tests/LambdaTale.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@
},
"xunit": {
"type": "Direct",
"requested": "[2.7.1, )",
"resolved": "2.7.1",
"contentHash": "9o050yCLzPvHxbrAkaHnI1j+YfPvRw+/ncvKbTfzIhO4JvQA0rPgoICJxXHMkscfgXmLFwZ8107ehnMUVzE23A==",
"requested": "[2.8.0, )",
"resolved": "2.8.0",
"contentHash": "US3a3twJziAif1kFPGdk9fALwILHxV0n1roX5j67bN/d3o4DGNLHnV3tr5ZX+uinVrzfkf0avH3zGX8JPBC0qA==",
"dependencies": {
"xunit.analyzers": "1.12.0",
"xunit.assert": "2.7.1",
"xunit.core": "[2.7.1]"
"xunit.analyzers": "1.13.0",
"xunit.assert": "2.8.0",
"xunit.core": "[2.8.0]"
}
},
"xunit.runner.utility": {
"type": "Direct",
"requested": "[2.7.1, )",
"resolved": "2.7.1",
"contentHash": "YD/TKTLpLudwRvP6QdW4jmGMKEnx+0HlmukU/oeWToEIONpZGTT+BkkDmpAVeIDFoG1NXsiAIZmakE263+ohqQ==",
"requested": "[2.8.0, )",
"resolved": "2.8.0",
"contentHash": "vGh3CCR09jE2Juf5N+HTO68Mu0tNvWUIUe9PqRY+llEt1BztaZRviuwnmBEYDsm/+ZP/L6uu2mmrl4fxBaJPyQ==",
"dependencies": {
"xunit.abstractions": "2.0.3"
}
},
"xunit.runner.visualstudio": {
"type": "Direct",
"requested": "[2.5.8, )",
"resolved": "2.5.8",
"contentHash": "ZJTm71neOfZcUnqdyY0A0Qgcg1162DoOq6+VpCCsOaD9rwCK5alcjOEHeu17sEekzq4qNv3kyelx6lUMsAt/eA=="
"requested": "[2.8.0, )",
"resolved": "2.8.0",
"contentHash": "mqQbS2zr8dfgSWxkNOC6UTzO8JoqpTmM5+FFn2XR/2nVmx2JvEY0YbM5pt2FmXVg9YVe+jKUPHd6KrroyCl67w=="
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
Expand Down Expand Up @@ -77,50 +77,50 @@
},
"xunit.analyzers": {
"type": "Transitive",
"resolved": "1.12.0",
"contentHash": "w23LH3aXade2WXKvXi0oA/uV15fpgUMjsPq1x91iQckzgWApgAiijNHmfFQtqNPm41wfrdbRl7nSJRd0yux/dw=="
"resolved": "1.13.0",
"contentHash": "Pai9YnDV71/Ox14nBHB6/f62iyPyLbmUG/YYMiA4dfdFZvr0gIYE9yGxSr0i5Tr3INK75wgL2MCUNEKpeiZ2Fw=="
},
"xunit.assert": {
"type": "Transitive",
"resolved": "2.7.1",
"contentHash": "JqvXS4yX+PtJn5BuqoKkYav7I0g4nXcxRbGTomDwVQjFccOdyfYKpuPOHX/DqrPCcL+MIHrGVdP3bveUXlvdnA=="
"resolved": "2.8.0",
"contentHash": "lwf7Dy5/5HbDkaPx1YrGXCByytCEEcIn+KPI74jh2BD/RU/7RhO8c+S3k0Ph+Mr7+cLf338fl+o6UcgPCLa6PA=="
},
"xunit.core": {
"type": "Transitive",
"resolved": "2.7.1",
"contentHash": "hcODgS+RXdjmXq0zQzmRbERQgY+bAGGx1bdH3370t/8CTGmIEU2qAc1dQAjIRpARsacR0cj6LLJDUF5BNQNKTQ==",
"resolved": "2.8.0",
"contentHash": "McSTFGTETCxLpmJKE9TWi9FtFthrRbpRrjz2V2g8sK2wRt1+JHs15vwi+B+nfftFkV9aFWIXZfzZM95TIGZNIA==",
"dependencies": {
"xunit.extensibility.core": "[2.7.1]",
"xunit.extensibility.execution": "[2.7.1]"
"xunit.extensibility.core": "[2.8.0]",
"xunit.extensibility.execution": "[2.8.0]"
}
},
"xunit.extensibility.core": {
"type": "Transitive",
"resolved": "2.7.1",
"contentHash": "yLX4XlBFkvNYCzf+DEzlNk45KsSlu9W93IJHBmtUP96qZ9XyRYDFlwMj6BCcOhDKVNrZxSM8bqu4F/Qud4ehxA==",
"resolved": "2.8.0",
"contentHash": "eBJv9xQeY0p5z+C/L1tFjUFYqtl5pQqIEYCGTMl+MbRzA7sOlgYKwJE//vEePBp+mgBh7NjD0Qhz0liZBYM27w==",
"dependencies": {
"xunit.abstractions": "2.0.3"
}
},
"xunit.extensibility.execution": {
"type": "Transitive",
"resolved": "2.7.1",
"contentHash": "ei3dKF8agj4UKkJ6KkaZ5/Gcif3if6hBsyzegIQJonZDSKZFvb0AyKtyOhDfggBaXVL5iXZExITdRkfjC95yhw==",
"resolved": "2.8.0",
"contentHash": "TyyrZesHB9ODZMS9c73OqiBz4x0vL944JCkSPBWW5w6PF2LlUfdfXRjjOhoIOuY6lTmEgl07rS4/Jot9mCYnpg==",
"dependencies": {
"xunit.extensibility.core": "[2.7.1]"
"xunit.extensibility.core": "[2.8.0]"
}
},
"lambdatale": {
"type": "Project",
"dependencies": {
"xunit.extensibility.core": "[2.7.1, )"
"xunit.extensibility.core": "[2.8.0, )"
}
},
"lambdatale.execution": {
"type": "Project",
"dependencies": {
"LambdaTale": "[1.0.0, )",
"xunit.extensibility.execution": "[2.7.1, )"
"xunit.extensibility.execution": "[2.8.0, )"
}
}
}
Expand Down

0 comments on commit 2d84429

Please sign in to comment.