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 net.fabricmc:mapping-io from 0.4.2 to 0.5.1 #28

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 Dec 4, 2023

Bumps net.fabricmc:mapping-io from 0.4.2 to 0.5.1.

Changelog

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

[0.5.1] - 2023-11-30

  • Improved documentation
  • Fixed ProGuard writer producing invalid files when missing destination names
  • Fixed Enigma reader throwing incorrect error message
  • Fixed NPE in MemoryMappingTree
  • Fixed TSRG2 reader not handling multiple passes correctly

[0.5.0] - 2023-11-15

  • Actually marked HierarchyInfoProvider as experimental
  • Added changelog
  • Added SRG and XSRG writer

[0.5.0-beta.3] - 2023-10-06

  • Optimized Enigma directory reader
  • Fixed reader being closed when detecting format

[0.5.0-beta.2] - 2023-10-02

  • Added readers for XSRG and CSRG formats
  • Added MappingTreeRemapper, an ASM remapper wrapper around a MappingTreeView
  • Added @Nullable annotations where applicable; everything not annotated can be assumed null-hostile by default
  • Deferred existing Enigma directory deletion to writer visit pass start
  • Made MappingWriter#create return null instead of throwing an exception
  • Moved MappingTreeRemapper, TinyRemapperHierarchyProvider and ClassAnalysisDescCompleter to new mapping-io-extras publication
  • Fixed TSRG2 reporting itself as not supporting field descriptors
  • Fixed regular flat visitor adapter methods

[0.5.0-beta.1] - 2023-10-09

  • Added VisitableMappingTree interface
  • Added experimental hierarchy propagation support
  • Added endOpIdx for vars
  • Added reader and writer for single Enigma files
  • Added some documentation with links to specs for mapping formats
  • Added automatic flushing of all writers in visitEnd
  • Improved MemoryMappingTree merging flexibility
  • Changed to better error when trying to use a reader on a directory based format
  • Prevented instantiation of mapping reader and util classes
  • Allowed null destination names for parameters in Enigma format
  • MappingFormat entries were renamed for consistency, they now end in either _FILE or _DIR
  • Mapping reader and writer classes have been renamed accordingly, and all got moved into new subpackages under net.fabricmc.mappingio.format
  • Fixed MemoryMappingTree methods returning private types
  • Fixed handling of absent nested class destination names in Enigma directory reader
  • Fixed handling of multiple metadata entries with equal keys
  • Fixed SRG reader source descriptor validation
  • Fixed crash when trying to read empty TSRG file
  • Fixed Enigma and ProGuard mapping file extensions
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.4.2 to 0.5.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 Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants