Bump the npm-dependencies group with 4 updates - #70
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Microsoft.Extensions.Logging from 10.0.11 to 10.0.12 Bumps MudBlazor from 9.8.0 to 9.10.0 Bumps OpenShock.Desktop.ModuleBase from 1.2.1 to 1.3.1 Bumps OscQueryLibrary from 1.2.0 to 2.0.1 --- 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: OpenShock.Desktop.ModuleBase dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: OscQueryLibrary dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
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
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.
Updated Microsoft.Extensions.Logging from 10.0.11 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.8.0 to 9.10.0.
Release notes
Sourced from MudBlazor's releases.
9.10.0
What's Changed
New Features
Bug Fixes
Accessibility
aria-controlswhile closed by @danielchalmers in MudSelect: Omitaria-controlswhile closed MudBlazor/MudBlazor#13773aria-sortand selection checkbox names by @danielchalmers in MudTable, MudDataGrid: Addaria-sortand selection checkbox names MudBlazor/MudBlazor#13774aria-describedbyby @danielchalmers in Form components: Link error text witharia-describedbyMudBlazor/MudBlazor#13775Performance
ChartData.Valuessnapshots by @danielchalmers with @Copilot in Charts: Remove repeatedChartData.Valuessnapshots MudBlazor/MudBlazor#13699... (truncated)
9.9.0
What's Changed
Breaking Changes
New Features
Bug Fixes
Performance
... (truncated)
Commits viewable in compare view.
Updated OpenShock.Desktop.ModuleBase from 1.2.1 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 browserused 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.
openshock://token/...,odd casing and junk links are all handled instead of throwing on startup.
never released, so the next login or logout attempt would wait forever.
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
PageContainer,SectionCard,LabeledRow,LabeledBlock), so Dashboard, App Settings, Shockers, Debug and Module Manager all follow the same spacing, headings and card styling.Module resilience
Modules can no longer take down the app:
.trashinstead 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
Full Changelog: OpenShock/Desktop@1.2.1...1.3.0
Commits viewable in compare view.
Updated OscQueryLibrary from 1.2.0 to 2.0.1.
Release notes
Sourced from OscQueryLibrary's releases.
2.0.0
The library now works with any OSCQuery app, not just VRChat. The VRChat support is built on top of the new general-purpose parts.
Renames
OscQueryLibrary.OscQueryServerOscQueryLibrary.VRChat.VrOscQueryServerOscQueryServer.FoundVrcClientVrOscQueryServer.FoundVrClientOscQueryServer.ParameterUpdateArgsVrOscQueryServer.ParameterUpdateArgsHostInfoOscQueryHostInfoHostInfo.OscTransportTypeOscTransportOscReceivePort,ParameterUpdate,Start(),RefreshParameters()andDispose()are unchanged. The constructor takes the same arguments, plus an optionalinstanceFilter.Other changes
Node,Node<T>,RootNode,AvatarContents,OscParameterNodeandOscParameterNodeEnd<T>are merged into a singleOscQueryNode, withFind(path)andDescendants().OscQueryHostInfoproperties are now optional (nullable).Extensionsis aDictionary<string, bool>(e.g.Extensions["ACCESS"]) instead ofHostInfo.ExtensionsNode.netstandard2.1,net9.0andnet10.0.net8.0is dropped.✨ New
OscQueryDiscovery: finds every OSCQuery service (_oscjson._tcp) on the network over mDNS and reads its HOST_INFO. It firesServiceDiscovered/ServiceLostand drops services that say goodbye or stop responding.OscQueryHttpClient: reads HOST_INFO and the address space of any OSCQuery server.OscQueryHost: serves your own address space over HTTP and advertises it over mDNS. You can swap the tree at runtime, and single-attribute queries (/path?VALUE) work.VrOscQueryServertracks every client on the network.VrcClientslists all known clients andCurrentVrClientis the one in use.SelectVrClientpins a specific client.VrClientDiscovered/VrClientLostevents.instanceFilterparameter letsVrOscQueryServerwork with VRChat-compatible apps other than VRChat.🐛 Fixes & improvements
User-AgentandPragma: no-cacheheader.AccessValuesenum was added.Disposeno longer throws if the mDNS service isn't running.📦 Dependencies
🔧 Other
... (truncated)
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