Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

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

Package From To
@elysiajs/eden 1.3.2 1.4.5
@elysiajs/static 1.3.0 1.4.7
chalk 5.4.1 5.6.2
elysia 1.3.5 1.4.16
jose 6.0.11 6.1.2
nanoid 5.1.5 5.1.6
radashi 12.6.0 12.7.1
@biomejs/biome 2.0.6 2.3.7
@types/bun 1.2.18 1.3.3
typescript 5.8.3 5.9.3

Updates @elysiajs/eden from 1.3.2 to 1.4.5

Release notes

Sourced from @​elysiajs/eden's releases.

1.4.5

What's Changed

Improvement:

  • export EdenFetchError

Bug fix:

  • #221 better handling for empty header and query types by @​KurtGokhan
  • use ResponseInit['headers'] instead of HeadersInit for response headers type

New Contributors

Full Changelog: elysiajs/eden@1.4.4...1.4.5

1.4.4

What's changed

Bug fix:

  • revert transfer encoding chunk

Full Changelog: elysiajs/eden@1.4.3...1.4.4

1.4.3

What's Changed

New Contributors

Full Changelog: elysiajs/eden@1.4.1...1.4.3

1.4.2

What's changed

Bug fix:

  • elysia#1466 / treaty2: unpack multiple SSE chunk
  • #213, #214 stream response on transfer-encoding: chunked
  • #201, #203 error codes returned in middleware are not inferred by Eden Treaty
  • #179 formdata post, wrong inference of json payload
  • #124 array file upload bug on server

... (truncated)

Changelog

Sourced from @​elysiajs/eden's changelog.

1.4.5 - 13 Nov 2025

Improvement:

  • export EdenFetchError

Bug fix:

  • #221 better handling for empty header and query types
  • use ResponseInit['headers'] instead of HeadersInit for response headers type

1.4.4 - 13 Oct 2025

Bug fix:

  • revert streaming transferEncoding chunked

1.4.3 - 12 Oct 2025

Bug fix:

  • elysia#1466 / treaty2: unpack multiple SSE chunk
  • #213, #214 stream response on transfer-encoding: chunked
  • #201, #203 error codes returned in middleware are not inferred by Eden Treaty
  • #179 formdata post, wrong inference of json payload
  • #124 array file upload bug on server
  • #122 ws response data type

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

Updates @elysiajs/static from 1.3.0 to 1.4.7

Release notes

Sourced from @​elysiajs/static's releases.

1.4.7

What's changed

Bug fix:

  • remove trailing slash on Windows

Full Changelog: elysiajs/elysia-static@1.4.6...1.4.7

1.4.6

What's changed

Bug fix:

  • normalize path only when unsafe
  • cache crypto package import

Full Changelog: elysiajs/elysia-static@1.4.5...1.4.6

1.4.5

What's Changed

New Contributors

Full Changelog: elysiajs/elysia-static@1.4.4...1.4.5

1.4.4

What's changed

Bug fix:

  • fix cjs main import

Full Changelog: elysiajs/elysia-static@1.4.3...1.4.4

1.4.3

What's changed

Improvement:

  • adjust build script
  • remove stat cache

Full Changelog: elysiajs/elysia-static@1.4.2...1.4.3

1.4.2

What's changed

Improvement:

  • better caching mechanism
  • scope cache to each instance

... (truncated)

Changelog

Sourced from @​elysiajs/static's changelog.

1.4.7 - 17 Nov 2025

Bug fix:

  • remove trailing slash on Windows

1.4.6 - 3 Nov 2025

Bug fix:

  • normalize path only when unsafe
  • cache crypto package import

1.4.5 - 1 Nov 2025

Bug fix:

  • #52 resolve static paths correctly on Windows

1.4.4 - 14 Oct 2025

Bug fix:

  • fix cjs main import

1.4.3 - 13 Oct 2025

Improvement:

  • adjust build script
  • remove stat cache

1.4.2 - 13 Oct 2025

Improvement:

  • better caching mechanism
  • scope cache to each instance

1.4.1 - 13 Oct 2025

Improvement:

  • enable Bun full stack support
  • general performance improvement
  • #34 log errors, make it easier to debug errors inside @​elysiajs/static
  • #44 fixed edge case when working dir is root
  • use process.getBuiltinModules instead of import
  • refactor codebase to be more readable
  • rename noCache to cache
  • use Bun.Glob if Bun is detected
  • conditional run listFiles only when necessary
  • reduce seed to prefix parameter
  • cache etag generation

Change:

  • remove node-cache dependency
  • remove handle safe sep for windows as Node already handle it

Breaking Change:

  • rename enableDecodeURI to decodeURI
  • remove resolve options, use default path.resolve instead

1.3.0-exp.0 - 23 Apr 2025

... (truncated)

Commits
  • 4d12f68 🔧 fix: remove trailing slash on windows
  • 006fe7e 🔧 fix: normalize path when necessary
  • a6dc9bf 🔧 fix: resolve static paths correctly on Windows
  • c1ca17f Merge pull request #52 from denysovvl/main
  • 6b58da2 fix: resolve static paths correctly on Windows
  • 516491c 📘 doc: fix main import
  • 3527841 📘 doc: fix main import
  • f4f14f3 📘 doc: adjust build script
  • e99692b 📘 doc: adjust build script
  • c095eb8 📘 feat: remove stat cache
  • 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

v5.6.0

  • Make WezTerm terminal use true color a8f5bf7

chalk/chalk@v5.5.0...v5.6.0

v5.5.0

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

chalk/chalk@v5.4.1...v5.5.0

Commits

Updates elysia from 1.3.5 to 1.4.16

Release notes

Sourced from elysia's releases.

1.4.16

What's Changed

Improvement:

  • ValidationError: add messageValue as an alias of errorValue
  • ValidationError.detail now accept optional 2nd parameter allowUnsafeValidatorDetails
  • macro: add introspect
  • prevent redundant route compilation
  • merge multiple macro resolve response

Bug fix:

New Contributors

Full Changelog: elysiajs/elysia@1.4.15...1.4.16

1.4.15

What's changed

Bug fix:

  • 1.4.14 regression with Eden Treaty, and OpenAPI type gen

Full Changelog: elysiajs/elysia@1.4.14...1.4.15

1.4.14

What's Changed

Feature:

  • #1520, #1522 async handlers crash on HEAD request
  • #1510 strict status response
  • #1503 add t.NumericEnum() for numeric enum query handling
  • #1450 call onAfterResponse when onError returns a value
  • remove redundant Prettify
  • prettify response for OpenAPI type gen
  • conditional apply macro context in type level
  • improve type performance in general

Change:

  • remove Prettify2, Partial2

New Contributors

... (truncated)

Changelog

Sourced from elysia's changelog.

1.4.16 - 13 Nov 2025

Improvement:

  • ValidationError: add messageValue as an alias of errorValue
  • ValidationError.detail now accept optional 2nd parameter allowUnsafeValidatorDetails
  • macro: add introspect
  • prevent redundant route compilation
  • merge multiple macro resolve response

Bug fix:

  • #1543 respect toResponse() method on Error classes
  • #1537 websocket: ping/pong not being called
  • #1536 export ExtractErrorFromHandle
  • #1535 skip response validation for generators and streams
  • #1531 typo in ElysiaTypeCustomErrorCallback: valdation to validation
  • #1528 error in parsing request body validation errors with Zod
  • #1527 bracket handling in exact mirror
  • #1524 head request handler not working

1.4.15 - 3 Nov 2025

Bug fix:

  • 1.4.14 regression with Eden Treaty, and OpenAPI type gen

1.4.14 - 3 Nov 2025

Feature:

  • #1520, #1522 async handlers crash on HEAD request
  • #1510 strict status response
  • #1503 add t.NumericEnum() for numeric enum query handling
  • #1450 call onAfterResponse when onError returns a value
  • remove redundant Prettify
  • prettify response for OpenAPI type gen
  • conditional apply macro context in type level
  • improve type performance in general

Change:

  • remove Prettify2, Partial2

1.4.13 - 23 Oct 2025

Feature:

  • #1453 add allowUnsafeValidationDetails for disabling unsafe validation details in production mode
  • allow rapid stream in non browser mode or ELYSIA_RAPID_STREAM is set
  • afterResponse now wait for generator stream to finish
  • trace of handle, and afterResponse now wait for generator stream to finish

Bug fix:

  • #1502, #1501 afterHandle doesn't update status
  • #1500 export InvalidFileType from root
  • #1495 request server hook parameters are typed as any (Bun 1.3.0)
  • #1483 handle standard schema validators in ValidationError.all
  • #1459 fix strictPath behavior when aot: false is set
  • #1455 graceful shutdown not awaiting server.stop

... (truncated)

Commits
  • 78f4828 Merge pull request #1529 from elysiajs/next
  • cc01281 📘 doc: merge main
  • 8156e5c Merge branch 'main' into next
  • 58d9659 🎉 feat: update changelog
  • 3e69b82 Merge pull request #1543 from MarcelOlsen/fix/toResponse-error-handling
  • dd6afdd 🎉 feat: merge multiple macro resolve response
  • 7773183 🎉 feat: merge multiple macro resolve response
  • fe8f06f 🔧 fix: use instanceof checks and wrap toResponse() in try-catch
  • 95f825c 🔧 fix: keep mapResponse hooks in the toResponse fast path
  • 1c66904 🔧 fix: resolve build issues
  • Additional commits viewable in compare view

Updates jose from 6.0.11 to 6.1.2

Release notes

Sourced from jose's releases.

v6.1.2

Refactor

v6.1.1

Documentation

  • add link to RFC9864 (767edde)
  • link to ML-DSA for JOSE (ed4252c)
  • remove mention of Edge Runtime from the readme (94fdde7)
  • update README.md (25098ef)

Refactor

  • eliminate named exports in the source code (f6ae30d)
  • expose setKeyManagementParameters also on a GeneralEncrypt Recipient (16e6b23)
  • faster path for symmetric key checks (a44c2ec)
  • improve en/decoding overheads (daee426)

v6.1.0

Features

  • support AKP JWKs in calculateJwkThumbprint and calculateJwkThumbprintUri (cf2092a)
  • support for the ML-DSA PQC Algorithm Identifiers (25ddce4)

v6.0.13

Refactor

  • more readability in ecdhes.ts (84da9de)
  • update asn1.ts helpers (b4f8fb3)

v6.0.12

Documentation

  • add known caveats to customFetch (02e1f1e)
  • mention the apu/apv parameter names in setKeyManagementParameters (6274d5a)
  • update compact setKeyManagementParameters (2f44381)
  • use GitHub Flavored Markdown for notes and warnings (f6b4ffc)

Refactor

  • createPublicKey is not a constructor (61ded78)
  • update asn1.ts helper functions (b2b611c)
Changelog

Sourced from jose's changelog.

6.1.2 (2025-11-15)

Refactor

6.1.1 (2025-11-09)

Documentation

  • add link to RFC9864 (767edde)
  • link to ML-DSA for JOSE (ed4252c)
  • remove mention of Edge Runtime from the readme (94fdde7)
  • update README.md (25098ef)

Refactor

  • eliminate named exports in the source code (f6ae30d)
  • expose setKeyManagementParameters also on a GeneralEncrypt Recipient (16e6b23)
  • faster path for symmetric key checks (a44c2ec)
  • improve en/decoding overheads (daee426)

6.1.0 (2025-08-27)

Features

  • support AKP JWKs in calculateJwkThumbprint and calculateJwkThumbprintUri (cf2092a)
  • support for the ML-DSA PQC Algorithm Identifiers (25ddce4)

6.0.13 (2025-08-21)

Refactor

  • more readability in ecdhes.ts (84da9de)
  • update asn1.ts helpers (b4f8fb3)

6.0.12 (2025-07-15)

Documentation

  • add known caveats to customFetch (02e1f1e)
  • mention the apu/apv parameter names in setKeyManagementParameters (6274d5a)
  • update compact setKeyManagementParameters (2f44381)
  • use GitHub Flavored Markdown for notes and warnings (f6b4ffc)

... (truncated)

Commits
  • f71f270 chore(release): 6.1.2
  • 901cd90 refactor: fallback to checking instanceof for CryptoKey
  • 876b853 chore: cleanup after release
  • 37f40af chore(release): 6.1.1
  • 16e6b23 refactor: expose setKeyManagementParameters also on a GeneralEncrypt Recipient
  • daee426 refactor: improve en/decoding overheads
  • 767edde docs: add link to RFC9864
  • d7fe1d9 chore: bump packages
  • ed4252c docs: link to ML-DSA for JOSE
  • 25098ef docs: update README.md
  • Additional commits viewable in compare view
Maintainer changes

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


Updates nanoid from 5.1.5 to 5.1.6

Release notes

Sourced from nanoid's releases.

5.1.6

  • Fixed infinite loop on 0 size for customAlphabet.
Changelog

Sourced from nanoid's changelog.

5.1.6

  • Fixed infinite loop on 0 size for customAlphabet.
Commits

Updates radashi from 12.6.0 to 12.7.1

Release notes

Sourced from radashi's releases.

v12.7.1

Fixed

  • Ensure DurationParser static properties can be tree-shaked in b9d7529

v12.7.0

New Functions

Add getOrInsert and getOrInsertComputed functions [→ PR #444](radashi-org/radashi#444)

Access or initialize map entries without boilerplate branching. getOrInsert writes the provided value once, while getOrInsertComputed lazily creates an entry only when it is missing.

  • Works with both Map and WeakMap instances
  • Returns the stored entry so you can chain additional logic
  • Avoids unnecessary factory calls when a key already exists
import * as _ from 'radashi'
const counts = new Map<string, number>()
_.getOrInsert(counts, 'clicks', 1) // => 1
_.getOrInsert(counts, 'clicks', 5) // => 1
_.getOrInsertComputed(counts, 'views', () => 10) // => 10
_.getOrInsertComputed(counts, 'views', () => 0) // => 10

Inspired by TC39's upsert proposal.

🔗 Docs: getOrInsert · getOrInsertComputed / Source: getOrInsert.ts · getOrInsertComputed.ts / Tests: getOrInsert.test.ts · getOrInsertComputed.test.ts

Add isArrayEqual function [→ PR #417](radashi-org/radashi#417)

Compare arrays with Object.is precision. isArrayEqual checks length and element identity, correctly handling tricky cases like NaN, sparse arrays, and the +0/-0 distinction.

  • Uses Object.is so NaN matches itself while +0 and -0 stay distinct
  • Short-circuits when lengths differ for a fast inequality check
  • Leaves the original arrays untouched
import * as _ from 'radashi'
_.isArrayEqual([1, 2, 3], [1, 2, 3]) // => true
_.isArrayEqual([0], [-0]) // => false
_.isArrayEqual([Number.NaN], [Number.NaN]) // => true

🔗 Docs / Source / Tests

... (truncated)

Changelog

Sourced from radashi's changelog.

[radashi@12.7.1] - 2025-11-19

Details

Fixed

  • Ensure DurationParser static properties can be tree-shaked in b9d7529

[radashi@12.7.0] - 2025-10-17

Details

Added

  • Add identity function in 38e2f37
  • Add isArrayEqual function in 095f2b0
  • Add isMapEqual and isSetEqual functions in 0fa566a
  • Add getOrInsert and getOrInsertComputed in 4675076
  • (objectify) Add index parameter to getKey and getValue functions in 1506472
  • Add absoluteJitter and proportionalJitter in ebea7d7

Changed

  • Preserve tuple type in min/max even with a getter in c72a1c4
  • Use identity as default getter for sort in df55a6e

[radashi@12.6.2] - 2025-08-20

Details

Fixed

  • (range) Ensure end parameter works when 0 in 9c8ffa0

[radashi@12.6.1] - 2025-08-09

Details

Fixed

  • (group) Use Object.create(null) for the returned object in 5db8c37
Commits
  • 478e0cd chore(release): 12.7.1
  • 763e630 chore: update .cliffignore
  • b9d7529 fix: ensure DurationParser static properties can be tree-shaked (#447)
  • 0154943 chore(scripts): use dist build for tree-shake-check
  • 6207890 chore: add tree-shake-check script
  • 6c8276a Revert "feat!: transpile to Node18 syntax (#448)"
  • b109d1e feat!: transpile to Node18 syntax (#448)
  • f0c9c33 chore(docs): remove unnecessary await in example
  • 900f2e8 chore(release): 12.7.0
  • 11d932d chore: prepare release notes
  • Additional commits viewable in compare view

Updates @biomejs/biome from 2.0.6 to 2.3.7

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.7

2.3.7

Patch Changes

  • #8169 7fdcec8 Thanks @​arendjr! - Fixed #7999: Correctly place await after leading comment in auto-fix action from noFloatingPromises rule.

  • #8157 12d5b42 Thanks @​Conaclos! - Fixed #8148. noInvalidUseBeforeDeclaration no longer reports some valid use before declarations.

    The following code is no longer reported as invalid:

    class classA {
      C = C;
    }
    const C = 0;
  • #8178 6ba4157 Thanks @​dyc3! - Fixed #8174, where the HTML parser would parse 2 directives as a single directive because it would not reject whitespace in Vue directives. This would cause the formatter to erroneously merge the 2 directives into one, resulting in broken code.

    - <Component v-else:property="123" />
    + <Component v-else :property="123" />
  • #8088 0eb08e8 Thanks @​db295! - Fixed #7876: The noUnusedImports rule now ignores imports that are used by @​linkcode and @​linkplain (previously supported @​link and @​see).

    The following code will no longer be a false positive:

    import type { a } from "a"
    /**
    
    {@​linkcode a}
    */
    function func() {}
  • #8119 8d64655 Thanks @​ematipico! - Improved the detection of the rule noUnnecessaryConditions. Now the rule isn't triggered for variables that are mutated inside a module.

    This logic deviates from the original rule, hence noUnnecessaryConditions is now marked as "inspired".

    In the following example, hey starts as false, but then it's assigned to a string. The rule isn't triggered inside the if check.

    let hey = false;
    function test() {
    hey = "string";

  • ... (truncated)

    Changelog

    Sourced from @​biomejs/biome's changelog.

    2.3.7

    Patch Changes

    • #8169 7fdcec8 Thanks @​arendjr! - Fixed #7999: Correctly place await after leading comment in auto-fix action from noFloatingPromises rule.

    • #8157 12d5b42 Thanks @​Conaclos! - Fixed #8148. noInvalidUseBeforeDeclaration no longer reports some valid use before declarations.

      The following code is no longer reported as invalid:

      class classA {
        C = C;
      }
      const C = 0;
    • #8178 6ba4157 Thanks @​dyc3! - Fixed #8174, where the HTML parser would parse 2 directives as a single directive because it would not reject whitespace in Vue directives. This would cause the formatter to erroneously merge the 2 directives into one, resulting in broken code.

      - <Component v-else:property="123" />
      + <Component v-else :property="123" />
    • #8088 0eb08e8 Thanks @​db295! - Fixed #7876: The noUnusedImports rule now ignores imports that are used by @​linkcode and @​linkplain (previously supported @​link and @​see).

      The following code will no longer be a false positive:

      import type { a } from "a"
      /**
      
      {@​linkcode a}
      */
      function func() {}
  • #8119 8d64655 Thanks @​ematipico! - Improved the detection of the rule noUnnecessaryConditions. Now the rule isn't triggered for variables that are mutated inside a module.

    This logic deviates from the original rule, hence noUnnecessaryConditions is now marked as "inspired".

    In the following example, hey starts as false, but then it's assigned to a string. The rule isn't triggered inside the if check.

    let hey = false;
    function test() {
    hey = "string";
    }

  • ... (truncated)

    Commits
    Maintainer changes

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


    Updates @types/bun from 1.2.18 to 1.3.3

    Commits

    Updates typescript from 5.8.3 to 5.9.3

    Release notes

    Sourced from typescript's releases.

    TypeScript 5.9.3

    Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

    For release notes, check out the release announcement

    Downloads are available on:

    TypeScript 5.9

    Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

    For release notes, check out the release announcement

    Downloads are available on:

    TypeScript 5.9 RC

    Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

    For release notes, check out the release announcement

    Downloads are available on:

    TypeScript 5.9 Beta

    Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

    For release notes, check out the release announcement.

    Downloads are available on:

    Commits
    • c63de15 Bump version to 5.9.3 and LKG
    • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
    • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
    • Description has been truncated

    Bumps the bun group with 10 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@elysiajs/eden](https://github.com/elysiajs/eden) | `1.3.2` | `1.4.5` |
    | [@elysiajs/static](https://github.com/elysiajs/elysia-static) | `1.3.0` | `1.4.7` |
    | [chalk](https://github.com/chalk/chalk) | `5.4.1` | `5.6.2` |
    | [elysia](https://github.com/elysiajs/elysia) | `1.3.5` | `1.4.16` |
    | [jose](https://github.com/panva/jose) | `6.0.11` | `6.1.2` |
    | [nanoid](https://github.com/ai/nanoid) | `5.1.5` | `5.1.6` |
    | [radashi](https://github.com/radashi-org/radashi) | `12.6.0` | `12.7.1` |
    | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.0.6` | `2.3.7` |
    | [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) | `1.2.18` | `1.3.3` |
    | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
    
    
    
    Updates `@elysiajs/eden` from 1.3.2 to 1.4.5
    - [Release notes](https://github.com/elysiajs/eden/releases)
    - [Changelog](https://github.com/elysiajs/eden/blob/main/CHANGELOG.md)
    - [Commits](elysiajs/eden@1.3.2...1.4.5)
    
    Updates `@elysiajs/static` from 1.3.0 to 1.4.7
    - [Release notes](https://github.com/elysiajs/elysia-static/releases)
    - [Changelog](https://github.com/elysiajs/elysia-static/blob/main/CHANGELOG.md)
    - [Commits](elysiajs/elysia-static@1.3.0...1.4.7)
    
    Updates `chalk` from 5.4.1 to 5.6.2
    - [Release notes](https://github.com/chalk/chalk/releases)
    - [Commits](chalk/chalk@v5.4.1...v5.6.2)
    
    Updates `elysia` from 1.3.5 to 1.4.16
    - [Release notes](https://github.com/elysiajs/elysia/releases)
    - [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md)
    - [Commits](elysiajs/elysia@1.3.5...1.4.16)
    
    Updates `jose` from 6.0.11 to 6.1.2
    - [Release notes](https://github.com/panva/jose/releases)
    - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
    - [Commits](panva/jose@v6.0.11...v6.1.2)
    
    Updates `nanoid` from 5.1.5 to 5.1.6
    - [Release notes](https://github.com/ai/nanoid/releases)
    - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
    - [Commits](ai/nanoid@5.1.5...5.1.6)
    
    Updates `radashi` from 12.6.0 to 12.7.1
    - [Release notes](https://github.com/radashi-org/radashi/releases)
    - [Changelog](https://github.com/radashi-org/radashi/blob/main/CHANGELOG.md)
    - [Commits](radashi-org/radashi@v12.6.0...v12.7.1)
    
    Updates `@biomejs/biome` from 2.0.6 to 2.3.7
    - [Release notes](https://github.com/biomejs/biome/releases)
    - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
    - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.7/packages/@biomejs/biome)
    
    Updates `@types/bun` from 1.2.18 to 1.3.3
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun)
    
    Updates `typescript` from 5.8.3 to 5.9.3
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
    - [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@elysiajs/eden"
      dependency-version: 1.4.5
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: bun
    - dependency-name: "@elysiajs/static"
      dependency-version: 1.4.7
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: bun
    - dependency-name: chalk
      dependency-version: 5.6.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: bun
    - dependency-name: elysia
      dependency-version: 1.4.16
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: bun
    - dependency-name: jose
      dependency-version: 6.1.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: bun
    - dependency-name: nanoid
      dependency-version: 5.1.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: bun
    - dependency-name: radashi
      dependency-version: 12.7.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: bun
    - dependency-name: "@biomejs/biome"
      dependency-version: 2.3.7
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: bun
    - dependency-name: "@types/bun"
      dependency-version: 1.3.3
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: bun
    - dependency-name: typescript
      dependency-version: 5.9.3
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: bun
    ...
    
    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 Nov 24, 2025
    @coderabbitai
    Copy link
    Contributor

    coderabbitai bot commented Nov 24, 2025

    Important

    Review skipped

    Bot user detected.

    To trigger a single review, invoke the @coderabbitai review command.

    You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


    Comment @coderabbitai help to get the list of available commands and usage tips.

    @dependabot @github
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Jan 17, 2026

    Looks like these dependencies are updatable in another way, so this is no longer needed.

    @dependabot dependabot bot closed this Jan 17, 2026
    @dependabot dependabot bot deleted the dependabot/bun/bun-9cc02d1f25 branch January 17, 2026 19:40
    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