Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update all #13

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 4, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
AutoMapper (source) 10.1.1 -> 13.0.1 age adoption passing confidence nuget major
Dapper 2.0.78 -> 2.1.35 age adoption passing confidence nuget minor
Microsoft.NET.Test.Sdk 16.8.3 -> 17.10.0 age adoption passing confidence nuget major
Newtonsoft.Json (source) 12.0.3 -> 13.0.3 age adoption passing confidence nuget major
actions/checkout v2 -> v4 age adoption passing confidence action major
actions/setup-dotnet v1 -> v4 age adoption passing confidence action major
coverlet.collector 1.3.0 -> 6.0.2 age adoption passing confidence nuget major
dayjs (source) 1.10.3 -> 1.11.11 age adoption passing confidence dependencies minor
jquery (source) 3.4.1 -> 3.7.1 age adoption passing confidence minor
typescript (source) 4.1.3 -> 5.4.5 age adoption passing confidence devDependencies major
webpack-cli (source) 4.4.0 -> 5.1.4 age adoption passing confidence devDependencies major
xunit 2.4.1 -> 2.8.1 age adoption passing confidence nuget minor
xunit.runner.visualstudio 2.4.3 -> 2.8.1 age adoption passing confidence nuget minor

Release Notes

AutoMapper/AutoMapper (AutoMapper)

v13.0.1

What's Changed
New Contributors

Full Changelog: AutoMapper/AutoMapper@v13.0.0...v13.0.1

v13.0.0

What's Changed

New Contributors

Full Changelog: AutoMapper/AutoMapper@v12.0.1...v13.0.0

v12.0.1

What's Changed

Full Changelog: AutoMapper/AutoMapper@v12.0.0...v12.0.1

v12.0.0

What's Changed

New Contributors

Full Changelog: AutoMapper/AutoMapper@v11.0.1...v12.0.0
Upgrade Guide: https://docs.automapper.org/en/latest/12.0-Upgrade-Guide.html

v11.0.1: 11.0.1

As part of this release we had 10 issues closed.

Bugs

  • #​3870 Handle identity lambda resolvers with ProjectTo subquery
  • #​3869 v11 InvalidOperationException: Stack Empty on mapping which used to generate a subquery
  • #​3856 Allow non-public Enumerator.Current
  • #​3821 Assign collections we can't handle
  • #​3820 StackOverflowException when using JObject.Parse
  • #​3818 Return the first method we find
  • #​3817 Calling IMapper.Map with an OrderBy causes an AmbiguousMatchException to be thrown

Improvements/Features

  • #​3874 Fix EF6 relationships and Id initialization
  • #​3839 Add AsProxy property to AutoMapAttribute
  • #​3830 Adding information to exception message; Addresses #​3828
Where to get it

You can download this release from nuget

v11.0.0: 11.0.0

The upgrade guide.

As part of this release we had 17 issues closed.

Bugs

  • #​3676 Error when using nullables with an implicit conversion operation.
  • #​3595 Open Generics with base generic
  • #​3565 Evaluate Conditional Expressions for projections with subqueries
  • #​3563 Query projection with subquery can generate non-compiling expression
  • #​3523 Multiple source matches for a destination property
  • #​3516 Static field requires null instance, non-static field requires non-null instance

Improvements/Features

  • #​3723 Inherited source operators support for ConversionOperatorMapper
  • #​3613 Map closed to ienumerable generic destination
  • #​3605 Generic destination value resolver
  • #​3596 11.0 upgrade guide
  • #​3593 InvalidCastException with multi-dimensional arrays
  • #​3537 CreateProjection
  • #​3532 IncludeBase is ignored when ForAllOtherMembers are used
  • #​3526 Expression of type 'TInterface' cannot be used for parameter of type 'TConcrete' (Parameter 'arg1')
  • #​3518 Global pre and postfixes
  • #​3510 Unable to map byte[] or byte[]? (nullable byte[]) using AutoMapper ForCtorParam function
  • #​3504 Separate internal APIs

Where to get it

You can download this release from nuget

DapperLib/Dapper (Dapper)

v2.1.35

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.28...2.1.35

v2.1.28

Compare Source

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.24...2.1.28

v2.1.24

Compare Source

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.21...2.1.24

v2.1.21

Compare Source

What's Changed
New Contributors

Full Changelog: DapperLib/Dapper@2.1.15...2.1.21

v2.1.15

Compare Source

What's Changed

Full Changelog: DapperLib/Dapper@2.1.11...2.1.15

v2.1.11

Compare Source

What's Changed

Full Changelog: DapperLib/Dapper@2.1.4...2.1.11

v2.1.4

Compare Source

v2.1.1

Compare Source

v2.0.151

Compare Source

v2.0.143

Compare Source

v2.0.138

Compare Source

  • (#​1910 via @​mgravell, fix #​1907, #​1263)
    • add support for SqlDecimal and other types that need to be accessed via DbDataReader.GetFieldValue<T>
    • add an overload of AddTypeMap that supports DbDataReader.GetFieldValue<T> for additional types
    • acknowledge that in reality we only support DbDataReader; this has been true (via DbConnection) for async forever
  • (#​1912 via @​mgravell)
    • add missing AsyncEnumerable<T> QueryUnbufferedAsync<T>(...) and GridReader.ReadUnbufferedAsync<T>(...) APIs (.NET 5 and later)
    • implement IAsyncDisposable on GridReader (.NET 5 and later)

v2.0.123

Compare Source

v2.0.90

Compare Source

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.9.0

What's Changed
New Contributors

Full Changelog: microsoft/vstest@v17.8.0...v17.9.0

v17.8.0

What's Changed

Full Changelog: microsoft/vstest@v17.7.2...v17.8.0

v17.7.2

What's Changed

Full Changelog: microsoft/vstest@v17.7.1...v17.7.2

v17.7.1

What's Changed

Full Changelog: microsoft/vstest@v17.7.0...v17.7.1

v17.7.0

⚠️ Microsoft.TestPlatform 17.7.0 nuget package is hidden from Nuget.org, we've encountered an unexpected issue with versioning which prevents it from being used in all AzDO clients. We are working on a fix.

The most pressing issues were all backported to 17.6.1, 17.6.2 and 17.6.3.

Issues fixed (since 17.6.3)

  • Don't print socket transport error in console by @​nohwnd in #​4493 which fixes #​4461
    When testhost crashes, we no longer print the transport error:

    ---> System.Exception: Unable to read data from the transport connection: 
    		An existing connection was forcibly closed by the remote host..
    

    This error is a side-effect or our architecture is almost never the culprit. Instead it leads developers away from the actual issue which is crash of testhost, or datacollector.

  • Pass workloads to proxy managers in #​4422 by @​nohwnd
    Which allows datacollector users to only receive the sources that are currently running in the testhost associated to datacollector, instead of all the sources that have the same target framework.

  • Fix Newtonsoft versions in testhost.deps.json in #​4367 by @​nohwnd
    testhost.runtimeconfig.json files that we ship with testhost contained an old version of Newtonsoft.Json. The version in this file does not have an effect on execution, but some compliance tools statically analyze it and report possible vulnerabilities.

Other fixes:

Special thanks to @​SimonCropp for the many fixes regarding nullability spelling and code style in #​4518, #​4520, #​4525, #​4526, #​4521, #​4519, #​4522, #​4529 🙇

Full Changelog: microsoft/vstest@v17.6.3...v17.7.0

Drops
  • Microsoft.TestPlatform.ObjectModel : v17.7.0

v17.6.3

Issues Fixed

Full Changelog: microsoft/vstest@v17.6.2...v17.6.3

Artifacts
  • TestPlatform vsix: 17.6.3
  • Microsoft.TestPlatform.ObjectModel : 17.6.3

v17.6.2

Fixes

This patch addresses the problems that were introduced in 17.6.0 that happen when running on AzDo with the default test.dll filter, which includes additional TestPlatform dlls into the run and fails it.

To mitigate this issue we solved the bug in 17.6.1, and added additional exclusions for known assemblies that are coming from TestPlatform and commonly used test adapters, to avoid trying to run tests from those assemblies.

Description and workarounds for this issue are available here: https://github.com/microsoft/vstest/issues/4516

Full Changelog: microsoft/vstest@v17.6.1...v17.6.2

Artifacts
TestPlatform vsix: 17.6.2
Microsoft.TestPlatform.ObjectModel : 17.6.2

v17.6.1

Issues Fixed

This is a tiny patch to fixup few latest issues,

Internal updates:

Full Changelog: microsoft/vstest@v17.6.0...v17.6.1

Artifacts
  • TestPlatform vsix: 17.6.1
  • Microsoft.TestPlatform.ObjectModel : 17.6.1

v17.6.0

See the release notes here.

v17.5.0

See the release notes here.

v17.4.1

See the release notes here.

v17.4.0

See the release notes here.

v17.3.3

See the release notes here.

v17.3.2

See the release notes here.

v17.3.1

See the release notes here.

v17.3.0

See the release notes here.

v17.2.1

See the release notes here.

v17.2.0

See the release notes here.

v17.1.0

See the release notes here.

v17.0.2

See the release notes here.

v17.0.0

See the release notes here.

v16.11.0

See the release notes here.

v16.10.0

See the release notes here.

v16.9.4

See the release notes here.

v16.9.1

See the release notes here.

JamesNK/Newtonsoft.Json (Newtonsoft.Json)

v13.0.3

Compare Source

  • Fix - Fixed parsed zero decimals losing trailing zeroes
  • Fix - Fixed parsed negative zero double losing negative
  • Fix - Fixed null string being reported as String rather than JTokenType.Null

v13.0.2

Compare Source

  • New feature - Add support for DateOnly and TimeOnly
  • New feature - Add UnixDateTimeConverter.AllowPreEpoch property
  • New feature - Add copy constructor to JsonSerializerSettings
  • New feature - Add JsonCloneSettings with property to disable copying annotations
  • Change - Add nullable annotation to JToken.ToObject(Type, JsonSerializer)
  • Change - Reduced allocations by reusing boxed values
  • Fix - Fixed MaxDepth when used with ToObject inside of a JsonConverter
  • Fix - Fixed deserializing mismatched JToken types in properties
  • Fix - Fixed merging enumerable content and validate content
  • Fix - Fixed using $type with arrays of more than two dimensions
  • Fix - Fixed rare race condition in name table when deserializing on device with ARM processors
  • Fix - Fixed deserializing via constructor with ignored base type properties
  • Fix - Fixed MaxDepth not being used with ISerializable deserialization

v13.0.1

Compare Source

  • 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 s

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 52841e6 to 8d8e58e Compare March 8, 2021 10:22
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 50a5fe2 to 29997b1 Compare March 20, 2021 21:28
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from fbe6da3 to 750950e Compare March 27, 2021 16:38
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 6431245 to f9110a6 Compare April 7, 2021 19:46
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 5ea6856 to 55706e3 Compare April 14, 2021 19:15
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b7472cc to df6144a Compare April 23, 2021 21:34
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 05f5869 to 741fff7 Compare April 30, 2021 13:44
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 117ac49 to 387abf8 Compare December 9, 2023 03:16
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5b448c8 to 8c72165 Compare January 5, 2024 06:43
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from caf9f0b to e08fbed Compare February 8, 2024 00:27
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 59d2b4c to dd4c5c8 Compare February 20, 2024 22:07
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 71f58f7 to 11b31d8 Compare March 13, 2024 00:13
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from c7cfb93 to 2946e51 Compare March 20, 2024 23:52
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 48bcf42 to 4b6c24f Compare April 10, 2024 16:03
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from bf4f3f2 to 78c56cf Compare April 15, 2024 16:57
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f49e495 to 2074c12 Compare April 28, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants