Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the nexusmods group with 9 updates #2495

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the nexusmods group with 9 updates:

Package From To
JetBrains.Annotations 2024.3.0 2024.3.0
NexusMods.MnemonicDB.SourceGenerator 0.9.97 0.9.98
DynamicData 9.0.4 9.0.4
Microsoft.Extensions.DependencyInjection.Abstractions 9.0.0 9.0.0
NexusMods.MnemonicDB.Abstractions 0.9.97 0.9.98
NexusMods.Paths 0.15.0 0.15.0
TransparentValueObjects 1.0.2 1.0.2
Microsoft.Extensions.ObjectPool 9.0.0 9.0.0
NexusMods.MnemonicDB 0.9.97 0.9.98

Updates JetBrains.Annotations from 2024.3.0 to 2024.3.0

Commits

Updates NexusMods.MnemonicDB.SourceGenerator from 0.9.97 to 0.9.98

Changelog

Sourced from NexusMods.MnemonicDB.SourceGenerator's changelog.

0.9.98 - 16/1/2025

  • Massively improve performance of the ObserveDatoms function. It is now ~200x faster than the previous version
  • Clean up the logging in the inner transacting loop, switch to high performance logging for those few critical messages
Commits
  • 1c09025 Update CHANGELOG.md
  • 8f8ef0a Merge pull request #117 from Nexus-Mods/faster-subscriptions
  • db8b11a Use C# 13 and the new tricks with dictionaries
  • 384951a Merge pull request #116 from Nexus-Mods/logging
  • ce6688d Faster Observable subscriptions via a Interval tree.
  • da53fe9 Update transaction logging
  • See full diff in compare view

Updates DynamicData from 9.0.4 to 9.0.4

Commits

Updates JetBrains.Annotations from 2024.3.0 to 2024.3.0

Commits

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.0 to 9.0.0

Commits

Updates NexusMods.MnemonicDB.Abstractions from 0.9.97 to 0.9.98

Changelog

Sourced from NexusMods.MnemonicDB.Abstractions's changelog.

0.9.98 - 16/1/2025

  • Massively improve performance of the ObserveDatoms function. It is now ~200x faster than the previous version
  • Clean up the logging in the inner transacting loop, switch to high performance logging for those few critical messages
Commits
  • 1c09025 Update CHANGELOG.md
  • 8f8ef0a Merge pull request #117 from Nexus-Mods/faster-subscriptions
  • db8b11a Use C# 13 and the new tricks with dictionaries
  • 384951a Merge pull request #116 from Nexus-Mods/logging
  • ce6688d Faster Observable subscriptions via a Interval tree.
  • da53fe9 Update transaction logging
  • See full diff in compare view

Updates NexusMods.Paths from 0.15.0 to 0.15.0

Commits

Updates TransparentValueObjects from 1.0.2 to 1.0.2

Commits

Updates DynamicData from 9.0.4 to 9.0.4

Commits

Updates JetBrains.Annotations from 2024.3.0 to 2024.3.0

Commits

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.0 to 9.0.0

Commits

Updates Microsoft.Extensions.ObjectPool from 9.0.0 to 9.0.0

Commits

Updates NexusMods.MnemonicDB from 0.9.97 to 0.9.98

Changelog

Sourced from NexusMods.MnemonicDB's changelog.

0.9.98 - 16/1/2025

  • Massively improve performance of the ObserveDatoms function. It is now ~200x faster than the previous version
  • Clean up the logging in the inner transacting loop, switch to high performance logging for those few critical messages
Commits
  • 1c09025 Update CHANGELOG.md
  • 8f8ef0a Merge pull request #117 from Nexus-Mods/faster-subscriptions
  • db8b11a Use C# 13 and the new tricks with dictionaries
  • 384951a Merge pull request #116 from Nexus-Mods/logging
  • ce6688d Faster Observable subscriptions via a Interval tree.
  • da53fe9 Update transaction logging
  • See full diff in compare view

Updates TransparentValueObjects from 1.0.2 to 1.0.2

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 the nexusmods group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations) | `2024.3.0` | `2024.3.0` |
| [NexusMods.MnemonicDB.SourceGenerator](https://github.com/Nexus-Mods/NexusMods.MnemonicDB) | `0.9.97` | `0.9.98` |
| [DynamicData](https://github.com/reactiveui/DynamicData) | `9.0.4` | `9.0.4` |
| [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.0` |
| [NexusMods.MnemonicDB.Abstractions](https://github.com/Nexus-Mods/NexusMods.MnemonicDB) | `0.9.97` | `0.9.98` |
| [NexusMods.Paths](https://github.com/Nexus-Mods/NexusMods.Paths) | `0.15.0` | `0.15.0` |
| [TransparentValueObjects](https://github.com/erri120/TransparentValueObjects) | `1.0.2` | `1.0.2` |
| [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.0` |
| [NexusMods.MnemonicDB](https://github.com/Nexus-Mods/NexusMods.MnemonicDB) | `0.9.97` | `0.9.98` |


Updates `JetBrains.Annotations` from 2024.3.0 to 2024.3.0
- [Commits](JetBrains/JetBrains.Annotations@2024.3...2024.3)

Updates `NexusMods.MnemonicDB.SourceGenerator` from 0.9.97 to 0.9.98
- [Changelog](https://github.com/Nexus-Mods/NexusMods.MnemonicDB/blob/main/CHANGELOG.md)
- [Commits](Nexus-Mods/NexusMods.MnemonicDB@v0.9.97...v0.9.98)

Updates `DynamicData` from 9.0.4 to 9.0.4
- [Release notes](https://github.com/reactiveui/DynamicData/releases)
- [Changelog](https://github.com/reactivemarbles/DynamicData/blob/main/ReleaseNotes.md)
- [Commits](reactivemarbles/DynamicData@9.0.4...9.0.4)

Updates `JetBrains.Annotations` from 2024.3.0 to 2024.3.0
- [Commits](JetBrains/JetBrains.Annotations@2024.3...2024.3)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.0)

Updates `NexusMods.MnemonicDB.Abstractions` from 0.9.97 to 0.9.98
- [Changelog](https://github.com/Nexus-Mods/NexusMods.MnemonicDB/blob/main/CHANGELOG.md)
- [Commits](Nexus-Mods/NexusMods.MnemonicDB@v0.9.97...v0.9.98)

Updates `NexusMods.Paths` from 0.15.0 to 0.15.0
- [Release notes](https://github.com/Nexus-Mods/NexusMods.Paths/releases)
- [Commits](Nexus-Mods/NexusMods.Paths@v0.15.0...v0.15.0)

Updates `TransparentValueObjects` from 1.0.2 to 1.0.2
- [Commits](erri120/TransparentValueObjects@v1.0.2...v1.0.2)

Updates `DynamicData` from 9.0.4 to 9.0.4
- [Release notes](https://github.com/reactiveui/DynamicData/releases)
- [Changelog](https://github.com/reactivemarbles/DynamicData/blob/main/ReleaseNotes.md)
- [Commits](reactivemarbles/DynamicData@9.0.4...9.0.4)

Updates `JetBrains.Annotations` from 2024.3.0 to 2024.3.0
- [Commits](JetBrains/JetBrains.Annotations@2024.3...2024.3)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.0)

Updates `Microsoft.Extensions.ObjectPool` from 9.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v9.0.0...v9.0.0)

Updates `NexusMods.MnemonicDB` from 0.9.97 to 0.9.98
- [Changelog](https://github.com/Nexus-Mods/NexusMods.MnemonicDB/blob/main/CHANGELOG.md)
- [Commits](Nexus-Mods/NexusMods.MnemonicDB@v0.9.97...v0.9.98)

Updates `TransparentValueObjects` from 1.0.2 to 1.0.2
- [Commits](erri120/TransparentValueObjects@v1.0.2...v1.0.2)

---
updated-dependencies:
- dependency-name: JetBrains.Annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: NexusMods.MnemonicDB.SourceGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: DynamicData
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: JetBrains.Annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: NexusMods.MnemonicDB.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: NexusMods.Paths
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: TransparentValueObjects
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: DynamicData
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: JetBrains.Annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: Microsoft.Extensions.ObjectPool
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: NexusMods.MnemonicDB
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: TransparentValueObjects
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area-dependencies This is related to one or more dependencies. Set by CI do not remove label Jan 20, 2025
@dependabot dependabot bot requested a review from a team January 20, 2025 10:32
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jan 21, 2025
@dependabot dependabot bot deleted the dependabot/nuget/nexusmods-e56a9c024f branch January 21, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-dependencies This is related to one or more dependencies. Set by CI do not remove
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants