generated from arrow-kt/Arrow-KMP-Template
-
Notifications
You must be signed in to change notification settings - Fork 4
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 dependencies (major) #36
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9b4e163
to
e8667ca
Compare
e8667ca
to
0623443
Compare
0623443
to
ecadf33
Compare
ecadf33
to
3f75040
Compare
3f75040
to
1ea420e
Compare
1ea420e
to
12a6107
Compare
12a6107
to
b792b87
Compare
b792b87
to
48d8806
Compare
48d8806
to
144b4f9
Compare
144b4f9
to
5cfd442
Compare
5cfd442
to
1b9f3d5
Compare
1b9f3d5
to
822f4f2
Compare
d887557
to
2fa22c0
Compare
7c185cb
to
d9aef21
Compare
d9aef21
to
1f30920
Compare
1f30920
to
4bd6ee8
Compare
| datasource | package | from | to | | ----------- | ----------------------------------------------------------------------------------- | -------- | ----------- | | github-tags | actions/checkout | v3 | v4 | | github-tags | actions/setup-java | v3 | v4 | | github-tags | actions/upload-artifact | v3 | v4 | | github-tags | gradle/gradle-build-action | v2 | v3 | | github-tags | peaceiris/actions-gh-pages | v3 | v4 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 6.19.0 | 7.0.2 | | maven | io.kotest.extensions:kotest-assertions-arrow | 1.3.3 | 2.0.0 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.6.2 | 6.0.0-LOCAL | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.8.20 | 2.0.0 | | maven | io.arrow-kt:arrow-core | 1.2.0-RC | 2.0.1 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.8.22 | 2.1.10 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.22 | 2.1.10 |
4bd6ee8
to
2f0e33d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3
->v4
v3
->v4
v3
->v4
v2
->v3
v3
->v4
6.19.0
->7.0.2
1.3.3
->2.0.0
5.6.2
->6.0.0-LOCAL
1.8.20
->2.0.0
1.2.0-RC
->2.0.1
1.8.22
->2.1.10
1.8.22
->2.1.10
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
actions/setup-java (actions/setup-java)
v4
Compare Source
actions/upload-artifact (actions/upload-artifact)
v4
Compare Source
gradle/gradle-build-action (gradle/gradle-build-action)
v3
Compare Source
peaceiris/actions-gh-pages (peaceiris/actions-gh-pages)
v4
Compare Source
kotest/kotest-extensions-arrow (io.kotest.extensions:kotest-assertions-arrow)
v2.0.0
Upgrades Arrow to v2
Upgrades Kotlin to 2.1
arrow-kt/arrow (io.arrow-kt:arrow-core)
v2.0.1
Compare Source
Bugfix release, including new Android targets, and more WebAssembly!
New Contributors
Full Changelog: arrow-kt/arrow@2.0.0...2.0.1
v2.0.0
Compare Source
The new major release of Arrow! 🎉
This version strives to be source compatible with 1.2, if deprecated methods and classes are not used. Please check the Arrow website for the full release notes.
v1.2.4
Compare Source
1 Bug fixes:
AutoCloseScope
DSL, make sure closing in reversed order1 Rollback:
Raise
DSL.What's Changed
Closeable
s in reversed order by @hoc081098 in https://github.com/arrow-kt/arrow/pull/3387Full Changelog: arrow-kt/arrow@1.2.3...1.2.4
v1.2.3
We went from 1.2.1 directly to 1.2.3, since in 1.2.2 there is a crucial bug concerning KSP. This release features multiple new modules such as:
AutoCloseable
.(lists, flows, sequences) while ensuring that the sequence is traversed only once.
Eval
typeMany modules, and features were enhanced, and improved based on user feedback. You can read the full release post on the Arrow website.
Thanks to everyone involved, all new contributors, and all members of the Arrow community for supporting, and helping each other and providing feedback to make Arrow better together.
What's Changed
kotlin.native.concurrent.AtomicReference
by @serras in https://github.com/arrow-kt/arrow/pull/3241this is DefaultRaise && isTraced
by @hoc081098 in https://github.com/arrow-kt/arrow/pull/3283New Contributors
Full Changelog: arrow-kt/arrow@1.2.1...1.2.3
v1.2.1
Compare Source
What's Changed
parMapNotNull
by @raulraja in https://github.com/arrow-kt/arrow/pull/3110parMapNotNullUnordered
forFlow
by @serras in https://github.com/arrow-kt/arrow/pull/3111NonEmpty
maps by @serras in https://github.com/arrow-kt/arrow/pull/3120New Contributors
Full Changelog: arrow-kt/arrow@1.2.0...1.2.1
v1.2.0
Compare Source
What's Changed
Raise#raise
,Raise#ensure
andRaise#ensureNotNull
by @ILIYANGERMANOV in https://github.com/arrow-kt/arrow/pull/3038NonEmptyCollection
by @serras in https://github.com/arrow-kt/arrow/pull/3068inline
when using@optics
by @serras in https://github.com/arrow-kt/arrow/pull/3078yarn.lock
by @serras in https://github.com/arrow-kt/arrow/pull/3084Raise
operations by @serras in https://github.com/arrow-kt/arrow/pull/3082copy
in Optics by @serras in https://github.com/arrow-kt/arrow/pull/3089arrow-core-retrofit
by @serras in https://github.com/arrow-kt/arrow/pull/3093arrow-gradle-config
to 0.12-rc.4 by @serras in https://github.com/arrow-kt/arrow/pull/3094New Contributors
Full Changelog: arrow-kt/arrow@1.2.0-RC...1.2.0
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.