Bumps coverlet.collector from 8.0.1 to 10.0.1
Bumps Microsoft.AspNetCore.Cryptography.KeyDerivation from 10.0.5 to 10.0.9
Bumps Microsoft.AspNetCore.SignalR.Client from 10.0.5 to 10.0.9
Bumps Microsoft.Extensions.Configuration from 10.0.5 to 10.0.9
Bumps Microsoft.Extensions.DependencyInjection from 10.0.5 to 10.0.9
Bumps Microsoft.Extensions.Hosting.WindowsServices from 10.0.5 to 10.0.9
Bumps Microsoft.Extensions.Logging from 10.0.5 to 10.0.9
Bumps Microsoft.NET.Test.Sdk from 18.3.0 to 18.6.0
Bumps Selenium.Support from 4.41.0 to 4.45.0
Bumps Selenium.WebDriver from 4.41.0 to 4.45.0
Bumps Selenium.WebDriver.ChromeDriver from 146.0.7680.16500 to 149.0.7827.11500
Bumps Sentry from 6.3.0 to 6.6.0
Bumps System.Configuration.ConfigurationManager from 10.0.5 to 10.0.9
Bumps System.Drawing.Common from 10.0.5 to 10.0.9
Bumps System.Resources.Extensions from 10.0.5 to 10.0.9
---
updated-dependencies:
- dependency-name: coverlet.collector
dependency-version: 10.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all-nuget-updates
- dependency-name: Microsoft.AspNetCore.Cryptography.KeyDerivation
dependency-version: 10.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-nuget-updates
- dependency-name: Microsoft.AspNetCore.SignalR.Client
dependency-version: 10.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-nuget-updates
- dependency-name: Microsoft.Extensions.Configuration
dependency-version: 10.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-nuget-updates
- dependency-name: Microsoft.Extensions.DependencyInjection
dependency-version: 10.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-nuget-updates
- dependency-name: Microsoft.Extensions.Hosting.WindowsServices
dependency-version: 10.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-nuget-updates
- dependency-name: Microsoft.Extensions.Hosting.WindowsServices
dependency-version: 10.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-nuget-updates
- dependency-name: Microsoft.Extensions.Logging
dependency-version: 10.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-nuget-updates
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-nuget-updates
- dependency-name: Selenium.Support
dependency-version: 4.45.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-nuget-updates
- dependency-name: Selenium.WebDriver
dependency-version: 4.45.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-nuget-updates
- dependency-name: Selenium.WebDriver.ChromeDriver
dependency-version: 149.0.7827.11500
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all-nuget-updates
- dependency-name: Sentry
dependency-version: 6.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-nuget-updates
- dependency-name: System.Configuration.ConfigurationManager
dependency-version: 10.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-nuget-updates
- dependency-name: System.Drawing.Common
dependency-version: 10.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-nuget-updates
- dependency-name: System.Resources.Extensions
dependency-version: 10.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-nuget-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Updated coverlet.collector from 8.0.1 to 10.0.1.
Release notes
Sourced from coverlet.collector's releases.
10.0.1
Improvements
Fixed
Maintenance
Diff between 10.0.0 and 10.0.1
10.0.0
Improvements
--coverlet-file-prefixoption for unique report files #1869Fixed
Maintenance
Diff between 8.0.1 and 10.0.0
Commits viewable in compare view.
Pinned Microsoft.AspNetCore.Cryptography.KeyDerivation at 10.0.9.
Release notes
Sourced from Microsoft.AspNetCore.Cryptography.KeyDerivation's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.SignalR.Client from 10.0.5 to 10.0.9.
Release notes
Sourced from Microsoft.AspNetCore.SignalR.Client's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Microsoft.Extensions.Configuration at 10.0.9.
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Microsoft.Extensions.DependencyInjection at 10.0.9.
Release notes
Sourced from Microsoft.Extensions.DependencyInjection's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Microsoft.Extensions.Hosting.WindowsServices at 10.0.9.
Release notes
Sourced from Microsoft.Extensions.Hosting.WindowsServices's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Microsoft.Extensions.Logging at 10.0.9.
Release notes
Sourced from Microsoft.Extensions.Logging's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.3.0 to 18.6.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.6.0
What's Changed
Changes to tests and infra
... (truncated)
18.5.1
What's Changed
Full Changelog: microsoft/vstest@v18.5.0...v18.5.1
18.5.0
What's Changed
Full Changelog: microsoft/vstest@v18.4.0...v18.5.0
18.4.0
What's Changed
Add LoongArch64 support by @stdmnpkg in Add LoongArch64 support microsoft/vstest#15359
Refactor Condition evaluation by @Youssef1313 in Refactor Condition evaluation microsoft/vstest#15357
Adding info on extensions points part 1 by @nohwnd in Adding info on extensions points part 1 microsoft/vstest#15360
Add option to ask for uploading code QL before the standard window ends by @nohwnd in Add option to ask for uploading code QL before the standard window ends microsoft/vstest#15373
Update runtime versions by @nohwnd in Update runtime versions microsoft/vstest#15372
Fix .NET 10 regression for traits by @Youssef1313 in Fix .NET 10 regression for traits microsoft/vstest#15370
Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in Update target frameworks to net10.0 and net11.0 microsoft/vstest#15349
Fix names in pipeline matrix so we don't have to align them by @nohwnd in Fix names in pipeline matrix so we don't have to align them microsoft/vstest#15365
Update SECURITY.md by @Youssef1313 in Update SECURITY.md microsoft/vstest#15342
New Contributors
Full Changelog: microsoft/vstest@v18.3.0...v18.4.0
Commits viewable in compare view.
Updated Selenium.Support from 4.41.0 to 4.45.0.
Release notes
Sourced from Selenium.Support's releases.
4.45.0
Detailed Changelogs by Component
What's Changed
... (truncated)
4.44.0
Detailed Changelogs by Component
What's Changed
Click to see all the changes included in this release
ArgumentNullException.ThrowIfNullby @RenderMichael in [dotnet] Add C# 14 extension to polyfillArgumentNullException.ThrowIfNullSeleniumHQ/selenium#16697org.openqa.selenium.remoteby @asolntsev in [java] specify nullability in packageorg.openqa.selenium.remoteSeleniumHQ/selenium#17325ChromiumDriver.capabilitiesby @asolntsev in [java] remove fieldChromiumDriver.capabilitiesSeleniumHQ/selenium#17363UnhandledPromptBehavioroption as string and map (breaking change) by @nvborisenko in [dotnet] SupportUnhandledPromptBehavioroption as string and map (breaking change) SeleniumHQ/selenium#16557... (truncated)
4.43.0
Detailed Changelogs by Component
Full Changelog: SeleniumHQ/selenium@selenium-4.42.0...selenium-4.43.0
4.42.0
Detailed Changelogs by Component
What's Changed
Click to see all the changes included in this release
./go authorsscript by @asolntsev in [ruby] fix linter error in./go authorsscript SeleniumHQ/selenium#17136RemoteWebDriver.builder()by @tim-burke-systemware in [java] fix "Don't serialize binary stream - it might be large" when usingRemoteWebDriver.builder()SeleniumHQ/selenium#17139@Nullablefrom return value forExpectedConditionsthat never return null by @asolntsev in [java] remove@Nullablefrom return value forExpectedConditionsthat never return null SeleniumHQ/selenium#17149PrintOptionsetc. by @asolntsev in [java] Fluent setters in few classes likePrintOptionsetc. SeleniumHQ/selenium#17148org.openqa.selenium.chrom*by @asolntsev in [java] specify nullability in packagesorg.openqa.selenium.chrom*SeleniumHQ/selenium#17152speculationmodule by @Delta456 in [java][BiDi] implementspeculationmodule SeleniumHQ/selenium#17130org.openqa.selenium.grid.*packages by @asolntsev in [java] specify nullability inorg.openqa.selenium.grid.*packages SeleniumHQ/selenium#17173ExecuteMethodbackward compatible by @asolntsev in [java] make the signature change inExecuteMethodbackward compatible SeleniumHQ/selenium#17183org.openqa.selenium.devtoolsby @asolntsev in [java] specify nullability in packageorg.openqa.selenium.devtoolsSeleniumHQ/selenium#17185... (truncated)
Commits viewable in compare view.
Updated Selenium.WebDriver from 4.41.0 to 4.45.0.
Release notes
Sourced from Selenium.WebDriver's releases.
4.45.0
Detailed Changelogs by Component
What's Changed
... (truncated)
4.44.0
Detailed Changelogs by Component
What's Changed
Click to see all the changes included in this release
ArgumentNullException.ThrowIfNullby @RenderMichael in [dotnet] Add C# 14 extension to polyfillArgumentNullException.ThrowIfNullSeleniumHQ/selenium#16697org.openqa.selenium.remoteby @asolntsev in [java] specify nullability in packageorg.openqa.selenium.remoteSeleniumHQ/selenium#17325ChromiumDriver.capabilitiesby @asolntsev in [java] remove fieldChromiumDriver.capabilitiesSeleniumHQ/selenium#17363UnhandledPromptBehavioroption as string and map (breaking change) by @nvborisenko in [dotnet] SupportUnhandledPromptBehavioroption as string and map (breaking change) SeleniumHQ/selenium#16557... (truncated)
4.43.0
Detailed Changelogs by Component
Full Changelog: SeleniumHQ/selenium@selenium-4.42.0...selenium-4.43.0
4.42.0
Detailed Changelogs by Component
What's Changed
Click to see all the changes included in this release
./go authorsscript by @asolntsev in [ruby] fix linter error in./go authorsscript SeleniumHQ/selenium#17136RemoteWebDriver.builder()by @tim-burke-systemware in [java] fix "Don't serialize binary stream - it might be large" when usingRemoteWebDriver.builder()SeleniumHQ/selenium#17139@Nullablefrom return value forExpectedConditionsthat never return null by @asolntsev in [java] remove@Nullablefrom return value forExpectedConditionsthat never return null SeleniumHQ/selenium#17149PrintOptionsetc. by @asolntsev in [java] Fluent setters in few classes likePrintOptionsetc. SeleniumHQ/selenium#17148org.openqa.selenium.chrom*by @asolntsev in [java] specify nullability in packagesorg.openqa.selenium.chrom*SeleniumHQ/selenium#17152speculationmodule by @Delta456 in [java][BiDi] implementspeculationmodule SeleniumHQ/selenium#17130org.openqa.selenium.grid.*packages by @asolntsev in [java] specify nullability inorg.openqa.selenium.grid.*packages SeleniumHQ/selenium#17173ExecuteMethodbackward compatible by @asolntsev in [java] make the signature change inExecuteMethodbackward compatible SeleniumHQ/selenium#17183org.openqa.selenium.devtoolsby @asolntsev in [java] specify nullability in packageorg.openqa.selenium.devtoolsSeleniumHQ/selenium#17185... (truncated)
Commits viewable in compare view.
Updated Selenium.WebDriver.ChromeDriver from 146.0.7680.16500 to 149.0.7827.11500.
Release notes
Sourced from Selenium.WebDriver.ChromeDriver's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Sentry at 6.6.0.
Release notes
Sourced from Sentry's releases.
6.6.0
Features ✨
sentry-androidandsentry-cocoaby @bitsandfoxes in #5244Fixes 🐛
Dependencies ⬆️
Deps
Other
6.5.0
Features ✨
Fixes 🐛
SentryEventto haveIsCapturedto allow dropping screenshots of filtered events by @JoshuaMoelans in #5162PruneFilteredSpansruns by @jamescrosswell in #5186Dependencies ⬆️
Deps
Other
6.4.1
Fixes 🐛
Dependencies ⬆️
Deps
6.4.0
Features ✨
Fixes 🐛
options.Native.ExperimentalOptions.SignalHandlerStrategytoSentry.Android.SignalHandlerStrategy.ChainAtStartDependencies ⬆️
Deps
6.3.2
Dependencies ⬆️
6.3.1
Fixes 🐛
CaptureFeedbacknow supports multiple attachments correctly by @bitsandfoxes in #5077Dependencies ⬆️
Deps
Other
Commits viewable in compare view.
Pinned System.Configuration.ConfigurationManager at 10.0.9.
Release notes
Sourced from System.Configuration.ConfigurationManager's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned System.Drawing.Common at 10.0.9.
Release notes
Sourced from System.Drawing.Common's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated System.Resources.Extensions from 10.0.5 to 10.0.9.
Release notes
Sourced from System.Resources.Extensions's releases.
No release notes found for this version range.
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions