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) #505

Merged
merged 4 commits into from
Mar 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.gradle-nexus:publish-plugin 1.1.0 -> 1.2.0 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) 2.19.0 -> 2.20.0 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) 2.19.0 -> 2.20.0 age adoption passing confidence
com.saveourtool.sarifutils:fixpatches-jvm 0.2.0-SNAPSHOT -> 0.2.0 age adoption passing confidence
com.saveourtool.sarifutils:fixpatches 0.2.0-SNAPSHOT -> 0.2.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-properties 1.4.1 -> 1.5.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.4.1 -> 1.5.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.4.1 -> 1.5.0 age adoption passing confidence

Release Notes

gradle-nexus/publish-plugin

v1.2.0: 1.2.0

Notable changes:

  • Fix ConfigureUtil deprecation warning in Gradle 7.6+ - #​152
  • Improve "not in desired state" error message - #​157
  • CI basic regression tests with Gradle 8 (effectively from 5.0 to 8.0) - #​168
  • CI basic regression tests with JDK 17 (effectively with 8, 11 and 17) - #​179
  • Enhance documentation - #​94, #​135, #​108
  • Update used Gradle to 8.0 (still compatible with 5.0+) - #​168
  • Update project dependencies - #​169

More changes.

Big thank you to the contributors who provided pull requests: @​TWiStErRob, @​vlsi, @​nedtwigg, @​turansky, @​larsgrefer, @​nhajratw, @​tschuchortdev, @​JavierSegoviaCordoba and also those who were involved in any other way.

Kotlin/kotlinx.serialization

v1.5.0

==================

This release contains all features and bugfixes from 1.5.0-RC plus some experimental features and bugfixes on its own (see below).
Kotlin 1.8.10 is used as a default.

HoconEncoder and HoconDecoder interfaces and HOCON-specific serializers

These interfaces work in a way similar to JsonEncoder and JsonDecoder: they allow intercepting (de)serialization process,
making writing if custom HOCON-specific serializers easier. New ConfigMemorySizeSerializer and JavaDurationSerializer already make use of them.
See more details in the PR.
Big thanks to Alexander Mikhailov for contributing this!

Ability to read buffered huge strings in custom Json deserializers

New interface ChunkedDecoder allows you to read huge strings that may not fit in memory by chunks.
Currently, this interface is only implemented by Json decoder that works with strings and streams,
but we may expand it later, if there's a demand for it.
See more details in the PR authored by Alexey Sviridov.

Bugfixes
  • Improve runtime exceptions messages (#​2180)
  • Added support for null values for nullable enums in lenient mode (#​2176)
  • Prevent class loaders from leaking when using ClassValue cache (#​2175)

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.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 27, 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:
* .
### What's done:
* .
@github-actions
Copy link

github-actions bot commented Feb 27, 2023

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

241 tests   - 4   217 ✔️  - 4   10m 54s ⏱️ -20s
  47 suites  - 1     24 💤 ±0 
  47 files    - 1       0 ±0 

Results for commit 2a5326c. ± Comparison against base commit 67267e5.

This pull request removes 4 tests.
com.saveourtool.save.plugins.fix.FixPluginTest ‑ should calculate diff of discovered files[linuxX64]
com.saveourtool.save.plugins.fix.FixPluginTest ‑ should detect two files - among other files[linuxX64]
com.saveourtool.save.plugins.fix.FixPluginTest ‑ should detect two files[linuxX64]
com.saveourtool.save.plugins.fix.FixPluginTest ‑ test for batchSize[linuxX64]

♻️ This comment has been updated with latest results.

@github-actions
Copy link

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

241 tests   - 4   217 ✔️  - 4   15m 20s ⏱️ - 2m 59s
  47 suites  - 1     24 💤 ±0 
  47 files    - 1       0 ±0 

Results for commit 2a5326c. ± Comparison against base commit 67267e5.

This pull request removes 4 tests.
com.saveourtool.save.plugins.fix.FixPluginTest ‑ should calculate diff of discovered files[macosX64]
com.saveourtool.save.plugins.fix.FixPluginTest ‑ should detect two files - among other files[macosX64]
com.saveourtool.save.plugins.fix.FixPluginTest ‑ should detect two files[macosX64]
com.saveourtool.save.plugins.fix.FixPluginTest ‑ test for batchSize[macosX64]

@github-actions
Copy link

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

245 tests  ±0   221 ✔️ ±0   14m 33s ⏱️ + 2m 38s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit 2a5326c. ± Comparison against base commit 67267e5.

@nulls nulls self-assigned this Feb 28, 2023
Copy link
Member

@orchestr7 orchestr7 left a comment

Choose a reason for hiding this comment

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

this can be taken into release after build fixed

@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Merging #505 (29bff06) into main (920019f) will decrease coverage by 0.06%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main     #505      +/-   ##
============================================
- Coverage     47.25%   47.19%   -0.06%     
  Complexity      159      159              
============================================
  Files            53       53              
  Lines          1873     1873              
  Branches        318      318              
============================================
- Hits            885      884       -1     
- Misses          856      857       +1     
  Partials        132      132              
Flag Coverage Δ
unittests 47.19% <ø> (-0.06%) ⬇️

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

Impacted Files Coverage Δ
...ain/kotlin/com/saveourtool/save/reporter/Report.kt 0.00% <0.00%> (-12.50%) ⬇️

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

@0x6675636b796f75676974687562 0x6675636b796f75676974687562 deleted the renovate/all-minor-patch branch March 2, 2023 10:59
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

4 participants