[PR #8718] [MERGED] chore(deps): bump kysely from 0.28.12 to 0.28.14 #25070

Closed
opened 2026-04-15 22:42:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8718
Author: @dependabot[bot]
Created: 3/20/2026
Status: Merged
Merged: 3/20/2026
Merged by: @himself65

Base: canaryHead: dependabot/npm_and_yarn/kysely-0.28.14


📝 Commits (1)

  • 7224896 chore(deps): bump kysely from 0.28.12 to 0.28.14

📊 Changes

6 files changed (+57 additions, -57 deletions)

View changed files

📝 e2e/adapter/package.json (+1 -1)
📝 e2e/integration/vanilla-node/package.json (+1 -1)
📝 packages/better-auth/package.json (+1 -1)
📝 packages/core/package.json (+1 -1)
📝 packages/kysely-adapter/package.json (+1 -1)
📝 pnpm-lock.yaml (+52 -52)

📄 Description

Bumps kysely from 0.28.12 to 0.28.14.

Release notes

Sourced from kysely's releases.

0.28.14

Hey 👋

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

🚀 Features

🐞 Bugfixes

MySQL 🐬

📖 Documentation

📦 CICD & Tooling

⚠️ Breaking Changes

🐤 New Contributors

Full Changelog: https://github.com/kysely-org/kysely/compare/v0.28.13...v0.28.14

0.28.13

Hey 👋

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

🚀 Features

🐞 Bugfixes

PostgreSQL 🐘

📖 Documentation

📦 CICD & Tooling

... (truncated)

Commits

Dependabot compatibility score

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.

Summary by cubic

Upgrade kysely to 0.28.14 across the repo to pick up upstream bug fixes and smaller bundles. This includes the MySQL string literal escaping fix and better tree‑shaking from sideEffects: false.

  • Dependencies

    • Bump kysely from ^0.28.12 to ^0.28.14 in packages/better-auth, packages/core, packages/kysely-adapter, and e2e packages; updated pnpm-lock.yaml.
  • Bug Fixes

    • Pulls in upstream fixes: corrects MySQL backslash-escape handling for string literals and reduces bundle size via sideEffects: false.

Written for commit 72248968e6. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8718 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/20/2026 **Status:** ✅ Merged **Merged:** 3/20/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `dependabot/npm_and_yarn/kysely-0.28.14` --- ### 📝 Commits (1) - [`7224896`](https://github.com/better-auth/better-auth/commit/72248968e6cb744d8ff24623a00b0264cf790241) chore(deps): bump kysely from 0.28.12 to 0.28.14 ### 📊 Changes **6 files changed** (+57 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `e2e/adapter/package.json` (+1 -1) 📝 `e2e/integration/vanilla-node/package.json` (+1 -1) 📝 `packages/better-auth/package.json` (+1 -1) 📝 `packages/core/package.json` (+1 -1) 📝 `packages/kysely-adapter/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+52 -52) </details> ### 📄 Description Bumps [kysely](https://github.com/kysely-org/kysely) from 0.28.12 to 0.28.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kysely-org/kysely/releases">kysely's releases</a>.</em></p> <blockquote> <h2>0.28.14</h2> <p>Hey 👋</p> <p>A small batch of bug fixes. Please report any issues. 🤞😰🤞</p> <h2>🚀 Features</h2> <h2>🐞 Bugfixes</h2> <h4>MySQL 🐬</h4> <ul> <li>fix: string literals are injectable on MySQL when backslash escapes (<code>\\'</code>) are used. by <a href="https://github.com/igalklebanov"><code>@​igalklebanov</code></a> in <a href="https://redirect.github.com/kysely-org/kysely/pull/1754">kysely-org/kysely#1754</a> &amp; <a href="https://github.com/kysely-org/kysely/commit/054e80174c618bc1ff8896e8557631e2be133659">https://github.com/kysely-org/kysely/commit/054e80174c618bc1ff8896e8557631e2be133659</a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>Add Node SQLite link to dialects documentation by <a href="https://github.com/wolfie"><code>@​wolfie</code></a> in <a href="https://redirect.github.com/kysely-org/kysely/pull/1709">kysely-org/kysely#1709</a> &amp; <a href="https://redirect.github.com/kysely-org/kysely/pull/1755">kysely-org/kysely#1755</a></li> <li>docs: document immediate value behavior in case() then/else by <a href="https://github.com/alexchenai"><code>@​alexchenai</code></a> in <a href="https://redirect.github.com/kysely-org/kysely/pull/1753">kysely-org/kysely#1753</a></li> </ul> <h2>📦 CICD &amp; Tooling</h2> <ul> <li>bump deno kysely dependency. by <a href="https://github.com/igalklebanov"><code>@​igalklebanov</code></a> in <a href="https://github.com/kysely-org/kysely/commit/9e02f3b57a4405a4095efe36c4554d14e0f11427">https://github.com/kysely-org/kysely/commit/9e02f3b57a4405a4095efe36c4554d14e0f11427</a></li> </ul> <h2>⚠️ Breaking Changes</h2> <h2>🐤 New Contributors</h2> <ul> <li><a href="https://github.com/wolfie"><code>@​wolfie</code></a> made their first contribution in <a href="https://redirect.github.com/kysely-org/kysely/pull/1709">kysely-org/kysely#1709</a></li> <li><a href="https://github.com/alexchenai"><code>@​alexchenai</code></a> made their first contribution in <a href="https://redirect.github.com/kysely-org/kysely/pull/1753">kysely-org/kysely#1753</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kysely-org/kysely/compare/v0.28.13...v0.28.14">https://github.com/kysely-org/kysely/compare/v0.28.13...v0.28.14</a></p> <h2>0.28.13</h2> <p>Hey 👋</p> <p>A small batch of bug fixes. Please report any issues. 🤞😰🤞</p> <h2>🚀 Features</h2> <h2>🐞 Bugfixes</h2> <ul> <li>fix: missing <code>sideEffects: false</code> in root <code>package.json</code> resulting in bigger bundles in various bundlers. by <a href="https://github.com/igalklebanov"><code>@​igalklebanov</code></a> in <a href="https://redirect.github.com/kysely-org/kysely/pull/1746">kysely-org/kysely#1746</a></li> <li>fix: <code>Insertable</code> allows non-objects when a table has no required columns. by <a href="https://github.com/igalklebanov"><code>@​igalklebanov</code></a> in <a href="https://redirect.github.com/kysely-org/kysely/pull/1747">kysely-org/kysely#1747</a></li> </ul> <h4>PostgreSQL 🐘</h4> <ul> <li>fix: <code>ON COMMIT</code> clause not being output when using <code>.as(query)</code> in <code>CREATE TABLE</code> queries. by <a href="https://github.com/igalklebanov"><code>@​igalklebanov</code></a> in <a href="https://redirect.github.com/kysely-org/kysely/pull/1748">kysely-org/kysely#1748</a></li> </ul> <h2>📖 Documentation</h2> <h2>📦 CICD &amp; Tooling</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kysely-org/kysely/commit/91cf3733b2a419f5b17dff118cedb7052ab5300d"><code>91cf373</code></a> 0.28.14</li> <li><a href="https://github.com/kysely-org/kysely/commit/9e02f3b57a4405a4095efe36c4554d14e0f11427"><code>9e02f3b</code></a> bump deno kysely dependency.</li> <li><a href="https://github.com/kysely-org/kysely/commit/6ef6f630180ffcbb6cdc515c777c0e3741bf0a34"><code>6ef6f63</code></a> docs: document immediate value behavior in case() then/else (<a href="https://redirect.github.com/kysely-org/kysely/issues/1753">#1753</a>)</li> <li><a href="https://github.com/kysely-org/kysely/commit/2fb071bfb9c4bf27ce0cf7d05ef1eeb89668e7e0"><code>2fb071b</code></a> Remove unnecessary &quot;)&quot; in Node SQLite link (<a href="https://redirect.github.com/kysely-org/kysely/issues/1755">#1755</a>)</li> <li><a href="https://github.com/kysely-org/kysely/commit/29032ea7f7eef813ef481687e57f9705cb6ffbca"><code>29032ea</code></a> Add Node SQLite link to dialects documentation (<a href="https://redirect.github.com/kysely-org/kysely/issues/1709">#1709</a>)</li> <li><a href="https://github.com/kysely-org/kysely/commit/054e80174c618bc1ff8896e8557631e2be133659"><code>054e801</code></a> test: add sql.lit(string) test case following <a href="https://redirect.github.com/kysely-org/kysely/issues/1754">#1754</a>.</li> <li><a href="https://github.com/kysely-org/kysely/commit/e63ceb98fc713909c6ae33997cd32349dde3ed8f"><code>e63ceb9</code></a> fix: string literals are injectable on MySQL when backslash escapes (<code>\\'</code>) a...</li> <li><a href="https://github.com/kysely-org/kysely/commit/b15c041a3c9ce02b6dfa585d4e45976678722e17"><code>b15c041</code></a> 0.28.13</li> <li><a href="https://github.com/kysely-org/kysely/commit/6a3c8982227fbeca9b8c4457601e4646e2300feb"><code>6a3c898</code></a> chore: bump GitHub actions. (<a href="https://redirect.github.com/kysely-org/kysely/issues/1751">#1751</a>)</li> <li><a href="https://github.com/kysely-org/kysely/commit/88e6cca341bf79222bc63d64fc61173f2e511989"><code>88e6cca</code></a> chore: bump dependencies. (<a href="https://redirect.github.com/kysely-org/kysely/issues/1750">#1750</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kysely-org/kysely/compare/v0.28.12...v0.28.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kysely&package-manager=npm_and_yarn&previous-version=0.28.12&new-version=0.28.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/better-auth/better-auth/network/alerts). </details> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Upgrade `kysely` to 0.28.14 across the repo to pick up upstream bug fixes and smaller bundles. This includes the MySQL string literal escaping fix and better tree‑shaking from `sideEffects: false`. - **Dependencies** - Bump `kysely` from `^0.28.12` to `^0.28.14` in `packages/better-auth`, `packages/core`, `packages/kysely-adapter`, and e2e packages; updated `pnpm-lock.yaml`. - **Bug Fixes** - Pulls in upstream fixes: corrects MySQL backslash-escape handling for string literals and reduces bundle size via `sideEffects: false`. <sup>Written for commit 72248968e6cb744d8ff24623a00b0264cf790241. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:42:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#25070