Skip to content

fix(deps): update dependency com.juul.indexeddb:core to v0.9.0#279

Merged
irgaly merged 1 commit intomainfrom
renovate/com.juul.indexeddb-core-0.x
Feb 4, 2025
Merged

fix(deps): update dependency com.juul.indexeddb:core to v0.9.0#279
irgaly merged 1 commit intomainfrom
renovate/com.juul.indexeddb-core-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.juul.indexeddb:core 0.7.1 -> 0.9.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

JuulLabs/indexeddb (com.juul.indexeddb:core)

v0.9.0

Compare Source

🧰 Maintenance

v0.8.0

Compare Source

Example (from #​178 description):

assertFailsWith<SomeException> {
    database.writeTransaction("users") {
        objectStore("users").add(
            jso {
                id = "7740f7c4-f889-498a-bc6d-f88dabdcfb9a"
                username = "Username"
            },
        )

        // Abort transaction
        throw SomeException()
    }
}

// Because the transaction is aborted, no new values should be stored
val users = database.transaction("users") {
    objectStore("users").getAll().toList()
}

assertEquals(listOf(), users)

🧰 Maintenance


Configuration

📅 Schedule: Branch creation - "* * 1 */3 *" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/com.juul.indexeddb-core-0.x branch from 6e51b37 to bddc37e Compare February 4, 2025 09:46
@irgaly irgaly merged commit 20fabb1 into main Feb 4, 2025
@irgaly irgaly deleted the renovate/com.juul.indexeddb-core-0.x branch February 4, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant