Sparky983 / vision-gui

A minimal GUI API for Paper
http://vision.sparky983.me
MIT License
15 stars 0 forks source link

Update dependency org.jspecify:jspecify to v1 #216

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jspecify:jspecify (source) 0.3.0 -> 1.0.0 age adoption passing confidence

Release Notes

jspecify/jspecify (org.jspecify:jspecify) ### [`v1.0.0`](https://togithub.com/jspecify/jspecify/releases/tag/v1.0.0): 1.0.0 [Compare Source](https://togithub.com/jspecify/jspecify/compare/v0.3.0...v1.0.0) JSpecify 1.0.0 is the first stable release of the only [consensus-driven](https://jspecify.dev/about/), tool-independent nullness annotations for Java code (with benefits for Kotlin interoperability). Future releases will add annotations for other kinds of static-analysis checks. Check out our [usage page](https://jspecify.dev/docs/using) for instructions on how to depend on JSpecify in your project and our guidelines on [when to start](https://jspecify.dev/docs/whether) doing so. Also check out our [User Guide](https://jspecify.dev/docs/user-guide). The 1.0.0 release contains four annotations: - [`@Nullable`](https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html) - [`@NonNull`](https://jspecify.dev/docs/api/org/jspecify/annotations/NonNull.html) - [`@NullMarked`](https://jspecify.dev/docs/api/org/jspecify/annotations/NullMarked.html) - [`@NullUnmarked`](https://jspecify.dev/docs/api/org/jspecify/annotations/NullUnmarked.html) ### Artifacts - [Javadoc](https://jspecify.dev/docs/api/) - Maven Central: [org.jspecify:jspecify](https://repo.maven.apache.org/maven2/org/jspecify/jspecify/1.0.0/) ### Changes since version 0.3.0 No code changes, only Javadoc changes and OSGI metadata.

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.



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

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.