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

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

Merged
merged 10 commits into from
Jan 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.9.1 -> 5.9.2 age adoption passing confidence
com.google.code.gson:gson 2.10 -> 2.10.1 age adoption passing confidence
com.akuleshov7:ktoml-file 0.3.0 -> 0.4.0 age adoption passing confidence
com.akuleshov7:ktoml-core 0.3.0 -> 0.4.0 age adoption passing confidence
com.squareup.okio:okio-fakefilesystem 3.2.0 -> 3.3.0 age adoption passing confidence
com.squareup.okio:okio 3.2.0 -> 3.3.0 age adoption passing confidence

Release Notes

akuleshov7/ktoml

v0.4.0

Functional changes
Fixes
Internals
New Contributors

Full Changelog: orchestr7/ktoml@v0.3.0...v0.4.0

square/okio

v3.3.0

2023-01-07

  • Fix: Don't leak resources when use {} is used with a non-local return. We introduced this
    performance and stability bug by not considering that non-local returns execute neither the
    return nor catch control flows.
  • Fix: Use a sealed interface for BufferedSink and BufferedSource. These were never intended
    for end-users to implement, and we're happy that Kotlin now allows us to express that in our API.
  • New: Change internal locks from synchronized to ReentrantLock and Condition. We expect this
    to improve help when using Okio with Java virtual threads ([Project Loom][loom]).
  • Upgrade: [Kotlin 1.8.0][kotlin_1_8_0].

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: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@github-actions
Copy link

github-actions bot commented Jan 9, 2023

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

245 tests  ±0   221 ✔️ ±0   9m 37s ⏱️ +13s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit ddf6ed0. ± Comparison against base commit 4fc8efa.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jan 9, 2023

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

245 tests  +96   221 ✔️ +84   11m 12s ⏱️ + 3m 26s
  48 suites +18     24 💤 +12 
  48 files   +18       0 ±  0 

Results for commit ddf6ed0. ± Comparison against base commit 4fc8efa.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jan 9, 2023

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

245 tests  ±0   221 ✔️ ±0   17m 57s ⏱️ + 4m 57s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit ddf6ed0. ± Comparison against base commit 4fc8efa.

♻️ This comment has been updated with latest results.

@nulls nulls self-assigned this Jan 9, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2a6627f to 71999f6 Compare January 13, 2023 14:33
@renovate
Copy link
Contributor Author

renovate bot commented Jan 23, 2023

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.

### What's done:
* diktat
@kgevorkyan kgevorkyan linked an issue Jan 23, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

Merging #471 (ddf6ed0) into main (4fc8efa) will increase coverage by 0.08%.
The diff coverage is 88.88%.

@@             Coverage Diff              @@
##               main     #471      +/-   ##
============================================
+ Coverage     47.43%   47.52%   +0.08%     
  Complexity      159      159              
============================================
  Files            53       53              
  Lines          1853     1856       +3     
  Branches        316      316              
============================================
+ Hits            879      882       +3     
  Misses          841      841              
  Partials        133      133              
Flag Coverage Δ
unittests 47.52% <88.88%> (+0.08%) ⬆️

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

Impacted Files Coverage Δ
...otlin/com/saveourtool/save/core/utils/TomlUtils.kt 78.26% <88.88%> (+3.26%) ⬆️

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

@kgevorkyan kgevorkyan mentioned this pull request Jan 24, 2023
@kgevorkyan kgevorkyan self-assigned this Jan 24, 2023
### What's done:
* Review
@kgevorkyan kgevorkyan merged commit 66912b0 into main Jan 24, 2023
@kgevorkyan kgevorkyan deleted the renovate/all-minor-patch branch January 24, 2023 13:12
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.

TOML: Can't specify tags as a multi-line array
3 participants