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 5 updates #2236

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 Nov 11, 2024

Bumps the nexusmods group with 5 updates:

Package From To
NexusMods.Archives.Nx 0.6.1 0.5.0
NexusMods.Paths.Extensions.Nx 0.10.0 0.11.0
AutoFixture 4.18.1 4.18.1
AutoFixture.Xunit2 4.18.1 4.18.1
NexusMods.Paths.TestingHelpers 0.10.0 0.11.0

Updates NexusMods.Archives.Nx from 0.6.1 to 0.5.0

Changelog

Sourced from NexusMods.Archives.Nx's changelog.

Today I am thrilled to announce the release of NexusMods.Archives.Nx 0.5.0, now with a stable file format!

Major Features and Changes

Archive Repacking ⚡

This release introduces a powerful new capability: 'Repacking'.

This feature allows users to create new derivative archives, using the data of existing archives as base. This works by copying data from existing SOLID Blocks, Chunked Files and partial chunks of SOLID blocks.

In simpler terms, this works by copying already compressed data from existing archives, and only compressing new data whenever necessary.

Practical Use: File Deletion

It is now possible to delete files from an archive in a very efficient manner.

Moreover, this can be efficiently done without the risks of corruption should the archive be modified in-place and the system were to lose power, the process be or the application were to crash.

This feature in particular enables a feature called 'Garbage Collection' within the Nexus Mods app, which allows us to reclaim unused space from files that are no longer needed.

Practical Use: Archive Merging

This feature can also be used to merge multiple archives in an extremely efficient manner.

This feature was used to benchmark the performance of the repacking feature during development and is available via the CLI.

Merging enables the following practical potential use cases in the Nexus Mods app:

Quickly sharing a work-in-progress mod to your friend:

In the Nexus Mods app, each archive stores a set of unique files. These archives can now be merged to output a single archive that another user can then install a mod from. Don't waste 4 minutes of your life, compressing your 2GB texture mod. Get a working, shareable Nx archive in 0.5 seconds instead.

'Compacting' data during 'Garbage Collection':

The introduction of 'Garbage Collection' will eventually lead to 'Fragmentation' of archives in the Nexus Mods app.

Deleting older versions of mods and performing 'Garbage Collection' risks leaving tiny small archives that will all need to be read, parsed and processed independently in order to apply a single mod

... (truncated)

Commits
  • af37a07 Added: Debug Sanity test for FromExistingNxBlock
  • 6670703 Added: Test for Partial Deduplication of Repacked SOLID Blocks
  • a7cf4ce Improved: Lazy Rent Pool Allocations & Fix Edge Case where file can grow if l...
  • 40b1e9f Fuzz Tests: Correctly Select Partial SOLID Block Files
  • d0c8acd Added: Ability to deduplicate SOLID blocks backed by existing Nx archives.
  • 82ca32d Added: Deduplication for Chunked Files Sourced From An Existing Nx Archive
  • 9884852 Refactor: Share code between ChunkedFileBlock and Its FromExistingNxBlock Cou...
  • See full diff in compare view

Updates NexusMods.Paths.Extensions.Nx from 0.10.0 to 0.11.0

Release notes

Sourced from NexusMods.Paths.Extensions.Nx's releases.

v0.11.0

What's Changed

New Contributors

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

Commits
  • dab2ebf Merge pull request #57 from BUTR/read-random
  • 34b32f7 Improved: Renamed to RandomAccess, added Remarks Note and Extended Offset t...
  • 5bae035 Corrected loop behavior
  • 8e803df Added real FS tests
  • 84a13f4 Added InMemoryFileSystem tests
  • a658918 Exposed RandomAccess.Read and Async variant
  • See full diff in compare view

Updates AutoFixture from 4.18.1 to 4.18.1

Commits

Updates AutoFixture.Xunit2 from 4.18.1 to 4.18.1

Commits

Updates NexusMods.Paths.TestingHelpers from 0.10.0 to 0.11.0

Release notes

Sourced from NexusMods.Paths.TestingHelpers's releases.

v0.11.0

What's Changed

New Contributors

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

Commits
  • dab2ebf Merge pull request #57 from BUTR/read-random
  • 34b32f7 Improved: Renamed to RandomAccess, added Remarks Note and Extended Offset t...
  • 5bae035 Corrected loop behavior
  • 8e803df Added real FS tests
  • 84a13f4 Added InMemoryFileSystem tests
  • a658918 Exposed RandomAccess.Read and Async variant
  • 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:

| Package | From | To |
| --- | --- | --- |
| [NexusMods.Archives.Nx](https://github.com/Nexus-Mods/NexusMods.Archives.Nx) | `0.6.1` | `0.5.0` |
| [NexusMods.Paths.Extensions.Nx](https://github.com/Nexus-Mods/NexusMods.Paths) | `0.10.0` | `0.11.0` |
| [AutoFixture](https://github.com/AutoFixture/AutoFixture) | `4.18.1` | `4.18.1` |
| [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) | `4.18.1` | `4.18.1` |
| [NexusMods.Paths.TestingHelpers](https://github.com/Nexus-Mods/NexusMods.Paths) | `0.10.0` | `0.11.0` |


Updates `NexusMods.Archives.Nx` from 0.6.1 to 0.5.0
- [Release notes](https://github.com/Nexus-Mods/NexusMods.Archives.Nx/releases)
- [Changelog](https://github.com/Nexus-Mods/NexusMods.Archives.Nx/blob/main/CHANGELOG.hbs)
- [Commits](Nexus-Mods/NexusMods.Archives.Nx@0.6.1...0.5.0)

Updates `NexusMods.Paths.Extensions.Nx` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/Nexus-Mods/NexusMods.Paths/releases)
- [Commits](Nexus-Mods/NexusMods.Paths@v0.10.0...v0.11.0)

Updates `AutoFixture` from 4.18.1 to 4.18.1
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](AutoFixture/AutoFixture@v4.18.1...v4.18.1)

Updates `AutoFixture.Xunit2` from 4.18.1 to 4.18.1
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](AutoFixture/AutoFixture@v4.18.1...v4.18.1)

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

---
updated-dependencies:
- dependency-name: NexusMods.Archives.Nx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nexusmods
- dependency-name: NexusMods.Paths.Extensions.Nx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nexusmods
- dependency-name: AutoFixture
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nexusmods
- dependency-name: AutoFixture.Xunit2
  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 Nov 11, 2024
@dependabot dependabot bot requested a review from a team November 11, 2024 09:42
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