Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

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

Bumps net.fabricmc:mapping-io from 0.6.1 to 0.7.1.

Changelog

Sourced from net.fabricmc:mapping-io's changelog.

[0.7.1] - 2025-01-07

  • Restored the ability to read source-namespace-only mapping files, even if not spec-compliant

[0.7.0] - 2025-01-01

  • Added IntelliJ IDEA migration map reader and writer
  • Added MappingFormat#features() to allow for more fine-grained programmatic querying of format capabilities
  • Added tests to validate our writer outputs against 3rd-party readers
  • Overhauled the internal ColumnFileReader to behave more consistently
  • Made VisitOrder#createByName use alphanumeric and nest-aware sorting
  • Made handling of the NEEDS_MULTIPLE_PASSES flag more consistent, reducing memory usage in a few cases
  • Made some internal methods in Enigma and TSRG readers actually private
  • Renamed OuterClassNameInheritingVisitor to OuterClassNamePropagator and made its constructor public
  • Made all writers for formats which can't represent empty destination names skip such elements entirely, unless the format is hierarchical and mapped child elements are present
  • Adjusted some readers to make sure that elements aren't visited multiple times with the same data
  • Added missing visit calls to multiple readers
  • Added safeguards to MemoryMappingTree preventing external data modification during an ongoing visitation pass
  • Clearly defined tree-API contracts regarding returned collections' mutability
  • Fixed MemoryMappingTree#reset() to actually reset all its internal state related to the current visitation pass
  • Fixed and improved MemoryMappingTree's merging capabilities:
    • Fixed broken tree-API member mapping merging
    • Fixed existing entries' data not getting overridden when merging elements via tree-API
    • Fixed NPE when visiting with flipped namespaces (issue 68)
    • Made merging with flipped namespaces actually work and handle both names and descriptors
    • Fixed potentially incorrect descriptor computation by delaying until all classes are present and merged
  • Fixed duplicate mapping definitions not being handled correctly in multiple readers
  • Fixed incorrect handling of class repackaging in JOBF reader and writer
  • Removed ASM dependency from core project
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [net.fabricmc:mapping-io](https://github.com/FabricMC/mapping-io) from 0.6.1 to 0.7.1.
- [Changelog](https://github.com/FabricMC/mapping-io/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/FabricMC/mapping-io/commits)

---
updated-dependencies:
- dependency-name: net.fabricmc:mapping-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant