Update dependency Shouldly to 4.3.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| Shouldly (source) | 4.1.0 -> 4.3.0 |
Release Notes
shouldly/shouldly (Shouldly)
v4.3.0
Notable PRs in this milestone: https://github.com/shouldly/shouldly/pulls?q=is%3Apr+is%3Aclosed+milestone%3A4.3.0
What's Changed
- remove some obsoletes by @SimonCropp in https://github.com/shouldly/shouldly/pull/931
- Add support for ImmutableArray for ShouldBeEquivalentTo by @larsiver in https://github.com/shouldly/shouldly/pull/930
- update sdk to 8.0.301 by @SimonCropp in https://github.com/shouldly/shouldly/pull/942
- sdk 8.0.302 by @SimonCropp in https://github.com/shouldly/shouldly/pull/943
- remove sourcelink by @SimonCropp in https://github.com/shouldly/shouldly/pull/944
- move tests projects to net8 by @SimonCropp in https://github.com/shouldly/shouldly/pull/947
- update MarkdownSnippets by @SimonCropp in https://github.com/shouldly/shouldly/pull/949
- update PublicApiGenerator by @SimonCropp in https://github.com/shouldly/shouldly/pull/950
- update Microsoft.NET.Test.Sdk by @SimonCropp in https://github.com/shouldly/shouldly/pull/951
- update Microsoft.CodeAnalysis.CSharp by @SimonCropp in https://github.com/shouldly/shouldly/pull/952
- Improve some of the flaky tests by @slang25 in https://github.com/shouldly/shouldly/pull/954
- avoid task waiting in ShouldCompleteInTests by @SimonCropp in https://github.com/shouldly/shouldly/pull/945
- update xunit by @SimonCropp in https://github.com/shouldly/shouldly/pull/946
- Extend timeout for CI by @slang25 in https://github.com/shouldly/shouldly/pull/961
- Assortment of Minor Improvements by @slang25 in https://github.com/shouldly/shouldly/pull/962
- Switch from AppVeyor to GitHub Actions by @slang25 in https://github.com/shouldly/shouldly/pull/965
- update xunit 2.9 by @SimonCropp in https://github.com/shouldly/shouldly/pull/966
- sdk 8.0.303 by @SimonCropp in https://github.com/shouldly/shouldly/pull/968
- Fix name allBe.md by @bas-mulder in https://github.com/shouldly/shouldly/pull/972
- Support IReadOnlyDictionary<K, V> by @martincostello in https://github.com/shouldly/shouldly/pull/984
- Drop .NET 5 and add .NET 8 by @martincostello in https://github.com/shouldly/shouldly/pull/997
- Removing previous maintainers in README to avoid confusion/spam by @slang25 in https://github.com/shouldly/shouldly/pull/1032
- fix descriminate -> discriminate by @CaringDev in https://github.com/shouldly/shouldly/pull/1038
- move to stable net9 sdk 9.0.102 by @SimonCropp in https://github.com/shouldly/shouldly/pull/1039
- remove redundant verbatum strings by @SimonCropp in https://github.com/shouldly/shouldly/pull/1042
- fix docs snippets by @SimonCropp in https://github.com/shouldly/shouldly/pull/1040
- remove appveyor.yml from sln by @SimonCropp in https://github.com/shouldly/shouldly/pull/1041
- Add NRT annotation to ShouldBeAssignableTo by @Shane32 in https://github.com/shouldly/shouldly/pull/933
- fix PackageLicenseExpression in nuget by @SimonCropp in https://github.com/shouldly/shouldly/pull/1043
- fix link and add license name license.txt by @SimonCropp in https://github.com/shouldly/shouldly/pull/1044
- Add xunit v3 marker interfaces by @slang25 in https://github.com/shouldly/shouldly/pull/1045
- Fix handling of zero tolerances by @martincostello in https://github.com/shouldly/shouldly/pull/1049
- Housekeeping changes by @slang25 in https://github.com/shouldly/shouldly/pull/1052
- Add a git-blame-ignore-revs file by @slang25 in https://github.com/shouldly/shouldly/pull/1053
- Support Nullable<T> in ShouldBeAssignableTo by @slang25 in https://github.com/shouldly/shouldly/pull/1054
- Relax missing actual argument expression by @slang25 in https://github.com/shouldly/shouldly/pull/1056
- Many dependabot updates
New Contributors
- @larsiver made their first contribution in https://github.com/shouldly/shouldly/pull/930
- @bas-mulder made their first contribution in https://github.com/shouldly/shouldly/pull/972
- @CaringDev made their first contribution in https://github.com/shouldly/shouldly/pull/1038
- @Shane32 made their first contribution in https://github.com/shouldly/shouldly/pull/933
Full Changelog: https://github.com/shouldly/shouldly/compare/4.2.1...4.3.0
v4.2.1
What's Changed
- Avoid Microsoft.CSharp dependency on net5.0 by @ViktorHofer in https://github.com/shouldly/shouldly/pull/897
- Bump DiffEngine from 11.2.0 to 11.3.0 by @dependabot in https://github.com/shouldly/shouldly/pull/895
- docs: remove HashSnippetAnchors by @SimonCropp in https://github.com/shouldly/shouldly/pull/879
- Improved deterministic build support by @slang25 in https://github.com/shouldly/shouldly/pull/898
New Contributors
- @ViktorHofer made their first contribution in https://github.com/shouldly/shouldly/pull/897
Full Changelog: https://github.com/shouldly/shouldly/compare/4.2.0...4.2.1
v4.2.0
What's Changed
- Install .NET SDK in GitHub Actions by @martincostello in https://github.com/shouldly/shouldly/pull/863
- Switch from shouldly.io to shouldly.org by @jnm2 in https://github.com/shouldly/shouldly/pull/864
- update refs by @SimonCropp in https://github.com/shouldly/shouldly/pull/868
- sdk 7.0.101 by @SimonCropp in https://github.com/shouldly/shouldly/pull/873
- update to DiffEngine 11 and EmptyFiles 4.1 by @SimonCropp in https://github.com/shouldly/shouldly/pull/872
- move tests to net7 by @SimonCropp in https://github.com/shouldly/shouldly/pull/874
- System.Half support by @sungam3r in https://github.com/shouldly/shouldly/pull/870
- Include Enumerable Have documentation in summary by @chris-codeflow in https://github.com/shouldly/shouldly/pull/869
- remove redundant T from EqualityComparerAdapter by @SimonCropp in https://github.com/shouldly/shouldly/pull/875
- CheckEolTargetFramework>false by @SimonCropp in https://github.com/shouldly/shouldly/pull/891
- suppress NU1505 by @SimonCropp in https://github.com/shouldly/shouldly/pull/893
- Bump MarkdownSnippets.MsBuild from 24.5.0 to 24.5.1 by @dependabot in https://github.com/shouldly/shouldly/pull/888
- Bump EmptyFiles from 4.1.0 to 4.4.0 by @dependabot in https://github.com/shouldly/shouldly/pull/889
- Bump Microsoft.CodeAnalysis.CSharp from 4.4.0 to 4.5.0 by @dependabot in https://github.com/shouldly/shouldly/pull/885
- change time in flakey test by @SimonCropp in https://github.com/shouldly/shouldly/pull/894
- Bump DiffEngine from 11.0.0 to 11.2.0 by @dependabot in https://github.com/shouldly/shouldly/pull/890
- Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in https://github.com/shouldly/shouldly/pull/887
- Bump PublicApiGenerator from 10.3.0 to 11.0.0 by @dependabot in https://github.com/shouldly/shouldly/pull/886
- Add support for deterministic builds by @slang25 in https://github.com/shouldly/shouldly/pull/883
Full Changelog: https://github.com/shouldly/shouldly/compare/4.1.0...4.2.0
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.