Skip to content

deps: Bump the nuget-patch-minor group with 5 updates#536

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Daqifi.Desktop.Common.Test/nuget-patch-minor-0b5cc49e9f
Open

deps: Bump the nuget-patch-minor group with 5 updates#536
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Daqifi.Desktop.Common.Test/nuget-patch-minor-0b5cc49e9f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Updated coverlet.collector from 10.0.0 to 10.0.1.

Release notes

Sourced from coverlet.collector's releases.

10.0.1

Improvements

Fixed

  • Fix inconsistent paths in cobertura reports #​1723
  • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
  • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
  • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828

Maintenance

  • Add architecture docs and diagrams for all integrations #​1927
  • Update NuGet packages and .NET SDK versions #​1933

Diff between 10.0.0 and 10.0.1

Commits viewable in compare view.

Updated Daqifi.Core from 0.21.0 to 0.22.0.

Release notes

Sourced from Daqifi.Core's releases.

0.22.0

New

  • LAN static IP configuration — nullable StaticIP / SubnetMask / Gateway on NetworkConfiguration plus matching SetLan{Address,Mask,Gateway} SCPI producers; null = leave unchanged, so DHCP callers are unaffected. (#​211)
  • WifiBridgeActivator.Activate — static helper that opens a transient SerialStreamTransport and runs the WiFi-firmware-update bridge sequence with correct timing, so consumers can stop instantiating raw SerialPorts. (#​212)
  • Post-reconnect readiness probe for PIC32 updates — opt-in PostReconnectReadinessProbe on FirmwareUpdateServiceOptions holds Complete until the application is responsive; timeout (default 30s) surfaces as a wrapped TimeoutException instead of a silent half-ready success. (#​200)
  • WiFi planning split from execution — new CheckWifiFirmwareStatusAsync returns a WifiFirmwareStatus record without mutating service state; UpdateWifiModuleAsync accepts skipVersionCheck so callers don't trigger Core's second probe. (#​198)
  • DrainErrorQueueAsync — pops SYSTem:ERRor? entries until the device reports "No error," surfacing what's queued (including stale errors from prior sessions). (#​185)
  • macOS USB VID/PID filteringMacOsUsbPortDescriptorProvider runs ioreg once per discovery cycle so macOS gets the same probe-only-DAQiFi behavior shipped for Windows/Linux. (#​202)

Performance

  • Serial discovery: ~1 minute → <1 second. VID/PID-filter ports before opening (Windows via WMI, Linux via /sys/class/tty), reduce probe to SYSTem:SYSInfoPB? only, and tighten timeouts now that we only touch real DAQiFi ports. (#​201)

Bug fixes

  • WiFi connect honors LocalInterfaceAddressTcpStreamTransport binds the outbound socket to the supplied local interface; threads through from DaqifiDeviceFactory.ConnectFromDeviceInfoAsync. (#​187)
  • ProtobufMessageParser hardening — gap gate now keyed on availableBodyBytes <= 1 (no more corrupting multi-KB frames split across reads); continuation bytes are wire-type validated. (#​197)
  • ExecuteTextCommandAsync serializedSemaphoreSlim wraps the consumer pause/swap/restart so concurrent callers don't race; same-thread re-entry throws instead of deadlocking. (#​196)
  • SD filenames starting with "error" no longer droppedIsNonResultLine requires ERROR followed by :, space/tab, !, or EOL instead of matching the bare substring. (#​195)
  • CSV exporter hardening — RFC 4180 escaping on header + data rows, delimiter validation, formula-injection mitigation scoped to headers only, ticks=0 no longer rejected as INVALID, no-op progress finalizes. (#​194)
  • Async SD paths no longer block thread-pool threadsThread.Sleep in GetSdCardFilesAsync / DeleteSdCardFileAsync setup lambdas replaced with await Task.Delay(..., ct). (#​226)

Other changes

  • chore: Eliminate CA2024 warnings and enforce TreatWarningsAsErrors in both projects. (#​225)
  • chore: Pre-release polish — TextMessage.cs filename, versioned user-agent in GitHubFirmwareDownloadService, explicit #pragma warning disable CS1998 in SD parsers. (#​227)
  • docs: README rewritten with marketing positioning, badges, ecosystem map, and cross-platform emphasis. (#​215)
  • docs: Use DAQiFi brand capitalization in README prose. (#​218)
  • docs: Archive simulator planning under docs/archive/simulator/. (#​228)
  • chore(deps): Microsoft.NET.Test.Sdk 18.4.0 → 18.5.1. (#​184)
  • chore(deps): coverlet.* 10.0.0 → 10.0.1, Microsoft.Extensions.Logging.Abstractions / System.IO.Ports / System.Management 10.0.7 → 10.0.8, Microsoft.SourceLink.GitHub 10.0.203 → 10.0.300. (#​217)

Full changelog

daqifi/daqifi-core@v0.21.0...v0.22.0

Commits viewable in compare view.

Updated Google.Protobuf from 3.34.1 to 3.35.0.

Release notes

Sourced from Google.Protobuf's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.5.1 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

Commits viewable in compare view.

Updated Sentry from 6.5.0 to 6.6.0.

Release notes

Sourced from Sentry's releases.

6.6.0

Features ✨

  • feat: propagate trace to sentry-android and sentry-cocoa by @​bitsandfoxes in #​5244
  • feat: User.Id can now be overriden (set to null) in Global mode by @​jamescrosswell in #​5039
  • feat: Implement strict trace continuation by @​giortzisg in #​4981

Fixes 🐛

  • fix: return early from AddSentryOtlpExporter when DSN is the disable-SDK sentinel by @​jamescrosswell in #​5247
  • fix: sync default tags to native layer by @​bitsandfoxes in #​5214

Dependencies ⬆️

Deps

  • chore(deps): update Cocoa SDK to v9.14.0 by @​github-actions[bot] in #​5252
  • chore(deps): update Java SDK to v8.42.0 by @​github-actions[bot] in #​5208

Other

  • release: 6.6.0 by @​jamescrosswell in 0140be0a
  • chore: update scripts/update-cli.ps1 to 3.4.3 by @​github-actions[bot] in #​5251
  • ci: update the Update Dependencies workflow by @​Flash0ver in #​5175
  • chore: update modules/sentry-native to 0.14.2 by @​github-actions[bot] in #​5229
  • chore: update modules/sentry-cocoa to 9.13.0 by @​github-actions[bot] in #​5221
  • chore: update scripts/update-cli.ps1 to 3.4.2 by @​github-actions[bot] in #​5220
  • chore: update modules/sentry-cocoa to 9.12.1 by @​github-actions[bot] in #​5207

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps coverlet.collector from 10.0.0 to 10.0.1
Bumps Daqifi.Core from 0.21.0 to 0.22.0
Bumps Google.Protobuf from 3.34.1 to 3.35.0
Bumps Microsoft.NET.Test.Sdk from 18.5.1 to 18.6.0
Bumps Sentry from 6.5.0 to 6.6.0

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-patch-minor
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-patch-minor
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-patch-minor
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-patch-minor
- dependency-name: Daqifi.Core
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-patch-minor
- dependency-name: Daqifi.Core
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-patch-minor
- dependency-name: Google.Protobuf
  dependency-version: 3.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-patch-minor
- dependency-name: Google.Protobuf
  dependency-version: 3.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-patch-minor
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-patch-minor
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-patch-minor
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-patch-minor
- dependency-name: Sentry
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-patch-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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