Skip to content

Update all non-major dependencies - #42

Merged
PrimordialMoros merged 2 commits into
masterfrom
renovate/all-minor-patch
Aug 7, 2026
Merged

Update all non-major dependencies#42
PrimordialMoros merged 2 commits into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) patch 9.6.09.6.1 age confidence
com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin dependencies minor 0.36.00.37.0 age confidence
it.unimi.dsi:fastutil-core (source) dependencies patch 8.5.188.5.19 age confidence
net.neoforged:moddev-gradle dependencies patch 2.0.1412.0.143 age confidence
org.jspecify:jspecify (source) dependencies patch 1.0.01.0.1 age confidence
net.fabricmc.fabric-api:fabric-api (source) dependencies minor 0.152.2+26.20.156.0+26.2 age confidence
net.fabricmc.fabric-loom plugin patch 1.17.121.17.17 age confidence
com.sk89q.worldedit:worldedit-core-mc-mc26.2 dependencies patch 7.4.4-SNAPSHOT7.4.4 age confidence
com.sk89q.worldedit:worldedit-bukkit dependencies patch 7.4.4-SNAPSHOT7.4.4 age confidence
com.sk89q.worldedit:worldedit-core dependencies patch 7.4.4-SNAPSHOT7.4.4 age confidence
org.incendo:cloud-fabric dependencies patch 2.0.0-SNAPSHOT2.0.0 age confidence
org.incendo:cloud-paper dependencies patch 2.0.0-dev-SNAPSHOT2.0.0 age confidence
org.incendo:cloud-minecraft-extras dependencies patch 2.0.0-dev-SNAPSHOT2.0.0 age confidence
org.incendo:cloud-core dependencies minor 2.0.02.1.0 age confidence
net.kyori:adventure-platform-fabric dependencies minor 7.0.07.1.1 age confidence
net.kyori:adventure-api dependencies minor 5.1.15.2.0 age confidence
com.gradleup.shadow:shadow-gradle-plugin dependencies minor 9.4.29.6.1 age confidence
org.junit:junit-bom (source) dependencies patch 6.1.06.1.2 age confidence

Release Notes

gradle/gradle (gradle)

v9.6.1

Compare Source

vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin)

v0.37.0

Compare Source

  • When publishing to Maven Central, redundant checksum files are now excluded by default: checksums of .asc
    signature files (gradle/gradle#20232) and the sha256/sha512
    checksums, which are never read by Gradle or Maven Central. The published checksums can be configured through
    checksums(...) in the DSL or the mavenCentralChecksums Gradle property (default md5,sha1). Signature checksum
    exclusion can be controlled through excludeSignatureChecksums() or the mavenCentralExcludeSignatureChecksums
    Gradle property.
  • Maven Central deployment id is being logged after upload.
Minimum supported versions
  • JDK 17
  • Gradle 9.0.0
  • Android Gradle Plugin 8.13.0
  • Kotlin Gradle Plugin 2.2.0
Compatibility tested up to
  • JDK 26
  • Gradle 9.6.0
  • Gradle 9.7.0-milestone-1
  • Android Gradle Plugin 9.2.1
  • Android Gradle Plugin 9.3.0-rc01
  • Android Gradle Plugin 9.4.0-alpha01
  • Kotlin Gradle Plugin 2.4.0
jspecify/jspecify (org.jspecify:jspecify)

v1.0.1: 1.0.1

Compare Source

JSpecify 1.0.1 makes small changes to documentation and build setup but no semantic changes.

Artifacts
Changes since version 1.0.0
  • The JSpecify module-info.class is now present at the root of the jar instead of under a multi-release root. This prevents the jar from containing a file at META-INF/versions/9/OSGI-INF/MANIFEST.MF, which was causing trouble for some users, particularly on Android.
  • The JSpecify module-info.class now contains its version number.
  • We have made various improvements to our Javadoc. While the latest docs are always available at jspecify.dev/docs/api, this release makes our improvements visible in the source files in your IDE.
FabricMC/fabric (net.fabricmc.fabric-api:fabric-api)

v0.156.0+26.2: [26.2] Fabric API 0.156.0+26.2

Compare Source

  • Bump version (modmuss50)
  • Feat: add methods to modify components in FabricItem.Properties (#​5434) (cputnam-a11y)
  • Replace network synchronizer with utility methods (#​5484) (Joseph Burton)
  • Fix removed synced attachments being resent to every new tracker (#​5506) (Emirhan)
  • Generate package-infos on IDE sync (#​5510) (DennisOchulor)
  • Fix getCapacity on an empty slot using air's capacity (#​5511) (Jonathan Coates)
  • Make BlockModelGenerators's PropertyDispatch fields public (#​5513) (Jonathan Coates)

v0.155.2+26.2: [26.2] Fabric API 0.155.2+26.2

Compare Source

  • Bump version (modmuss50)
  • Bump version (modmuss50)
  • Fix datagen crash with non-fabric-api tag providers (closes #​5431) (#​5494) (Up)

v0.155.0+26.2: [26.2] Fabric API 0.155.0+26.2

Compare Source

  • Bump version (modmuss50)
  • Allow easier checking if entity is in fluid, fluid enter/leaves methods, fluid flying travel override, some optimization (#​5481) (Patbox)
  • Extend TooltipFlag to allow for shouldDisplayAllInformation (#​5483) (Cassian Godsted)
  • Fix modded dimensions triggering experimental warning screen (#​5485) (Patbox)
  • docs(CONTRIBUTING.md): make constructors private in utility classes (#​5490) (Sylv)
  • Update outdated readme (#​5487) (Joseph Burton)

v0.154.2+26.2: [26.2] Fabric API 0.154.2+26.2

Compare Source

  • Bump version (modmuss50)
  • Don't cache PermissionLevel for EntityPermissionContext (fix #​5476) (#​5477) (Patbox)

v0.154.1+26.2: [26.2] Fabric API 0.154.1+26.2

Compare Source

  • Bump version (modmuss50)
  • fixed FabricOrderedSubmitNodeCollector.submitCustom not being defaulted (#​5473) (The Typhothanian)
  • Fix: #​5466 (#​5474) (modmuss)

v0.154.0+26.2: [26.2] Fabric API 0.154.0+26.2

Compare Source

  • Bump version (modmuss50)
  • Add callback for registering custom BuiltInBlockModels (#​5447) (Fuzss)
  • Make FabricDataGenerator extend DataGenerator.Cached rather than Uncached (#​5452) (Martijn van den Brand)
  • fix: screen testmod crash (#​5449) (Alex)
  • Modify entity type default attributes event (#​5424) (TheDeathlyCow, modmuss)
  • Add char typed events for handling Screen::charTyped (#​4948) (Fuzss)
  • Bump version (modmuss50)
  • Update mod publish plugin (modmuss50)
  • Update Checkstyle report action to v3 (#​5446) (Juuz)
  • Fix ButtonList IndexOutOfBoundsException for screens with renderable only widgets (#​5445) (Fuzss)
  • Add missing 26.2 content to C tags (#​5443) (TelepathicGrunt)
  • Add an API for registering custom FeatureRenderers (#​5435) (Jonathan Coates)
  • Expose registries in EnchantmentEvents.MODIFY (#​5415) (Magnus, PepperCode1)
  • Add an atlas registry (#​5390) (Celeste)

v0.153.0+26.2: [26.2] Fabric API 0.153.0+26.2

Compare Source

  • Bump version (modmuss50)
  • Update mod publish plugin (modmuss50)
  • Update Checkstyle report action to v3 (#​5446) (Juuz)
  • Fix ButtonList IndexOutOfBoundsException for screens with renderable only widgets (#​5445) (Fuzss)
  • Add missing 26.2 content to C tags (#​5443) (TelepathicGrunt)
  • Add an API for registering custom FeatureRenderers (#​5435) (Jonathan Coates)
  • Expose registries in EnchantmentEvents.MODIFY (#​5415) (Magnus, PepperCode1)
  • Add an atlas registry (#​5390) (Celeste)
Incendo/cloud-minecraft-modded (org.incendo:cloud-fabric)

v2.0.0

After 17 beta releases, Cloud’s modded Minecraft integrations are now stable.

Cloud Minecraft Modded 2.0 provides Fabric and NeoForge integrations for Minecraft 26.2, with support for client and server commands and shared utilities for Minecraft-native argument types.

Highlights

  • Fabric and NeoForge command managers for client and server commands
  • Cloud-friendly parsers for Minecraft-native argument types
  • Native Brigadier mappings and suggestions
  • Minecraft selectors, coordinates, registry entries, and other shared data types
  • Permission integration for modded platforms
  • Signed command argument support
  • Optional Adventure Platform integration for audiences and signed-message handling

Upgrading

If you are already using 2.0.0-beta.17, update your Cloud Minecraft Modded dependencies to 2.0.0.

Cloud Minecraft Modded 2.0 uses Cloud Core 2.1.0 and Cloud Minecraft 2.0.0.

Users migrating from Cloud 1.x should read the Cloud 2 migration guide. Cloud 2 uses the org.incendo group and package names, and platform integrations are versioned separately from Cloud Core.

Changes since beta.17

  • Update Cloud Core to 2.1.0
  • Update Cloud Minecraft to 2.0.0
  • Expose required Immutables annotations to consumers (#​142)
  • Update Adventure Platform Mod to 7.1.1

See the modded Minecraft documentation for installation and usage.

Full Changelog: Incendo/cloud-minecraft-modded@2.0.0-beta.17...2.0.0

Incendo/cloud-minecraft (org.incendo:cloud-paper)

v2.0.0

After 17 beta releases, Cloud’s Minecraft integrations are now stable.

Cloud Minecraft 2.0 provides integrations for Bukkit, Paper, Velocity, BungeeCord, Sponge 7, Cloudburst, and Mojang Brigadier, along with Minecraft Extras and signed argument support.

Highlights

  • Support for Cloud 2’s rewritten command framework and org.incendo API
  • Modern and legacy Paper command managers
  • Native Brigadier mappings and suggestions
  • Bukkit and Paper parsers for Minecraft-native argument types
  • Caption-based exception handling and help generation
  • Adventure component and tooltip support
  • Signed command argument support
  • A BOM for aligning all Cloud Minecraft module versions

Upgrading

If you are already using 2.0.0-beta.17, update your Cloud Minecraft dependencies to 2.0.0. The supported Minecraft versions have not changed.

Cloud Minecraft 2.0 uses Cloud Core 2.1.0.

Users migrating from Cloud 1.x should read the Cloud 2 migration guide. Cloud 2 uses the org.incendo group and package names, and platform integrations are now versioned separately from Cloud Core.

Changes since beta.17

  • Restore selector permission bypass behavior on Minecraft 1.21.1+ (#​167)
  • Expose required Immutables annotations to consumers (#​170)
  • Update Cloud Core to 2.1.0

See the Minecraft documentation for installation and usage.

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.17...2.0.0

v2.0.0-beta.17

Compare Source

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.16...2.0.0-beta.17

v2.0.0-beta.16

Compare Source

What's Changed

New Contributors

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.15...2.0.0-beta.16

v2.0.0-beta.15

Compare Source

What's Changed

New Contributors

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.14...2.0.0-beta.15

v2.0.0-beta.14

Compare Source

What's Changed

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.13...2.0.0-beta.14

v2.0.0-beta.13

Compare Source

What's Changed

New Contributors

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.12...2.0.0-beta.13

v2.0.0-beta.12

Compare Source

What's Changed

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.11...2.0.0-beta.12

v2.0.0-beta.11

Compare Source

What's Changed

New Contributors

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.10...2.0.0-beta.11

v2.0.0-beta.10

Compare Source

What's Changed

New Contributors

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.9...2.0.0-beta.10

v2.0.0-beta.9

Compare Source

What's Changed

  • chore(deps): Update dependency gradle to v8.8 by @​renovate in #​73
  • chore(deps): Update dependency net.kyori:adventure-platform-bungeecord to v4.3.3 by @​renovate in #​74
  • chore(deps): Update dependency com.google.errorprone:error_prone_core to v2.28.0 by @​renovate in #​72
  • feat(paper): Use the KeyedWorldParser instead of the legacy WorldParser by default in the modern PaperCommandManager by @​jpenilla in #​77

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.8...2.0.0-beta.9

v2.0.0-beta.8

Compare Source

What's Changed

  • Initial update for new Paper command API & suppress new compile warnings on JDK 21 by @​jpenilla in #​65

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.7...2.0.0-beta.8

v2.0.0-beta.7

Compare Source

What's Changed

  • chore(deps): Update dependency com.google.errorprone:error_prone_core to v2.27.1 by @​renovate in #​64
  • Clean up location parser & suggestions, add more tests by @​jpenilla in #​61
  • feat(bukkit/paper): locate the command build context factory method correctly on 1.20.5+
  • fix(brigadier): update permission tester for sender type change
  • Update for cloud-core access check changes
  • Remove dummy context supplier from CloudBrigadierManager
  • Bump cloud-core to 2.0.0-rc.1

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.6...2.0.0-beta.7

v2.0.0-beta.6

Compare Source

What's Changed

New Contributors

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.5...2.0.0-beta.6

v2.0.0-beta.5

Compare Source

What's Changed

  • chore(deps): Update dependency com.google.errorprone:error_prone_core to v2.25.0 by @​renovate in #​41
  • Add ComponentTooltipSuggestion and rename TooltipSuggestion.tooltipSuggestion to suggestion by @​jpenilla in #​44
  • chore(deps): Update dependency com.google.truth:truth to v1.4.2 by @​renovate in #​46
  • chore(deps): Update dependency org.incendo:cloud-build-logic to v0.0.13 by @​renovate in #​47
  • chore(deps): Update dependency com.google.errorprone:error_prone_core to v2.26.0 by @​renovate in #​49

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.4...2.0.0-beta.5

v2.0.0-beta.4

Compare Source

What's Changed

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.3...2.0.0-beta.4

v2.0.0-beta.3

Compare Source

What's Changed

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.2...2.0.0-beta.3

v2.0.0-beta.2

Compare Source

What's Changed

Full Changelog: Incendo/cloud-minecraft@2.0.0-beta.1...2.0.0-beta.2

Incendo/cloud (org.incendo:cloud-core)

v2.1.0

Compare Source

Changed
  • Add a dependency on the Cloud BOM to published modules for Gradle dependency alignment (#​789)
Fixed
  • Core: Reject invalid input in DurationParser (#​772)
  • Annotations: Prevent infinite recursion when a @Suggestions method returns a CompletableFuture (#​771)
  • Annotations: Reject sender requirements that do not inherit from the command sender type (#​781)
  • Kotlin Coroutines Annotations: Propagate exceptions from suspending parser methods as parse failures (#​783)
  • Expose Immutables annotations on consumers' compile classpaths (#​817)
PaperMC/adventure-platform-mod (net.kyori:adventure-platform-fabric)

v7.1.1: 🌍 adventure-platform-mod 7.1.1

This patch fixes Adventure service-provider classloading in NeoForge development environments (#​255), aligning development runs with production behavior.

What's Changed

🐛 Fixes

Full Changelog: PaperMC/adventure-platform-mod@v7.1.0...v7.1.1

v7.1.0: 🌍 adventure-platform-mod 7.1.0

This version of adventure-platform-mod updates the distributed version of Adventure to 5.2.0.

Full Changelog: PaperMC/adventure-platform-mod@v7.0.0...v7.1.0

PaperMC/adventure (net.kyori:adventure-api)

v5.2.0: 🌏 Adventure 5.2.0

Adventure 5.2.0 is primary a bugfix update to restore a break in binary compatibility for users compiling against 4.x but running against 5.x.

This issue was caused by the removal of BuildableComponent, which would cause a MethodNotFoundException for those using component builders. BuildableComponent will remain deprecated and will be fully removed in 6.0 with no replacement. The only use of BuildableComponent in 4.x was to turn a component into a builder (which involved casting to BuildableComponent), but this is now solved by the promotion of the toBuilder method to the root Component class.

The fix for this restores the interface to the component hierarchy and adds another compile-time synthetic bridge to fix code compiling against 4.x. The bridge methods will be removed in 6.x so we still encourage everyone to update to 5.x.

What's Changed

✨ Features
🐛 Fixes

Full Changelog: PaperMC/adventure@v5.1.1...v5.2.0

GradleUp/shadow (com.gradleup.shadow:shadow-gradle-plugin)

v9.6.1

Compare Source

Changed
  • Use GradleException for expected build failures. (#​2113)
Fixed
  • Preserve repeated lines in R8 rule files when using minimize { r8 { ... } }. (#​2115)

v9.6.0

Compare Source

Added
  • Extract R8 rules from dependency JARs when using minimize { r8 { ... } }. (#​2089)
Changed
  • Rename ShadowDslMarker to ShadowDsl. (#​2091)
  • POTENTIALLY BREAKING: Apply @ShadowDsl to ShadowJar, ResourceTransformer, DependencyFilter, and Relocator. (#​2090)
    This restricts nested DSL configuration blocks from implicitly calling outer receiver APIs in Kotlin script files.
Fixed
  • Validate ZIP entry names to prevent Zip Slip path traversal.
  • Avoid resolving unused R8 dependency. (#​2101)

v9.5.1

Compare Source

Fixed
  • Fix eager calls for toolchainSpec in Kotlin DSL. (#​2087)

v9.5.0

Compare Source

Added
  • Check DuplicatesStrategy for merging transformers. (#​2026)
    This will log warnings when an incompatible DuplicatesStrategy (e.g., EXCLUDE) is applied in Gradle configuration for built-in ResourceTransformers.
  • Add KotlinModuleMetadataTransformer. (#​2073)
  • Add R8 as an opt-in minimize { r8 { ... } } tool for shrinking the final shadowed JAR. (#​2077)
Changed
  • Bump min Gradle requirement to 9.2.0. (#​2057)
  • Remove afterEvaluate when adding variants. (#​2056)
Deprecated
  • Deprecate enableKotlinModuleRemapping for ShadowJar. (#​2073)
    Apply KotlinModuleMetadataTransformer explicitly to support relocating inside Kotlin module metadata files.
    This flag will be disabled and removed in the next major release.
  • Deprecate everything under ShadowCopyAction. (#​2083)
Fixed
  • Fix the conflicts when using afterEvaluate with other plugins. (#​2055)

v9.4.3

Compare Source

Changed
  • Update dependencies for resolving CVEs. (#​2069)
junit-team/junit-framework (org.junit:junit-bom)

v6.1.2

v6.1.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 6pm on the 6th day of the month"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3d950a2 to d8eb586 Compare July 12, 2026 19:02
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6ce7752 to 0abdc70 Compare July 29, 2026 04:00
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 0abdc70 to fd3d605 Compare July 30, 2026 00:59
@PrimordialMoros
PrimordialMoros merged commit 02e3158 into master Aug 7, 2026
3 checks passed
@PrimordialMoros
PrimordialMoros deleted the renovate/all-minor-patch branch August 7, 2026 20:56
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