Skip to content

Commit c5f86bf

Browse files
Bump Azure.Bicep.Types, MSTest.TestAdapter and MSTest.TestFramework (#2554)
Bumps Azure.Bicep.Types from 0.5.110 to 0.5.194 Bumps MSTest.TestAdapter from 3.9.3 to 3.10.0 Bumps MSTest.TestFramework from 3.9.3 to 3.10.0 --- updated-dependencies: - dependency-name: Azure.Bicep.Types dependency-version: 0.5.194 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: MSTest.TestAdapter dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MSTest.TestFramework dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c55e558 commit c5f86bf

File tree

4 files changed

+73
-48
lines changed

4 files changed

+73
-48
lines changed

src/Bicep.Types.Az.UnitTests/Bicep.Types.Az.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ItemGroup>
99
<PackageReference Include="FluentAssertions" Version="8.1.1" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.9.3" />
12-
<PackageReference Include="MSTest.TestFramework" Version="3.9.3" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="3.10.0" />
12+
<PackageReference Include="MSTest.TestFramework" Version="3.10.0" />
1313
<PackageReference Include="coverlet.collector" Version="6.0.4">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/Bicep.Types.Az.UnitTests/packages.lock.json

Lines changed: 47 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
},
3737
"MSTest.TestAdapter": {
3838
"type": "Direct",
39-
"requested": "[3.9.3, )",
40-
"resolved": "3.9.3",
41-
"contentHash": "smeoTZladaMNSB+q8TeTcFdk2hA5hxdqbSnvEiuTo96v/pJlllPc9PviggjXAY6n3aO+7wKC8GXH66c5QPPptg==",
39+
"requested": "[3.10.0, )",
40+
"resolved": "3.10.0",
41+
"contentHash": "G5DQeMPNc5T/iG38GX23Tm9l3lcf5RsCMfTRirKIFZqEHRNlsRiE/oeMKlO0U8vMl7ak8msPYnSEvrnoAtIllA==",
4242
"dependencies": {
43-
"Microsoft.Testing.Extensions.VSTestBridge": "1.7.3",
44-
"Microsoft.Testing.Platform.MSBuild": "1.7.3"
43+
"Microsoft.Testing.Extensions.VSTestBridge": "1.8.0",
44+
"Microsoft.Testing.Platform.MSBuild": "1.8.0"
4545
}
4646
},
4747
"MSTest.TestFramework": {
4848
"type": "Direct",
49-
"requested": "[3.9.3, )",
50-
"resolved": "3.9.3",
51-
"contentHash": "GkswaCXXGhSx6bHkl01ybBffVtRR/IPgyzIHDWywd6/yVNH96MaGuUeEtpuGaJXHe2sdMBgB2etp6panY4w6pQ==",
49+
"requested": "[3.10.0, )",
50+
"resolved": "3.10.0",
51+
"contentHash": "G0LStK5LWTzMaM052tBKeWt8S2psHz/UXmsN5XTsLDqCzEl/Q7ysMvlOP/iVd+WDUMse76T66LV160mvqg+87A==",
5252
"dependencies": {
53-
"MSTest.Analyzers": "3.9.3"
53+
"MSTest.Analyzers": "3.10.0"
5454
}
5555
},
5656
"Nerdbank.GitVersioning": {
@@ -61,10 +61,10 @@
6161
},
6262
"Azure.Bicep.Types": {
6363
"type": "Transitive",
64-
"resolved": "0.5.110",
65-
"contentHash": "TDnw+a21qLw5Q89FxhZZYuNBIMCiT0n4Eq+bfpgrKn7vjHSyVKOc/3ipKsqHkifHqGEXx3++DY23FC8PmKHg7Q==",
64+
"resolved": "0.5.194",
65+
"contentHash": "FsaIfQGuQQvUrzyAvUBxrS/6G6fHRnzmq7dKu1h6hBNKaQG9+N3u7RUSIAdonNBbnuxAxyxyE6OmDkCw/9x4YA==",
6666
"dependencies": {
67-
"System.Text.Json": "8.0.5"
67+
"System.Text.Json": "9.0.4"
6868
}
6969
},
7070
"Microsoft.ApplicationInsights": {
@@ -92,44 +92,44 @@
9292
},
9393
"Microsoft.Testing.Extensions.Telemetry": {
9494
"type": "Transitive",
95-
"resolved": "1.7.3",
96-
"contentHash": "udSTexALlmp01a6a4fNzzpcUyUZOUbVZRRdHotCcnM1pCl3G1wqRWJlD9B6vDaIw29tYBPv7iA+YbVvq61RonA==",
95+
"resolved": "1.8.0",
96+
"contentHash": "b3cEXE/XQdNLgfiAMftajiAugYsgWlszN+kQCEbJW/XQR9vcFXeebnrRlnMJgPwShi8t+uvypO9YC+zsYocR9Q==",
9797
"dependencies": {
9898
"Microsoft.ApplicationInsights": "2.23.0",
99-
"Microsoft.Testing.Platform": "1.7.3"
99+
"Microsoft.Testing.Platform": "1.8.0"
100100
}
101101
},
102102
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
103103
"type": "Transitive",
104-
"resolved": "1.7.3",
105-
"contentHash": "dDEETHbX5JQBMIFgBPkX/FmCU4DRQSG+k58QUtz7zTdnEZDafPKH6YHSMoHY3blDiZV/vcSol35Ux3WC7wU+9Q==",
104+
"resolved": "1.8.0",
105+
"contentHash": "jdF90PoTAVHDGdd3XjOANu6Gg8eBupJOB8+e7ieRsogZcDJQs9PMvUCK5cHGPgOYvnotnI/LPBfb+WENZrZ0LA==",
106106
"dependencies": {
107-
"Microsoft.Testing.Platform": "1.7.3"
107+
"Microsoft.Testing.Platform": "1.8.0"
108108
}
109109
},
110110
"Microsoft.Testing.Extensions.VSTestBridge": {
111111
"type": "Transitive",
112-
"resolved": "1.7.3",
113-
"contentHash": "iLD8UlqQis9eVmgKxuqEUBm1Tzmsqj6xluj8xe6/scM+PQ84eDX2oqi0rra2N0JLli5LxloTb0iWYN5y4+kn1A==",
112+
"resolved": "1.8.0",
113+
"contentHash": "lqwYtJ2BYuvemrgTy/ijRI5G7m9p71Iuui01pfini3/2t70q8pn34GuiokzPCx/Vg4dNmj3pyYMJPEmlw8iGGg==",
114114
"dependencies": {
115115
"Microsoft.TestPlatform.AdapterUtilities": "17.13.0",
116116
"Microsoft.TestPlatform.ObjectModel": "17.13.0",
117-
"Microsoft.Testing.Extensions.Telemetry": "1.7.3",
118-
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.7.3",
119-
"Microsoft.Testing.Platform": "1.7.3"
117+
"Microsoft.Testing.Extensions.Telemetry": "1.8.0",
118+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.8.0",
119+
"Microsoft.Testing.Platform": "1.8.0"
120120
}
121121
},
122122
"Microsoft.Testing.Platform": {
123123
"type": "Transitive",
124-
"resolved": "1.7.3",
125-
"contentHash": "cI6u+CPxv3+07cbSwJVKOfxFrecbjfZnid1fe8EMhyPY4qmsSNnm+hN+GIy8u4JIlrADfrskDiwnScjRzVzJNw=="
124+
"resolved": "1.8.0",
125+
"contentHash": "xQpbHCX/oS9Vnlt6Pp3dQMiLwIRzBWnr9ElIQZPom+DoRz3Nbvdr5HfgjCMDSrD0iz5sI4kPV8qhQRYdm+hQyQ=="
126126
},
127127
"Microsoft.Testing.Platform.MSBuild": {
128128
"type": "Transitive",
129-
"resolved": "1.7.3",
130-
"contentHash": "tSIKXv7tLLYDjfodqLuTigsmOVcYj0CDC1rYeac5MTgHjbYV8IfmYh4FprBt/xE1zW8phkCYP766F9ayo560jA==",
129+
"resolved": "1.8.0",
130+
"contentHash": "jfCRgwDZREb0SmV5lLDGeYJ4KUomGDJuQJYeLPgdeWAbxL4nIz5JAkWf9Rvz3O2SZxdeTcHbpKYtGGyDaOTdQg==",
131131
"dependencies": {
132-
"Microsoft.Testing.Platform": "1.7.3"
132+
"Microsoft.Testing.Platform": "1.8.0"
133133
}
134134
},
135135
"Microsoft.TestPlatform.AdapterUtilities": {
@@ -156,8 +156,8 @@
156156
},
157157
"MSTest.Analyzers": {
158158
"type": "Transitive",
159-
"resolved": "3.9.3",
160-
"contentHash": "M8dR1yQZErWiH8BtQT1L66xnuRbSLa8WgQLwI/A0yU/rFmEAorbU+hUj3JeJRqyVFwrDpjeQ4rmg7Vo6zSgzRw=="
159+
"resolved": "3.10.0",
160+
"contentHash": "NpP5VVBipv4dVyf9K6QVJGHkkzj6bUmTG8fFdyo1uavSoUzpSNpJ8VVxbEojMd33JxAcnp9WRfdIEUBLrcMh2A=="
161161
},
162162
"Newtonsoft.Json": {
163163
"type": "Transitive",
@@ -174,6 +174,11 @@
174174
"resolved": "5.0.0",
175175
"contentHash": "tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA=="
176176
},
177+
"System.IO.Pipelines": {
178+
"type": "Transitive",
179+
"resolved": "9.0.4",
180+
"contentHash": "luF2Xba+lTe2GOoNQdZLe8q7K6s7nSpWZl9jIwWNMszN4/Yv0lmxk9HISgMmwdyZ83i3UhAGXaSY9o6IJBUuuA=="
181+
},
177182
"System.Reflection.Metadata": {
178183
"type": "Transitive",
179184
"resolved": "8.0.0",
@@ -182,15 +187,24 @@
182187
"System.Collections.Immutable": "8.0.0"
183188
}
184189
},
190+
"System.Text.Encodings.Web": {
191+
"type": "Transitive",
192+
"resolved": "9.0.4",
193+
"contentHash": "V+5cCPpk1S2ngekUs9nDrQLHGiWFZMg8BthADQr+Fwi59a8DdHFu26S2oi9Bfgv+d67bqmkPqctJXMEXiimXUg=="
194+
},
185195
"System.Text.Json": {
186196
"type": "Transitive",
187-
"resolved": "8.0.5",
188-
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg=="
197+
"resolved": "9.0.4",
198+
"contentHash": "pYtmpcO6R3Ef1XilZEHgXP2xBPVORbYEzRP7dl0IAAbN8Dm+kfwio8aCKle97rAWXOExr292MuxWYurIuwN62g==",
199+
"dependencies": {
200+
"System.IO.Pipelines": "9.0.4",
201+
"System.Text.Encodings.Web": "9.0.4"
202+
}
189203
},
190204
"Azure.Bicep.Types.Az": {
191205
"type": "Project",
192206
"dependencies": {
193-
"Azure.Bicep.Types": "[0.5.110, )"
207+
"Azure.Bicep.Types": "[0.5.194, )"
194208
}
195209
}
196210
}

src/Bicep.Types.Az/Bicep.Types.Az.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.Bicep.Types" Version="0.5.110" />
12+
<PackageReference Include="Azure.Bicep.Types" Version="0.5.194" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/Bicep.Types.Az/packages.lock.json

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
".NETStandard,Version=v2.0": {
55
"Azure.Bicep.Types": {
66
"type": "Direct",
7-
"requested": "[0.5.110, )",
8-
"resolved": "0.5.110",
9-
"contentHash": "TDnw+a21qLw5Q89FxhZZYuNBIMCiT0n4Eq+bfpgrKn7vjHSyVKOc/3ipKsqHkifHqGEXx3++DY23FC8PmKHg7Q==",
7+
"requested": "[0.5.194, )",
8+
"resolved": "0.5.194",
9+
"contentHash": "FsaIfQGuQQvUrzyAvUBxrS/6G6fHRnzmq7dKu1h6hBNKaQG9+N3u7RUSIAdonNBbnuxAxyxyE6OmDkCw/9x4YA==",
1010
"dependencies": {
11-
"System.Text.Json": "8.0.5"
11+
"System.Text.Json": "9.0.4"
1212
}
1313
},
1414
"Microsoft.SourceLink.GitHub": {
@@ -38,8 +38,8 @@
3838
},
3939
"Microsoft.Bcl.AsyncInterfaces": {
4040
"type": "Transitive",
41-
"resolved": "8.0.0",
42-
"contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
41+
"resolved": "9.0.4",
42+
"contentHash": "9VGI5kxIvrNG2mqLQZnUR6y/3fcnygD8eNpHR+CqfbnIXvea6nehnYknDKQTxZVPMpzpNca+7DxLBmpdB3q0Bw==",
4343
"dependencies": {
4444
"System.Threading.Tasks.Extensions": "4.5.4"
4545
}
@@ -64,6 +64,16 @@
6464
"resolved": "4.5.1",
6565
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
6666
},
67+
"System.IO.Pipelines": {
68+
"type": "Transitive",
69+
"resolved": "9.0.4",
70+
"contentHash": "luF2Xba+lTe2GOoNQdZLe8q7K6s7nSpWZl9jIwWNMszN4/Yv0lmxk9HISgMmwdyZ83i3UhAGXaSY9o6IJBUuuA==",
71+
"dependencies": {
72+
"System.Buffers": "4.5.1",
73+
"System.Memory": "4.5.5",
74+
"System.Threading.Tasks.Extensions": "4.5.4"
75+
}
76+
},
6777
"System.Memory": {
6878
"type": "Transitive",
6979
"resolved": "4.5.5",
@@ -86,8 +96,8 @@
8696
},
8797
"System.Text.Encodings.Web": {
8898
"type": "Transitive",
89-
"resolved": "8.0.0",
90-
"contentHash": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
99+
"resolved": "9.0.4",
100+
"contentHash": "V+5cCPpk1S2ngekUs9nDrQLHGiWFZMg8BthADQr+Fwi59a8DdHFu26S2oi9Bfgv+d67bqmkPqctJXMEXiimXUg==",
91101
"dependencies": {
92102
"System.Buffers": "4.5.1",
93103
"System.Memory": "4.5.5",
@@ -96,14 +106,15 @@
96106
},
97107
"System.Text.Json": {
98108
"type": "Transitive",
99-
"resolved": "8.0.5",
100-
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg==",
109+
"resolved": "9.0.4",
110+
"contentHash": "pYtmpcO6R3Ef1XilZEHgXP2xBPVORbYEzRP7dl0IAAbN8Dm+kfwio8aCKle97rAWXOExr292MuxWYurIuwN62g==",
101111
"dependencies": {
102-
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
112+
"Microsoft.Bcl.AsyncInterfaces": "9.0.4",
103113
"System.Buffers": "4.5.1",
114+
"System.IO.Pipelines": "9.0.4",
104115
"System.Memory": "4.5.5",
105116
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
106-
"System.Text.Encodings.Web": "8.0.0",
117+
"System.Text.Encodings.Web": "9.0.4",
107118
"System.Threading.Tasks.Extensions": "4.5.4"
108119
}
109120
},

0 commit comments

Comments
 (0)