petertrr / kotlin-multiplatform-diff

Multiplaform kotlin library for calculating text differences. Based on java-diff-utils, supports JVM, JS and native targets.
Apache License 2.0
74 stars 5 forks source link

chore(deps): update dependency io.github.gradle-nexus:publish-plugin to v2 #119

Open renovate[bot] opened 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.gradle-nexus:publish-plugin 1.3.0 -> 2.0.0 age adoption passing confidence

Release Notes

gradle-nexus/publish-plugin (io.github.gradle-nexus:publish-plugin) ### [`v2.0.0`](https://togithub.com/gradle-nexus/publish-plugin/releases/tag/v2.0.0): 2.0.0 - publishing with Ivy + sensible Gradle 8.x compatibility #### Notable changes in 2.0 - support publishing with Ivy - [#​222](https://togithub.com/gradle-nexus/publish-plugin/pull/222) - add `closeStagingRepositories` and `releaseStagingRepositories` summary tasks - [#​236](https://togithub.com/gradle-nexus/publish-plugin/issues/236) - deprecate build support for Java 8 (build target still set to 8, but building with JDK <11 might fail) - [#​171](https://togithub.com/gradle-nexus/publish-plugin/issues/171) - improve support for build cache and compatibility with Gradle 8.x - last, but not least - new team member - [@​TWiStErRob](https://togithub.com/TWiStErRob) - welcome aboard! ##### Backward incompatible changes - `closeAndReleaseStagingRepository` has been renamed to `closeAndReleaseStagingRepositories` for consistency Full list of changes since 1.3.0: https://github.com/gradle-nexus/publish-plugin/compare/v1.3.0...v2.0.0 *** ##### Changes in 2.0.0-final (since rc-2): - simplify build configuration - enhance documentation - improve E2E tests execution on CI - build itself with Gradle 8.6 - dependency upgrade Full list of changes: https://github.com/gradle-nexus/publish-plugin/compare/v2.0.0-rc-2...v2.0.0 Thanks to all the contributors to this release: [@​TWiStErRob](https://togithub.com/TWiStErRob), [@​3flex](https://togithub.com/3flex), [@​Goooler](https://togithub.com/Goooler).

Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.96%. Comparing base (63eb2b7) to head (8da65e4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #119 +/- ## ========================================= Coverage 85.96% 85.96% Complexity 215 215 ========================================= Files 29 29 Lines 627 627 Branches 117 117 ========================================= Hits 539 539 Misses 59 59 Partials 29 29 ``` | [Flag](https://app.codecov.io/gh/petertrr/kotlin-multiplatform-diff/pull/119/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Trifanov) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/petertrr/kotlin-multiplatform-diff/pull/119/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Trifanov) | `85.96% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Trifanov#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.