[PR #8700] chore(deps): bump kysely from 0.28.11 to 0.28.12 #16403

Closed
opened 2026-04-13 10:30:48 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/better-auth/better-auth/pull/8700

State: closed
Merged: Yes


Bumps kysely from 0.28.11 to 0.28.12.

Release notes

Sourced from kysely's releases.

0.28.12

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.11...v0.28.12

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.12 across the workspace to pull in the SQL injection fix for eb.ref(...).key(...) and updated mysql2@3.18.2 type support.

  • Dependencies
    • Bump kysely from 0.28.11 to 0.28.12 in packages/better-auth, packages/core, packages/kysely-adapter, and E2E apps; updated lockfile.

Written for commit bdbca16be3. Summary will update on new commits.

**Original Pull Request:** https://github.com/better-auth/better-auth/pull/8700 **State:** closed **Merged:** Yes --- Bumps [kysely](https://github.com/kysely-org/kysely) from 0.28.11 to 0.28.12. <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.12</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: <code>eb.ref(col, '-&gt;$').key(key)</code> is injectable. by <a href="https://github.com/igalklebanov"><code>@​igalklebanov</code></a> in <a href="https://redirect.github.com/kysely-org/kysely/pull/1727">kysely-org/kysely#1727</a></li> </ul> <h4>MySQL 🐬</h4> <ul> <li>feat(mysql): Update types for <code>mysql2@v3.18.2 </code> support <a href="https://redirect.github.com/kysely-org/kysely/issues/1722">#1722</a> by <a href="https://github.com/fenichelar"><code>@​fenichelar</code></a> in <a href="https://redirect.github.com/kysely-org/kysely/pull/1729">kysely-org/kysely#1729</a></li> </ul> <h2>📖 Documentation</h2> <h2>📦 CICD &amp; Tooling</h2> <ul> <li>chore: bump dependencies. by <a href="https://github.com/igalklebanov"><code>@​igalklebanov</code></a> in <a href="https://redirect.github.com/kysely-org/kysely/pull/1732">kysely-org/kysely#1732</a></li> <li>chore: bump dependencies. by <a href="https://github.com/igalklebanov"><code>@​igalklebanov</code></a> in <a href="https://redirect.github.com/kysely-org/kysely/pull/1742">kysely-org/kysely#1742</a></li> </ul> <h2>⚠️ Breaking Changes</h2> <h2>🐤 New Contributors</h2> <ul> <li><a href="https://github.com/fenichelar"><code>@​fenichelar</code></a> made their first contribution in <a href="https://redirect.github.com/kysely-org/kysely/pull/1729">kysely-org/kysely#1729</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kysely-org/kysely/compare/v0.28.11...v0.28.12">https://github.com/kysely-org/kysely/compare/v0.28.11...v0.28.12</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kysely-org/kysely/commit/afc81a1a11a139114b891abd654424fcd8b6afaa"><code>afc81a1</code></a> 0.28.12</li> <li><a href="https://github.com/kysely-org/kysely/commit/b43333ac5d000ba563b61ecd68a95d08d76a40eb"><code>b43333a</code></a> chore: bump dependencies. (<a href="https://redirect.github.com/kysely-org/kysely/issues/1742">#1742</a>)</li> <li><a href="https://github.com/kysely-org/kysely/commit/2ceae395058da071c4948a632a3576fd4e0390f4"><code>2ceae39</code></a> chore: bump dependencies. (<a href="https://redirect.github.com/kysely-org/kysely/issues/1732">#1732</a>)</li> <li><a href="https://github.com/kysely-org/kysely/commit/77b3b299ea822022401b4782d4bbb5bece26a89e"><code>77b3b29</code></a> feat(mysql): Update types for <code>mysql2@v3.18.2</code> support <a href="https://redirect.github.com/kysely-org/kysely/issues/1722">#1722</a> (<a href="https://redirect.github.com/kysely-org/kysely/issues/1729">#1729</a>)</li> <li><a href="https://github.com/kysely-org/kysely/commit/0a602bff2f442f6c26d5e047ca8f8715179f6d24"><code>0a602bf</code></a> fix: eb.ref(col, '-&gt;$').key(key) is injectable. (<a href="https://redirect.github.com/kysely-org/kysely/issues/1727">#1727</a>)</li> <li><a href="https://github.com/kysely-org/kysely/commit/4f43c7d2280eabb586d1db4b4ae1361aa99eca3f"><code>4f43c7d</code></a> Enhance CONTRIBUTING.md with new details and policies</li> <li>See full diff in <a href="https://github.com/kysely-org/kysely/compare/v0.28.11...v0.28.12">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.11&new-version=0.28.12)](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.12 across the workspace to pull in the SQL injection fix for `eb.ref(...).key(...)` and updated `mysql2@3.18.2` type support. - **Dependencies** - Bump `kysely` from 0.28.11 to 0.28.12 in `packages/better-auth`, `packages/core`, `packages/kysely-adapter`, and E2E apps; updated lockfile. <sup>Written for commit bdbca16be3755fd382d6335c9c14fbaf154fee8f. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. -->
GiteaMirror added the pull-request label 2026-04-13 10:30:48 -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#16403