Skip to content

Comments

chore(deps): update all non-major dependencies (except core kotlin)#410

Merged
petertrr merged 16 commits intomainfrom
renovate/all-minor-patch
Aug 10, 2022
Merged

chore(deps): update all non-major dependencies (except core kotlin)#410
petertrr merged 16 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.8.2 -> 5.9.0 age adoption passing confidence
com.google.code.gson:gson 2.9.0 -> 2.9.1 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.20.0 -> 1.21.0 age adoption passing confidence
com.akuleshov7:ktoml-file 0.2.12 -> 0.2.13 age adoption passing confidence
com.akuleshov7:ktoml-core 0.2.12 -> 0.2.13 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.6.1-native-mt -> 1.6.3-native-mt age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.3.3 -> 0.4.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-cli 0.3.4 -> 0.3.5 age adoption passing confidence
org.cqfn.diktat.diktat-gradle-plugin (source) 1.1.0 -> 1.2.3 age adoption passing confidence
org.cqfn.diktat:diktat-gradle-plugin (source) 1.1.0 -> 1.2.3 age adoption passing confidence
com.squareup.okio:okio-fakefilesystem 3.1.0 -> 3.2.0 age adoption passing confidence
com.squareup.okio:okio 3.1.0 -> 3.2.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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.

@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #410 (de6b94f) into main (83bcdae) will increase coverage by 0.16%.
The diff coverage is 67.30%.

@@             Coverage Diff              @@
##               main     #410      +/-   ##
============================================
+ Coverage     47.31%   47.47%   +0.16%     
  Complexity      155      155              
============================================
  Files            51       51              
  Lines          1714     1725      +11     
  Branches        321      321              
============================================
+ Hits            811      819       +8     
- Misses          776      779       +3     
  Partials        127      127              
Flag Coverage Δ
unittests 47.47% <67.30%> (+0.16%) ⬆️

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

Impacted Files Coverage Δ
...m/saveourtool/save/cli/config/SavePropertiesExt.kt 0.00% <0.00%> (ø)
...com/saveourtool/save/reporter/json/JsonReporter.kt 88.37% <ø> (ø)
...veourtool/save/reporter/plain/PlainTextReporter.kt 0.00% <0.00%> (ø)
...tlin/com/saveourtool/save/plugins/fix/FixPlugin.kt 59.12% <69.23%> (+0.60%) ⬆️
...urtool/save/plugins/fixandwarn/FixAndWarnPlugin.kt 90.80% <100.00%> (+0.68%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0606f9f to 788470b Compare June 27, 2022 04:25
@github-actions
Copy link

github-actions bot commented Aug 2, 2022

JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)

233 tests  ±0   209 ✔️ ±0   9m 58s ⏱️ +25s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit a4820d6. ± Comparison against base commit 6d1d3d8.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 2, 2022

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

233 tests  ±0   209 ✔️ ±0   16m 20s ⏱️ +21s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit a4820d6. ± Comparison against base commit 6d1d3d8.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 2, 2022

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

115 tests   - 118   105 ✔️  - 104   8m 30s ⏱️ - 2m 39s
  24 suites  -   24     10 💤  -   14 
  24 files    -   24       0 ±    0 

Results for commit a4820d6. ± Comparison against base commit 6d1d3d8.

This pull request removes 118 tests.
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file from a directory[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom with multiple parent configs[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should fail on the invalid file[mingwX64]
com.saveourtool.save.core.MergeConfigsTest ‑ merge configs with many parents[mingwX64]
…

♻️ This comment has been updated with latest results.

@nulls nulls assigned nulls and petertrr and unassigned nulls Aug 4, 2022
@petertrr petertrr enabled auto-merge (squash) August 10, 2022 16:22
@petertrr petertrr merged commit 7580e3b into main Aug 10, 2022
@petertrr petertrr deleted the renovate/all-minor-patch branch August 10, 2022 16:44
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.

2 participants