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

fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.89.2+1.20.2 #47

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.fabricmc.fabric-api:fabric-api (source) 0.87.0+1.20.1 -> 0.89.2+1.20.2 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

FabricMC/fabric (net.fabricmc.fabric-api:fabric-api)

v0.89.2+1.20.2: [1.20.2] Fabric API 0.89.2+1.20.2

Compare Source

  • Bump version (modmuss50)
  • Fix ClientConfigurationNetworkAddon.handleReady() being called too late. (#​3331) (modmuss)

v0.89.1+1.20.2: [1.20.2] Fabric API 0.89.1+1.20.2

Compare Source

  • Bump version (modmuss50)
  • 1.20.2 (modmuss50)
  • Handle null being passed as the datafix type to PersistentState.Type (#​3328) (modmuss, Juuz)
  • Support trade rebalance experiment (#​3311) (apple502j)

v0.89.0+1.20.2: [1.20.2] Fabric API 0.89.0+1.20.2

Compare Source

  • Bump version (modmuss50)
  • Fix unhandled packets disconnecting the client. (#​3324) (modmuss)
  • FRAPI improvements: context getters, full removal of fallback consumers, small enhancements (#​3287) (Technici4n)
  • Fix Random mismatch between vanilla and FRAPI baked models (weighted and multipart) (#​3282) (Technici4n)
  • Add a method to data generator entrypoints to register custom keys with priorities (#​3087) (ErrorCraft)
  • 1.20.2-rc2 (modmuss50)

v0.89.0+1.20.1: [1.20.1] Fabric API 0.89.0+1.20.1

Compare Source

  • Bump version (modmuss50)
  • FRAPI improvements: context getters, full removal of fallback consumers, small enhancements (#​3287) (Technici4n)
  • Fix Random mismatch between vanilla and FRAPI baked models (weighted and multipart) (#​3282) (Technici4n)
  • Add a method to data generator entrypoints to register custom keys with priorities (#​3087) (ErrorCraft)

v0.88.5+1.20.2: [1.20.2-rc1] Fabric API 0.88.5+1.20.2

Compare Source

  • 1.20.2-rc1 (modmuss50)

v0.88.4+1.20.2: [1.20.2-pre4] Fabric API 0.88.4+1.20.2

Compare Source

  • 1.20.2-pre4 (modmuss50)

v0.88.3+1.20.2: [1.20.2-pre2] Fabric API 0.88.3+1.20.2

Compare Source

  • 1.20.2-pre2 (modmuss50)
  • Include namespace in modded registry tag path (#​3303) (apple502j)

v0.88.2+1.20.2: [1.20.2-pre1] Fabric API 0.88.2+1.20.2

Compare Source

  • 1.20.2-pre1 (modmuss50)

v0.88.1+1.20.2: [23w35a] Fabric API 0.88.1+1.20.2

Compare Source

  • Bump version (modmuss50)
  • Implement RenderAttachedBlockView on ChunkRendererRegion (#​3300) (PepperCode1)

v0.88.1+1.20.1: [1.20.1] Fabric API 0.88.1+1.20.1

Compare Source

  • Bump version (modmuss50)
  • Implement RenderAttachedBlockView on ChunkRendererRegion (#​3300) (PepperCode1)

v0.88.0+1.20.2: [23w35a] Fabric API 0.88.0+1.20.2

Compare Source

  • Bump version (modmuss50)
  • BlockView API v2 (#​3268) (PepperCode1)
  • Mark SidedStorageBlockEntity's side as nullable (#​3281) (deirn)

v0.88.0+1.20.1: [1.20.1] Fabric API 0.88.0+1.20.1

Compare Source

  • Bump version (modmuss50)
  • BlockView API v2 (#​3268) (PepperCode1)
  • Mark SidedStorageBlockEntity's side as nullable (#​3281) (deirn)

v0.87.2+1.20.2: [23w35a] Fabric API 0.87.2+1.20.2

Compare Source

  • Update mod publish plugin. (modmuss50)
  • 23w35a (#​3292) (modmuss)
  • Networking API javadoc fixes and small refactors (#​3285) (apple502j, modmuss50)
  • 23w33a (modmuss50)
  • Misc networking API cleanup + fixes (#​3265) (modmuss)
  • Bump version (modmuss50)
  • Improve Indigo and FRAPI Test Mod (#​3208) (PepperCode1)
  • Make DFU error-tolerant to mod custom generator types (#​3213) (qouteall)
  • Make deprecated modules opt-out instead of opt-in (#​3246) (modmuss, Juuz)
  • Fix #​3255 (#​3257) (modmuss)
  • Fix createAndPopulateRegistryMap() always returning null, preventing registry sync. (modmuss50)
  • Fix publishMods dryRun (modmuss50)

v0.87.1+1.20.2: [23w33a] Fabric API 0.87.1+1.20.2

Compare Source

  • 23w33a (modmuss50)
  • Misc networking API cleanup + fixes (#​3265) (modmuss)
  • Bump version (modmuss50)
  • Improve Indigo and FRAPI Test Mod (#​3208) (PepperCode1)
  • Make DFU error-tolerant to mod custom generator types (#​3213) (qouteall)
  • Make deprecated modules opt-out instead of opt-in (#​3246) (modmuss, Juuz)
  • Fix #​3255 (#​3257) (modmuss)
  • Fix createAndPopulateRegistryMap() always returning null, preventing registry sync. (modmuss50)
  • Fix publishMods dryRun (modmuss50)

v0.87.0+1.20.2: [23w32a] Fabric API 0.87.0+1.20.2

Compare Source

  • Bump version (modmuss50)
  • Improve Indigo and FRAPI Test Mod (#​3208) (PepperCode1)
  • Make DFU error-tolerant to mod custom generator types (#​3213) (qouteall)
  • Make deprecated modules opt-out instead of opt-in (#​3246) (modmuss, Juuz)
  • Fix #​3255 (#​3257) (modmuss)
  • Fix createAndPopulateRegistryMap() always returning null, preventing registry sync. (modmuss50)
  • Fix publishMods dryRun (modmuss50)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.87.2+1.20.2 fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.0+1.20.2 Sep 3, 2023
@renovate renovate bot force-pushed the renovate/fabric.api branch from ee0ec61 to 4dc6c54 Compare September 3, 2023 16:09
@renovate renovate bot changed the title fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.0+1.20.2 fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.1+1.20.2 Sep 4, 2023
@renovate renovate bot force-pushed the renovate/fabric.api branch 2 times, most recently from 253e012 to 5595107 Compare September 5, 2023 16:13
@renovate renovate bot changed the title fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.1+1.20.2 fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.2+1.20.2 Sep 5, 2023
@renovate renovate bot changed the title fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.2+1.20.2 fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.3+1.20.2 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/fabric.api branch from 5595107 to bf08ba2 Compare September 7, 2023 17:24
@renovate renovate bot changed the title fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.3+1.20.2 fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.4+1.20.2 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/fabric.api branch from bf08ba2 to 7cd2199 Compare September 13, 2023 19:38
@renovate renovate bot changed the title fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.4+1.20.2 fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.5+1.20.2 Sep 15, 2023
@renovate renovate bot force-pushed the renovate/fabric.api branch from 7cd2199 to 6f84ff4 Compare September 15, 2023 20:05
@renovate renovate bot changed the title fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.88.5+1.20.2 fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.89.0+1.20.2 Sep 18, 2023
@renovate renovate bot force-pushed the renovate/fabric.api branch from 6f84ff4 to c645212 Compare September 18, 2023 22:23
@renovate renovate bot changed the title fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.89.0+1.20.2 fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.89.1+1.20.2 Sep 21, 2023
@renovate renovate bot force-pushed the renovate/fabric.api branch from c645212 to 08bfacd Compare September 21, 2023 22:33
@renovate renovate bot changed the title fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.89.1+1.20.2 fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.89.2+1.20.2 Sep 23, 2023
@renovate renovate bot force-pushed the renovate/fabric.api branch from 08bfacd to 28b979f Compare September 23, 2023 21:09
@4drian3d 4drian3d merged commit c55ecb4 into main Sep 24, 2023
1 check passed
@renovate renovate bot deleted the renovate/fabric.api branch September 24, 2023 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant