Bump the bun group across 1 directory with 9 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 1 month ago)
(about 1 month ago)
dependencies javascript
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.Errorto extract data and error type from a routeBug 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.Errorto extract data and error type from a routeBug 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 required514e2c4:tada: feat: elysia 1.4a730703:tada: feat: 1.4714181e:blue_book: doc: update CHANGELOG0dcba75:wrench: fix: #196 allow custom content-type84d6dfa:wrench: fix: #196 allow custom content-typed90a66c:broom: chore: update dependencyc4c3152:broom: chore: update dependencye706ae5:broom: chore: update dependency0d416f5: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()indurable-sqlitesession- Fixed spread operator related crash in sqlite
 blobcolumns- Better browser support for sqlite
 blobcolumns- Improved sqlite
 blobmapping0.44.4
- Fix wrong DrizzleQueryError export. thanks
 @nathankleyn0.44.3
- Fixed types of
 $clientfor clients created by drizzle functionawait db.$client.[...]
- Added the
 updated_atcolumn to theneon_auth.users_synctable definition.
Commits
37d059fv0.44.5 (#4849)33f0374Upgrade drizzle-zod peerDeps8b8d78eFix export ofDrizzleQueryError(fixes #4618) (#4778)027921fFixed types of$clientfor clients created bydrizzlefunction from crede...e44d9bbAdd updated_at column (#4106)ac1dcd9Fix hakfvec (#4689)5c6b3afAdddatabaseNameandpackageNameproperties for studio (#4683)9895842Studio transactions (#4664)- See full diff in compare view
 
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.hashfrom checksum calculationChange:
- make
 file-typeoptional to reduce bundle size- #1432 missing context (set) in mapResponse for ElysiaFile
 - #1435 missing cookies in SSE
 New Contributors
@Rouretmade their first contribution in elysiajs/elysia#1435Full 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.beforeCompileChange:
- do not prettify routes when using
 guard,group- use
 process.getBuiltinModuleinstead of dynamic import for fileElysia.file.valueon Web Standard Adapter now is not a promiseFull 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
 BunHTMLBundleLiketo 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.hashfrom checksum calculationChange:
- make
 file-typeoptional 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.beforeCompileChange:
- do not prettify routes when using
 guard,group- use
 process.getBuiltinModuleinstead of dynamic import for fileElysia.file.valueon Web Standard Adapter now is not a promise1.4.6 - 18 Sep 2025
Improvement:
- #1406 strictly check for 200 inline status code
 - coerce union status value and return type
 - add
 BunHTMLBundleLiketo 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.Refby default
... (truncated)
Commits
a4193a3Merge branch 'main' of https://github.com/elysiajs/elysia4addd6f:blue_book: doc: update CHANGELOG0288157Merge pull request #1440 from elysiajs/nextab37c4d:blue_book: doc: update CHANGELOGb20d8d3Merge branch 'main' into nextbe72aec:blue_book: doc: update CHANGELOGa5d2069Merge pull request #1432 from Rouret/fix/missing-param-in-handleFile-for-Elys...6ce672cMerge pull request #1435 from Rouret/fix/missing-handleSet-for-cookie-in-stre...84018f3fix: missing cookies in sseea8a116fix: missing "set" param in mapResponse for ElysiaFile- Additional commits viewable in compare view
 
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
aa8cea3Thanks@arendjr! - Fixed #7242: Aliases specified inpackage.json'simportssection now support having multiple targets as part of an array.#7454
ac17183Thanks@arendjr! - Greatly improved performance ofnoImportCyclesby eliminating allocations.In one repository, the total runtime of Biome with only
noImportCyclesenabled went from ~23s down to ~4s.#7447
7139aadThanks@rriski! - Fixes #7446. The GritQL$...spread metavariable now correctly matches members in object literals, aligning its behavior with arrays and function calls.#6710
98cf9afThanks@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.iAmAPromiseis equivalent tobag["iAmAPromise"], this is // considered an access to the string index, and a Promise is expected. bag.iAmAPromise;#7415
d042f18Thanks@qraqras! - Fixed #7212, now theuseOptionalChainrule recognizes optional chaining usingtypeof(e.g.,typeof foo !== 'undefined' && foo.bar).#7419
576baf4Thanks@Conaclos! - Fixed #7323.noUnusedPrivateClassMembersno longer reports as unused TypeScriptprivatemembers if the rule encounters a computed access onthis.In the following example,
memberas previously reported as unused. It is no longer reported.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
2.2.4
Patch Changes
#7453
aa8cea3Thanks@arendjr! - Fixed #7242: Aliases specified inpackage.json'simportssection now support having multiple targets as part of an array.#7454
ac17183Thanks@arendjr! - Greatly improved performance ofnoImportCyclesby eliminating allocations.In one repository, the total runtime of Biome with only
noImportCyclesenabled went from ~23s down to ~4s.#7447
7139aadThanks@rriski! - Fixes #7446. The GritQL$...spread metavariable now correctly matches members in object literals, aligning its behavior with arrays and function calls.#6710
98cf9afThanks@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.iAmAPromiseis equivalent tobag["iAmAPromise"], this is // considered an access to the string index, and a Promise is expected. bag.iAmAPromise;#7415
d042f18Thanks@qraqras! - Fixed #7212, now theuseOptionalChainrule recognizes optional chaining usingtypeof(e.g.,typeof foo !== 'undefined' && foo.bar).#7419
576baf4Thanks@Conaclos! - Fixed #7323.noUnusedPrivateClassMembersno longer reports as unused TypeScriptprivatemembers if the rule encounters a computed access onthis.In the following example,
memberas 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
5d212c5ci: release (#7450)351bccdchore: restore release files32dbfa1ci: release (#7413)75b6a0dfeat(linter): add rulenoJsxLiterals(#7248)53ff5aefeat(analyse/json): addnoDuplicateDependenciesrule (#7142)daa4a66ci: release (#7306)0f38ea6chore: add new bronze sponsor (#7397)7f53274docs: safety of useSortedKeys (#6112)fad34b9feat(biome_js_analyze): add UseConsistentArrowReturn rule (#7245)4416573feat(lint/vue): implementuseVueMultiWordComponentNames(#7373)- Additional commits viewable in compare view
 
Updates @types/bun from 1.2.18 to 1.2.23
Commits
- See full diff in compare view
 
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
- Include all source files in package by
 @neoxpertin WiseLibs/better-sqlite3#1405Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.4.0...v12.4.1
v12.4.0
What's Changed
- Update SQLite to version 3.50.4 in WiseLibs/better-sqlite3#1403
 Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.3.0...v12.4.0
v12.3.0
What's Changed
- Update the Windows runner on build workflow to
 windows-2022by@m4heshdin WiseLibs/better-sqlite3#1388- Bump stefanzweifel/git-auto-commit-action from 5 to 6 in the github-actions group by
 @dependabot[bot] in WiseLibs/better-sqlite3#1381- Add node:sqlite benchmark by
 @weary-adventurerin WiseLibs/better-sqlite3#1334- Prebuild for Electron 38 by
 @neoxpertin WiseLibs/better-sqlite3#1398New Contributors
@weary-adventurermade their first contribution in WiseLibs/better-sqlite3#1334Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.2.0...v12.3.0
Commits
ea0d8c712.4.11b860e5Include all source files in package (#1405)676077912.4.0e54dd48Update SQLite to version 3.50.4 (#1403)f098a8812.3.07e62ddbPrebuild for Electron 38 (#1398)674ce6bsupport the SQLITE_USE_URI environment variableed7c7b9implemented LocalVector optimizations for newer version of v8b35748fAdd node:sqlite benchmark (#1334)91f6962fixed failing NODE_MODULE_VERSION check- Additional commits viewable in compare view
 
Updates chalk from 5.4.1 to 5.6.2
Release notes
Sourced from chalk's releases.
v5.6.2
- Fix vulnerability in 5.6.1, see: chalk/chalk#656
 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
 
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
8e8a9e9[Drizzle Kit]: Add casing support to studio configuration and related functio...37d059fv0.44.5 (#4849)33f0374Upgrade drizzle-zod peerDeps8b8d78eFix export ofDrizzleQueryError(fixes #4618) (#4778)027921fFixed types of$clientfor clients created bydrizzlefunction from crede...e44d9bbAdd updated_at column (#4106)- See full diff in compare view
 
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
- fixed issues query for Typescript 5.9.0 (Beta).
 - fixed issues query for Typescript 5.9.1 (RC).
 - No specific changes for TypeScript 5.9.2 (Stable)
 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
be86783Give more specific errors forverbatimModuleSyntax(#62113)22ef577LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414cDon't usenoErrorTruncationwhen printing types withmaximumLengthset (#...f14b5c8Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84Restore AbortSignal.abort (#62086)65cb4bdLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03Clear out checker-level stacks on pop (#62016)87740bcFix for Issue 61081 (#61221)833a8d4Fix Symbol completion priority and cursor positioning (#61945)0018c9fLEGO: 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
1
2
+37
-51
Package Dependencies
Technical Details
| ID: | 8672171 | 
            
| UUID: | 2869183429 | 
            
| Node ID: | PR_kwDOO774386rBEPF | 
            
| Host: | GitHub | 
| Repository: | bedtime-coders/bedstack-start | 
| Merge State: | Unknown |