[PR #6926] [MERGED] chore(deps): update dependency deno to v2.6.3 #23871

Closed
opened 2026-04-15 22:01:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6926
Author: @renovate[bot]
Created: 12/22/2025
Status: Merged
Merged: 12/22/2025
Merged by: @himself65

Base: canaryHead: renovate/github-actions


📝 Commits (1)

  • 5628e0c chore(deps): update dependency deno to v2.6.3

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/e2e.yml (+1 -1)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
deno (source) 2.6.0 -> 2.6.3 age confidence

Release Notes

denoland/deno (deno)

v2.6.3

Compare Source

  • fix(check): improve node types handling
  • Revert "fix(ext/node): stub out Module.register and Module.registerHooks"
    (#​31684)

v2.6.2

Compare Source

  • feat(unstable): add sandbox subcommand (#​31568)
  • fix(audit): fix deserde for transitive npm audit actions (#​31671)
  • fix(check): handle workspace members having different jsx import sources and
    importing each other (#​31654)
  • fix(check): regression with tsgo and node globals (#​31621)
  • fix(cli): deno tunnel when token storage isn't working or without deno.json
    (#​31584)
  • fix(compile): ensure temp dir exists during x64 codesign (#​31672)
  • fix(ext/node): sqlite:backup compatibility (#​31610)
  • fix(ext/node): add error handling functions and tests for UV bindings (#​31639)
  • fix(ext/node): avoid env permission for TERM in console and readline (#​31638)
  • fix(ext/node): fix hot loop in setImmediate with a pending timer (#​31643)
  • fix(ext/node): stub out Module.register and Module.registerHooks (#​31666)
  • fix(ext/node): support named pipe listen, connect and open (#​31624)
  • fix(ext/telemetry): otel baggage propagation (#​31620)
  • fix(fetch): fix SOCKS5 proxy URL validation logic (#​31604)
  • fix(flags): implement a better sandbox subcommand (#​31657)
  • fix(inspector): worker debugging support via CDP (#​31527)
  • fix(x): cache on demand when running, resolve packages with only one binary,
    don't fail on node-gyp if not present (#​31619)
  • fix(x): fix shim script when use custom alias name, re-enable alias tests
    (#​31653)
  • fix: panic on dropped inspector session (#​31658)
  • fix: update glob implementation to match with latest node (#​31627)

v2.6.1

Compare Source

  • feat(unstable): deploy config allow app to be optional (#​31567)
  • fix(add): include type-only imports when building graph (#​31552)
  • fix(cli): add streams as transferable types (#​31586)
  • fix(compile): intel mac compile fix (#​31575)
  • fix(compile): sentinal conflict with strtab on intel mac (#​31587)
  • fix(ext/node): DatabaseSync compatibility (#​31515)
  • fix(x): correct alias deno command location for Windows (#​31573)
  • fix(x): fix executing native binary on windows + some cleanup (#​31551)
  • fix: --preload and --require flags only available in runtime subcommands
    (#​31614)
  • fix: adjust deno_cache version (#​31553)
  • fix: source map file names to non-existent paths (#​31564)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/6926 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 12/22/2025 **Status:** ✅ Merged **Merged:** 12/22/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `renovate/github-actions` --- ### 📝 Commits (1) - [`5628e0c`](https://github.com/better-auth/better-auth/commit/5628e0ceed7ba9d9f1cab54da4d65f29a2ff32ac) chore(deps): update dependency deno to v2.6.3 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/e2e.yml` (+1 -1) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [deno](https://deno.com) ([source](https://redirect.github.com/denoland/deno)) | `2.6.0` -> `2.6.3` | ![age](https://developer.mend.io/api/mc/badges/age/npm/deno/2.6.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/deno/2.6.0/2.6.3?slim=true) | --- ### Release Notes <details> <summary>denoland/deno (deno)</summary> ### [`v2.6.3`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#263--20251220) [Compare Source](https://redirect.github.com/denoland/deno/compare/v2.6.2...v2.6.3) - fix(check): improve node types handling - Revert "fix(ext/node): stub out Module.register and Module.registerHooks" ([#&#8203;31684](https://redirect.github.com/denoland/deno/issues/31684)) ### [`v2.6.2`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#262--20251219) [Compare Source](https://redirect.github.com/denoland/deno/compare/v2.6.1...v2.6.2) - feat(unstable): add sandbox subcommand ([#&#8203;31568](https://redirect.github.com/denoland/deno/issues/31568)) - fix(audit): fix deserde for transitive npm audit actions ([#&#8203;31671](https://redirect.github.com/denoland/deno/issues/31671)) - fix(check): handle workspace members having different jsx import sources and importing each other ([#&#8203;31654](https://redirect.github.com/denoland/deno/issues/31654)) - fix(check): regression with tsgo and node globals ([#&#8203;31621](https://redirect.github.com/denoland/deno/issues/31621)) - fix(cli): deno tunnel when token storage isn't working or without deno.json ([#&#8203;31584](https://redirect.github.com/denoland/deno/issues/31584)) - fix(compile): ensure temp dir exists during x64 codesign ([#&#8203;31672](https://redirect.github.com/denoland/deno/issues/31672)) - fix(ext/node): `sqlite:backup` compatibility ([#&#8203;31610](https://redirect.github.com/denoland/deno/issues/31610)) - fix(ext/node): add error handling functions and tests for UV bindings ([#&#8203;31639](https://redirect.github.com/denoland/deno/issues/31639)) - fix(ext/node): avoid env permission for TERM in console and readline ([#&#8203;31638](https://redirect.github.com/denoland/deno/issues/31638)) - fix(ext/node): fix hot loop in `setImmediate` with a pending timer ([#&#8203;31643](https://redirect.github.com/denoland/deno/issues/31643)) - fix(ext/node): stub out Module.register and Module.registerHooks ([#&#8203;31666](https://redirect.github.com/denoland/deno/issues/31666)) - fix(ext/node): support named pipe listen, connect and open ([#&#8203;31624](https://redirect.github.com/denoland/deno/issues/31624)) - fix(ext/telemetry): otel baggage propagation ([#&#8203;31620](https://redirect.github.com/denoland/deno/issues/31620)) - fix(fetch): fix SOCKS5 proxy URL validation logic ([#&#8203;31604](https://redirect.github.com/denoland/deno/issues/31604)) - fix(flags): implement a better sandbox subcommand ([#&#8203;31657](https://redirect.github.com/denoland/deno/issues/31657)) - fix(inspector): worker debugging support via CDP ([#&#8203;31527](https://redirect.github.com/denoland/deno/issues/31527)) - fix(x): cache on demand when running, resolve packages with only one binary, don't fail on node-gyp if not present ([#&#8203;31619](https://redirect.github.com/denoland/deno/issues/31619)) - fix(x): fix shim script when use custom alias name, re-enable alias tests ([#&#8203;31653](https://redirect.github.com/denoland/deno/issues/31653)) - fix: panic on dropped inspector session ([#&#8203;31658](https://redirect.github.com/denoland/deno/issues/31658)) - fix: update glob implementation to match with latest node ([#&#8203;31627](https://redirect.github.com/denoland/deno/issues/31627)) ### [`v2.6.1`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#261--20251215) [Compare Source](https://redirect.github.com/denoland/deno/compare/v2.6.0...v2.6.1) - feat(unstable): deploy config allow app to be optional ([#&#8203;31567](https://redirect.github.com/denoland/deno/issues/31567)) - fix(add): include type-only imports when building graph ([#&#8203;31552](https://redirect.github.com/denoland/deno/issues/31552)) - fix(cli): add streams as transferable types ([#&#8203;31586](https://redirect.github.com/denoland/deno/issues/31586)) - fix(compile): intel mac compile fix ([#&#8203;31575](https://redirect.github.com/denoland/deno/issues/31575)) - fix(compile): sentinal conflict with strtab on intel mac ([#&#8203;31587](https://redirect.github.com/denoland/deno/issues/31587)) - fix(ext/node): `DatabaseSync` compatibility ([#&#8203;31515](https://redirect.github.com/denoland/deno/issues/31515)) - fix(x): correct alias deno command location for Windows ([#&#8203;31573](https://redirect.github.com/denoland/deno/issues/31573)) - fix(x): fix executing native binary on windows + some cleanup ([#&#8203;31551](https://redirect.github.com/denoland/deno/issues/31551)) - fix: --preload and --require flags only available in runtime subcommands ([#&#8203;31614](https://redirect.github.com/denoland/deno/issues/31614)) - fix: adjust deno\_cache version ([#&#8203;31553](https://redirect.github.com/denoland/deno/issues/31553)) - fix: source map file names to non-existent paths ([#&#8203;31564](https://redirect.github.com/denoland/deno/issues/31564)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/better-auth/better-auth). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:01:59 -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#23871