Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3300820

Browse files
dependabot[bot]andyleejordan
authored andcommitted
Bump the xunit group with 2 updates
Bumps the xunit group with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.6.2 to 2.6.3 - [Commits](xunit/xunit@2.6.2...2.6.3) Updates `xunit.runner.visualstudio` from 2.5.4 to 2.5.5 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a2db98 commit 3300820

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

‎test/PowerShellEditorServices.Test.E2E/PowerShellEditorServices.Test.E2E.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1212
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1313
<PackageReference Include="xunit" Version="2.6.2" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" />
14+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" />
1515
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
1616
</ItemGroup>
1717

‎test/PowerShellEditorServices.Test.E2E/packages.lock.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
},
6565
"xunit.runner.visualstudio": {
6666
"type": "Direct",
67-
"requested": "[2.5.4, )",
68-
"resolved": "2.5.4",
69-
"contentHash": "YUtEOBdArAISyb1cTWcHc6/bilSDB9q5lc8ughPQP1MqlAKSkxKMBqLQ+tiWMFRBd2o22E59nLD/4V5R3jfZxQ=="
67+
"requested": "[2.5.5, )",
68+
"resolved": "2.5.5",
69+
"contentHash": "AJsBBn8S00ZxdXPSIp8s+NcBQMO9tcll1UVCfGNoEi1DUH2z3f4Y1epV9nYbhgG6wFoTKJP6YuLT2MeTPV9gnA=="
7070
},
7171
"Xunit.SkippableFact": {
7272
"type": "Direct",

‎test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<ItemGroup>
3535
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
3636
<PackageReference Include="xunit" Version="2.6.2" />
37-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" />
37+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" />
3838
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
3939
</ItemGroup>
4040

‎test/PowerShellEditorServices.Test/packages.lock.json‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"xunit.runner.visualstudio": {
4141
"type": "Direct",
42-
"requested": "[2.5.4, )",
43-
"resolved": "2.5.4",
44-
"contentHash": "YUtEOBdArAISyb1cTWcHc6/bilSDB9q5lc8ughPQP1MqlAKSkxKMBqLQ+tiWMFRBd2o22E59nLD/4V5R3jfZxQ==",
42+
"requested": "[2.5.5, )",
43+
"resolved": "2.5.5",
44+
"contentHash": "AJsBBn8S00ZxdXPSIp8s+NcBQMO9tcll1UVCfGNoEi1DUH2z3f4Y1epV9nYbhgG6wFoTKJP6YuLT2MeTPV9gnA==",
4545
"dependencies": {
4646
"Microsoft.TestPlatform.ObjectModel": "17.8.0"
4747
}
@@ -549,7 +549,7 @@
549549
"Microsoft.PowerShell.EditorServices.Test.Shared": {
550550
"type": "Project",
551551
"dependencies": {
552-
"Microsoft.PowerShell.EditorServices": "[3.14.0, )"
552+
"Microsoft.PowerShell.EditorServices": "[3.15.0, )"
553553
}
554554
}
555555
},
@@ -606,9 +606,9 @@
606606
},
607607
"xunit.runner.visualstudio": {
608608
"type": "Direct",
609-
"requested": "[2.5.4, )",
610-
"resolved": "2.5.4",
611-
"contentHash": "YUtEOBdArAISyb1cTWcHc6/bilSDB9q5lc8ughPQP1MqlAKSkxKMBqLQ+tiWMFRBd2o22E59nLD/4V5R3jfZxQ=="
609+
"requested": "[2.5.5, )",
610+
"resolved": "2.5.5",
611+
"contentHash": "AJsBBn8S00ZxdXPSIp8s+NcBQMO9tcll1UVCfGNoEi1DUH2z3f4Y1epV9nYbhgG6wFoTKJP6YuLT2MeTPV9gnA=="
612612
},
613613
"Xunit.SkippableFact": {
614614
"type": "Direct",
@@ -2547,7 +2547,7 @@
25472547
"Microsoft.PowerShell.EditorServices.Test.Shared": {
25482548
"type": "Project",
25492549
"dependencies": {
2550-
"Microsoft.PowerShell.EditorServices": "[3.14.0, )"
2550+
"Microsoft.PowerShell.EditorServices": "[3.15.0, )"
25512551
}
25522552
}
25532553
},
@@ -2608,9 +2608,9 @@
26082608
},
26092609
"xunit.runner.visualstudio": {
26102610
"type": "Direct",
2611-
"requested": "[2.5.4, )",
2612-
"resolved": "2.5.4",
2613-
"contentHash": "YUtEOBdArAISyb1cTWcHc6/bilSDB9q5lc8ughPQP1MqlAKSkxKMBqLQ+tiWMFRBd2o22E59nLD/4V5R3jfZxQ=="
2611+
"requested": "[2.5.5, )",
2612+
"resolved": "2.5.5",
2613+
"contentHash": "AJsBBn8S00ZxdXPSIp8s+NcBQMO9tcll1UVCfGNoEi1DUH2z3f4Y1epV9nYbhgG6wFoTKJP6YuLT2MeTPV9gnA=="
26142614
},
26152615
"Xunit.SkippableFact": {
26162616
"type": "Direct",
@@ -4533,7 +4533,7 @@
45334533
"Microsoft.PowerShell.EditorServices.Test.Shared": {
45344534
"type": "Project",
45354535
"dependencies": {
4536-
"Microsoft.PowerShell.EditorServices": "[3.14.0, )"
4536+
"Microsoft.PowerShell.EditorServices": "[3.15.0, )"
45374537
}
45384538
}
45394539
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /