Skip to content

Bump kysely and iso-kv#439

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/multi-d78cd50c59
Open

Bump kysely and iso-kv#439
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/multi-d78cd50c59

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps kysely and iso-kv. These dependencies needed to be updated together.
Updates kysely from 0.27.4 to 0.28.16

Release notes

Sourced from kysely's releases.

0.28.16

Hey 👋

A small batch of bug fixes. Please report any issues. 🤞😰🤞

0.29 is getting closer btw. 🌶️

🚀 Features

🐞 Bugfixes

📖 Documentation

📦 CICD & Tooling

⚠️ Breaking Changes

🐤 New Contributors

What's Changed

Full Changelog: kysely-org/kysely@v0.28.15...v0.28.16

0.28.15

Hey 👋

The introduction of dehydration in JSON functions/helpers caused an unexpected bug for consumers that have some columns defined as '${number}', e.g. '1' | '2' (also when wrapped in ColumnType or similar). Such columns, when participating in a JSON function/helper would dehydrate to number instead of staying as string.

Why dehydrate numeric strings to numbers in the first place? Select types in kysely describe the data after underlying driver's (e.g. pg) data transformation. Some drivers transform numeric columns to strings to be safe. When these columns participate in JSON functions, they lose original column data types - drivers don't know they need to transform to string - they return as-is.

This release introduces a special helper type that wraps your column type definition and tells kysely to NOT dehydrate it in JSON functions/helpers.

import type { NonDehydrateable } from 'kysely'
interface Database {
</tr></table>

... (truncated)

Commits
  • b4566a1 0.28.16
  • 20548bc chore: change verifyDepsBeforeRun to "prompt".
  • 5f46cfb fix: FilterObject allows any defined value when query context has no tables...
  • e0d0669 chore: bump dependencies and github actions. (#1789)
  • 521156b add openssf scorecard.
  • 5a0f14b fix broken tsdoc references.
  • 6998915 support multi-entry point tsdoc without index module.
  • 5597144 chore: make socket security badge reflect current specific version.
  • db646ac add socket security badge.
  • ab6d00e chore: re-add ignore-workspace-root-check.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for kysely since your current version.


Updates iso-kv from 3.0.3 to 3.1.1

Release notes

Sourced from iso-kv's releases.

iso-kv: v3.1.1

3.1.1 (2025-11-12)

Bug Fixes

iso-kv: v3.1.0

3.1.0 (2025-08-26)

Features

Changelog

Sourced from iso-kv's changelog.

3.1.1 (2025-11-12)

Bug Fixes

3.1.0 (2025-08-26)

Features

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [kysely](https://github.com/kysely-org/kysely) and [iso-kv](https://github.com/hugomrdias/iso-repo/tree/HEAD/packages/iso-kv). These dependencies needed to be updated together.

Updates `kysely` from 0.27.4 to 0.28.16
- [Release notes](https://github.com/kysely-org/kysely/releases)
- [Commits](kysely-org/kysely@0.27.4...v0.28.16)

Updates `iso-kv` from 3.0.3 to 3.1.1
- [Release notes](https://github.com/hugomrdias/iso-repo/releases)
- [Changelog](https://github.com/hugomrdias/iso-repo/blob/main/packages/iso-kv/CHANGELOG.md)
- [Commits](https://github.com/hugomrdias/iso-repo/commits/iso-kv-v3.1.1/packages/iso-kv)

---
updated-dependencies:
- dependency-name: kysely
  dependency-version: 0.28.16
  dependency-type: indirect
- dependency-name: iso-kv
  dependency-version: 3.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 22, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clearsky-ui Ready Ready Preview, Comment Apr 22, 2026 3:47am

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants