axe-windows
axe-windows copied to clipboard
chore(deps): Bump Microsoft.NET.Test.Sdk and Newtonsoft.Json in /src
Bumps Microsoft.NET.Test.Sdk and Newtonsoft.Json. These dependencies needed to be updated together.
Updates Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
v17.11.1
What's Changed
- [rel/17.11] Forward error output from testhost as info by
@nohwndin microsoft/vstest#5193Full Changelog: https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1
v17.11.0
What's Changed
- Add reference to the AdapterUtilities library in the spec docs. by
@peterwaldin microsoft/vstest#4958- Stack trace when localized, and new messages by
@nohwndin microsoft/vstest#4944- Fix single quote and space in F# pretty methods by
@nohwndin microsoft/vstest#4969- Update .NET runtimes to latest patch version by
@Evangelinkin microsoft/vstest#4975- Update dotnetcoretests.md by
@DickBakerin microsoft/vstest#4977- Add list of known TestingPlatform dlls by
@nohwndin microsoft/vstest#4983- Update framework version used for testing, and test matrix by
@nohwndin microsoft/vstest#4970- Add output forwarding for .NET by
@nohwndin microsoft/vstest#4988- Remove usage of pt images before decomissioning by
@nohwndin microsoft/vstest#4994- chore: Add more details to acquistion section. by
@voroninpin microsoft/vstest#4999- Simplify banner by
@nohwndin microsoft/vstest#5013- Forward standard output of testhost by
@nohwndin microsoft/vstest#4998- Add missing copyright header by
@MichaelSimonsin microsoft/vstest#5020- Add option to not share .NET Framework testhosts by
@nohwndin microsoft/vstest#5018- GetTypesToLoad Attribute cant be null by
@SimonCroppin microsoft/vstest#5054- rawArgument in GetArgumentList cant be null by
@SimonCroppin microsoft/vstest#5056- fix Atribute typo by
@SimonCroppin microsoft/vstest#5057- remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by
@SimonCroppin microsoft/vstest#5058- fix incompatiblity typo by
@SimonCroppin microsoft/vstest#5059- remove redundant inline method in IsPlatformIncompatible by
@SimonCroppin microsoft/vstest#5060- fix Sucess typo by
@SimonCroppin microsoft/vstest#5061- use some null coalescing by
@SimonCroppin microsoft/vstest#5062- Add cts into friends of TranslationLayer by
@jakubch1in microsoft/vstest#5075- Use built in sha1 for id generation by
@nohwndin microsoft/vstest#5081- All output in terminal logger by
@nohwndin microsoft/vstest#5083- Ignore env test by
@nohwndin microsoft/vstest#5095- Dispose XmlReader in XmlRunSettingsUtilities by
@omajidin microsoft/vstest#5094- Bump to macos-12 build image by
@akoeplingerin microsoft/vstest#5101- Handle ansi escape in terminal logger reporter by
@nohwndin microsoft/vstest#5084- remove disable interactive auth by
@nohwndin microsoft/vstest#5110- Error output as info in terminal logger by
@nohwndin microsoft/vstest#5113- Write dll instead of target on abort, rename errors by
@nohwndin microsoft/vstest#5115
- [rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@dotnet-maestroin microsoft/vstest#5152New Contributors
@peterwaldmade their first contribution in microsoft/vstest#4958@DickBakermade their first contribution in microsoft/vstest#4977@voroninpmade their first contribution in microsoft/vstest#4999@akoeplingermade their first contribution in microsoft/vstest#5101
... (truncated)
Commits
58dbd02Revert "Do not publish to BAR when RTM version is built"aa62848Do not publish to BAR when RTM version is builtd824a2fBump 17.11.1ed4ac92Forward error output from testhost as info (#5193)c6ad3e3Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...910ca0dFix output based test (#5131)0518ceaRebrand to 17.11-release (#5128)5b69fd3Write dll instead of target on abort, rename errors (#5115)7264afaError output as info in terminal logger (#5113)3d2ea06remove disable interactive auth (#5110)- Additional commits viewable in compare view
Updates Newtonsoft.Json from 9.0.1 to 13.0.1
Release notes
Sourced from Newtonsoft.Json's releases.
13.0.1
- New feature - Add JsonSelectSettings with configuration for a regex timeout
- Change - Remove portable assemblies from NuGet package
- Change - JsonReader and JsonSerializer MaxDepth defaults to 64
- Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
- Fix - Fixed throwing missing member error on ignored fields
- Fix - Fixed various nullable annotations
- Fix - Fixed annotations not being copied when tokens are cloned
- Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
- Fix - Fixed serializing nullable struct dictionaries
- Fix - Fixed JsonWriter.WriteToken to allow null with string token
- Fix - Fixed missing error when deserializing JToken with a contract type mismatch
- Fix - Fixed JTokenWriter when writing comment to an object
12.0.3
- New feature - Added support for nullable reference types
- New feature - Added KebabCaseNamingStrategy
- Change - Package now uses embedded package icon
- Fix - Fixed bug when merging JToken with itself
- Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
- Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
- Fix - Fixed deserializing some collection types with constructor
- Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
- Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
- Fix - Fixed deserializing into constructors with more than 256 parameters
- Fix - Fixed hang when deserializing JTokenReader with preceding comment
- Fix - Fixed JSONPath scanning with nested indexer
- Fix - Fixed deserializing incomplete JSON object to JObject
- Fix - Fixed using StringEnumConverter with naming strategy and specified values
12.0.2
- New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
- New feature - Added constructor to JTokenReader to specify initial path
- New feature - Added JsonProperty.IsRequiredSpecified
- New feature - Added JsonContract.InternalConverter
- Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
- Fix - Fixed deserializing nullable struct collections
- Fix - Fixed memory link when serializing enums to named values
- Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace
12.0.1
- New feature - Added NuGet package signing
- New feature - Added Authenticode assembly signing
- New feature - Added SourceLink support
- New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
- New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
- New feature - Added line information to JsonSerializationException
- New feature - Added JObject.Property overload with a StringComparison
- New feature - Added JsonMergeSettings.PropertyNameComparison
- New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter
... (truncated)
Commits
ae9fe44Remove compiler package and update sourcelink (#2498)8ef6621Remove prerelease for 13.0.111331f5Update SDK to 5.0.200 (#2495)c7e8abcUpdate to 13.0.1-beta21745d7cFix JTokenWriter when writing comment to an object (#2493)583eb12Fix missing error when deserializing JToken with a contract type mismatch (#2...b6dc05bChange MaxDepth default to 64 (#2473)15525f1Fix JsonWriter.WriteToken to allow null with string token (#2472)926d2f0Enable embed untracked sources (#2471)0a56633Fixes #2372 - variable typos (#2465)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)