Skip to content

Configure Renovate#1

Merged
PimvanderLoos merged 1 commit into
masterfrom
renovate/configure
Jun 8, 2025
Merged

Configure Renovate#1
PimvanderLoos merged 1 commit into
masterfrom
renovate/configure

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 8, 2025

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • lightkeeper-maven-plugin-test/pom.xml (maven)
  • lightkeeper-maven-plugin/pom.xml (maven)
  • pom.xml (maven)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 5 Pull Requests:

Update dependency org.semver4j:semver4j to v5.7.1
  • Schedule: ["at any time"]
  • Branch name: renovate/version.semver4j
  • Merge into: master
  • Upgrade org.semver4j:semver4j to 5.7.1
Update version.maven to v3.9.10
  • Schedule: ["at any time"]
  • Branch name: renovate/version.maven
  • Merge into: master
  • Upgrade org.apache.maven:maven-core to 3.9.10
  • Upgrade org.apache.maven:maven-plugin-api to 3.9.10
Update dependency com.puppycrawl.tools:checkstyle to v10.25.0
Update dependency org.apache.maven.plugins:maven-clean-plugin to v3.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/version.maven-clean-plugin
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-clean-plugin to 3.5.0
Update version.pmd to v7.14.0

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Failed to look up maven package nl.pim16aap2.lightkeeper:lightkeeper-maven-plugin

Files affected: pom.xml


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


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

@PimvanderLoos PimvanderLoos merged commit 41c6412 into master Jun 8, 2025
@PimvanderLoos PimvanderLoos deleted the renovate/configure branch June 8, 2025 13:50
PimvanderLoos added a commit that referenced this pull request May 14, 2026
This commit resolves the actionable findings from the automated reviews.
It is the first fix-up pass in the review loop; a follow-up commit will
upgrade Jackson to v3 to address the CVE finding.

Protocol fixes:
- Add CommandSource enum to lightkeeper-protocol; wire into
  ExecuteCommand.Command (replaces raw String commandSource) and
  move from lightkeeper-framework-junit so the type is co-located
  with the command that uses it (#14)
- Add compact constructors to CreatePlayer.Command to reject blank
  name/worldName at construction time (#1)
- Add compact constructor to DragMenuSlots.Command to clone int[] slots,
  preventing external mutation of the record (#11)
- Add compact constructor to WaitTicks.Command to reject ticks < 0 at
  construction time; remove now-redundant handler-level check (#16)
- Update DropItem class Javadoc to reflect actual drop semantics (#7)

Agent handler fixes:
- handleExecuteCommand: rename parameter to req to eliminate the
  cmd/command naming clash; switch on CommandSource enum (#9, #14)
- handleExecutePlayerCommand: same parameter rename (#9)
- handleDropItem: actually drop the item when event is not cancelled —
  entity stays in world and one item is consumed from main hand; entity
  is removed only when the event is cancelled (#7)

Test coverage:
- AgentRequestDispatcherTest: add dispatch cases for all 12 new
  protocol commands that were missing (TeleportPlayer, LoadChunk,
  UnloadChunk, IsChunkLoaded, GetPlayerInventory, DropItem,
  Register/Get/Clear/UnregisterEventListener, GetPlayerChatComponents,
  GetServerPlatform) (#18)
- AgentPlayerActionsTest: add two handleDropItem tests covering the
  not-cancelled (entity kept, inventory consumed) and cancelled (entity
  removed, inventory unchanged) paths (#7, #8)
- AgentWorldActionsTest: update WaitTicks negative-ticks test to
  assert on construction-time IllegalArgumentException (#16)
- UdsAgentClientTest: add 9 new tests covering mainWorld, getServerTick,
  isChunkLoaded, dropItem (both paths), getPlayerInventory,
  getCapturedEvents, serverPlatform, executeCommand action field;
  extend AgentSocketServer helper to capture the request line (#8)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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