Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2025

This PR contains the following updates:

Package Type Update Change
deno_config workspace.dependencies minor 0.71.00.79.0
deno_package_json dependencies minor 0.23.00.31.0
deno_semver (source) workspace.dependencies patch 0.9.00.9.1
jsonc-parser dependencies minor 0.27.00.29.0

Release Notes

denoland/deno (deno_package_json)

v0.31.0

Compare Source

  • BREAKING CHANGE: remove support for blob: URL in Worker (#​3722)
  • BREAKING CHANGE: remove Deno namespace support and noDenoNamespace option in
    Worker constructor (#​3722)
  • BREAKING CHANGE: rename dial to connect and dialTLS to connectTLS (#​3710)
  • feat: Add signal handlers (#​3757)
  • feat: Implemented alternative open mode in files (#​3119)
  • feat: Use globalThis to reference global scope (#​3719)
  • feat: add AsyncUnref ops (#​3721)
  • feat: stabilize net Addr (#​3709)
  • fix: correct yaml's sortKeys type (#​3708)
  • refactor: Improve path handling in permission checks (#​3714)
  • refactor: Improve web workers (#​3722, #​3732, #​3730, #​3735)
  • refactor: Reduce number of ErrorKind variants (#​3662)
  • refactor: Remove Isolate.shared_response_buf optimization (#​3759)
  • upgrade: rusty_v8 (#​3764, #​3769, #​3741)

v0.30.0

Compare Source

  • BREAKING CHANGE Revert "feat(flags): script arguments come after '--'" (#​3681)
  • feat(fs): add more unix-only fields to FileInfo (#​3680)
  • feat(http): allow response body to be string (#​3705)
  • feat(std/node): Added node timers builtin (#​3634)
  • feat: Add Deno.symbols and move internal fields for test (#​3693)
  • feat: Add gzip, brotli and ETag support for file fetcher (#​3597)
  • feat: support individual async handler for each op (#​3690)
  • fix(workers): minimal error handling and async module loading (#​3665)
  • fix: Remove std/multipart (#​3647)
  • fix: Resolve read/write whitelists from CWD (#​3684)
  • fix: process hangs when fetch called (#​3657)
  • perf: Create an old program to be used in snapshot (#​3644, #​3661)
  • perf: share http client in file fetcher (#​3683)
  • refactor: remove Isolate.current_send_cb_info and DenoBuf, port
    Isolate.shared_response_buf (#​3643)

v0.29.0

Compare Source

v0.28.0

Compare Source

  • feat: Add Deno.dir("executable") (#​3526)
  • feat: Add missing mod.ts files in std (#​3509)
  • fix(repl): Do not crash on async op reject (#​3527)
  • fix(std/encoding/yaml): support document separator in parseAll (#​3535)
  • fix: Allow reading into a 0-length array (#​3329)
  • fix: Drop unnecessary Object.assign from createResolvable() (#​3548)
  • fix: Expose shutdown() and ShutdownMode TS def (#​3558, #​3560)
  • fix: Remove wildcard export in uuid module (#​3540)
  • fix: Return null on error in Deno.dir() (#​3531)
  • fix: Use shared HTTP client (#​3563)
  • fix: Use sync ops when clearing the console (#​3533)
  • refactor: Move HttpBody to cli/http_util.rs (#​3569)
  • upgrade: Reqwest to 0.10.0 (#​3567)
  • upgrade: Rust to 1.40.0 (#​3542)
  • upgrade: Tokio 0.2 (#​3418, #​3571)

v0.27.0

Compare Source

  • feat: Support utf8 in file_server (#​3495)
  • feat: add help & switch to flags to file_server (#​3489)
  • feat: fetch should support URL instance as input (#​3496)
  • feat: replace Deno.homeDir with Deno.dir (#​3491, #​3518)
  • feat: show detailed version with --version (#​3507)
  • fix(installer): installs to the wrong directory on Windows (#​3462)
  • fix(std/http): close connection on .respond() error (#​3475)
  • fix(std/node): better error message for read perm in require() (#​3502)
  • fix(timer): due/now Math.max instead of min (#​3477)
  • fix: Improve empty test case error messages (#​3514)
  • fix: Only swallow NotFound errors in std/fs/expandGlob() (#​3479)
  • fix: decoding uri in file_server (#​3187)
  • fix: file_server should get file and fileInfo concurrently (#​3486)
  • fix: file_server swallowing permission errors (#​3467)
  • fix: isolate tests silently failing (#​3459)
  • fix: permission errors are swallowed in fs.exists, fs.emptyDir, fs.copy
    (#​3493, #​3501, #​3504)
  • fix: plugin ops should change op count metrics (#​3455)
  • fix: release assets not being executable (#​3480)
  • upgrade: tokio 0.2 in deno_core_http_bench, take2 (#​3435)
  • upgrade: upgrade subcommand links to v0.26.0 (#​3492)

v0.26.0

Compare Source

  • feat: Add --no-remote, rename --no-fetch to --cached-only (#​3417)
  • feat: Native plugins AKA dlopen (#​3372)
  • fix: Improve html for file_server (#​3423)
  • fix: MacOS Catalina build failures (#​3441)
  • fix: Realpath behavior in windows (#​3425)
  • fix: Timer/microtask ordering (#​3439)
  • fix: Tweaks to arg_hacks and add v8-flags to repl (#​3409)
  • refactor: Disable eager polling for ops (#​3434)

v0.25.0

Compare Source

  • feat: Support named exports on bundles (#​3352)
  • feat: Add --check for deno fmt (#​3369)
  • feat: Add Deno.realpath (#​3404)
  • feat: Add ignore parser for std/prettier (#​3399)
  • feat: Add std/encoding/yaml module (#​3361)
  • feat: Add std/node polyfill for require() (#​3382, #​3380)
  • feat: Add std/node/process (#​3368)
  • feat: Allow op registration during calls in core (#​3375)
  • feat: Better error message for missing module (#​3402)
  • feat: Support load yaml/yml prettier config (#​3370)
  • fix: Make private namespaces in lib.deno_runtime.d.ts more private (#​3400)
  • fix: Remote .wasm import content type issue (#​3351)
  • fix: Run std tests with cargo test (#​3344)
  • fix: deno fmt should respect prettierrc and prettierignore (#​3346)
  • fix: std/datetime toIMF bug (#​3357)
  • fix: better error for 'relative import path not prefixed with...' (#​3405)
  • refactor: Elevate DenoPermissions lock to top level (#​3398)
  • refactor: Reorganize flags, removes ability to specify run arguments like
    --allow-net after the script (#​3389)
  • refactor: Use futures 0.3 API (#​3358, #​3359, #​3363, #​3388, #​3381)
  • chore: Remove unneeded tokio deps (#​3376)

v0.24.0

Compare Source

denoland/deno_semver (deno_semver)

v0.9.1

Compare Source

  • fix: deserialize package reqs as normalized (#​49)
  • fix: pre-release range comparison (#​45)
dprint/jsonc-parser (jsonc-parser)

v0.29.0

Compare Source

v0.28.0

Compare Source


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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate
Copy link
Contributor Author

renovate bot commented Nov 29, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/knope-versioning/Cargo.toml --package [email protected] --precise 0.29.0
    Updating crates.io index
error: failed to select a version for the requirement `jsonc-parser = "^0.27.1"`
candidate versions found which didn't match: 0.29.0
location searched: crates.io index
required by package `deno_config v0.79.0`
    ... which satisfies dependency `deno_config = "^0.79.0"` (locked to 0.79.0) of package `knope v0.22.1 (/tmp/renovate/repos/github/knope-dev/knope/crates/knope)`

@netlify
Copy link

netlify bot commented Nov 29, 2025

👷 Deploy Preview for knope processing.

Name Link
🔨 Latest commit 4b7e5eb
🔍 Latest deploy log https://app.netlify.com/projects/knope/deploys/697ce1d07b9bf30008761bc9

@renovate renovate bot force-pushed the renovate/deno branch 14 times, most recently from 3209539 to 12cf79a Compare December 4, 2025 20:20
@renovate renovate bot force-pushed the renovate/deno branch 7 times, most recently from 18bd96a to e3bed55 Compare December 12, 2025 17:36
@renovate renovate bot force-pushed the renovate/deno branch 3 times, most recently from eaa0fe3 to 4c72ebb Compare December 20, 2025 15:14
@renovate renovate bot force-pushed the renovate/deno branch 4 times, most recently from 1df743e to ee192d2 Compare December 22, 2025 19:53
@renovate renovate bot force-pushed the renovate/deno branch 19 times, most recently from 0c5075a to 7c9a575 Compare January 23, 2026 22:08
@renovate renovate bot force-pushed the renovate/deno branch 9 times, most recently from ab4cfa8 to ff1ad46 Compare January 29, 2026 21:10
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.

0 participants