Skip to content

Commit 743374c

Browse files
deps: update NuGet packages to latest versions (#97)
Co-authored-by: JerrettDavis <2610199+JerrettDavis@users.noreply.github.com>
1 parent 3655c85 commit 743374c

7 files changed

Lines changed: 131 additions & 79 deletions

File tree

outdated.txt

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
Discovering projects...
2+
Analyzing project(s)...
3+
Analyzing dependencies...
4+
» PatternKit.Examples.Tests
5+
[net10.0]
6+
TinyBDD.Xunit 0.18.1 -> 0.19.1
7+
[net9.0]
8+
TinyBDD.Xunit 0.18.1 -> 0.19.1
9+
[net8.0]
10+
TinyBDD.Xunit 0.18.1 -> 0.19.1
11+
12+
» PatternKit.Generators.Tests
13+
[net9.0]
14+
TinyBDD 0.18.1 -> 0.19.1
15+
TinyBDD.Xunit 0.18.1 -> 0.19.1
16+
[net8.0]
17+
TinyBDD 0.18.1 -> 0.19.1
18+
TinyBDD.Xunit 0.18.1 -> 0.19.1
19+
[net10.0]
20+
TinyBDD 0.18.1 -> 0.19.1
21+
TinyBDD.Xunit 0.18.1 -> 0.19.1
22+
23+
» PatternKit.Tests
24+
[net8.0]
25+
TinyBDD.Xunit 0.18.1 -> 0.19.1
26+
[net10.0]
27+
TinyBDD.Xunit 0.18.1 -> 0.19.1
28+
[net9.0]
29+
TinyBDD.Xunit 0.18.1 -> 0.19.1
30+
31+
Version color legend:
32+
<red> : Major version update or pre-release version. Possible breaking changes.
33+
<yellow>: Minor version update. Backwards-compatible features added.
34+
<green> : Patch version update. Backwards-compatible bug fixes.
35+
36+
Upgrading package TinyBDD.Xunit...
37+
Project PatternKit.Examples.Tests [net10.0] upgraded successfully
38+
Project PatternKit.Examples.Tests [net9.0] upgraded successfully
39+
Project PatternKit.Examples.Tests [net8.0] upgraded successfully
40+
Project PatternKit.Generators.Tests [net9.0] upgraded successfully
41+
Project PatternKit.Generators.Tests [net8.0] upgraded successfully
42+
Project PatternKit.Generators.Tests [net10.0] upgraded successfully
43+
Project PatternKit.Tests [net8.0] upgraded successfully
44+
Project PatternKit.Tests [net10.0] upgraded successfully
45+
Project PatternKit.Tests [net9.0] upgraded successfully
46+
47+
Upgrading package TinyBDD...
48+
Project PatternKit.Generators.Tests [net9.0] upgraded successfully
49+
Project PatternKit.Generators.Tests [net8.0] upgraded successfully
50+
Project PatternKit.Generators.Tests [net10.0] upgraded successfully
51+
52+
Elapsed: 00:00:40.5140160

test/PatternKit.Examples.Tests/PatternKit.Examples.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.2" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1818
<PackageReference Include="System.Collections.Immutable" Version="10.0.2" />
19-
<PackageReference Include="TinyBDD.Xunit" Version="0.18.1" />
19+
<PackageReference Include="TinyBDD.Xunit" Version="0.19.1" />
2020
<PackageReference Include="xunit" Version="2.9.3" />
2121
<PackageReference Include="xunit.extensibility.core" Version="2.9.3" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

test/PatternKit.Examples.Tests/packages.lock.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
},
6565
"TinyBDD.Xunit": {
6666
"type": "Direct",
67-
"requested": "[0.18.1, )",
68-
"resolved": "0.18.1",
69-
"contentHash": "7e6hSYgmxUEwNBqucx7C52GQIIel127ejKf9Xt+j2AdELbpJIGfHAuF9YQcuZ8npVIXMLe/criFHUEZ9XYmF0g==",
67+
"requested": "[0.19.1, )",
68+
"resolved": "0.19.1",
69+
"contentHash": "mUGffKis9CSEO7QfVp50OcYCmLnoC0Awz1eu0/esxp9jEizVK0y7z1NjjkiQa26d4+77rbSGVOygcsxx4n5BXA==",
7070
"dependencies": {
71-
"TinyBDD": "0.18.1",
71+
"TinyBDD": "0.19.1",
7272
"xunit.abstractions": "2.0.3",
7373
"xunit.extensibility.core": "2.9.3"
7474
}
@@ -389,11 +389,11 @@
389389
},
390390
"TinyBDD": {
391391
"type": "Transitive",
392-
"resolved": "0.18.1",
393-
"contentHash": "L0UwD7637GByZvU0inD0i0o8LYP/8G9NUoJUb6L7TsPKMRxZTre5Bou39mpPmQjbNk48bk2rGlWvPkFELTP3uQ==",
392+
"resolved": "0.19.1",
393+
"contentHash": "WGC5eJBm5AEFAL2FC9I+DJR+pPi0RDJSWJbKuB7yEfafz/c8Cjx6VNGd0TLfynoxj9tnP2/ZzYOUghsN1AID3Q==",
394394
"dependencies": {
395-
"Microsoft.Extensions.DependencyInjection": "10.0.1",
396-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
395+
"Microsoft.Extensions.DependencyInjection": "10.0.2",
396+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
397397
}
398398
},
399399
"xunit.abstractions": {
@@ -514,11 +514,11 @@
514514
},
515515
"TinyBDD.Xunit": {
516516
"type": "Direct",
517-
"requested": "[0.18.1, )",
518-
"resolved": "0.18.1",
519-
"contentHash": "7e6hSYgmxUEwNBqucx7C52GQIIel127ejKf9Xt+j2AdELbpJIGfHAuF9YQcuZ8npVIXMLe/criFHUEZ9XYmF0g==",
517+
"requested": "[0.19.1, )",
518+
"resolved": "0.19.1",
519+
"contentHash": "mUGffKis9CSEO7QfVp50OcYCmLnoC0Awz1eu0/esxp9jEizVK0y7z1NjjkiQa26d4+77rbSGVOygcsxx4n5BXA==",
520520
"dependencies": {
521-
"TinyBDD": "0.18.1",
521+
"TinyBDD": "0.19.1",
522522
"xunit.abstractions": "2.0.3",
523523
"xunit.extensibility.core": "2.9.3"
524524
}
@@ -868,11 +868,11 @@
868868
},
869869
"TinyBDD": {
870870
"type": "Transitive",
871-
"resolved": "0.18.1",
872-
"contentHash": "L0UwD7637GByZvU0inD0i0o8LYP/8G9NUoJUb6L7TsPKMRxZTre5Bou39mpPmQjbNk48bk2rGlWvPkFELTP3uQ==",
871+
"resolved": "0.19.1",
872+
"contentHash": "WGC5eJBm5AEFAL2FC9I+DJR+pPi0RDJSWJbKuB7yEfafz/c8Cjx6VNGd0TLfynoxj9tnP2/ZzYOUghsN1AID3Q==",
873873
"dependencies": {
874-
"Microsoft.Extensions.DependencyInjection": "10.0.1",
875-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
874+
"Microsoft.Extensions.DependencyInjection": "10.0.2",
875+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
876876
}
877877
},
878878
"xunit.abstractions": {
@@ -993,11 +993,11 @@
993993
},
994994
"TinyBDD.Xunit": {
995995
"type": "Direct",
996-
"requested": "[0.18.1, )",
997-
"resolved": "0.18.1",
998-
"contentHash": "7e6hSYgmxUEwNBqucx7C52GQIIel127ejKf9Xt+j2AdELbpJIGfHAuF9YQcuZ8npVIXMLe/criFHUEZ9XYmF0g==",
996+
"requested": "[0.19.1, )",
997+
"resolved": "0.19.1",
998+
"contentHash": "mUGffKis9CSEO7QfVp50OcYCmLnoC0Awz1eu0/esxp9jEizVK0y7z1NjjkiQa26d4+77rbSGVOygcsxx4n5BXA==",
999999
"dependencies": {
1000-
"TinyBDD": "0.18.1",
1000+
"TinyBDD": "0.19.1",
10011001
"xunit.abstractions": "2.0.3",
10021002
"xunit.extensibility.core": "2.9.3"
10031003
}
@@ -1347,11 +1347,11 @@
13471347
},
13481348
"TinyBDD": {
13491349
"type": "Transitive",
1350-
"resolved": "0.18.1",
1351-
"contentHash": "L0UwD7637GByZvU0inD0i0o8LYP/8G9NUoJUb6L7TsPKMRxZTre5Bou39mpPmQjbNk48bk2rGlWvPkFELTP3uQ==",
1350+
"resolved": "0.19.1",
1351+
"contentHash": "WGC5eJBm5AEFAL2FC9I+DJR+pPi0RDJSWJbKuB7yEfafz/c8Cjx6VNGd0TLfynoxj9tnP2/ZzYOUghsN1AID3Q==",
13521352
"dependencies": {
1353-
"Microsoft.Extensions.DependencyInjection": "10.0.1",
1354-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
1353+
"Microsoft.Extensions.DependencyInjection": "10.0.2",
1354+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
13551355
}
13561356
},
13571357
"xunit.abstractions": {

test/PatternKit.Generators.Tests/PatternKit.Generators.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1414
<PackageReference Include="System.Collections.Immutable" Version="10.0.2" />
15-
<PackageReference Include="TinyBDD" Version="0.18.1" />
16-
<PackageReference Include="TinyBDD.Xunit" Version="0.18.1" />
15+
<PackageReference Include="TinyBDD" Version="0.19.1" />
16+
<PackageReference Include="TinyBDD.Xunit" Version="0.19.1" />
1717
<PackageReference Include="xunit" Version="2.9.3" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1919
<PrivateAssets>all</PrivateAssets>

test/PatternKit.Generators.Tests/packages.lock.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
},
3737
"TinyBDD": {
3838
"type": "Direct",
39-
"requested": "[0.18.1, )",
40-
"resolved": "0.18.1",
41-
"contentHash": "L0UwD7637GByZvU0inD0i0o8LYP/8G9NUoJUb6L7TsPKMRxZTre5Bou39mpPmQjbNk48bk2rGlWvPkFELTP3uQ==",
39+
"requested": "[0.19.1, )",
40+
"resolved": "0.19.1",
41+
"contentHash": "WGC5eJBm5AEFAL2FC9I+DJR+pPi0RDJSWJbKuB7yEfafz/c8Cjx6VNGd0TLfynoxj9tnP2/ZzYOUghsN1AID3Q==",
4242
"dependencies": {
43-
"Microsoft.Extensions.DependencyInjection": "10.0.1",
44-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
43+
"Microsoft.Extensions.DependencyInjection": "10.0.2",
44+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
4545
}
4646
},
4747
"TinyBDD.Xunit": {
4848
"type": "Direct",
49-
"requested": "[0.18.1, )",
50-
"resolved": "0.18.1",
51-
"contentHash": "7e6hSYgmxUEwNBqucx7C52GQIIel127ejKf9Xt+j2AdELbpJIGfHAuF9YQcuZ8npVIXMLe/criFHUEZ9XYmF0g==",
49+
"requested": "[0.19.1, )",
50+
"resolved": "0.19.1",
51+
"contentHash": "mUGffKis9CSEO7QfVp50OcYCmLnoC0Awz1eu0/esxp9jEizVK0y7z1NjjkiQa26d4+77rbSGVOygcsxx4n5BXA==",
5252
"dependencies": {
53-
"TinyBDD": "0.18.1",
53+
"TinyBDD": "0.19.1",
5454
"xunit.abstractions": "2.0.3",
5555
"xunit.extensibility.core": "2.9.3"
5656
}
@@ -513,21 +513,21 @@
513513
},
514514
"TinyBDD": {
515515
"type": "Direct",
516-
"requested": "[0.18.1, )",
517-
"resolved": "0.18.1",
518-
"contentHash": "L0UwD7637GByZvU0inD0i0o8LYP/8G9NUoJUb6L7TsPKMRxZTre5Bou39mpPmQjbNk48bk2rGlWvPkFELTP3uQ==",
516+
"requested": "[0.19.1, )",
517+
"resolved": "0.19.1",
518+
"contentHash": "WGC5eJBm5AEFAL2FC9I+DJR+pPi0RDJSWJbKuB7yEfafz/c8Cjx6VNGd0TLfynoxj9tnP2/ZzYOUghsN1AID3Q==",
519519
"dependencies": {
520-
"Microsoft.Extensions.DependencyInjection": "10.0.1",
521-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
520+
"Microsoft.Extensions.DependencyInjection": "10.0.2",
521+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
522522
}
523523
},
524524
"TinyBDD.Xunit": {
525525
"type": "Direct",
526-
"requested": "[0.18.1, )",
527-
"resolved": "0.18.1",
528-
"contentHash": "7e6hSYgmxUEwNBqucx7C52GQIIel127ejKf9Xt+j2AdELbpJIGfHAuF9YQcuZ8npVIXMLe/criFHUEZ9XYmF0g==",
526+
"requested": "[0.19.1, )",
527+
"resolved": "0.19.1",
528+
"contentHash": "mUGffKis9CSEO7QfVp50OcYCmLnoC0Awz1eu0/esxp9jEizVK0y7z1NjjkiQa26d4+77rbSGVOygcsxx4n5BXA==",
529529
"dependencies": {
530-
"TinyBDD": "0.18.1",
530+
"TinyBDD": "0.19.1",
531531
"xunit.abstractions": "2.0.3",
532532
"xunit.extensibility.core": "2.9.3"
533533
}
@@ -1028,21 +1028,21 @@
10281028
},
10291029
"TinyBDD": {
10301030
"type": "Direct",
1031-
"requested": "[0.18.1, )",
1032-
"resolved": "0.18.1",
1033-
"contentHash": "L0UwD7637GByZvU0inD0i0o8LYP/8G9NUoJUb6L7TsPKMRxZTre5Bou39mpPmQjbNk48bk2rGlWvPkFELTP3uQ==",
1031+
"requested": "[0.19.1, )",
1032+
"resolved": "0.19.1",
1033+
"contentHash": "WGC5eJBm5AEFAL2FC9I+DJR+pPi0RDJSWJbKuB7yEfafz/c8Cjx6VNGd0TLfynoxj9tnP2/ZzYOUghsN1AID3Q==",
10341034
"dependencies": {
1035-
"Microsoft.Extensions.DependencyInjection": "10.0.1",
1036-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
1035+
"Microsoft.Extensions.DependencyInjection": "10.0.2",
1036+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
10371037
}
10381038
},
10391039
"TinyBDD.Xunit": {
10401040
"type": "Direct",
1041-
"requested": "[0.18.1, )",
1042-
"resolved": "0.18.1",
1043-
"contentHash": "7e6hSYgmxUEwNBqucx7C52GQIIel127ejKf9Xt+j2AdELbpJIGfHAuF9YQcuZ8npVIXMLe/criFHUEZ9XYmF0g==",
1041+
"requested": "[0.19.1, )",
1042+
"resolved": "0.19.1",
1043+
"contentHash": "mUGffKis9CSEO7QfVp50OcYCmLnoC0Awz1eu0/esxp9jEizVK0y7z1NjjkiQa26d4+77rbSGVOygcsxx4n5BXA==",
10441044
"dependencies": {
1045-
"TinyBDD": "0.18.1",
1045+
"TinyBDD": "0.19.1",
10461046
"xunit.abstractions": "2.0.3",
10471047
"xunit.extensibility.core": "2.9.3"
10481048
}

test/PatternKit.Tests/PatternKit.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1616
<PackageReference Include="System.Collections.Immutable" Version="10.0.2" />
1717
<PackageReference Include="System.Linq.Async" Version="7.0.0" />
18-
<PackageReference Include="TinyBDD.Xunit" Version="0.18.1" />
18+
<PackageReference Include="TinyBDD.Xunit" Version="0.19.1" />
1919
<PackageReference Include="xunit" Version="2.9.3" />
2020
<PackageReference Include="xunit.extensibility.core" Version="2.9.3" />
2121
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

test/PatternKit.Tests/packages.lock.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
},
3636
"TinyBDD.Xunit": {
3737
"type": "Direct",
38-
"requested": "[0.18.1, )",
39-
"resolved": "0.18.1",
40-
"contentHash": "7e6hSYgmxUEwNBqucx7C52GQIIel127ejKf9Xt+j2AdELbpJIGfHAuF9YQcuZ8npVIXMLe/criFHUEZ9XYmF0g==",
38+
"requested": "[0.19.1, )",
39+
"resolved": "0.19.1",
40+
"contentHash": "mUGffKis9CSEO7QfVp50OcYCmLnoC0Awz1eu0/esxp9jEizVK0y7z1NjjkiQa26d4+77rbSGVOygcsxx4n5BXA==",
4141
"dependencies": {
42-
"TinyBDD": "0.18.1",
42+
"TinyBDD": "0.19.1",
4343
"xunit.abstractions": "2.0.3",
4444
"xunit.extensibility.core": "2.9.3"
4545
}
@@ -399,11 +399,11 @@
399399
},
400400
"TinyBDD": {
401401
"type": "Transitive",
402-
"resolved": "0.18.1",
403-
"contentHash": "L0UwD7637GByZvU0inD0i0o8LYP/8G9NUoJUb6L7TsPKMRxZTre5Bou39mpPmQjbNk48bk2rGlWvPkFELTP3uQ==",
402+
"resolved": "0.19.1",
403+
"contentHash": "WGC5eJBm5AEFAL2FC9I+DJR+pPi0RDJSWJbKuB7yEfafz/c8Cjx6VNGd0TLfynoxj9tnP2/ZzYOUghsN1AID3Q==",
404404
"dependencies": {
405-
"Microsoft.Extensions.DependencyInjection": "10.0.1",
406-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
405+
"Microsoft.Extensions.DependencyInjection": "10.0.2",
406+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
407407
}
408408
},
409409
"xunit.abstractions": {
@@ -496,11 +496,11 @@
496496
},
497497
"TinyBDD.Xunit": {
498498
"type": "Direct",
499-
"requested": "[0.18.1, )",
500-
"resolved": "0.18.1",
501-
"contentHash": "7e6hSYgmxUEwNBqucx7C52GQIIel127ejKf9Xt+j2AdELbpJIGfHAuF9YQcuZ8npVIXMLe/criFHUEZ9XYmF0g==",
499+
"requested": "[0.19.1, )",
500+
"resolved": "0.19.1",
501+
"contentHash": "mUGffKis9CSEO7QfVp50OcYCmLnoC0Awz1eu0/esxp9jEizVK0y7z1NjjkiQa26d4+77rbSGVOygcsxx4n5BXA==",
502502
"dependencies": {
503-
"TinyBDD": "0.18.1",
503+
"TinyBDD": "0.19.1",
504504
"xunit.abstractions": "2.0.3",
505505
"xunit.extensibility.core": "2.9.3"
506506
}
@@ -897,11 +897,11 @@
897897
},
898898
"TinyBDD": {
899899
"type": "Transitive",
900-
"resolved": "0.18.1",
901-
"contentHash": "L0UwD7637GByZvU0inD0i0o8LYP/8G9NUoJUb6L7TsPKMRxZTre5Bou39mpPmQjbNk48bk2rGlWvPkFELTP3uQ==",
900+
"resolved": "0.19.1",
901+
"contentHash": "WGC5eJBm5AEFAL2FC9I+DJR+pPi0RDJSWJbKuB7yEfafz/c8Cjx6VNGd0TLfynoxj9tnP2/ZzYOUghsN1AID3Q==",
902902
"dependencies": {
903-
"Microsoft.Extensions.DependencyInjection": "10.0.1",
904-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
903+
"Microsoft.Extensions.DependencyInjection": "10.0.2",
904+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
905905
}
906906
},
907907
"xunit.abstractions": {
@@ -994,11 +994,11 @@
994994
},
995995
"TinyBDD.Xunit": {
996996
"type": "Direct",
997-
"requested": "[0.18.1, )",
998-
"resolved": "0.18.1",
999-
"contentHash": "7e6hSYgmxUEwNBqucx7C52GQIIel127ejKf9Xt+j2AdELbpJIGfHAuF9YQcuZ8npVIXMLe/criFHUEZ9XYmF0g==",
997+
"requested": "[0.19.1, )",
998+
"resolved": "0.19.1",
999+
"contentHash": "mUGffKis9CSEO7QfVp50OcYCmLnoC0Awz1eu0/esxp9jEizVK0y7z1NjjkiQa26d4+77rbSGVOygcsxx4n5BXA==",
10001000
"dependencies": {
1001-
"TinyBDD": "0.18.1",
1001+
"TinyBDD": "0.19.1",
10021002
"xunit.abstractions": "2.0.3",
10031003
"xunit.extensibility.core": "2.9.3"
10041004
}
@@ -1395,11 +1395,11 @@
13951395
},
13961396
"TinyBDD": {
13971397
"type": "Transitive",
1398-
"resolved": "0.18.1",
1399-
"contentHash": "L0UwD7637GByZvU0inD0i0o8LYP/8G9NUoJUb6L7TsPKMRxZTre5Bou39mpPmQjbNk48bk2rGlWvPkFELTP3uQ==",
1398+
"resolved": "0.19.1",
1399+
"contentHash": "WGC5eJBm5AEFAL2FC9I+DJR+pPi0RDJSWJbKuB7yEfafz/c8Cjx6VNGd0TLfynoxj9tnP2/ZzYOUghsN1AID3Q==",
14001400
"dependencies": {
1401-
"Microsoft.Extensions.DependencyInjection": "10.0.1",
1402-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
1401+
"Microsoft.Extensions.DependencyInjection": "10.0.2",
1402+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
14031403
}
14041404
},
14051405
"xunit.abstractions": {

0 commit comments

Comments
 (0)