Skip to content

build(deps): update all non-major dependencies#89

Merged
pawcoding merged 2 commits into
stagingfrom
renovate/all-minor-patch
Apr 12, 2026
Merged

build(deps): update all non-major dependencies#89
pawcoding merged 2 commits into
stagingfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 11, 2026

This PR contains the following updates:

Package Change Age Confidence
androidx.navigation3:navigation3-ui (source) 1.0.11.1.0 age confidence
androidx.navigation3:navigation3-runtime (source) 1.0.11.1.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.10.01.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.10.01.11.0 age confidence

Release Notes

Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.11.0

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

This release is based on Kotlin 2.3.20 and provides new Json exceptions API and some bugfixes and improvements.

Expose Json exceptions structure

To make working with exceptions easier and providing proper error codes in e.g., REST APIs,
classes JsonException, JsonDecodingException, and JsonEncodingException are now public.
They have relevant public properties, such as shortMessage, path, offset, and others.
This API is currently experimental, and we're going to improve it further in the subsequent releases.
See the linked issues for the details: #​1930, #​1877.

Ability to hide user input from exception messages for security/privacy reasons.

Historically, exception messages in kotlinx.serialization often included the input Json itself for debuggability reason.
Such behavior may pose additional challenges for logging, analytics, and other systems, since
a system is not always allowed to store user data due to privacy/security reasons, which imposes additional sanitation logic.
To address this issue, a new property exceptionsWithDebugInfo is added to JsonConfiguration.
Disable it to hide user input from exception messages.
IMPORTANT: This behavior will be enabled by default when this property becomes stable.
See #​2590 for more details.

Bugfixes and improvements

  • CBOR: Relax value range check when decoding numbers (#​3167)
  • Use a specialized writeDecimalLong method for IO stream integrations in Json (#​3152)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am on saturday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from pawcoding April 11, 2026 00:52
@pawcoding pawcoding force-pushed the renovate/all-minor-patch branch from d864add to 1bf7282 Compare April 12, 2026 11:23
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 12, 2026

Edited/Blocked Notification

Renovate 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.

@pawcoding pawcoding force-pushed the renovate/all-minor-patch branch from 1bf7282 to 0923a14 Compare April 12, 2026 11:56
@pawcoding pawcoding merged commit acb1759 into staging Apr 12, 2026
1 check passed
@pawcoding pawcoding deleted the renovate/all-minor-patch branch April 12, 2026 12:00
@pawcoding pawcoding mentioned this pull request Apr 12, 2026
@pawcode-development-releaser
Copy link
Copy Markdown

🎉 This PR is included in version 1.5.1-staging.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@pawcode-development-releaser
Copy link
Copy Markdown

🎉 This PR is included in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant