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 dependencies #35

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx.kover 0.7.5 -> 0.7.6 age adoption passing confidence
io.github.hoc081098:kmp-viewmodel-koin-compose 0.6.2 -> 0.7.0 age adoption passing confidence
io.github.hoc081098:kmp-viewmodel-koin 0.6.2 -> 0.7.0 age adoption passing confidence
io.github.hoc081098:kmp-viewmodel-compose 0.6.2 -> 0.7.0 age adoption passing confidence
io.github.hoc081098:kmp-viewmodel-savedstate 0.6.2 -> 0.7.0 age adoption passing confidence
io.github.hoc081098:kmp-viewmodel 0.6.2 -> 0.7.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.2 -> 1.6.3 age adoption passing confidence

Release Notes

Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)

v0.7.6

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

Kover Gradle Plugin

Features

527 Added the ability to specify a header for an XML report

Bugfixes

510 Fixed Stream closed error when generating Kover HTML report
513 Fixed breaking configuration cache
517 Fixed incorrect marking of first function line when parameters with default value are used
530 Fixed the presence of classes instrumented with Robolectric in Jacoco reports
543 Fixed package exclusion in reports for JaCoCo

Kover Offline

Features

534 Created Kover features artifact to invoke the capabilities of Kover programmatically

hoc081098/kmp-viewmodel (io.github.hoc081098:kmp-viewmodel-koin-compose)

v0.7.0

Compare Source

Update dependencies
kmp-viewmodel and kmp-viewmodel-savedstate
  • New: Add support for Kotlin/Wasm (wasmJs target) 🎉.
  • The behavior of ViewModel.addCloseable(Closeable) on non-Android targets has been changed to be consistent with Android target.
    ViewModel's addCloseable() now immediately closes the Closeable if the ViewModel has been cleared.
    This behavior is the same across all targets ✅.
kmp-viewmodel-koin
  • Fixed: koinViewModelFactory: CreationExtras passed to ViewModelFactory.create will now be
    passed to the constructor of the ViewModel if it's requested.

    class MyViewModel(val extras: CreationExtras) : ViewModel()
    val myModule: Module = module {
      factoryOf(::MyViewModel)
    }
    
    val factory = koinViewModelFactory<MyViewModel>(
      scope = KoinPlatformTools.defaultContext().get().scopeRegistry.rootScope,
    )
    val extras = buildCreationExtras { /* ... */ }
    
    val viewModel: MyViewModel = factory.create(extras)
    viewModel.extras === extras // true <--- `viewModel.extras` is the same as `extras` passed to `factory.create(extras)`
Example, docs and tests
  • Add more tests to kmp-viewmodel-compose (android & jvm), kmp-viewmodel-koin (common),
    and kmp-viewmodel-koin-compose (common & jvm).
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.6.3

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

This release provides a couple of new features and uses Kotlin 1.9.22 as default.

Class discriminator output mode

Class discriminator provides information for serializing and deserializing polymorphic class hierarchies.
In case you want to encode more or less information for various third party APIs about types in the output, it is possible to control
addition of the class discriminator with the JsonBuilder.classDiscriminatorMode property.
For example, ClassDiscriminatorMode.NONE does not add class discriminator at all, in case the receiving party is not interested in Kotlin types.
You can learn more about this feature in the documentation and corresponding PR.

Other features
Bugfixes and improvements
  • Fix: Hocon polymorphic serialization in containers (#​2151) (thanks to LichtHund)
  • Actualize lenient mode documentation (#​2568)
  • Slightly improve error messages thrown from serializer() function (#​2533)
  • Do not try to coerce input values for properties (#​2530)
  • Make empty objects and arrays collapsed in pretty print mode (#​2506)
  • Update Gradle dokka configuration to make sure "source" button is visible in all API docs (#​2518, #​2524)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 renovate bot added the dependencies Pull requests that update a dependency file label Feb 16, 2024
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8f877cf) 0.00% compared to head (344f99c) 0.00%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master     #35   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          40      40           
  Lines        1299    1291    -8     
  Branches      246     245    -1     
======================================
+ Misses       1298    1290    -8     
  Partials        1       1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-deps branch from 8ea9dcb to 68f6345 Compare February 17, 2024 01:51
@renovate renovate bot changed the title fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.3 chore(deps): update all dependencies Feb 17, 2024
| datasource | package                                                               | from  | to    |
| ---------- | --------------------------------------------------------------------- | ----- | ----- |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.5 | 0.7.6 |
| maven      | io.github.hoc081098:kmp-viewmodel-koin-compose                        | 0.6.2 | 0.7.0 |
| maven      | io.github.hoc081098:kmp-viewmodel-koin                                | 0.6.2 | 0.7.0 |
| maven      | io.github.hoc081098:kmp-viewmodel-compose                             | 0.6.2 | 0.7.0 |
| maven      | io.github.hoc081098:kmp-viewmodel-savedstate                          | 0.6.2 | 0.7.0 |
| maven      | io.github.hoc081098:kmp-viewmodel                                     | 0.6.2 | 0.7.0 |
| maven      | org.jetbrains.kotlinx:kotlinx-serialization-json                      | 1.6.2 | 1.6.3 |
@renovate renovate bot force-pushed the renovate/all-deps branch from 68f6345 to 344f99c Compare February 17, 2024 09:47
@hoc081098 hoc081098 merged commit b355125 into master Feb 17, 2024
7 checks passed
@renovate renovate bot deleted the renovate/all-deps branch February 17, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant