-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update non-major #36
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/non-major
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c4026fc
to
f6aa0b8
Compare
f6aa0b8
to
a350407
Compare
a350407
to
05e53cd
Compare
05e53cd
to
222cf6c
Compare
222cf6c
to
2df4d63
Compare
9457062
to
fe945b6
Compare
fe945b6
to
9da0af4
Compare
9da0af4
to
fb0077b
Compare
fb0077b
to
c151109
Compare
c151109
to
8eeceff
Compare
8eeceff
to
c56ad90
Compare
c56ad90
to
c559b19
Compare
c559b19
to
c2249fd
Compare
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
c2249fd
to
32ae8fe
Compare
a7589fa
to
eff57c0
Compare
eff57c0
to
87fdb61
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.4
->1.3.0
0.13.9
->0.15.2
6.11.0
->6.12.2
17.6.3
->17.14.1
2.5.0
->2.9.3
2.5.0
->2.8.2
Release Notes
AngleSharp/AngleSharp (AngleSharp)
v1.3.0
Compare Source
Released on Friday, April 18 2025.
HasChildNodes
(#1219) @arekdygasNodeIterator
behavior when nodes are removed (#1222)GetAttributeNode
methods toIElement
(#1223) @arekdygasv1.2.0
Compare Source
Released on Tuesday, December 31 2024.
Expires
recognized as local time (#1212) @noobow34OnToken
event for the tokenizer (#1153) @schaakverslaafdStringBuilder
pooling (#1203) @micahbresetteproperty
attribute to meta tags (#1195) @hflexgrigv1.1.2
Released on Friday, March 8 2024.
v1.1.1
Released on Friday, March 1 2024.
ISourceReference
not usingHtmlToken
underneath<template>
in foreign elements (#1179)PostAsMultipart
helper for multipart/form-data toDocumentRequest
(#1173)v1.1.0
Compare Source
Released on Thursday, January 18 2024.
:where
and:is
selectors using forgiving lists&
)v1.0.7
Released on Friday, November 17 2023.
IRange
using offsets (#1147) @zukarusanNode.set_Owner
(#1149) @campersaunet8.0
as direct target frameworkv1.0.6
Released on Saturday, November 11 2023.
InnerHtml
of<noscript>
(#1139)PrettyMarkupFormatter
to keep new lines on demand (#1131) @dramlianv1.0.5
Released on Tuesday, October 3 2023.
descendants
(#1136) @SimonCroppHtmlEntityProvider
(#396)dotnet/BenchmarkDotNet (BenchmarkDotNet)
v0.15.2
: 0.15.2Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html
Highlights
v0.15.1
: 0.15.1Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html
Highlights
v0.15.0
: 0.15.0Full changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html
v0.14.0
: 0.14.0Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html
Highlights
BenchmarkDotNet.Diagnostics.dotMemory
#2549: memory allocation profile of your benchmarks using dotMemory, see @BenchmarkDotNet.Samples.IntroDotMemoryDiagnoserBenchmarkDotNet.Exporters.Plotting
#2560: plotting via ScottPlot (initial version)IntermediateOutputPath
,OutputPath
, andOutDir
properties to thedotnet 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
UseArtifactsOutput
.Breaking Changes
DotNetCliBuilder
removedretryFailedBuildWithNoDeps
constructor option.DotNetCliCommand
removedRetryFailedBuildWithNoDeps
property andBuildNoRestoreNoDependencies()
andPublishNoBuildAndNoRestore()
methods (replaced withPublishNoRestore()
).v0.13.12
: 0.13.12Full 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.11Full 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)
Merged pull requests (8)
Commits (28)
Contributors (7)
Thank you very much!
v0.13.10
: 0.13.10Full 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
BeEmpty()
andBeNullOrEmpty()
performance forIEnumerable<T>
, by materializing only the first item - #2530Fixes
DateTimeOffset
withBeWithin(...).Before(...)
- #2312BeEquivalentTo
will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152because
andbecauseArgs
were not passed down the equivalency tree - #2318BeEquivalentTo
can again compare a non-genericIDictionary
with a generic one - #2358FormattingOptions
were not respected in innerAssertionScope
- #2329true
andfalse
in failure messages and make them formattable to a customBooleanFormatter
- #2390, #2393NotBeOfType
when wrapped in anAssertionScope
and the subject is null - #2399BeWritable
/BeReadable
when wrapped in anAssertionScope
and the subject is read-only/write-only - #2399ThrowExactly[Async]
when wrapped in anAssertionScope
and no exception is thrown - #2398[Not]HaveExplicitProperty
when wrapped in anAssertionScope
and not implementing the interface - #2403[Not]HaveExplicitMethod
when wrapped in anAssertionScope
and not implementing the interface - #2403BeEquivalentTo
to excludeprivate protected
members from the comparison - #2417BeEquivalentTo
on an emptyArraySegment
- #2445, #2511BeEquivalentTo
with a custom comparer can now handle null values - #2489AssertionScope(context)
create a chained context - #2607AssertionScope
constructor would not create an actual scope associated with the thread - #2607ThrowWithinAsync
not respectingOperationCanceledException
- #2614BeEquivalentTo
with anIEqualityComparer
targeting nullable types - #2648Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1
v6.12.0
Compare Source
What's Changed
New features
Be
,NotBe
andBeOneOf
for object comparisons with custom comparer by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2243AssemblyAssertions
withHavePublicKey
andBeUnsigned
by @Corniel in https://github.com/fluentassertions/fluentassertions/pull/2207NotContainItemsAssignableTo
by @Leo506 in https://github.com/fluentassertions/fluentassertions/pull/2266Improvements
Fixes
Documentation
ExcludingNestedObjects
by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2211HaveElement()
occurrence docs by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2217IComparer<T>
overload by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2220Others
GenericDictionaryEquivalencyStep
by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2191New Contributors
Full Changelog: fluentassertions/fluentassertions@6.11.0...6.12.0
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.14.1
What's Changed
Full Changelog: microsoft/vstest@v17.14.0...v17.14.1
v17.14.0
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
New Contributors
Full Changelog: microsoft/vstest@v17.13.0...v17.14.0
v17.13.0
What's Changed
Add letter number among valid identifiers in class name by @nohwnd in https://github.com/microsoft/vstest/pull/13868
Fix formatting in Runner by @mthalman in https://github.com/microsoft/vstest/pull/13871
Downgrade xunit skip warning to info by @nohwnd in https://github.com/microsoft/vstest/pull/10381
Add msdia for arm64 into nuget by @nohwnd in https://github.com/microsoft/vstest/pull/10382
Enable native debugging for vstest.console by @ocitrev in https://github.com/microsoft/vstest/pull/10401
Fix RFCs links by @Youssef1313 in https://github.com/microsoft/vstest/pull/10424
Convert to auto property by @nohwnd in https://github.com/microsoft/vstest/pull/10365
Update Versions.props by @nohwnd in https://github.com/microsoft/vstest/pull/10378
Enable TSA by @jakubch1 in [https://github.com/microsoft/vstest
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.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here