Skip to content

Release 0.6.0: dependency upgrades - #26

Merged
wojta merged 10 commits into
masterfrom
0.6.0
Jul 31, 2026
Merged

Release 0.6.0: dependency upgrades#26
wojta merged 10 commits into
masterfrom
0.6.0

Conversation

@wojta

@wojta wojta commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Motivation

Bump the project to version 0.6.0 with a full dependency refresh (Kotlin, SQLDelight, coroutines, Gradle, Node, and related tooling), keeping the build current and unblocking newer Maven Central publishing tooling.

Notes

  • Bumped versionBase to 0.6.0
  • Kotlin 2.2.20 -> 2.3.21
  • SQLDelight 2.1.0 -> 2.3.2 (required renaming the _dontuse test source dir to dontuse — newer SQLDelight stopped stripping leading underscores from directory-derived package names)
  • kotlinx-coroutines 1.10.2 -> 1.11.0, detekt 1.23.7 -> 1.23.8, dokka 2.0.0 -> 2.2.0, kover 0.9.1 -> 0.9.9
  • node-sqlite3 5.1.7 -> 6.0.1, Node.js toolchain 22.13.0 -> 24.18.1 (active LTS)
  • Gradle wrapper 8.7 -> 8.14.5 (needed for ProjectLayout.getSettingsDirectory(), added in Gradle 8.13)
  • vanniktech maven-publish plugin 0.34.0 -> 0.37.0
  • README examples updated to match (Kotlin, SQLDelight, driver version)
  • kotlin-js-store/yarn.lock now tracked in git (was previously gitignored)

All changes verified with jsTest, detekt, dokkaGenerate, and publishToMavenLocal (including signing).

@github-actions

Copy link
Copy Markdown

Qodana Community for JVM

1 new problem were found

Inspection name Severity Problems
Function or property has platform type ◽️ Notice 1
View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.2.3
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@wojta
wojta merged commit b119761 into master Jul 31, 2026
6 checks passed
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