Skip to content

Commit b3f12c3

Browse files
Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.2 to 3.0.0. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4af551b commit b3f12c3

File tree

4 files changed

+18
-361
lines changed

4 files changed

+18
-361
lines changed

Ocaramba.Tests.PageObjects/packages.lock.json

Lines changed: 0 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,6 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
".NETFramework,Version=v4.7.2": {
5-
"NLog": {
6-
"type": "Direct",
7-
"requested": "[5.3.4, )",
8-
"resolved": "5.3.4",
9-
"contentHash": "gLy7+O1hEYJXIlcTr1/VWjGXrZTQFZzYNO18IWasD64pNwz0BreV+nHLxWKXWZzERRzoKnsk2XYtwLkTVk7J1A=="
10-
},
11-
"Selenium.Support": {
12-
"type": "Direct",
13-
"requested": "[4.27.0, )",
14-
"resolved": "4.27.0",
15-
"contentHash": "vPsJmYP+ONxutAmkpSc2cXJCO/eHjP+4dccx/M9mGntOZuVjM0DOzyH2cvX8tDoQ18yUq8l2P4rA3a278Gp2KQ==",
16-
"dependencies": {
17-
"Selenium.WebDriver": "4.27.0"
18-
}
19-
},
20-
"Selenium.WebDriver": {
21-
"type": "Direct",
22-
"requested": "[4.27.0, )",
23-
"resolved": "4.27.0",
24-
"contentHash": "bMIpqwpBfYLa1lh8gPVa6A1i9LeWNsfc2mR9why0DutEKI7ck3GVxzco1bB/8bv+7IA6rk4sR9WpZLRUnH/AAw==",
25-
"dependencies": {
26-
"System.Text.Json": "8.0.5"
27-
}
28-
},
29-
"Selenium.WebDriver.ChromeDriver": {
30-
"type": "Direct",
31-
"requested": "[131.0.6778.8500, )",
32-
"resolved": "131.0.6778.8500",
33-
"contentHash": "xi6B90m0dx8SRAo7HFLNflH1q6A4ISuHCc4cmIAn9KVqdw1H6ePEgyspO4odkLaQgrnYn++81i9WaXgyNdHdtA=="
34-
},
35-
"Selenium.WebDriver.GeckoDriver": {
36-
"type": "Direct",
37-
"requested": "[0.35.0, )",
38-
"resolved": "0.35.0",
39-
"contentHash": "+s9jC3IhtNmWloGv9pQ+TqNeRYM0cCPQrFicpXNcyP08KI/WjTRPE0b0M6Fc8I3FEGj98EBQjQBwUlAiQpMW0w=="
40-
},
41-
"Microsoft.Bcl.AsyncInterfaces": {
42-
"type": "Transitive",
43-
"resolved": "8.0.0",
44-
"contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
45-
"dependencies": {
46-
"System.Threading.Tasks.Extensions": "4.5.4"
47-
}
48-
},
49-
"Microsoft.CSharp": {
50-
"type": "Transitive",
51-
"resolved": "4.7.0",
52-
"contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA=="
53-
},
54-
"System.Buffers": {
55-
"type": "Transitive",
56-
"resolved": "4.5.1",
57-
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
58-
},
59-
"System.Memory": {
60-
"type": "Transitive",
61-
"resolved": "4.5.5",
62-
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
63-
"dependencies": {
64-
"System.Buffers": "4.5.1",
65-
"System.Numerics.Vectors": "4.5.0",
66-
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
67-
}
68-
},
69-
"System.Numerics.Vectors": {
70-
"type": "Transitive",
71-
"resolved": "4.5.0",
72-
"contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
73-
},
74-
"System.Runtime.CompilerServices.Unsafe": {
75-
"type": "Transitive",
76-
"resolved": "6.0.0",
77-
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
78-
},
79-
"System.Text.Encodings.Web": {
80-
"type": "Transitive",
81-
"resolved": "8.0.0",
82-
"contentHash": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
83-
"dependencies": {
84-
"System.Buffers": "4.5.1",
85-
"System.Memory": "4.5.5",
86-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
87-
}
88-
},
89-
"System.Text.Json": {
90-
"type": "Transitive",
91-
"resolved": "8.0.5",
92-
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg==",
93-
"dependencies": {
94-
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
95-
"System.Buffers": "4.5.1",
96-
"System.Memory": "4.5.5",
97-
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
98-
"System.Text.Encodings.Web": "8.0.0",
99-
"System.Threading.Tasks.Extensions": "4.5.4",
100-
"System.ValueTuple": "4.5.0"
101-
}
102-
},
103-
"System.Threading.Tasks.Extensions": {
104-
"type": "Transitive",
105-
"resolved": "4.5.4",
106-
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
107-
"dependencies": {
108-
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
109-
}
110-
},
111-
"System.ValueTuple": {
112-
"type": "Transitive",
113-
"resolved": "4.5.0",
114-
"contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
115-
},
116-
"ocarambalite": {
117-
"type": "Project",
118-
"dependencies": {
119-
"Microsoft.CSharp": "[4.7.0, )",
120-
"NLog": "[5.3.4, )",
121-
"Selenium.Support": "[4.27.0, )",
122-
"Selenium.WebDriver": "[4.27.0, )"
123-
}
124-
}
125-
},
1264
"net8.0": {
1275
"Microsoft.NET.Test.Sdk": {
1286
"type": "Direct",

Ocaramba.Tests.Xunit/Ocaramba.Tests.Xunit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
26-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
26+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>

Ocaramba.Tests.Xunit/packages.lock.json

Lines changed: 3 additions & 238 deletions
Original file line numberDiff line numberDiff line change
@@ -1,241 +1,6 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
".NETFramework,Version=v4.7.2": {
5-
"Appveyor.TestLogger": {
6-
"type": "Direct",
7-
"requested": "[2.0.0, )",
8-
"resolved": "2.0.0",
9-
"contentHash": "D2GsYP/5kddQss6vkX8edw6Dt+qHBN5+pv6DIF8vvb8ObFyiU/r/JK8A2RKE1ucC6nPojQUApvq8IJVNIjYedQ=="
10-
},
11-
"NLog": {
12-
"type": "Direct",
13-
"requested": "[5.3.4, )",
14-
"resolved": "5.3.4",
15-
"contentHash": "gLy7+O1hEYJXIlcTr1/VWjGXrZTQFZzYNO18IWasD64pNwz0BreV+nHLxWKXWZzERRzoKnsk2XYtwLkTVk7J1A=="
16-
},
17-
"Selenium.Support": {
18-
"type": "Direct",
19-
"requested": "[4.27.0, )",
20-
"resolved": "4.27.0",
21-
"contentHash": "vPsJmYP+ONxutAmkpSc2cXJCO/eHjP+4dccx/M9mGntOZuVjM0DOzyH2cvX8tDoQ18yUq8l2P4rA3a278Gp2KQ==",
22-
"dependencies": {
23-
"Selenium.WebDriver": "4.27.0"
24-
}
25-
},
26-
"Selenium.WebDriver": {
27-
"type": "Direct",
28-
"requested": "[4.27.0, )",
29-
"resolved": "4.27.0",
30-
"contentHash": "bMIpqwpBfYLa1lh8gPVa6A1i9LeWNsfc2mR9why0DutEKI7ck3GVxzco1bB/8bv+7IA6rk4sR9WpZLRUnH/AAw==",
31-
"dependencies": {
32-
"System.Text.Json": "8.0.5"
33-
}
34-
},
35-
"Selenium.WebDriver.ChromeDriver": {
36-
"type": "Direct",
37-
"requested": "[131.0.6778.8500, )",
38-
"resolved": "131.0.6778.8500",
39-
"contentHash": "xi6B90m0dx8SRAo7HFLNflH1q6A4ISuHCc4cmIAn9KVqdw1H6ePEgyspO4odkLaQgrnYn++81i9WaXgyNdHdtA=="
40-
},
41-
"Selenium.WebDriver.GeckoDriver": {
42-
"type": "Direct",
43-
"requested": "[0.35.0, )",
44-
"resolved": "0.35.0",
45-
"contentHash": "+s9jC3IhtNmWloGv9pQ+TqNeRYM0cCPQrFicpXNcyP08KI/WjTRPE0b0M6Fc8I3FEGj98EBQjQBwUlAiQpMW0w=="
46-
},
47-
"System.Configuration.ConfigurationManager": {
48-
"type": "Direct",
49-
"requested": "[9.0.0, )",
50-
"resolved": "9.0.0",
51-
"contentHash": "PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A=="
52-
},
53-
"xunit": {
54-
"type": "Direct",
55-
"requested": "[2.9.2, )",
56-
"resolved": "2.9.2",
57-
"contentHash": "7LhFS2N9Z6Xgg8aE5lY95cneYivRMfRI8v+4PATa4S64D5Z/Plkg0qa8dTRHSiGRgVZ/CL2gEfJDE5AUhOX+2Q==",
58-
"dependencies": {
59-
"xunit.analyzers": "1.16.0",
60-
"xunit.assert": "2.9.2",
61-
"xunit.core": "[2.9.2]"
62-
}
63-
},
64-
"xunit.abstractions": {
65-
"type": "Direct",
66-
"requested": "[2.0.3, )",
67-
"resolved": "2.0.3",
68-
"contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg=="
69-
},
70-
"xunit.assert": {
71-
"type": "Direct",
72-
"requested": "[2.9.2, )",
73-
"resolved": "2.9.2",
74-
"contentHash": "QkNBAQG4pa66cholm28AxijBjrmki98/vsEh4Sx5iplzotvPgpiotcxqJQMRC8d7RV7nIT8ozh97957hDnZwsQ=="
75-
},
76-
"xunit.extensibility.execution": {
77-
"type": "Direct",
78-
"requested": "[2.9.2, )",
79-
"resolved": "2.9.2",
80-
"contentHash": "rKMpq4GsIUIJibXuZoZ8lYp5EpROlnYaRpwu9Zr0sRZXE7JqJfEEbCsUriZqB+ByXCLFBJyjkTRULMdC+U566g==",
81-
"dependencies": {
82-
"xunit.extensibility.core": "[2.9.2]"
83-
}
84-
},
85-
"xunit.runner.console": {
86-
"type": "Direct",
87-
"requested": "[2.9.2, )",
88-
"resolved": "2.9.2",
89-
"contentHash": "bzxrKRk1rm2ro//ElUS8MEejvOjYIpXHbt3XrziYBrY9qgqeOb6ULELRshts3M7N6V+wtuRb78u9GJZjqASVdQ=="
90-
},
91-
"xunit.runner.visualstudio": {
92-
"type": "Direct",
93-
"requested": "[2.8.2, )",
94-
"resolved": "2.8.2",
95-
"contentHash": "vm1tbfXhFmjFMUmS4M0J0ASXz3/U5XvXBa6DOQUL3fEz4Vt6YPhv+ESCarx6M6D+9kJkJYZKCNvJMas1+nVfmQ==",
96-
"dependencies": {
97-
"Microsoft.TestPlatform.ObjectModel": "17.10.0"
98-
}
99-
},
100-
"Microsoft.Bcl.AsyncInterfaces": {
101-
"type": "Transitive",
102-
"resolved": "8.0.0",
103-
"contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
104-
"dependencies": {
105-
"System.Threading.Tasks.Extensions": "4.5.4"
106-
}
107-
},
108-
"Microsoft.CSharp": {
109-
"type": "Transitive",
110-
"resolved": "4.7.0",
111-
"contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA=="
112-
},
113-
"Microsoft.TestPlatform.ObjectModel": {
114-
"type": "Transitive",
115-
"resolved": "17.10.0",
116-
"contentHash": "KkwhjQevuDj0aBRoPLY6OLAhGqbPUEBuKLbaCs0kUVw29qiOYncdORd4mLVJbn9vGZ7/iFGQ/+AoJl0Tu5Umdg==",
117-
"dependencies": {
118-
"System.Reflection.Metadata": "1.6.0"
119-
}
120-
},
121-
"System.Buffers": {
122-
"type": "Transitive",
123-
"resolved": "4.5.1",
124-
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
125-
},
126-
"System.Collections.Immutable": {
127-
"type": "Transitive",
128-
"resolved": "1.5.0",
129-
"contentHash": "EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ=="
130-
},
131-
"System.Memory": {
132-
"type": "Transitive",
133-
"resolved": "4.5.5",
134-
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
135-
"dependencies": {
136-
"System.Buffers": "4.5.1",
137-
"System.Numerics.Vectors": "4.5.0",
138-
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
139-
}
140-
},
141-
"System.Numerics.Vectors": {
142-
"type": "Transitive",
143-
"resolved": "4.5.0",
144-
"contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
145-
},
146-
"System.Reflection.Metadata": {
147-
"type": "Transitive",
148-
"resolved": "1.6.0",
149-
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==",
150-
"dependencies": {
151-
"System.Collections.Immutable": "1.5.0"
152-
}
153-
},
154-
"System.Runtime.CompilerServices.Unsafe": {
155-
"type": "Transitive",
156-
"resolved": "6.0.0",
157-
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
158-
},
159-
"System.Text.Encodings.Web": {
160-
"type": "Transitive",
161-
"resolved": "8.0.0",
162-
"contentHash": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
163-
"dependencies": {
164-
"System.Buffers": "4.5.1",
165-
"System.Memory": "4.5.5",
166-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
167-
}
168-
},
169-
"System.Text.Json": {
170-
"type": "Transitive",
171-
"resolved": "8.0.5",
172-
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg==",
173-
"dependencies": {
174-
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
175-
"System.Buffers": "4.5.1",
176-
"System.Memory": "4.5.5",
177-
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
178-
"System.Text.Encodings.Web": "8.0.0",
179-
"System.Threading.Tasks.Extensions": "4.5.4",
180-
"System.ValueTuple": "4.5.0"
181-
}
182-
},
183-
"System.Threading.Tasks.Extensions": {
184-
"type": "Transitive",
185-
"resolved": "4.5.4",
186-
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
187-
"dependencies": {
188-
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
189-
}
190-
},
191-
"System.ValueTuple": {
192-
"type": "Transitive",
193-
"resolved": "4.5.0",
194-
"contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
195-
},
196-
"xunit.analyzers": {
197-
"type": "Transitive",
198-
"resolved": "1.16.0",
199-
"contentHash": "hptYM7vGr46GUIgZt21YHO4rfuBAQS2eINbFo16CV/Dqq+24Tp+P5gDCACu1AbFfW4Sp/WRfDPSK8fmUUb8s0Q=="
200-
},
201-
"xunit.core": {
202-
"type": "Transitive",
203-
"resolved": "2.9.2",
204-
"contentHash": "O6RrNSdmZ0xgEn5kT927PNwog5vxTtKrWMihhhrT0Sg9jQ7iBDciYOwzBgP2krBEk5/GBXI18R1lKvmnxGcb4w==",
205-
"dependencies": {
206-
"xunit.extensibility.core": "[2.9.2]",
207-
"xunit.extensibility.execution": "[2.9.2]"
208-
}
209-
},
210-
"xunit.extensibility.core": {
211-
"type": "Transitive",
212-
"resolved": "2.9.2",
213-
"contentHash": "Ol+KlBJz1x8BrdnhN2DeOuLrr1I/cTwtHCggL9BvYqFuVd/TUSzxNT5O0NxCIXth30bsKxgMfdqLTcORtM52yQ==",
214-
"dependencies": {
215-
"xunit.abstractions": "2.0.3"
216-
}
217-
},
218-
"ocaramba.tests.pageobjects": {
219-
"type": "Project",
220-
"dependencies": {
221-
"NLog": "[5.3.4, )",
222-
"OcarambaLite": "[1.0.0, )",
223-
"Selenium.Support": "[4.27.0, )",
224-
"Selenium.WebDriver": "[4.27.0, )",
225-
"Selenium.WebDriver.ChromeDriver": "[131.0.6778.8500, )",
226-
"Selenium.WebDriver.GeckoDriver": "[0.35.0, )"
227-
}
228-
},
229-
"ocarambalite": {
230-
"type": "Project",
231-
"dependencies": {
232-
"Microsoft.CSharp": "[4.7.0, )",
233-
"NLog": "[5.3.4, )",
234-
"Selenium.Support": "[4.27.0, )",
235-
"Selenium.WebDriver": "[4.27.0, )"
236-
}
237-
}
238-
},
2394
"net8.0": {
2405
"Appveyor.TestLogger": {
2416
"type": "Direct",
@@ -345,9 +110,9 @@
345110
},
346111
"xunit.runner.visualstudio": {
347112
"type": "Direct",
348-
"requested": "[2.8.2, )",
349-
"resolved": "2.8.2",
350-
"contentHash": "vm1tbfXhFmjFMUmS4M0J0ASXz3/U5XvXBa6DOQUL3fEz4Vt6YPhv+ESCarx6M6D+9kJkJYZKCNvJMas1+nVfmQ=="
113+
"requested": "[3.0.0, )",
114+
"resolved": "3.0.0",
115+
"contentHash": "HggUqjQJe8PtDxcP25Q+CnR6Lz4oX3GElhD9V4oU2+75x9HI6A6sxbfKGS4UwU4t4yJaS9fBmAuriz8bQApNjw=="
351116
},
352117
"Humanizer.Core": {
353118
"type": "Transitive",

0 commit comments

Comments
 (0)