An open index of dependabot pull requests across open source projects.

Bump the bun group across 1 directory with 9 updates

Open
Number: #16
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 29, 2025 at 06:04 AM UTC
(about 1 month ago)
Updated: September 29, 2025 at 06:04 AM UTC
(about 1 month ago)
Labels:
dependencies javascript
Description:

Bumps the bun group with 9 updates in the / directory:

Package From To
@elysiajs/eden 1.3.2 1.4.1
drizzle-orm 0.44.2 0.44.5
elysia 1.3.5 1.4.8
@biomejs/biome 2.0.6 2.2.4
@types/bun 1.2.18 1.2.23
better-sqlite3 12.2.0 12.4.1
chalk 5.4.1 5.6.2
drizzle-kit 0.31.4 0.31.5
typescript 5.8.3 5.9.2

Updates @elysiajs/eden from 1.3.2 to 1.4.1

Release notes

Sourced from @​elysiajs/eden's releases.

1.4.1

What's changed

Bug fix:

  • inline object value / Elysia file cause type error
  • macro should not mark property as required

Full Changelog: https://github.com/elysiajs/eden/compare/1.4.0...1.4.1

1.4.0

What's changed

Improvement:

  • support Elysia 1.4

Full Changelog: https://github.com/elysiajs/eden/compare/1.3.3...1.4.0

1.3.3

What's changed

Feature:

  • treaty2: support type safe Server-Sent Events (SSE)
  • treaty2: add utility type Treaty.Data, Treaty.Error to extract data and error type from a route

Bug fix:

  • elysia#823 treaty2: not generating for dynamic params at root
  • treaty2: parse Date in object
  • treaty2: #196 allow custom content-type

Change:

  • minimum Elysia version is set to 1.3.18

Full Changelog: https://github.com/elysiajs/eden/compare/1.3.2...1.3.3

Changelog

Sourced from @​elysiajs/eden's changelog.

1.4.1 - 14 Sep 2025

Bug fix:

  • inline object value / Elysia file cause type error
  • macro should not mark property as required

1.4.0 - 13 Sep 2025

Improvement:

  • support Elysia 1.4

1.3.3 - 24 Aug 2025

Feature:

  • treaty2: support type safe Server-Sent Events (SSE)
  • treaty2: add utility type Treaty.Data, Treaty.Error to extract data and error type from a route

Bug fix:

  • elysia#823 treaty2: not generating for dynamic params at root
  • treaty2: parse Date in object
  • treaty2: #196 allow custom content-type

Change:

  • minimum Elysia version is set to 1.3.18
Commits
  • ed8d22a :wrench: fix: macro should not mark property as required
  • 514e2c4 :tada: feat: elysia 1.4
  • a730703 :tada: feat: 1.4
  • 714181e :blue_book: doc: update CHANGELOG
  • 0dcba75 :wrench: fix: #196 allow custom content-type
  • 84d6dfa :wrench: fix: #196 allow custom content-type
  • d90a66c :broom: chore: update dependency
  • c4c3152 :broom: chore: update dependency
  • e706ae5 :broom: chore: update dependency
  • 0d416f5 :tada: feat(treaty2): sse
  • Additional commits viewable in compare view

Updates drizzle-orm from 0.44.2 to 0.44.5

Release notes

Sourced from drizzle-orm's releases.

0.44.5

  • Fixed invalid usage of .one() in durable-sqlite session
  • Fixed spread operator related crash in sqlite blob columns
  • Better browser support for sqlite blob columns
  • Improved sqlite blob mapping

0.44.4

0.44.3

  • Fixed types of $client for clients created by drizzle function
await db.$client.[...]
  • Added the updated_at column to the neon_auth.users_sync table definition.
Commits

Updates elysia from 1.3.5 to 1.4.8

Release notes

Sourced from elysia's releases.

1.4.8

What's Changed

Improvement:

  • automatically clear up sucrose cache when not used
  • remove Bun.hash from checksum calculation

Change:

  • make file-type optional to reduce bundle size
  • #1432 missing context (set) in mapResponse for ElysiaFile
  • #1435 missing cookies in SSE

New Contributors

Full Changelog: https://github.com/elysiajs/elysia/compare/1.4.7...1.4.8

1.4.7

Good morning, Cloudflare

You can now run Elysia on Cloudflare Worker

What's changed

Feature:

  • experimental adapter/cloudflare-worker
  • add ElysiaAdapter.beforeCompile

Change:

  • do not prettify routes when using guard, group
  • use process.getBuiltinModule instead of dynamic import for file
  • Elysia.file.value on Web Standard Adapter now is not a promise

Full Changelog: https://github.com/elysiajs/elysia/compare/1.4.6...1.4.7

1.4.6

What's changed

Improvement:

  • #1406 strictly check for 200 inline status code
  • coerce union status value and return type
  • add BunHTMLBundleLike to Elysia inline handler
  • #1405 prevent Elysia from being a dependency of itself
  • #1416 check if object is frozen before merging, add try-catch to prevent crash
  • #1419 guard doesn't apply scoped/global schema to object macro
  • #1425 DELETE doesn't inherit derive/resolve type

Change:

  • #1409 onTransform now doesn't include type as it isn't validated yet, creating confusion

... (truncated)

Changelog

Sourced from elysia's changelog.

1.4.8 - 27 Sep 2025

Improvement:

  • automatically clear up sucrose cache when not used
  • remove Bun.hash from checksum calculation

Change:

  • make file-type optional to reduce bundle size
  • #1432 missing context (set) in mapResponse for ElysiaFile
  • #1435 missing cookies in SSE

1.4.7 - 22 Sep 2025

Feature:

  • experimental adapter/cloudflare-worker
  • add ElysiaAdapter.beforeCompile

Change:

  • do not prettify routes when using guard, group
  • use process.getBuiltinModule instead of dynamic import for file
  • Elysia.file.value on Web Standard Adapter now is not a promise

1.4.6 - 18 Sep 2025

Improvement:

  • #1406 strictly check for 200 inline status code
  • coerce union status value and return type
  • add BunHTMLBundleLike to Elysia inline handler
  • #1405 prevent Elysia from being a dependency of itself
  • #1416 check if object is frozen before merging, add try-catch to prevent crash
  • #1419 guard doesn't apply scoped/global schema to object macro
  • #1425 DELETE doesn't inherit derive/resolve type

Change:

  • #1409 onTransform now doesn't include type as it isn't validated yet, creating confusion

Bug fix:

  • #1410 handle union derive/resolve property
  • probably fix mergeDeep attempted to assign to readonly property
  • derive/resolve inherit type in inline handler

1.4.5 - 15 Sep 2025

Improvement:

  • soundness for guard, group
  • overwrite primitive value if collide (intersectIfObject)

Bug fix:

  • standard schema incorrectly validate cookie and coercion
  • merge nested guard, group standalone schema properly

Breaking Change:

  • no longer coerce type for .model with t.Ref by default

... (truncated)

Commits

Updates @biomejs/biome from 2.0.6 to 2.2.4

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.2.4

2.2.4

Patch Changes

  • #7453 aa8cea3 Thanks @​arendjr! - Fixed #7242: Aliases specified in package.json's imports section now support having multiple targets as part of an array.

  • #7454 ac17183 Thanks @​arendjr! - Greatly improved performance of noImportCycles by eliminating allocations.

    In one repository, the total runtime of Biome with only noImportCycles enabled went from ~23s down to ~4s.

  • #7447 7139aad Thanks @​rriski! - Fixes #7446. The GritQL $... spread metavariable now correctly matches members in object literals, aligning its behavior with arrays and function calls.

  • #6710 98cf9af Thanks @​arendjr! - Fixed #4723: Type inference now recognises index signatures and their accesses when they are being indexed as a string.

    Example

    type BagOfPromises = {
      // This is an index signature definition. It declares that instances of type
      // `BagOfPromises` can be indexed using arbitrary strings.
      [property: string]: Promise<void>;
    };
    

    let bag: BagOfPromises = {}; // Because bag.iAmAPromise is equivalent to bag[&quot;iAmAPromise&quot;], this is // considered an access to the string index, and a Promise is expected. bag.iAmAPromise;

  • #7415 d042f18 Thanks @​qraqras! - Fixed #7212, now the useOptionalChain rule recognizes optional chaining using typeof (e.g., typeof foo !== 'undefined' && foo.bar).

  • #7419 576baf4 Thanks @​Conaclos! - Fixed #7323. noUnusedPrivateClassMembers no longer reports as unused TypeScript private members if the rule encounters a computed access on this.

    In the following example, member as previously reported as unused. It is no longer reported.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.2.4

Patch Changes

  • #7453 aa8cea3 Thanks @​arendjr! - Fixed #7242: Aliases specified in package.json's imports section now support having multiple targets as part of an array.

  • #7454 ac17183 Thanks @​arendjr! - Greatly improved performance of noImportCycles by eliminating allocations.

    In one repository, the total runtime of Biome with only noImportCycles enabled went from ~23s down to ~4s.

  • #7447 7139aad Thanks @​rriski! - Fixes #7446. The GritQL $... spread metavariable now correctly matches members in object literals, aligning its behavior with arrays and function calls.

  • #6710 98cf9af Thanks @​arendjr! - Fixed #4723: Type inference now recognises index signatures and their accesses when they are being indexed as a string.

    Example

    type BagOfPromises = {
      // This is an index signature definition. It declares that instances of type
      // `BagOfPromises` can be indexed using arbitrary strings.
      [property: string]: Promise<void>;
    };
    

    let bag: BagOfPromises = {}; // Because bag.iAmAPromise is equivalent to bag[&quot;iAmAPromise&quot;], this is // considered an access to the string index, and a Promise is expected. bag.iAmAPromise;

  • #7415 d042f18 Thanks @​qraqras! - Fixed #7212, now the useOptionalChain rule recognizes optional chaining using typeof (e.g., typeof foo !== 'undefined' && foo.bar).

  • #7419 576baf4 Thanks @​Conaclos! - Fixed #7323. noUnusedPrivateClassMembers no longer reports as unused TypeScript private members if the rule encounters a computed access on this.

    In the following example, member as previously reported as unused. It is no longer reported.

    class TsBioo {
      private member: number;
    

    set_with_name(name: string, value: number) { this[name] = value; } }

... (truncated)

Commits

Updates @types/bun from 1.2.18 to 1.2.23

Commits

Updates better-sqlite3 from 12.2.0 to 12.4.1

Release notes

Sourced from better-sqlite3's releases.

v12.4.1

What's Changed

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.4.0...v12.4.1

v12.4.0

What's Changed

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.3.0...v12.4.0

v12.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.2.0...v12.3.0

Commits

Updates chalk from 5.4.1 to 5.6.2

Release notes

Sourced from chalk's releases.

v5.6.2

v5.6.0

  • Make WezTerm terminal use true color a8f5bf7

https://github.com/chalk/chalk/compare/v5.5.0...v5.6.0

v5.5.0

  • Make Ghostty terminal use true color (#653) 79ee2d3

https://github.com/chalk/chalk/compare/v5.4.1...v5.5.0

Commits

Updates drizzle-kit from 0.31.4 to 0.31.5

Release notes

Sourced from drizzle-kit's releases.

drizzle-kit@0.31.5

  • Add casing support to studio configuration and related functions
Commits

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+37
Deletions:
-51
Package Dependencies
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.3 → 5.9.2
Update Type:
Minor
Package:
drizzle-orm
Ecosystem:
npm
Version Change:
0.44.2 → 0.44.5
Update Type:
Patch
Package:
chalk
Ecosystem:
npm
Version Change:
5.4.1 → 5.6.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.0.6 → 2.2.4
Update Type:
Minor
Package:
@types/bun
Ecosystem:
npm
Version Change:
1.2.18 → 1.2.23
Update Type:
Patch
Package:
drizzle-kit
Ecosystem:
npm
Version Change:
0.31.4 → 0.31.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
12.2.0 → 12.4.1
Update Type:
Minor
Package:
elysia
Ecosystem:
npm
Version Change:
1.3.5 → 1.4.8
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.3.2 → 1.4.1
Update Type:
Minor
Technical Details
ID: 8672171
UUID: 2869183429
Node ID: PR_kwDOO774386rBEPF
Host: GitHub
Repository: bedtime-coders/bedstack-start
Merge State: Unknown