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

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.charleskorn.kaml:kaml-jvm 0.46.0 -> 0.47.0 age adoption passing confidence
com.github.ozsie:detekt-maven-plugin 1.21.0 -> 1.21.0.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json-jvm 1.3.3 -> 1.4.0 age adoption passing confidence

Release Notes

charleskorn/kaml

v0.47.0

Compare Source

  • New: it is now possible to emit lists indented, rather than aligned with their parent (#​317 - thanks to @​Cloudate9 for the PR)

    For example, previously, kaml would produce output like this:

    list:
    - 1
    - 2
    - 3

    With this change, if you set the newly added sequenceBlockIndent property on YamlConfiguration to 2, the output would be: (notice the extra indentation for the list items)

    list:
      - 1
      - 2
      - 3
  • Updated: build against Kotlin 1.7.10.

ozsie/detekt-maven-plugin

v1.21.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: Ozsie/detekt-maven-plugin@1.21.0...1.21.0.1

Kotlin/kotlinx.serialization

v1.4.0

Compare Source

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

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

Bugfixes
  • Fixed decoding of huge JSON data for okio streams (#​2006)

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, click this checkbox.

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

@github-actions
Copy link
Contributor

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

1 914 tests   1 899 ✔️  1m 39s ⏱️
   159 suites       15 💤
   159 files           0

Results for commit 12ac147.

@github-actions
Copy link
Contributor

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

1 929 tests   1 914 ✔️  2m 53s ⏱️
   160 suites       15 💤
   160 files           0

Results for commit 12ac147.

@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Merging #1507 (12ac147) into master (b8bd8a2) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #1507   +/-   ##
=========================================
  Coverage     82.76%   82.76%           
  Complexity     2565     2565           
=========================================
  Files           111      111           
  Lines          7723     7723           
  Branches       2121     2121           
=========================================
  Hits           6392     6392           
  Misses          432      432           
  Partials        899      899           
Flag Coverage Δ
unittests 82.76% <ø> (ø)

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

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 August 22, 2022 10:29
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