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 across 1 directory with 5 updates #2041

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the nexusmods group with 5 updates in the / directory:

Package From To
NexusMods.MnemonicDB.SourceGenerator 0.9.81 0.9.82
NexusMods.MnemonicDB.Abstractions 0.9.81 0.9.82
NexusMods.Hashing.xxHash64 2.0.1 2.0.2
NexusMods.MnemonicDB 0.9.81 0.9.82
NexusMods.MnemonicDB.Abstractions 0.9.81 0.9.82
NexusMods.Paths.TestingHelpers 0.9.5 0.10.0

Updates NexusMods.MnemonicDB.SourceGenerator from 0.9.81 to 0.9.82

Changelog

Sourced from NexusMods.MnemonicDB.SourceGenerator's changelog.

0.9.82 - 12/09/2024

  • Fix a O(n) issue caused by Rx storing observers in a ImmutableList inside a BehaviorSubject. Switched to using R3 internally. Over time Rx's uses will be replaced with R3 to avoid these and several other issues
Commits
  • 2e87471 Merge pull request #94 from Nexus-Mods/behavior-subject-fixes
  • 2e20f02 Update commit message
  • c944f7d Switch the guts of the ObservableDatoms system over to R3 to avoid a O(n) iss...
  • See full diff in compare view

Updates NexusMods.MnemonicDB.Abstractions from 0.9.81 to 0.9.82

Changelog

Sourced from NexusMods.MnemonicDB.Abstractions's changelog.

0.9.82 - 12/09/2024

  • Fix a O(n) issue caused by Rx storing observers in a ImmutableList inside a BehaviorSubject. Switched to using R3 internally. Over time Rx's uses will be replaced with R3 to avoid these and several other issues
Commits
  • 2e87471 Merge pull request #94 from Nexus-Mods/behavior-subject-fixes
  • 2e20f02 Update commit message
  • c944f7d Switch the guts of the ObservableDatoms system over to R3 to avoid a O(n) iss...
  • See full diff in compare view

Updates NexusMods.Hashing.xxHash64 from 2.0.1 to 2.0.2

Commits
  • 010d2d2 Merge pull request #17 from Nexus-Mods/remove-vogen
  • e4fbf82 Update dotnet-build-and-test.yaml
  • 5fb478a Update dotnet-build-and-test.yaml
  • 78ad471 Update NexusMods.Hashing.xxHash64.Paths.csproj
  • b95650a Remove Moq that somehow got added (I didn't do this)
  • d9464c6 Remove Vogen and replace it with Transparent Value Objects.
  • See full diff in compare view

Updates NexusMods.MnemonicDB from 0.9.81 to 0.9.82

Changelog

Sourced from NexusMods.MnemonicDB's changelog.

0.9.82 - 12/09/2024

  • Fix a O(n) issue caused by Rx storing observers in a ImmutableList inside a BehaviorSubject. Switched to using R3 internally. Over time Rx's uses will be replaced with R3 to avoid these and several other issues
Commits
  • 2e87471 Merge pull request #94 from Nexus-Mods/behavior-subject-fixes
  • 2e20f02 Update commit message
  • c944f7d Switch the guts of the ObservableDatoms system over to R3 to avoid a O(n) iss...
  • See full diff in compare view

Updates NexusMods.MnemonicDB.Abstractions from 0.9.81 to 0.9.82

Changelog

Sourced from NexusMods.MnemonicDB.Abstractions's changelog.

0.9.82 - 12/09/2024

  • Fix a O(n) issue caused by Rx storing observers in a ImmutableList inside a BehaviorSubject. Switched to using R3 internally. Over time Rx's uses will be replaced with R3 to avoid these and several other issues
Commits
  • 2e87471 Merge pull request #94 from Nexus-Mods/behavior-subject-fixes
  • 2e20f02 Update commit message
  • c944f7d Switch the guts of the ObservableDatoms system over to R3 to avoid a O(n) iss...
  • See full diff in compare view

Updates NexusMods.Paths.TestingHelpers from 0.9.5 to 0.10.0

Release notes

Sourced from NexusMods.Paths.TestingHelpers's releases.

v0.10.0

What's Changed

Full Changelog: Nexus-Mods/NexusMods.Paths@v0.9.5...v0.10.0

Commits
  • 6c7b575 Merge pull request #56 from Nexus-Mods/nx-extra-extensions
  • b2f97fe Added: Extensions for Remaining High Level Nx APIs
  • 3f26d06 Merge pull request #55 from Nexus-Mods/nx-extensions
  • 0781561 Improved: Early dispose of handles in tests on Windows
  • 9f9deac Improved: Dispose FileStream As Early as Possible if File Size is 0 on Open
  • f1a3201 Changed: Re-Sync tests with Meta
  • b9b9deb Improved: Cleaned up Pin.cs
  • d81dc03 Added: Extra note for the FromAbsolutePathProvider TODO
  • 8fc5a95 Added: Abstractions for Nx in NexusMods.Paths
  • See full diff 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 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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [NexusMods.MnemonicDB.SourceGenerator](https://github.com/Nexus-Mods/NexusMods.MnemonicDB) | `0.9.81` | `0.9.82` |
| [NexusMods.MnemonicDB.Abstractions](https://github.com/Nexus-Mods/NexusMods.MnemonicDB) | `0.9.81` | `0.9.82` |
| [NexusMods.Hashing.xxHash64](https://github.com/Nexus-Mods/NexusMods.Hashing.xxHash64) | `2.0.1` | `2.0.2` |
| [NexusMods.MnemonicDB](https://github.com/Nexus-Mods/NexusMods.MnemonicDB) | `0.9.81` | `0.9.82` |
| [NexusMods.MnemonicDB.Abstractions](https://github.com/Nexus-Mods/NexusMods.MnemonicDB) | `0.9.81` | `0.9.82` |
| [NexusMods.Paths.TestingHelpers](https://github.com/Nexus-Mods/NexusMods.Paths) | `0.9.5` | `0.10.0` |



Updates `NexusMods.MnemonicDB.SourceGenerator` from 0.9.81 to 0.9.82
- [Changelog](https://github.com/Nexus-Mods/NexusMods.MnemonicDB/blob/main/CHANGELOG.md)
- [Commits](Nexus-Mods/NexusMods.MnemonicDB@v0.9.81...v0.9.82)

Updates `NexusMods.MnemonicDB.Abstractions` from 0.9.81 to 0.9.82
- [Changelog](https://github.com/Nexus-Mods/NexusMods.MnemonicDB/blob/main/CHANGELOG.md)
- [Commits](Nexus-Mods/NexusMods.MnemonicDB@v0.9.81...v0.9.82)

Updates `NexusMods.Hashing.xxHash64` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/Nexus-Mods/NexusMods.Hashing.xxHash64/releases)
- [Commits](Nexus-Mods/NexusMods.Hashing.xxHash64@v2.0.1...v2.0.2)

Updates `NexusMods.MnemonicDB` from 0.9.81 to 0.9.82
- [Changelog](https://github.com/Nexus-Mods/NexusMods.MnemonicDB/blob/main/CHANGELOG.md)
- [Commits](Nexus-Mods/NexusMods.MnemonicDB@v0.9.81...v0.9.82)

Updates `NexusMods.MnemonicDB.Abstractions` from 0.9.81 to 0.9.82
- [Changelog](https://github.com/Nexus-Mods/NexusMods.MnemonicDB/blob/main/CHANGELOG.md)
- [Commits](Nexus-Mods/NexusMods.MnemonicDB@v0.9.81...v0.9.82)

Updates `NexusMods.Paths.TestingHelpers` from 0.9.5 to 0.10.0
- [Release notes](https://github.com/Nexus-Mods/NexusMods.Paths/releases)
- [Commits](Nexus-Mods/NexusMods.Paths@v0.9.5...v0.10.0)

---
updated-dependencies:
- dependency-name: NexusMods.MnemonicDB.SourceGenerator
  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.Hashing.xxHash64
  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: NexusMods.MnemonicDB.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: NexusMods.Paths.TestingHelpers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Sep 16, 2024
@dependabot dependabot bot requested a review from a team September 16, 2024 08:32
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