Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies (except core Kotlin) #1279

Merged
merged 9 commits into from Jun 1, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 2, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.sonatype.plugins:nexus-staging-maven-plugin (source) 1.6.8 -> 1.6.13 age adoption passing confidence
org.apache.maven.plugins:maven-source-plugin (source) 3.2.0 -> 3.2.1 age adoption passing confidence
com.rudikershaw.gitbuildhook:git-build-hook-maven-plugin (source) 3.1.0 -> 3.2.0 age adoption passing confidence
org.codehaus.mojo:versions-maven-plugin 2.10.0 -> 2.11.0 age adoption passing confidence
org.apache.maven.plugins:maven-failsafe-plugin 3.0.0-M5 -> 3.0.0-M6 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin 3.0.0-M5 -> 3.0.0-M6 age adoption passing confidence
org.apache.maven.plugins:maven-clean-plugin 3.1.0 -> 3.2.0 age adoption passing confidence
org.assertj:assertj-core (source) 3.22.0 -> 3.23.1 age adoption passing confidence
com.charleskorn.kaml:kaml-jvm 0.43.0 -> 0.44.0 age adoption passing confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.7 -> 0.8.8 age adoption passing confidence
org.jetbrains.dokka:kotlin-as-java-plugin 1.6.10 -> 1.6.21 age adoption passing confidence
org.jetbrains.dokka:dokka-maven-plugin 1.6.10 -> 1.6.21 age adoption passing confidence
com.github.ozsie:detekt-maven-plugin 1.19.1 -> 1.20.0 age adoption passing confidence
com.squareup:kotlinpoet 1.10.0 -> 1.11.0 age adoption passing confidence
com.google.guava:guava 31.0.1-jre -> 31.1-jre age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json-jvm 1.3.2 -> 1.3.3 age adoption passing confidence

Configuration

📅 Schedule: "before 4am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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


  • If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5ebe8fd to 47d890b Compare May 4, 2022 08:02
Copy link
Member

@petertrr petertrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add [nexus-staging-maven-plugin to exclusions for the bot, because newer versions have some blocking issues

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c6ea959 to e16b200 Compare May 10, 2022 20:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b84ff95 to 99f444b Compare May 16, 2022 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c9b59ca to 1340fe1 Compare May 27, 2022 14:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from afa9b3e to c5efd29 Compare May 31, 2022 17:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c5efd29 to 61b1d49 Compare May 31, 2022 20:33
### What's done:
* Suppress some detekt findings
@codecov
Copy link

codecov bot commented Jun 1, 2022

Codecov Report

Merging #1279 (4fd7904) into master (2e185d6) will increase coverage by 1.45%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #1279      +/-   ##
============================================
+ Coverage     82.03%   83.49%   +1.45%     
  Complexity     2561     2561              
============================================
  Files           106      106              
  Lines          7275     7275              
  Branches       2085     2014      -71     
============================================
+ Hits           5968     6074     +106     
  Misses          354      354              
+ Partials        953      847     -106     
Flag Coverage Δ
unittests 83.49% <100.00%> (+1.45%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...tlin/org/cqfn/diktat/ruleset/dummy/DummyWarning.kt 100.00% <ø> (ø)
...tlin/org/cqfn/diktat/ruleset/utils/KotlinParser.kt 86.11% <ø> (+1.38%) ⬆️
...t/rules/chapter3/identifiers/LocalVariablesRule.kt 90.65% <100.00%> (ø)
...tlin/org/cqfn/diktat/ruleset/utils/AstNodeUtils.kt 82.94% <0.00%> (+0.29%) ⬆️
...ktat/ruleset/rules/chapter2/kdoc/KdocFormatting.kt 84.11% <0.00%> (+0.46%) ⬆️
...tat/ruleset/rules/chapter3/files/WhiteSpaceRule.kt 82.19% <0.00%> (+0.52%) ⬆️
...diktat/ruleset/rules/chapter2/kdoc/KdocComments.kt 88.26% <0.00%> (+0.55%) ⬆️
...leset/rules/chapter2/comments/HeaderCommentRule.kt 87.90% <0.00%> (+0.80%) ⬆️
...iktat/ruleset/rules/chapter3/files/NewlinesRule.kt 80.35% <0.00%> (+0.89%) ⬆️
.../diktat/ruleset/rules/chapter1/IdentifierNaming.kt 82.23% <0.00%> (+1.01%) ⬆️
... and 40 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e185d6...4fd7904. Read the comment docs.

### What's done:
* Fix diktat findings
### What's done:
* Fix detekt findings
### What's done:
* Fix detekt findings
@petertrr petertrr enabled auto-merge (squash) June 1, 2022 08:19
@petertrr petertrr merged commit d7810d6 into master Jun 1, 2022
@petertrr petertrr deleted the renovate/all-minor-patch branch June 1, 2022 08:30
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.

None yet

2 participants