Skip to content

chore(deps): update non-major#36

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/non-major
Open

chore(deps): update non-major#36
renovate[bot] wants to merge 1 commit intomainfrom
renovate/non-major

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
AngleSharp (source) 1.0.41.4.0 age confidence
BenchmarkDotNet 0.13.90.15.8 age confidence
FluentAssertions (source) 6.11.06.12.2 age confidence
Microsoft.NET.Test.Sdk 17.6.317.14.1 age confidence
xunit 2.5.02.9.2 age confidence
xunit.runner.visualstudio 2.5.02.8.2 age confidence

Release Notes

AngleSharp/AngleSharp (AngleSharp)

v1.4.0

Released on Wednesday, November 12 2025.

  • Fixed handling of carriage return in text sources
  • Added support for of syntax in :nth-child functions within CSS selectors
  • Added selectedcontent to known elements (#​1230)
  • Added :open, ::checkmark, ::picker-icon, and ::picker(ident) to selector syntax (#​1230)
  • Added parsing for customizable <select> (#​1230)
  • Added .NET 10 as an explicit target

v1.3.1

Compare Source

Released on Saturday, November 8 2025.

v1.3.0

Compare Source

Released on Friday, April 18 2025.

v1.2.0

Compare Source

Released on Tuesday, December 31 2024.

v1.1.2

Released on Friday, March 8 2024.

  • Fixed exception when providing wrong response (#​1181)
  • Fixed handling of various inputs leading to timeouts (#​1180)

v1.1.1

Released on Friday, March 1 2024.

  • Fixed ISourceReference not using HtmlToken underneath
  • Fixed handling of replacement characters in escaped script blocks (#​1174)
  • Fixed handling of empty template element in SVG foreign mode (#​1176)
  • Fixed handling of <template> in foreign elements (#​1179)
  • Improved pre-release version to follow semver (#​1171) @​georg-jung
  • Improved NuGet package with link to repository (#​1168) @​thompson-tomo
  • Added PostAsMultipart helper for multipart/form-data to DocumentRequest (#​1173)

v1.1.0

Compare Source

Released on Thursday, January 18 2024.

  • Fixed priority calculations for selector lists (#​1161)
  • Fixed :where and :is selectors using forgiving lists
  • Added option for read only DOM (#​1154) @​dv00d00
  • Added more optimizations to reduce allocation rate (#​1159) @​dv00d00
  • Added support for nested selectors (&)

v1.0.7

Released on Friday, November 17 2023.

v1.0.6

Released on Saturday, November 11 2023.

v1.0.5

Released on Tuesday, October 3 2023.

dotnet/BenchmarkDotNet (BenchmarkDotNet)

v0.15.8: BenchmarkDotNet v0.15.8

This release adds OpenMetrics exporter support for Prometheus-compatible metrics export, improves the Roslyn analyzers with multi-target support and better type checking, and fixes several bugs including process deadlocks and WASM trimming issues.

Features

  • Add OpenMetrics exporter for Prometheus-compatible metrics output (#​2801)
  • Add Job info to DisassemblyDiagnoser report headers to distinguish assemblies when using multiple coreruns (#​2884, fixes #​2573)
  • Add NO_COLOR environment variable support for disabling console colors (#​2870)

Improvements

  • Multi-target analyzers with improved type assignability checking using semantic model (#​2866)
  • Add new analyzer diagnostic BDN1503 for better argument/params validation (#​2865, fixes #​2864)
  • Use PolySharp for [DynamicallyAccessedMembers] attribute polyfill (#​2883)
  • Refactor to use AsyncProcessOutputReader for cleaner process output handling (#​2878)

Bug Fixes

  • Fix process deadlock issue when reading process output (#​2877)
  • Fix WASM generated project being trimmed out (#​2872)
  • Allow filters to filter out every benchmark from a type without errors (#​2879, fixes #​2860)
  • Fix unhandled exception when running BenchmarkRunner.Run<T>() with arguments on invalid benchmark type (#​2880, fixes #​2724)

Internal

  • Update release workflow for analyzers (#​2882)
  • Improve docs building workflow
  • Cleanup #if-#endif preprocessor directives using PolySharp polyfills (#​2881)

Full Changelog: dotnet/BenchmarkDotNet@v0.15.7...v0.15.8

v0.15.7: BenchmarkDotNet v0.15.7

This release introduces Roslyn analyzers to catch incorrect BenchmarkDotNet usage at compile time, improves .NET Framework version detection, and updates OS detection support.

Features

  • Add Roslyn analyzers to detect incorrect usage of BenchmarkDotNet at compile-time (#​2837)
    • Validates benchmark class structure (public, non-sealed, generic constraints)
    • Checks [Arguments], [Params], and [ParamsAllValues] attribute usage
    • Verifies [GenericTypeArguments] requirements
    • Ensures only one baseline method per category
    • Validates BenchmarkRunner.Run invocations

Improvements

  • Improve .NET Framework version detection by retrieving version from TargetFrameworkAttribute (#​2682)
  • Bump Perfolizer 0.6.0 → 0.6.1, bringing updated Windows and macOS version detection in OsBrandHelper

Bug Fixes

  • Fix null reference handling and exception logging in TestCaseFilter for the test adapter
  • Fix flaky CI tests by increasing build timeout values (#​2854)

Internal

  • Improve release workflow in release.yaml

Full Changelog: dotnet/BenchmarkDotNet@v0.15.6...v0.15.7

v0.15.6: BenchmarkDotNet v0.15.6

v0.15.6

This release adds ref struct parameter support for [ArgumentsSource], fixes Native AOT runtime moniker resolution, and upgrades to Perfolizer 0.6.0 with the new Pragmastat statistical engine.

Features
  • Add ref struct parameter support for [ArgumentsSource] attribute, enabling Span<T> and ReadOnlySpan<char> parameters (#​2849)
Bug Fixes
  • Fix runtime moniker normalization for Native AOT targets (#​2852)
Improvements
  • Upgrade to Perfolizer 0.6.0 with Pragmastat statistical engine integration
Documentation
  • Add documentation for breaking changes related to disassembler native dependencies (#​2836)
Internal
  • Introduce GitHub Actions release workflow

Full Changelog: dotnet/BenchmarkDotNet@v0.15.5...v0.15.6

v0.15.5: 0.15.5

This release fixes job naming consistency when using --runtimes, clamps histogram bin bounds to avoid confusing negative values, and reduces output directory clutter by filtering unnecessary runtime and satellite assembly files.

Features

  • Add custom MSBuild targets to remove unnecessary files from the bin directory (#​2737)
    • Filters out Capstone native binaries for non-target platforms
    • Removes satellite assemblies from Microsoft.CodeAnalysis packages

Bug Fixes

  • Fix job names consistency between SimpleJobAttribute and --runtimes CLI option (#​2841)
    • Jobs now use runtime names as IDs consistently across all runtime monikers
  • Clamp histogram bin lower bounds to non-negative values (#​1821)
    • Prevents confusing negative values in histogram output for non-negative measurements

Internal

  • Bump Perfolizer: 0.5.3 → 0.5.4 (#​2773)
  • Update changelog and GitHub Pages generation workflows
  • Enable workflow_dispatch for test workflow (#​2835)

Full Changelog: dotnet/BenchmarkDotNet@v0.15.4...v0.15.5

v0.15.4: 0.15.4

This release fixes issues with ParamsSource attribute resolution in inheritance scenarios and corrects a MSBuild syntax error in the TestAdapter.

Bug Fixes

  • Allow [ParamsSource] to resolve overridden methods and properties in derived classes (#​2832)
  • Fix MSBuild condition syntax for TestTfmsInParallel property that prevented Visual Studio from loading projects (#​2831)

Full Changelog: dotnet/BenchmarkDotNet@v0.15.3...v0.15.4

v0.15.3: 0.15.3

This release brings .NET 10 NativeAOT instruction set support, improved CPU detection on Windows when WMIC is unavailable, test adapter filtering, and numerous bug fixes.

Breaking Changes

  • Deprecated .WithNuget() job extension in favor of .WithMsBuildArguments() (#​2812)

Features

  • Add VS Test Adapter filter support for running specific benchmarks (#​2788)
  • Update NativeAOT instruction set support for .NET 10+ (#​2828)

Improvements

  • Add PowerShell-based CPU detection fallback for Windows when WMIC is unavailable (#​2749)
  • Improve IsNetCore and IsNativeAOT detection for single-file apps without AOT (#​2799)
  • Use --nodeReuse:false for dotnet CLI commands to improve build isolation (#​2814)
  • Enable assembly signing for debug builds (#​2774)

Bug Fixes

  • Fix ArgumentsSource on external types not working if the argument type is not primitive (#​2820)
  • Fix workload warmup mode not working correctly
  • Fix EtwProfiler for file paths slightly under 260 characters (#​2808)
  • Fix console logs being output twice when using TestAdapter (#​2790)
  • Fix EventProcessor.OnEndValidationStage not being called when critical validation errors occur (#​2816)
  • Fix XmlException thrown when TextReader.Null is passed to AppConfigGenerator (#​2817)
  • Fix case sensitivity issue in NativeMemoryLogParser program name matching (#​2795)
  • Fix typo in BuildPlots.R

Internal

  • Replace StyleCop.Analyzers with unstable version for improved analysis (#​2796)
  • Add workflow to run selected tests (#​2797)
  • Fix flaky MemoryDiagnoser tests on macOS (#​2813)
  • Fix x86 disassembler tests for net462 (#​2792)
  • Split TimeConsumingBenchmark class to reduce test time
  • Update BenchmarkDotNetDiagnosers package version (#​2805)
  • Fix comment in package props about GenerateProgramFile (#​2802)

Full Changelog: dotnet/BenchmarkDotNet@v0.15.2...v0.15.3

v0.15.2: 0.15.2

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html

Highlights

  • The most significant update in this release is the enhanced accuracy of the memory diagnoser (#​2562). This improvement resolves the issue of incorrectly reported memory allocations (#​1542, #​2582).
  • We have introduced a new feature that allows users to sort benchmark jobs in numerical order (#​2768, #​2770).
  • Benchmark validation has been improved (#​2771).
  • An issue with non-persistent auto-generated JobId has been fixed (#​2777).

v0.15.1: 0.15.1

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html

Highlights

v0.15.0: 0.15.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html

v0.14.0: 0.14.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html

Highlights

  • Introduce BenchmarkDotNet.Diagnostics.dotMemory #​2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
  • Introduce BenchmarkDotNet.Exporters.Plotting #​2560: plotting via ScottPlot (initial version)
  • Multiple bugfixes
  • The default build toolchains have been updated to pass IntermediateOutputPath, OutputPath, and OutDir properties to the dotnet build command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own .csproj and .props from those properties if you need to copy custom files to the output.

Bug fixes

  • Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's UseArtifactsOutput.

Breaking Changes

  • DotNetCliBuilder removed retryFailedBuildWithNoDeps constructor option.
  • DotNetCliCommand removed RetryFailedBuildWithNoDeps property and BuildNoRestoreNoDependencies() and PublishNoBuildAndNoRestore() methods (replaced with PublishNoRestore()).

v0.13.12: 0.13.12

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html

Highlights

The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE!
The detailed guide can be found here.

This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#​2491).

Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.

v0.13.11: 0.13.11

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html

In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.

Resolved issues (4)

  • #​2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee: @​adamsitnik)
  • #​2233 Q: Include hardware counters in XML output (assignee: @​nazulg)
  • #​2388 Include AVX512 in listed HardwareIntrinsics
  • #​2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee: @​adamsitnik)

Merged pull requests (8)

Commits (28)

Contributors (7)

Thank you very much!

v0.13.10: 0.13.10

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.10.html

Highlights

Initial support of .NET 9 and minor bug fixes.

Details

In the v0.13.10 scope,
2 issues were resolved and 3 pull requests were merged.
This release includes 10 commits by 4 contributors.

Resolved issues (2)

Merged pull requests (3)

Commits (10)

Contributors (4)

Thank you very much!

fluentassertions/fluentassertions (FluentAssertions)

v6.12.2

Compare Source

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2

v6.12.1

Compare Source

What's Changed
Improvements
  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #​2530
Fixes
  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #​2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #​2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #​2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #​2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #​2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #​2390, #​2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #​2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #​2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #​2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #​2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #​2445, #​2511
  • BeEquivalentTo with a custom comparer can now handle null values - #​2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #​2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #​2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #​2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #​2648

Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1

v6.12.0

Compare Source

What's Changed

New features
Improvements
Fixes
Documentation
Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@6.11.0...6.12.0

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

v17.14.1

What's Changed


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 using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot changed the title chore(deps): update dependency benchmarkdotnet to v0.13.10 chore(deps): update non-major Nov 14, 2023
@renovate renovate bot force-pushed the renovate/non-major branch from c4026fc to f6aa0b8 Compare November 14, 2023 16:43
@renovate renovate bot force-pushed the renovate/non-major branch from f6aa0b8 to a350407 Compare December 6, 2023 12:18
@renovate renovate bot force-pushed the renovate/non-major branch from a350407 to 05e53cd Compare January 5, 2024 19:22
@renovate renovate bot changed the title chore(deps): update non-major chore(deps): update dependency benchmarkdotnet to v0.13.12 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/non-major branch from 05e53cd to 222cf6c Compare August 6, 2024 15:38
@renovate renovate bot changed the title chore(deps): update dependency benchmarkdotnet to v0.13.12 chore(deps): update dependency benchmarkdotnet to v0.14.0 Aug 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency benchmarkdotnet to v0.14.0 chore(deps): update dependency benchmarkdotnet to 0.14.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/non-major branch from 222cf6c to 2df4d63 Compare September 16, 2024 09:16
@renovate renovate bot changed the title chore(deps): update dependency benchmarkdotnet to 0.14.0 chore(deps): update non-major Sep 16, 2024
@renovate renovate bot force-pushed the renovate/non-major branch 2 times, most recently from 9457062 to fe945b6 Compare September 27, 2024 08:06
@renovate renovate bot force-pushed the renovate/non-major branch from fe945b6 to 9da0af4 Compare November 8, 2024 12:56
@renovate renovate bot force-pushed the renovate/non-major branch from 9da0af4 to fb0077b Compare November 19, 2024 17:31
@renovate renovate bot force-pushed the renovate/non-major branch from fb0077b to c151109 Compare December 31, 2024 17:31
@renovate renovate bot force-pushed the renovate/non-major branch from c151109 to 8eeceff Compare January 8, 2025 18:38
@renovate renovate bot force-pushed the renovate/non-major branch from 8eeceff to c56ad90 Compare February 11, 2025 10:05
@renovate renovate bot force-pushed the renovate/non-major branch from c56ad90 to c559b19 Compare April 18, 2025 22:23
@renovate renovate bot force-pushed the renovate/non-major branch from c559b19 to c2249fd Compare May 20, 2025 13:04
@socket-security
Copy link

socket-security bot commented May 20, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedfluentassertions@​6.11.0 ⏵ 6.12.29310090100100
Updatedxunit@​2.5.0 ⏵ 2.9.210010090100100
Updatedxunit.runner.visualstudio@​2.5.0 ⏵ 2.8.2100 +810090100100
Updatedmicrosoft.net.test.sdk@​17.6.3 ⏵ 17.14.110010090100100 +10
Updatedanglesharp@​1.0.4 ⏵ 1.4.094 +210090100100
Updatedbenchmarkdotnet@​0.13.9 ⏵ 0.15.895 -110090100100

View full report

@renovate renovate bot force-pushed the renovate/non-major branch from c2249fd to 32ae8fe Compare May 22, 2025 20:23
@renovate renovate bot force-pushed the renovate/non-major branch 2 times, most recently from a7589fa to eff57c0 Compare June 9, 2025 17:08
@renovate renovate bot force-pushed the renovate/non-major branch from eff57c0 to 87fdb61 Compare June 16, 2025 14:12
@renovate renovate bot force-pushed the renovate/non-major branch 2 times, most recently from 9d6d0f1 to e2010eb Compare September 24, 2025 14:13
@renovate renovate bot force-pushed the renovate/non-major branch 2 times, most recently from e312d99 to 8190216 Compare November 8, 2025 13:58
@renovate renovate bot force-pushed the renovate/non-major branch 2 times, most recently from 542c379 to 84b76ee Compare November 15, 2025 22:28
@renovate renovate bot force-pushed the renovate/non-major branch from 84b76ee to e565aff Compare December 3, 2025 04:09
@renovate renovate bot force-pushed the renovate/non-major branch from e565aff to fdff1b7 Compare January 23, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants