-
Notifications
You must be signed in to change notification settings - Fork 1
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 dependencies (minor/patch) #185
Conversation
f165f11
to
c566447
Compare
c566447
to
7939708
Compare
f5553d4
to
283844d
Compare
515e24c
to
2cc02f9
Compare
2cc02f9
to
2a61d57
Compare
db17c46
to
11df9ba
Compare
11df9ba
to
ea90efe
Compare
c28c4d8
to
bcea3cd
Compare
bcea3cd
to
0626355
Compare
23f9273
to
77c5a38
Compare
4393165
to
8425f56
Compare
e4ef27a
to
bea670d
Compare
35bcc35
to
edf490f
Compare
d0c9653
to
060f5f1
Compare
559ffcd
to
40d8f4e
Compare
acda7b0
to
0e66f8c
Compare
0e66f8c
to
0b50786
Compare
0b50786
to
0ef0621
Compare
6b9b3f3
to
4746b6f
Compare
4746b6f
to
caf1308
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #185 +/- ##
==========================================
+ Coverage 3.82% 4.35% +0.53%
Complexity 15 15
==========================================
Files 73 73
Lines 3400 3442 +42
Branches 448 446 -2
==========================================
+ Hits 130 150 +20
- Misses 3258 3280 +22
Partials 12 12 ☔ View full report in Codecov by Sentry. |
/androidTest |
This PR contains the following updates:
7.6
->7.6.3
4.9.2
->4.11.1
5.5.5
->5.8.0
1.1.16
->1.1.18
4.14.2
->4.16.0
1.4.1
->1.6.2
1.6.4
->1.7.3
2.8.0
->2.9.0
1.5.5
->1.6.2
1.6.1
->1.8.2
2.5.1
->2.7.0
2.5.0
->2.6.1
1.2.1
->1.3.2
2.5.3
->2.7.6
1.8.0
->1.11.0
1.9.0
->1.12.0
1.6.0
->1.7.1
1.22.0
->1.23.5
3.13.0
->3.15.0
1.8.10
->1.9.22
7.4.1
->7.4.2
7.4.1
->7.4.2
2.5.3
->2.7.6
1.8.10
->1.9.22
1.8.10-1.0.9
->1.9.22-1.0.17
Release Notes
gradle/gradle (gradle)
v7.6.3
: 7.6.3Compare Source
This is a patch release for 7.6. We recommend using 7.6.3 instead of 7.6.
This release addresses two security vulnerabilities:
It also fixes the following issues:
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.3 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.3.
Reporting Problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
v7.6.2
: 7.6.2Compare Source
This is a patch release for 7.6. We recommend using 7.6.2 instead of 7.6.
This release addresses two security vulnerabilities:
It also fixes the following issues:
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.2 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.2.
Reporting Problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
v7.6.1
: 7.6.1Compare Source
This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.
It fixes the following issues:
.gradle/jdks
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.1 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.1.
Reporting Problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
kotest/kotest (io.kotest:kotest-runner-junit5)
v5.8.0
What's Changed
New Contributors
Full Changelog: kotest/kotest@v5.7.2...v5.8.0
v5.7.2
v5.7.1
v5.7.0
v5.6.2
5.6.2 May 2023
Assertions
Property testing
Arb.string()
to only generate Strings of printable ascii charactersDocumentation
Other
Arb.string()
With Kotest 5.6.0,
Codepoint.ascii()
was changed to include a wider range of ascii chararacters, andCodepoint.printableAscii()
was introduced with the historic range used byCodepoint.ascii()
.Arb.string()
has been usingCodepoint.ascii()
as it's default for generating chars for the string. This caused issues for some users, and we decided to revertArb.string()
to the historic behavior by changing the default to the newCodepoint.printableAscii()
.Hopefully this doesn't cause any issues for you. If it does, you can revert to the 5.6.0 ~ 5.6.1 behavior by using
Codepoint.ascii()
explicitly.If you added explicit usage of
Codepoint.printableAscii()
to circumvent the issue, you can safely remove the explicit parameter starting with Kotest 5.6.2.New Contributors
Full Changelog: kotest/kotest@v5.6.1...v5.6.2
v5.6.1
Maintenance release, published since 5.6.0 failed to upload for some targets.
Breaking changes (from 5.5.5 -> 5.6.x)
ConstantNow
-related functions to a new module namedio.kotest:kotest-extensions-now
(remember to add -jvm suffix for Maven)withConstantNow
See full changelog at https://kotest.io/docs/changelog.html
v5.6.0
Breaking changes
ConstantNow
-related functions to a new module namedio.kotest:kotest-extensions-now
(remember to add -jvm suffix for Maven)withConstantNow
See full changelog at https://kotest.io/docs/changelog.html
michaelbull/kotlin-result (com.michael-bull.kotlin-result:kotlin-result)
v1.1.18
Compare Source
d7dbf35
)v1.1.17
Compare Source
recoverCatching
by @berikv (a6eb86d
)6f86d20
)cc3b3ce
)c1c5036
)41fff9e
)8229a29
)6e1c4dd
)toErrorIfNull
&toErrorUnlessNull
(fd2160c
)bumptech/glide (com.github.bumptech.glide:glide)
v4.16.0
: Glide 4.16.0This release focuses on some build improvements and Compose. The two major Compose improvements are adding support for Compose specific transitions (e.g. cross fade) and supporting recomposition based on request state using
GlideSubcomposition
. There's also been a bunch of internal refactoring to move away from Painters to Modifier nodes based on feedback from the Compose team. This is still an alpha release of Compose, but barring unexpectedly negative feedback, the next release should be beta.This should be the last release of Glide that targets Java 7. That probably means our next release will be a major version change.
Features
Compose
Add a Transition API and a CrossFade Transition for Compose by @sjudd in https://github.com/bumptech/glide/pull/5235
Influence layout using intrinsics in GlideNode by @sjudd in https://github.com/bumptech/glide/pull/5240 * Log instead of throwing parsing manifests to fix compose previews by @sjudd in https://github.com/bumptech/glide/pull/5167
Launch no more than one request per onRemembered by @sjudd in https://github.com/bumptech/glide/pull/5062
Remove GlidePainter in favor of Modifier nodes / Flows by @sjudd in https://github.com/bumptech/glide/pull/5230
Replace flows in GlideSubcomposition with a listener on GlideNode by @sjudd in https://github.com/bumptech/glide/pull/5238
Bugs
isInitialized
visible for testing method by @paulsowden in https://github.com/bumptech/glide/pull/5163Deprecations
placeholderOf(@​Composable)
inGlideImage
is deprecated, useGlideSubcomposition
instead. Keep in mind that using either forces a recomposition each time the state of the image load changes. Recomposition will have a significant performance penalty in scrolling lists and should be avoided.Behavior Changes
Breaking Changes
Build Changes
New Contributors
Full Changelog: bumptech/glide@v4.15.0...v4.16.0
Note - there's been a change in the gpg key used to sign these releases. The new public key is attached
v4.15.1
: Glide v4.15.1Features
Compose
Bugs
16306e8
)Deprecations
Behavior Changes
Breaking Changes
Build Changes
v4.15.0
: Glide v4.15.0Features
eab4c37
,04f198e
,e6f5eec
,a912e0f
,9668157
,31821f5
,f73f003
)4298bb7
,26a393b
,330b9a8
,e247bb7
,c283043
, thanks @hoisie)464002b
)895e2f7
,d704c89
,62654be
,e58802e
, thanks @vigneshvg)098c1a4
, thanks @vigneshvg)Compose
d5fc241
)89472a3
, #4943)6cb9486
)e63c5d2
)01ed966
,0f9aea2
)Bugs
4bfda58
)00e8c23
)4affb8d
)Deprecations
Behavior Changes
18bba92
)Breaking Changes
Build Changes
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)
v1.6.2
v1.6.1
==================
This release uses Kotlin 1.9.20 by default, while upcoming 1.9.21 is also supported.
Trailing commas in Json
Trailing commas are one of the most popular non-spec Json variations.
A new configuration flag,
allowTrailingComma
, makes Json parser accept them instead of throwing an exception.Note that it does not affect encoding, so kotlinx.serialization always produces Json without trailing commas.
See details in the corresponding PR
Support of WasmJs target
Kotlin/Wasm has been experimental for some time and gained enough maturity to be added to the kotlinx libraries.
Starting with 1.6.1, kotlinx.serialization provides a wasm-js flavor, so your projects with Kotlin/Wasm can have even more
functionality.
As usual, just add serialization dependencies to your build
and declare wasmJs target.
Please remember that Kotlin/Wasm is still experimental, so changes are expected.
Bugfixes and improvements
v1.6.0
==================
This release contains all features and bugfixes from 1.6.0-RC plus some bugfixes on its own (see below).
Kotlin 1.9.0 is used as a default, while 1.9.10 is also supported.
Bugfixes
Configuration
📅 Schedule: Branch creation - "after 1pm and before 5pm on Friday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.