-
Notifications
You must be signed in to change notification settings - Fork 7
Bump the dependencies group with 6 updates #53
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
Conversation
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [multiplatform](https://github.com/JetBrains/kotlin) | `1.9.23` | `2.0.0` | | [plugin.serialization](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [native.cocoapods](https://github.com/JetBrains/kotlin) | `1.9.23` | `2.0.0` | | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.8.0` | `1.8.1` | | [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) | `5.8.1` | `5.9.0` | | [io.kotest:kotest-assertions-core-jvm](https://github.com/kotest/kotest) | `5.8.1` | `5.9.0` | Updates `multiplatform` from 1.9.23 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.23...v2.0.0) Updates `plugin.serialization` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v2.0.0) Updates `native.cocoapods` from 1.9.23 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.23...v2.0.0) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.0 to 1.8.1 - [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.8.0...1.8.1) Updates `io.kotest:kotest-runner-junit5-jvm` from 5.8.1 to 5.9.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.8.1...v5.9.0) Updates `io.kotest:kotest-assertions-core-jvm` from 5.8.1 to 5.9.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.8.1...v5.9.0) Updates `io.kotest:kotest-assertions-core-jvm` from 5.8.1 to 5.9.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.8.1...v5.9.0) --- updated-dependencies: - dependency-name: multiplatform dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: native.cocoapods dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Important Review SkippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consi 9E03 der giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Bumps the dependencies group with 6 updates:
1.9.23
2.0.0
1.9.24
2.0.0
1.9.23
2.0.0
1.8.0
1.8.1
5.8.1
5.9.0
5.8.1
5.9.0
Updates
multiplatform
from 1.9.23 to 2.0.0Release notes
Sourced from multiplatform's releases.
... (truncated)
Changelog
Sourced from multiplatform's changelog.
... (truncated)
Commits
e84e835
Add changelog for 2.0.0975dea2
Add changelog for 2.0.0-RC3b618ee4
[FIR] Prohibit referencing java field in case of conflict with property..b239239
K2: build outer classes sequence in FirImplicitBodyResolve properlyafc5b49
[IR] Assume IrFile has at least one offset entrybe1804c
[K/N][tests] Don't attempt to download simulator after first failureb666160
K2: fix captureFromExpressionInternal for nullable intersection typesf04f051
K2: fix withNullability() for ConeIntersectionTypecda1ad4
K2: reproduce KT-679128e0919e
[K2/JS] Use declaration session for looking up containing declarationUpdates
plugin.serialization
from 1.9.24 to 2.0.0Release notes
Sourced from plugin.serialization's releases.
... (truncated)
Changelog
Sourced from plugin.serialization's changelog.
... (truncated)
Commits
e84e835
Add changelog for 2.0.0975dea2
Add changelog for 2.0.0-RC3b618ee4
[FIR] Prohibit referencing java field in case of conflict with property..b239239
K2: build outer classes sequence in FirImplicitBodyResolve properlyafc5b49
[IR] Assume IrFile has at least one offset entrybe1804c
[K/N][tests] Don't attempt to download simulator after first failureb666160
K2: fix captureFromExpressionInternal for nullable intersection typesf04f051
K2: fix withNullability() for ConeIntersectionTypecda1ad4
K2: reproduce KT-679128e0919e
[K2/JS] Use declaration session for looking up containing declarationUpdates
native.cocoapods
from 1.9.23 to 2.0.0Release notes
Sourced from native.cocoapods's releases.
... (truncated)
Changelog
Sourced from native.cocoapods's changelog.
... (truncated)
Commits
e84e835
Add changelog for 2.0.0975dea2
Add changelog for 2.0.0-RC3b618ee4
[FIR] Prohibit referencing java field in case of conflict with property..b239239
K2: build outer classes sequence in FirImplicitBodyResolve properlyafc5b49
[IR] Assume IrFile has at least one offset entrybe1804c
[K/N][tests] Don't attempt to download simulator after first failureb666160
K2: fix captureFromExpressionInternal for nullable intersection typesf04f051
K2: fix withNullability() for ConeIntersectionTypecda1ad4
K2: reproduce KT-679128e0919e
[K2/JS] Use declaration session for looking up containing declarationUpdates
org.jetbrains.kotlinx:kotlinx-coroutines-core
from 1.8.0 to 1.8.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog.
Commits
cd696d3
Version 1.8.1c1ba5af
Fix the ticker channel example giving wrong results on the website (#4109)2430d9a
Fix broken API reference links to the Project Reactor Javadoc (#4111)f22b229
fix the link toThread.uncaughtExceptionHandler
515308d
fix: get rid of horizontal scrolling by splitting the comment and show more c...f8d1821
Fix typo in coroutine-context-and-dispatchers.md (#3941)20707d3
fix: removesampleStart
andsampleEnd
comments from example in coroutine-...0148534
chore: fix identation in example loadContributorsBlocking() (#4085)74774df
Docs: reference to The Hitchhiker's Guide to the Galaxy (#4082)d106ac7
Docs: avoid scrolling sample code; fix test description; add () to functions ...Updates
io.kotest:kotest-runner-junit5-jvm
from 5.8.1 to 5.9.0Release notes
Sourced from io.kotest:kotest-runner-junit5-jvm's releases.
Commits
237d7f6
Moving similarity feature to kotest-assertions-core (#4006)f9b587c
Allow comparison between empty set and other iterables (#4005)56476ad
fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.rel...ea483aa
fixing the kotest autoscan warning message to reference the right property na...5162c84
chore(deps): update plugin io.kotest.multiplatform to v5.8.1 (#3992)6243176
Fix Arb.list failing within edge cases in case of null values (#3982)0bf6ace
Add similarity to contain exactly in any order (#3938)f73d224
chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 (#3993)7b52834
fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 (#3957)de54d17
Better assertion f...Description has been truncated