Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2025

This PR contains the following updates:

Package Update Change
deno patch 2.5.3 -> 2.5.5

Release Notes

denoland/deno (deno)

v2.5.5

Compare Source

  • feat(unstable): ability to exclude packages from minimum dependency age
    constraint (#​31031)
  • feat(unstable): ability to only install dependencies older than a certain date
    (#​30752)
  • feat(unstable): ability to specify minimum dependency age in deno.json file
    (#​31007)
  • feat(unstable): add deno audit subcommand (#​30966)
  • feat(unstable): add process id to permission broker messages (#​31050)
  • feat(unstable): dynamic command-line completions for deno task (#​30670)
  • feat(unstable): typescript-go integration for deno check (#​30920)
  • fix(audit): handle 'review' actions (#​31100)
  • fix(check): error when type checking after deduping packages (#​31049)
  • fix(check): fall back to copying tsgo binary if rename fails (#​31074)
  • fix(check): respect "compilerOptions.skipLibCheck" for graph errors (#​30989)
  • fix(check): support isolatedDeclarations (#​31061)
  • fix(check): support text and bytes imports with --unstable-tsgo (#​31084)
  • fix(cli/args): empty permissions in config should not require -P (#​31063)
  • fix(coverage): don't process coverage for blob: urls (#​31035)
  • fix(docs): Deno.args example doesn't work (#​30969)
  • fix(docs): documented allowed subdomain should be gist and not user for
    githubusercontent.com (#​30913)
  • fix(ext/http): display localhost url once on windows (#​31088)
  • fix(ext/http): make websocket response headers mutable (#​31000)
  • fix(ext/node): dns.resolve6 compatibility (#​30974)
  • fix(ext/node): fs.read/fs.readSync and fs.write/fs.writeSync compatibility
    (#​31013)
  • fix(ext/node): path.matchesGlob compatibility (#​30976)
  • fix(ext/node): checking Symbol in env should not ask for permission
    (#​30965)
  • fix(ext/node): cpus() should not error when there's no cpu info (#​31097)
  • fix(ext/node): false deprecation warning on crypto.createHmac (#​31025)
  • fix(ext/node): handle empty writes in chunked HTTP requests (#​31066)
  • fix(ext/node): handle multiple calls in inspector.Session.post() (#​31067)
  • fix(ext/node): impl sqlite 'backup' capability (#​29842)
  • fix(ext/node): implement FileHandle.readLines() (#​31107)
  • fix(ext/node): inconsistent error message thrown by AssertionError (#​31089)
  • fix(ext/node): make kReinitializeHandle work for TLS wrap (#​31079)
  • fix(ext/node): process.moduleLoadList as undefined (#​31022)
  • fix(ext/node): support option object parameter on fs.write and
    fs.writeSync (#​30999)
  • fix(ext/web): fix promise chain leak of ReadableStream (#​30871)
  • fix(fmt/json): support hexadecimal numbers, plus sign on numbers, and words
    with underscores (#​31057)
  • fix(kv): do not error when creating kv db with relative path and -A (#​31021)
  • fix(lockfile): purged package reqs should be removed from the jsr deps when
    changing workspace config (#​30998)
  • fix(lsp): add support for source.organizeImports (#​31016)
  • fix(lsp): refresh configuration when tsconfig.json is changed (#​30993)
  • fix(napi): Fix misused napi_callback_info in CallbackInfo (#​30983)
  • fix(npm): add a deduplication pass and reduce lockfile diffs (#​30973)
  • fix(npm): handle deno run/install of npm package with only directories.bin
    (#​30919)
  • fix(npm): occasional panic when upgrading npm package constraints (#​31006)
  • fix(npm): regression resolving npm bin for default when only one entry
    (#​31055)
  • fix(process): case insenstive check for disallowing .bat and .cmd (#​30967)
  • fix(rt): prevent Event to be overwritten on bootstrap (#​30971)
  • fix(unstable): read npm lazy caching from unstable config in deno.json as well
    (#​31026)
  • fix: Deno.serve correctly passes tcpBacklog option (#​30748)
  • fix: debug log for package.json being found was incorrect (#​31062)
  • fix: regex pattern syntax in config-file.v1.json (#​31038)
  • fix: show referrer range in deno_core loader errors (#​30981)

v2.5.4

Compare Source

  • fix(cache): don't try to set up node_modules with node_modules_dir manual in
    deno cache (#​30957)
  • fix(cli): jsx pragma-related swc panics (#​30935)
  • fix(ext/node): fs.cp and fs.cpSync compatibility (#​30502)
  • fix(ext/node): fs.stat and fs.statSync compatibility (#​30866)
  • fix(ext/node): avoid stack overflow in node:zlib's gunzip (#​30865)
  • fix(ext/node): fs.realpath buffer encoding (#​30885)
  • fix(ext/node): inspect X509Certificate class (#​30882)
  • fix(ext/node): map BadResource error to the corresponding node error (#​30926)
  • fix(ext/node): omit smi from zlib.crc32 op function (#​30907)
  • fix(tunnel): prevent auth subprocess loop with tasks (#​30896)
  • fix(tunnel): unhide --tunnel flag (#​30940)
  • fix(update): preserve tilde in version range (#​30946)
  • fix(webgpu): crash after isolate disposal (#​30909)
  • fix: use ArrayIsArray primordial (#​30927)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@changeset-bot
Copy link

changeset-bot bot commented Oct 9, 2025

⚠️ No Changeset found

Latest commit: 39e8958

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/deno-monorepo branch from 0160920 to 39e8958 Compare October 29, 2025 02:56
@renovate renovate bot changed the title chore(deps): update dependency deno to v2.5.4 chore(deps): update dependency deno to v2.5.5 Oct 29, 2025
@tmcw tmcw merged commit 74fd777 into main Oct 29, 2025
2 checks passed
@renovate renovate bot deleted the renovate/deno-monorepo branch October 29, 2025 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants