Skip to content

chore(deps): bump the npm_and_yarn group across 4 directories with 4 updates#57

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-fed0d3b64b
Closed

chore(deps): bump the npm_and_yarn group across 4 directories with 4 updates#57
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-fed0d3b64b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm_and_yarn group with 2 updates in the / directory: better-auth and next.
Bumps the npm_and_yarn group with 1 update in the /apps/api directory: better-auth.
Bumps the npm_and_yarn group with 2 updates in the /apps/dashboard directory: better-auth and next.
Bumps the npm_and_yarn group with 1 update in the /packages/seo directory: next.

Updates better-auth from 1.4.5 to 1.4.9

Release notes

Sourced from better-auth's releases.

v1.4.9

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 35fcd1a chore: release v1.4.9
  • b96c38b Merge branch 'canary'
  • 148b32e chore: release v1.4.8
  • 5c2180e fix: correct wildcard pattern matching for trustedOrigins (#6904)
  • ae90b48 fix: correct wildcard pattern matching for trustedOrigins (#6904)
  • 70d49e7 fix: don't set state query param if state is not provided (#6822)
  • cd77223 fix: don't set state query param if state is not provided (#6822)
  • 60c77fa fix: use operator in list members where clause (#6850)
  • da82085 fix: use operator in list members where clause (#6850)
  • d808c31 fix(client): set session data on refreshManager (#6932)
  • Additional commits viewable in compare view

Updates elysia from 1.4.18 to 1.4.28

Release notes

Sourced from elysia's releases.

1.4.28

What's new

Feature:

  • #1803 stream response with pull based backpressure
  • #1802 handle range header for file/blob response
  • #1722, #1741 direct ReadableStream perf blow-up

Bug fix:

  • #1805 dynamic imports inside .guard not registering routes
  • #1771 breaks Bun HTML imports
  • #1797 await mapped error response promise
  • #1794 merge app cookie config into route cookie validator config
  • #1796 check custom parser by full name
  • #1795 write transformed cookie value to cookie entry directly
  • #1793 use cookie schema for cookie noValidate check
  • #1792 throw ValidationError instead of boolean in response encode path
  • detect HTML bundle when inline response is Promise

Change:

  • #1613 export ElysiaTypeCustomErrors
  • remove Bun specific built
  • export AnySchema, UnwrapSchema, ModelsToTypes from root
  • conditional set headers of String and Object when no set.headers is set

New Contributors

Full Changelog: elysiajs/elysia@1.4.27...1.4.28

1.4.27

What's changed

Bug fix:

  • getSchemaValidator: handle TypeBox as sub type
  • handle cookie prototype pollution when parsing cookie

Improvement:

  • conditional async on getSchemaValidator when schema is Standard Schema
  • use Response.json on Bun
  • export AnySchema, UnwrapSchema, ModelsToTypes from root

Full Changelog: elysiajs/elysia@1.4.26...1.4.27

1.4.26

What's changed

Bug fix:

  • #1755 deduplicate local handler from global event

... (truncated)

Changelog

Sourced from elysia's changelog.

1.4.28 - 17 Mar 2025

Feature:

  • #1803 stream response with pull based backpressure
  • #1802 handle range header for file/blob response
  • #1722, #1741 direct ReadableStream perf blow-up

Bug fix:

  • #1805 dynamic imports inside .guard not registering routes
  • #1771 breaks Bun HTML imports
  • #1797 await mapped error response promise
  • #1794 merge app cookie config into route cookie validator config
  • #1796 check custom parser by full name
  • #1795 write transformed cookie value to cookie entry directly
  • #1793 use cookie schema for cookie noValidate check
  • #1792 throw ValidationError instead of boolean in response encode path
  • detect HTML bundle when inline response is Promise

Change:

  • #1613 export ElysiaTypeCustomErrors
  • remove Bun specific built
  • export AnySchema, UnwrapSchema, ModelsToTypes from root
  • conditional set headers of String and Object when no set.headers is set

1.4.27 - 1 Mar 2026

Bug fix:

  • getSchemaValidator: handle TypeBox as sub type
  • handle cookie prototype pollution when parsing cookie

Improvement:

  • conditional async on getSchemaValidator when schema is Standard Schema
  • use Response.json on Bun

1.4.26 - 25 Feb 2026

Bug fix:

  • #1755 deduplicate local handler from global event
  • #1752 system router with trailing path doesn't match with non-trailing
  • url format redos
  • #1747 parsing request from mount hang

1.4.25 - 12 Feb 2026

Feature:

  • export ElysiaStatus

Bug fix:

  • macro with conflict literal value per status
  • recursive macro with conflict value per status

1.4.24 - 11 Feb 2026

Feature:

  • graceful unsigned cookie transition

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for elysia since your current version.


Updates next from 16.0.7 to 16.1.7

Release notes

Sourced from next's releases.

v16.1.7

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • [Cache Components] Prevent streaming fetch calls from hanging in dev (#89194)
  • Apply server actions transform to node_modules in route handlers (#89380)
  • ensure maxPostponedStateSize is always respected (See: CVE-2026-27979)
  • feat(next/image): add lru disk cache and images.maximumDiskCacheSize (See: CVE-2026-27980)
  • Allow blocking cross-site dev-only websocket connections from privacy-sensitive origins (See: CVE-2026-27977)
  • Disallow Server Action submissions from privacy-sensitive contexts by default (See: CVE-2026-27978)
  • fix: patch http-proxy to prevent request smuggling in rewrites (See: CVE-2026-29057)

Credits

Huge thanks to @​unstubbable, @​styfle, @​eps1lon, and @​ztanner for helping!

Commits
  • bdf3e35 v16.1.7
  • dc98c04 [backport]: fix: patch http-proxy to prevent request smuggling in rewrites (#...
  • 9023c0a [backport] Disallow Server Action submissions from privacy-sensitive contexts...
  • 36a97b9 Allow blocking cross-site dev-only websocket connections from privacy-sensiti...
  • 93c3993 [backport]: feat(next/image): add lru disk cache and `images.maximumDiskCache...
  • c68d62d Backport documentation fixes for 16.1.x (#90655)
  • 5214ac1 [backport]: ensure maxPostponedStateSize is always respected (#90060) (#90471)
  • c95e357 Backport/docs fixes 16.1.x (#90125)
  • cba6144 [backport] Apply server actions transform to node_modules in route handlers...
  • 3db9063 [backport] [Cache Components] Prevent streaming fetch calls from hanging in d...
  • Additional commits viewable in compare view

Updates kysely from 0.28.8 to 0.28.15

Release notes

Sourced from kysely's releases.

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 {
my_table: {
a_column: '1' | '2' | '3', // dehydrates to number
another_column: NonDehydrateable<'1' | '2' | '3'>, // stays '1' | '2' | '3'
column_too: NonDehydrateable<ColumnType<'1' | '2' | '3'>> // stays '1' | '2' | '3'
}
}

🚀 Features

  • feat: add NonDehydrateable<T> to allow opt-out from dehydration in JSON functions/helpers. by @​igalklebanov in #1697

🐞 Bugfixes

PostgreSQL 🐘

📖 Documentation

📦 CICD & Tooling

⚠️ Breaking Changes

🐤 New Contributors

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

0.28.14

Hey 👋

... (truncated)

Commits

Updates better-auth from 1.4.5 to 1.4.9

Release notes

Sourced from better-auth's releases.

v1.4.9

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 35fcd1a chore: release v1.4.9
  • b96c38b Merge branch 'canary'
  • 148b32e chore: release v1.4.8
  • 5c2180e fix: correct wildcard pattern matching for trustedOrigins (#6904)
  • ae90b48 fix: correct wildcard pattern matching for trustedOrigins (#6904)
  • 70d49e7 fix: don't set state query param if state is not provided (#6822)
  • cd77223 fix: don't set state query param if state is not provided (#6822)
  • 60c77fa fix: use operator in list members where clause (#6850)
  • da82085 fix: use operator in list members where clause (#6850)
  • d808c31 fix(client): set session data on refreshManager (#6932)
  • Additional commits viewable in compare view

Updates better-auth from 1.4.5 to 1.4.9

Release notes

Sourced from better-auth's releases.

v1.4.9

   🚀 Features

   🐞 Bug Fixes

  • Add helper types to exports  -  by

…updates

Bumps the npm_and_yarn group with 2 updates in the / directory: [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) and [next](https://github.com/vercel/next.js).
Bumps the npm_and_yarn group with 1 update in the /apps/api directory: [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth).
Bumps the npm_and_yarn group with 2 updates in the /apps/dashboard directory: [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) and [next](https://github.com/vercel/next.js).
Bumps the npm_and_yarn group with 1 update in the /packages/seo directory: [next](https://github.com/vercel/next.js).


Updates `better-auth` from 1.4.5 to 1.4.9
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.4.9/packages/better-auth)

Updates `elysia` from 1.4.18 to 1.4.28
- [Release notes](https://github.com/elysiajs/elysia/releases)
- [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md)
- [Commits](elysiajs/elysia@1.4.18...1.4.28)

Updates `next` from 16.0.7 to 16.1.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.0.7...v16.1.7)

Updates `kysely` from 0.28.8 to 0.28.15
- [Release notes](https://github.com/kysely-org/kysely/releases)
- [Commits](kysely-org/kysely@v0.28.8...v0.28.15)

Updates `better-auth` from 1.4.5 to 1.4.9
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.4.9/packages/better-auth)

Updates `better-auth` from 1.4.5 to 1.4.9
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.4.9/packages/better-auth)

Updates `next` from 16.0.7 to 16.1.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.0.7...v16.1.7)

Updates `next` from 16.0.7 to 16.1.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.0.7...v16.1.7)

---
updated-dependencies:
- dependency-name: better-auth
  dependency-version: 1.4.9
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: elysia
  dependency-version: 1.4.28
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 16.1.7
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: kysely
  dependency-version: 0.28.15
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: better-auth
  dependency-version: 1.4.9
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: better-auth
  dependency-version: 1.4.9
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 16.1.7
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 16.1.7
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

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 3, 2026
@devchaudhary24k
Copy link
Copy Markdown
Owner

Superseded by Renovate PRs (#55 next, #61 drizzle-orm). Dependabot was opening PRs against main (wrong base — Renovate is configured for dev) and scanning stale paths (apps/dashboard no longer exists). Renovate is now the single source of truth for dependency updates; Dependabot version updates have been disabled via .github/dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 19, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@devchaudhary24k devchaudhary24k deleted the dependabot/npm_and_yarn/npm_and_yarn-fed0d3b64b branch April 19, 2026 08:49
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.

1 participant