Skip to content

Bump the npm-dependencies group with 8 updates - #9

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Sentry/npm-dependencies-24eea06904
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Sentry/npm-dependencies-24eea06904

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown

Updated Microsoft.Extensions.Logging from 10.0.5 to 10.0.12.

Release notes

Sourced from Microsoft.Extensions.Logging's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated MudBlazor from 9.2.0 to 9.10.0.

Release notes

Sourced from MudBlazor's releases.

9.10.0

What's Changed

New Features

Bug Fixes

Accessibility

Performance

9.9.0

What's Changed

Breaking Changes

New Features

Bug Fixes

Performance

9.8.0

What's Changed

Breaking Changes

New Features

Bug Fixes

Other Changes

New Contributors

9.7.0

What's Changed

Breaking Changes

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v9.6.0...v9.7.0

9.6.0

What's Changed

New Features

Bug Fixes

New Contributors

9.5.0

What's Changed

Bug Fixes

Full Changelog: MudBlazor/MudBlazor@v9.4.0...v9.5.0

9.4.0

What's Changed

Breaking Changes

New Features

Bug Fixes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v9.3.0...v9.4.0

9.3.0

What's Changed

New Features

Bug Fixes

New Contributors

Commits viewable in compare view.

Updated OpenCvSharp4 from 4.13.0.20260330 to 4.13.0.20260627.

Release notes

Sourced from OpenCvSharp4's releases.

4.13.0.20260627

What's Changed

New Contributors

Full Changelog: shimat/opencvsharp@4.13.0.20260602...4.13.0.20260627

4.13.0.20260602

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260531...4.13.0.20260602

4.13.0.20260531

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260529...4.13.0.20260531

4.13.0.20260529

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260427...4.13.0.20260529

4.13.0.20260427

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260317...4.13.0.20260427

Commits viewable in compare view.

Updated OpenCvSharp4.Extensions from 4.13.0.20260330 to 4.13.0.20260627.

Release notes

Sourced from OpenCvSharp4.Extensions's releases.

4.13.0.20260627

What's Changed

New Contributors

Full Changelog: shimat/opencvsharp@4.13.0.20260602...4.13.0.20260627

4.13.0.20260602

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260531...4.13.0.20260602

4.13.0.20260531

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260529...4.13.0.20260531

4.13.0.20260529

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260427...4.13.0.20260529

4.13.0.20260427

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260317...4.13.0.20260427

Commits viewable in compare view.

Updated OpenCvSharp4.runtime.win from 4.13.0.20260302 to 4.13.0.20260627.

Release notes

Sourced from OpenCvSharp4.runtime.win's releases.

4.13.0.20260627

What's Changed

New Contributors

Full Changelog: shimat/opencvsharp@4.13.0.20260602...4.13.0.20260627

4.13.0.20260602

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260531...4.13.0.20260602

4.13.0.20260531

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260529...4.13.0.20260531

4.13.0.20260529

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260427...4.13.0.20260529

4.13.0.20260427

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260317...4.13.0.20260427

4.13.0.20260317

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260308...4.13.0.20260317

4.13.0.20260308

What's Changed

Full Changelog: shimat/opencvsharp@4.13.0.20260302...4.13.0.20260308

Commits viewable in compare view.

Updated OpenShock.Desktop.ModuleBase from 1.1.4 to 1.3.1.

Release notes

Sourced from OpenShock.Desktop.ModuleBase's releases.

1.3.1

Fixed

  • openshock: login links. Clicking "Log in" in the browser
    used to fail in every case: if the app was already running the handoff threw
    before it sent anything, and if it wasn't running the token was parsed and then
    thrown away, so you landed back on the login screen either way.
  • Malformed deep links no longer crash the app. openshock://token/...,
    odd casing and junk links are all handled instead of throwing on startup.
  • Fixed a hang after logging in. Once you were logged in, an internal lock was
    never released, so the next login or logout attempt would wait forever.
  • Login failures now say what went wrong. Instead of a red "Login Failed",
    you get the actual reason, expired token, backend unreachable, an outdated
    client that can't read the server's response, or the backend's own error
    message, plus a Try Again button in the account menu.

Full changelog: OpenShock/Desktop@1.3.0...1.3.1

1.3.0

What's Changed

UI overhaul

  • Reworked the whole dashboard shell around a shared set of layout primitives (PageContainer, SectionCard, LabeledRow, LabeledBlock), so Dashboard, App Settings, Shockers, Debug and Module Manager all follow the same spacing, headings and card styling.
  • Rebuilt the sidebar: cleaner navigation, module entries with proper status, and an empty state when no modules are installed.
  • Hubs are now shown in named groups — your own hubs stay unlabeled, shared ones are attributed to the person they came from — with a redesigned hub status row.

Module resilience

Modules can no longer take down the app:

  • A module that throws during setup or start is marked faulted and disabled. Its sidebar entry stays with an error icon, and its page shows a fault notice instead of half-initialised components.
  • Page and sidebar render errors are contained by error boundaries. The boundary recovers on navigation and caps the error count, so one broken module can't crash the shell.
  • A module component that fails to construct renders a placeholder instead of taking the page with it.
  • Module install and removal are crash-safe: replaced folders are parked in .trash instead of being deleted in place, a failed extract rolls back, failed tasks stay queued for retry, and the memory-mapped module definition is disposed properly.

Fixes & internals

  • Single-instance enforcement now uses a named mutex instead of probing the pipe, which is faster and more reliable at startup.
  • Module UI surface (icon, root component, navigation items) is snapshotted and validated once at load instead of being re-read from the render tree every frame.
  • Dependency updates: MudBlazor 9.9.0, TUnit 1.65.68.

Full Changelog: OpenShock/Desktop@1.2.1...1.3.0

1.2.1

Features

  • Shared hubs — hubs that other users have shared with you now show up in the app, grouped by their owner in the sidebar and on the shockers tab, with live control support (#​83)
  • Shockers tab in the sidebar — the sh...

Description has been truncated

Bumps Microsoft.Extensions.Logging from 10.0.5 to 10.0.12
Bumps MudBlazor from 9.2.0 to 9.10.0
Bumps OpenCvSharp4 from 4.13.0.20260330 to 4.13.0.20260627
Bumps OpenCvSharp4.Extensions from 4.13.0.20260330 to 4.13.0.20260627
Bumps OpenCvSharp4.runtime.win from 4.13.0.20260302 to 4.13.0.20260627
Bumps OpenShock.Desktop.ModuleBase from 1.1.4 to 1.3.1
Bumps System.Diagnostics.PerformanceCounter from 10.0.5 to 10.0.12
Bumps System.Drawing.Common to 10.0.9, 10.0.12

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: MudBlazor
  dependency-version: 9.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: OpenCvSharp4
  dependency-version: 4.13.0.20260627
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: OpenCvSharp4.Extensions
  dependency-version: 4.13.0.20260627
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: System.Drawing.Common
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: OpenCvSharp4.runtime.win
  dependency-version: 4.13.0.20260627
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: OpenShock.Desktop.ModuleBase
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: System.Diagnostics.PerformanceCounter
  dependency-version: 10.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: System.Drawing.Common
  dependency-version: 10.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Sep 14, 2026
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 850e19ee-e3d3-4fd8-a724-69b301b7dc73

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants