Bump the microsoft-platform group with 2 updates - #41
Conversation
Bumps Microsoft.Extensions.DependencyInjection from 10.0.8 to 10.0.9 Bumps Microsoft.Extensions.Logging from 10.0.8 to 10.0.9 --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-platform - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-platform ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
NexusKit 0.4.0 is built against Microsoft.Extensions.* 10.0.9, so NexusKit.Hosting requires Logging and DependencyInjection >= 10.0.9. The plugin's direct 10.0.8 references downgraded both and NU1605 failed the restore — the 0.4.0 floor bump and this one have to land together. Also raises the NexusKit.Modules floor to 0.1.3, the release that carries the same NexusKit 0.4.0 floor and therefore the SQLitePCLRaw fix for GHSA-2m69-gcr7-jv3q. Supersedes #41, which made the same 10.0.9 bump on its own.
|
Superseded by #42, which had to carry this bump itself. NexusKit 0.4.0 is built against Your change was correct, it just needed to be in the same commit range. #42 now does both, plus raises the NexusKit.Modules floor to 0.1.3. |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
* feat(detail): flag a nearby player's position on the in-game map The detail toolbar gains a map-marker button that drops the game's flag on the selected player's current spot and opens the map there, so the marker also shows up on the minimap and compass. Live Observation gains a Position row with the zone and coordinates in the game's own (12.3, 8.7) form, plus an inline shortcut to the same action. Both are gated on the player actually being in range, since only players in the object table have a position — which for most of the list, being database history, they don't. The gate reads the watcher's visibility snapshot, so it can lag up to a scan interval; a click in that window re-resolves and simply does nothing rather than flagging a stale spot. Positions are re-read at most five times a second and only while the Summary tab is in front, keeping the object-table walk off the per-frame path. Bumps the NexusKit constraint floor 0.3.0 -> 0.4.0 for IPlayerMapMarker. * chore(deps): move platform to 10.0.9 and NexusKit.Modules to 0.1.3 NexusKit 0.4.0 is built against Microsoft.Extensions.* 10.0.9, so NexusKit.Hosting requires Logging and DependencyInjection >= 10.0.9. The plugin's direct 10.0.8 references downgraded both and NU1605 failed the restore — the 0.4.0 floor bump and this one have to land together. Also raises the NexusKit.Modules floor to 0.1.3, the release that carries the same NexusKit 0.4.0 floor and therefore the SQLitePCLRaw fix for GHSA-2m69-gcr7-jv3q. Supersedes #41, which made the same 10.0.9 bump on its own.
Updated Microsoft.Extensions.DependencyInjection from 10.0.8 to 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.
Updated Microsoft.Extensions.Logging from 10.0.8 to 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.
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