Skip to content

Bump the microsoft-platform group with 2 updates - #41

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/PlayerNexusTracker.Plugin/microsoft-platform-d9c21978a4
Closed

Bump the microsoft-platform group with 2 updates#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/PlayerNexusTracker.Plugin/microsoft-platform-d9c21978a4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

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 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 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>
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from nxships as a code owner July 1, 2026 10:18
nxships added a commit that referenced this pull request Jul 30, 2026
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.
@nxships

nxships commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Superseded by #42, which had to carry this bump itself.

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 — meaning the NexusKit floor bump in #42 and this 10.0.9 bump cannot land separately, whichever goes first breaks the build.

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.

@nxships nxships closed this Jul 30, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot
dependabot Bot deleted the dependabot/nuget/PlayerNexusTracker.Plugin/microsoft-platform-d9c21978a4 branch July 30, 2026 14:04
nxships added a commit that referenced this pull request Jul 30, 2026
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant