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

Bump the versions group with 7 updates #16

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps the versions group with 7 updates:

Package From To
ru.astrainteractive.klibs:mikro-core 1.8.4 1.8.7
ru.astrainteractive.klibs:mikro-platform 1.8.4 1.8.7
ru.astrainteractive.klibs:mikro-extensions 1.8.4 1.8.7
ru.astrainteractive.klibs:kstorage 3.1.0 3.1.2
ru.astrainteractive.klibs:kdi 1.4.5 1.4.7
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.9.0-RC 1.9.0-RC.2
org.jetbrains.kotlinx:kotlinx-coroutines-android 1.9.0-RC 1.9.0-RC.2

Updates ru.astrainteractive.klibs:mikro-core from 1.8.4 to 1.8.7

Commits
  • df94e56 build(deps): bump the versions group with 2 updates (#15)
  • 9ff92a6 build(deps): bump the versions group with 18 updates (#14)
  • b6ffc09 Merge pull request #11 from makeevrserg/dependabot/gradle/versions-60dc9f1286
  • c9baada fix gradle version
  • c7793f4 Update gradle.properties
  • 8d78b55 build(deps): bump the versions group with 2 updates
  • eba11aa Update dependabot.yaml
  • f8d8bd1 Update libs.versions.toml
  • See full diff in compare view

Updates ru.astrainteractive.klibs:mikro-platform from 1.8.4 to 1.8.7

Commits
  • df94e56 build(deps): bump the versions group with 2 updates (#15)
  • 9ff92a6 build(deps): bump the versions group with 18 updates (#14)
  • b6ffc09 Merge pull request #11 from makeevrserg/dependabot/gradle/versions-60dc9f1286
  • c9baada fix gradle version
  • c7793f4 Update gradle.properties
  • 8d78b55 build(deps): bump the versions group with 2 updates
  • eba11aa Update dependabot.yaml
  • f8d8bd1 Update libs.versions.toml
  • See full diff in compare view

Updates ru.astrainteractive.klibs:mikro-extensions from 1.8.4 to 1.8.7

Commits
  • df94e56 build(deps): bump the versions group with 2 updates (#15)
  • 9ff92a6 build(deps): bump the versions group with 18 updates (#14)
  • b6ffc09 Merge pull request #11 from makeevrserg/dependabot/gradle/versions-60dc9f1286
  • c9baada fix gradle version
  • c7793f4 Update gradle.properties
  • 8d78b55 build(deps): bump the versions group with 2 updates
  • eba11aa Update dependabot.yaml
  • f8d8bd1 Update libs.versions.toml
  • See full diff in compare view

Updates ru.astrainteractive.klibs:mikro-platform from 1.8.4 to 1.8.7

Commits
  • df94e56 build(deps): bump the versions group with 2 updates (#15)
  • 9ff92a6 build(deps): bump the versions group with 18 updates (#14)
  • b6ffc09 Merge pull request #11 from makeevrserg/dependabot/gradle/versions-60dc9f1286
  • c9baada fix gradle version
  • c7793f4 Update gradle.properties
  • 8d78b55 build(deps): bump the versions group with 2 updates
  • eba11aa Update dependabot.yaml
  • f8d8bd1 Update libs.versions.toml
  • See full diff in compare view

Updates ru.astrainteractive.klibs:mikro-extensions from 1.8.4 to 1.8.7

Commits
  • df94e56 build(deps): bump the versions group with 2 updates (#15)
  • 9ff92a6 build(deps): bump the versions group with 18 updates (#14)
  • b6ffc09 Merge pull request #11 from makeevrserg/dependabot/gradle/versions-60dc9f1286
  • c9baada fix gradle version
  • c7793f4 Update gradle.properties
  • 8d78b55 build(deps): bump the versions group with 2 updates
  • eba11aa Update dependabot.yaml
  • f8d8bd1 Update libs.versions.toml
  • See full diff in compare view

Updates ru.astrainteractive.klibs:kstorage from 3.1.0 to 3.1.2

Commits

Updates ru.astrainteractive.klibs:kdi from 1.4.5 to 1.4.7

Commits
  • 9635424 build(deps): bump the versions group with 2 updates (#9)
  • 57780f2 build(deps): bump the versions group with 15 updates (#8)
  • See full diff in compare view

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0-RC to 1.9.0-RC.2

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases.

1.9.0-RC.2

  • Advanced the deprecation levels for BroadcastChannel-based API (#4197).
  • Advanced the deprecation levels for the old kotlinx-coroutines-test API (#4198).
  • Promoted CoroutineStart.ATOMIC from ExperimentalCoroutinesApi to DelicateCoroutinesApi (#4169).
  • Reworked the documentation for CoroutineStart and Channel-based API (#4147, #4148, #4167). Thanks, @​globsterg!
  • Forbid casting a Mutex to Semaphore (#4176).
  • Deprecated Job.cancelFutureOnCompletion (#4156).
  • Worked around a stack overflow that may occur when calling asDeferred on a Future many times (#4156).
  • Fixed a bug that disallowed setting a custom probeCoroutineResumed when starting coroutines with UNDISPATCHED (#4162).
  • No longer initialize Dispatchers.IO on the JVM when other standard dispatchers are accessed (#4166). Thanks, @​metalhead8816!
  • Small tweaks, fixes, and documentation improvements.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog.

Version 1.9.0-RC.2

  • Advanced the deprecation levels for BroadcastChannel-based API (#4197).
  • Advanced the deprecation levels for the old kotlinx-coroutines-test API (#4198).
  • Promoted CoroutineStart.ATOMIC from ExperimentalCoroutinesApi to DelicateCoroutinesApi (#4169).
  • Reworked the documentation for CoroutineStart and Channel-based API (#4147, #4148, #4167). Thanks, @​globsterg!
  • Forbid casting a Mutex to Semaphore (#4176).
  • Deprecated Job.cancelFutureOnCompletion (#4211).
  • Worked around a stack overflow that may occur when calling asDeferred on a Future many times (#4156).
  • Fixed a bug that disallowed setting a custom probeCoroutineResumed when starting coroutines with UNDISPATCHED (#4211).
  • No longer initialize Dispatchers.IO on the JVM when other standard dispatchers are accessed (#4166). Thanks, @​metalhead8816!
  • Small tweaks, fixes, and documentation improvements.
Commits
  • d38672a Version 1.9.0-RC.2
  • 4801c65 Merge remote-tracking branch 'origin/master' into develop
  • cc34948 Rework the KDoc for CoroutineStart (#4147)
  • a7fe247 Fix flaky test, ensure job suspension where expected by the test (#4204)
  • b286646 Remove various obsolete code (#4196)
  • f0bdf00 Increase the deprecation levels for the old test framework API (#4198)
  • 5c8e650 Increase the deprecation levels for BroadcastChannel APIs (#4197)
  • d010110 Rerun apiDump (#4207)
  • 7bdbdbd Remove redundant html_version gradle property (#4203)
  • 5ce2c90 Fix too many the and it on some comments (#4200)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.9.0-RC to 1.9.0-RC.2

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-android's releases.

1.9.0-RC.2

  • Advanced the deprecation levels for BroadcastChannel-based API (#4197).
  • Advanced the deprecation levels for the old kotlinx-coroutines-test API (#4198).
  • Promoted CoroutineStart.ATOMIC from ExperimentalCoroutinesApi to DelicateCoroutinesApi (#4169).
  • Reworked the documentation for CoroutineStart and Channel-based API (#4147, #4148, #4167). Thanks, @​globsterg!
  • Forbid casting a Mutex to Semaphore (#4176).
  • Deprecated Job.cancelFutureOnCompletion (#4156).
  • Worked around a stack overflow that may occur when calling asDeferred on a Future many times (#4156).
  • Fixed a bug that disallowed setting a custom probeCoroutineResumed when starting coroutines with UNDISPATCHED (#4162).
  • No longer initialize Dispatchers.IO on the JVM when other standard dispatchers are accessed (#4166). Thanks, @​metalhead8816!
  • Small tweaks, fixes, and documentation improvements.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-android's changelog.

Version 1.9.0-RC.2

  • Advanced the deprecation levels for BroadcastChannel-based API (#4197).
  • Advanced the deprecation levels for the old kotlinx-coroutines-test API (#4198).
  • Promoted CoroutineStart.ATOMIC from ExperimentalCoroutinesApi to DelicateCoroutinesApi (#4169).
  • Reworked the documentation for CoroutineStart and Channel-based API (#4147, #4148, #4167). Thanks, @​globsterg!
  • Forbid casting a Mutex to Semaphore (#4176).
  • Deprecated Job.cancelFutureOnCompletion (#4211).
  • Worked around a stack overflow that may occur when calling asDeferred on a Future many times (#4156).
  • Fixed a bug that disallowed setting a custom probeCoroutineResumed when starting coroutines with UNDISPATCHED (#4211).
  • No longer initialize Dispatchers.IO on the JVM when other standard dispatchers are accessed (#4166). Thanks, @​metalhead8816!
  • Small tweaks, fixes, and documentation improvements.
Commits
  • d38672a Version 1.9.0-RC.2
  • 4801c65 Merge remote-tracking branch 'origin/master' into develop
  • cc34948 Rework the KDoc for CoroutineStart (#4147)
  • a7fe247 Fix flaky test, ensure job suspension where expected by the test (#4204)
  • b286646 Remove various obsolete code (#4196)
  • f0bdf00 Increase the deprecation levels for the old test framework API (#4198)
  • 5c8e650 Increase the deprecation levels for BroadcastChannel APIs (#4197)
  • d010110 Rerun apiDump (#4207)
  • 7bdbdbd Remove redundant html_version gradle property (#4203)
  • 5ce2c90 Fix too many the and it on some comments (#4200)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.9.0-RC to 1.9.0-RC.2

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-android's releases.

1.9.0-RC.2

  • Advanced the deprecation levels for BroadcastChannel-based API (#4197).
  • Advanced the deprecation levels for the old kotlinx-coroutines-test API (#4198).
  • Promoted CoroutineStart.ATOMIC from ExperimentalCoroutinesApi to DelicateCoroutinesApi (#4169).
  • Reworked the documentation for CoroutineStart and Channel-based API (#4147, #4148, #4167). Thanks, @​globsterg!
  • Forbid casting a Mutex to Semaphore (#4176).
  • Deprecated Job.cancelFutureOnCompletion (#4156).
  • Worked around a stack overflow that may occur when calling asDeferred on a Future many times (#4156).
  • Fixed a bug that disallowed setting a custom probeCoroutineResumed when starting coroutines with UNDISPATCHED (#4162).
  • No longer initialize Dispatchers.IO on the JVM when other standard dispatchers are accessed (#4166). Thanks, @​metalhead8816!
  • Small tweaks, fixes, and documentation improvements.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-android's changelog.

Version 1.9.0-RC.2

  • Advanced the deprecation levels for BroadcastChannel-based API (#4197).
  • Advanced the deprecation levels for the old kotlinx-coroutines-test API (#4198).
  • Promoted CoroutineStart.ATOMIC from ExperimentalCoroutinesApi to DelicateCoroutinesApi (#4169).
  • Reworked the documentation for CoroutineStart and Channel-based API (#4147, #4148, #4167). Thanks, @​globsterg!
  • Forbid casting a Mutex to Semaphore (#4176).
  • Deprecated Job.cancelFutureOnCompletion (#4211).
  • Worked around a stack overflow that may occur when calling asDeferred on a Future many times (#4156).
  • Fixed a bug that disallowed setting a custom probeCoroutineResumed when starting coroutines with UNDISPATCHED (#4211).
  • No longer initialize Dispatchers.IO on the JVM when other standard dispatchers are accessed (#4166). Thanks, @​metalhead8816!
  • Small tweaks, fixes, and documentation improvements.
Commits
  • d38672a Version 1.9.0-RC.2
  • 4801c65 Merge remote-tracking branch 'origin/master' into develop
  • cc34948 Rework the KDoc for CoroutineStart (#4147)
  • a7fe247 Fix flaky test, ensure job suspension where expected by the test (#4204)
  • b286646 Remove various obsolete code (#4196)
  • f0bdf00 Increase the deprecation levels for the old test framework API (#4198)
  • 5c8e650 Increase the deprecation levels for BroadcastChannel APIs (#4197)
  • d010110 Rerun apiDump (#4207)
  • 7bdbdbd Remove redundant html_version gradle property (#4203)
  • 5ce2c90 Fix too many the and it on some comments (#4200)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the versions group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [ru.astrainteractive.klibs:mikro-core](https://github.com/makeevrserg/klibs.mikro) | `1.8.4` | `1.8.7` |
| [ru.astrainteractive.klibs:mikro-platform](https://github.com/makeevrserg/klibs.mikro) | `1.8.4` | `1.8.7` |
| [ru.astrainteractive.klibs:mikro-extensions](https://github.com/makeevrserg/klibs.mikro) | `1.8.4` | `1.8.7` |
| [ru.astrainteractive.klibs:kstorage](https://github.com/makeevrserg/klibs.kstorage) | `3.1.0` | `3.1.2` |
| [ru.astrainteractive.klibs:kdi](https://github.com/makeevrserg/klibs.kdi) | `1.4.5` | `1.4.7` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0-RC` | `1.9.0-RC.2` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0-RC` | `1.9.0-RC.2` |


Updates `ru.astrainteractive.klibs:mikro-core` from 1.8.4 to 1.8.7
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.8.4...1.8.7)

Updates `ru.astrainteractive.klibs:mikro-platform` from 1.8.4 to 1.8.7
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.8.4...1.8.7)

Updates `ru.astrainteractive.klibs:mikro-extensions` from 1.8.4 to 1.8.7
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.8.4...1.8.7)

Updates `ru.astrainteractive.klibs:mikro-platform` from 1.8.4 to 1.8.7
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.8.4...1.8.7)

Updates `ru.astrainteractive.klibs:mikro-extensions` from 1.8.4 to 1.8.7
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.8.4...1.8.7)

Updates `ru.astrainteractive.klibs:kstorage` from 3.1.0 to 3.1.2
- [Release notes](https://github.com/makeevrserg/klibs.kstorage/releases)
- [Commits](makeevrserg/klibs.kstorage@3.1.0...3.1.2)

Updates `ru.astrainteractive.klibs:kdi` from 1.4.5 to 1.4.7
- [Release notes](https://github.com/makeevrserg/klibs.kdi/releases)
- [Commits](makeevrserg/klibs.kdi@1.4.5...1.4.7)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0-RC to 1.9.0-RC.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0-RC...1.9.0-RC.2)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.9.0-RC to 1.9.0-RC.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0-RC...1.9.0-RC.2)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.9.0-RC to 1.9.0-RC.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0-RC...1.9.0-RC.2)

---
updated-dependencies:
- dependency-name: ru.astrainteractive.klibs:mikro-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:kstorage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:kdi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from makeevrserg as a code owner August 19, 2024 05:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 19, 2024
@makeevrserg makeevrserg merged commit e08c114 into master Aug 19, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/versions-a4f8ea6f7f branch August 19, 2024 20:26
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant