Merged
Conversation
… version numbers due to errors in the action generating them
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes formatting issues in automatically generated dependabot changeset files. The changes correct missing version numbers and improve formatting consistency in the changeset documentation files.
- Removes redundant changeset entries for dependencies that were bumped to higher versions
- Adds missing version numbers to dependency update entries that were previously incomplete
- Improves formatting consistency across all changeset files
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .changeset/dependabot-f86f984.md | Adds missing version numbers for Maven dependencies |
| .changeset/dependabot-ba06d2e.md | Removes redundant semver4j entry |
| .changeset/dependabot-733cd44.md | Removes redundant jackson-dataformat-yaml entry |
| .changeset/dependabot-4fb901f.md | Adds missing version number for jackson-dataformat-yaml |
| .changeset/dependabot-0596f93.md | Adds missing version numbers for JUnit Jupiter dependencies |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
magnusp
approved these changes
Aug 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some have with wrong formatting and/or missing version numbers due to errors in the action generating them.
jackson-dataformat-yaml was bumped to a higher version so it was redundant, same with semver4j.