chore(deps): update asdf tool versions #551

Open
renovate wants to merge 1 commit from renovate/asdf-tool-versions into main
Collaborator

This PR contains the following updates:

Package Update Change
just minor 1.51.01.57.0
node (source) minor 26.2.026.5.0

Release Notes

casey/just (just)

v1.57.0

Compare Source

Changed
Fixed
  • Don't reevaluate lazy assignments in user-defined functions (#​3654 by casey)
  • Don't print parenthesis around dependencies without arguments (#​3653 by casey)
  • Accept override paths containing module aliases (#​3652 by casey)
  • Fix line number in error message after multi-line interpolation (#​3646 by casey)
  • Don't execute dotenv commands during dry run (#​3644 by casey)
  • Only run dotenv-command in root module (#​3643 by casey)
  • Detect module cycle when path uses .. (#​3641 by casey)
  • Recipes with [arg(min)] greater than zero cannot be default (#​3639 by casey)
  • Avoid panic in ambiguous module file error (#​3638 by casey)
  • Consider value when checking for setting conflicts (#​3627 by casey)
  • Ignore disabled indentation settings (#​3618 by casey)
  • Reject duplicate function parameters (#​3611 by casey)
  • Allow defaulted option before required positional parameter (#​3609 by casey)
  • Truncate cache entry before writing (#​3603 by casey)
  • Ignore absent optional modules under --allow-missing (#​3601 by casey)
Added
Misc

v1.56.0

Compare Source

Fixed
Changed
Added
Misc

v1.55.1

Compare Source

Fixed
  • Fix panic when empty path is passed to --show and --usage (#​3511 by casey)
Misc

v1.55.0

Compare Source

Fixed
Changed
Added
Misc

v1.54.0

Compare Source

Fixed
  • Forbid duplicate attribute keys (#​3454 by casey)
  • Clear signal handler when infallible line catches signal (#​3444 by casey)
Changed
Added
Cached Recipes
Misc

v1.53.0

Compare Source

Added
Changed
Lists
Misc

v1.52.0

Compare Source

Added
Changed
  • Disable aliases that depend on absent modules (#​3358 by casey)
  • Print formatted justfile to stdout when source is stdin (#​3356 by casey)
  • Allow search directory with more subcommands (#​3353 by casey)
  • Disable recipes that depend on absent modules (#​3352 by casey)
Misc
nodejs/node (node)

v26.5.0: 2026-07-08, Version 26.5.0 (Current), @​richardlau

Compare Source

Notable Changes
New release key

Welcome to our newest releaser, Stewart X Addison. Future Node.js releases may be signed with his release key, 655F3B5C1FB3FA8D1A0CA6BDE4A7D232B936D2FD.

Other notable changes
Commits

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between day 1 and 7 of the month (* * 1-7 * *)
  • 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.

👻 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [just](https://github.com/casey/just) | minor | `1.51.0` → `1.57.0` | | [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) | minor | `26.2.0` → `26.5.0` | --- ### Release Notes <details> <summary>casey/just (just)</summary> ### [`v1.57.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1570---2026-07-18) [Compare Source](https://github.com/casey/just/compare/1.56.0...1.57.0) ##### Changed - Pass arguments to `cmd.exe` without escaping ([#&#8203;3636](https://github.com/casey/just/pull/3636) by [casey](https://github.com/casey)) - `split('')` splits into characters ([#&#8203;3650](https://github.com/casey/just/pull/3650) by [casey](https://github.com/casey)) - Accept markdown justfiles found by name ([#&#8203;3648](https://github.com/casey/just/pull/3648) by [casey](https://github.com/casey)) - Make `[env]` variables visible to `shell()` invocations ([#&#8203;3631](https://github.com/casey/just/pull/3631) by [casey](https://github.com/casey)) - Forbid duplicate groups ([#&#8203;3626](https://github.com/casey/just/pull/3626) by [casey](https://github.com/casey)) - Forbid option names beginning with `-` ([#&#8203;3608](https://github.com/casey/just/pull/3608) by [casey](https://github.com/casey)) - Don't accept option arguments starting with `-=` or `--=` ([#&#8203;3607](https://github.com/casey/just/pull/3607) by [casey](https://github.com/casey)) - Reject empty alphabet in `choose()` regardless of count ([#&#8203;3605](https://github.com/casey/just/pull/3605) by [casey](https://github.com/casey)) - Forbid `[arg(flag)]` with `[arg(pattern)]` ([#&#8203;3602](https://github.com/casey/just/pull/3602) by [casey](https://github.com/casey)) - Add extension to cache key ([#&#8203;3600](https://github.com/casey/just/pull/3600) by [casey](https://github.com/casey)) ##### Fixed - Don't reevaluate lazy assignments in user-defined functions ([#&#8203;3654](https://github.com/casey/just/pull/3654) by [casey](https://github.com/casey)) - Don't print parenthesis around dependencies without arguments ([#&#8203;3653](https://github.com/casey/just/pull/3653) by [casey](https://github.com/casey)) - Accept override paths containing module aliases ([#&#8203;3652](https://github.com/casey/just/pull/3652) by [casey](https://github.com/casey)) - Fix line number in error message after multi-line interpolation ([#&#8203;3646](https://github.com/casey/just/pull/3646) by [casey](https://github.com/casey)) - Don't execute dotenv commands during dry run ([#&#8203;3644](https://github.com/casey/just/pull/3644) by [casey](https://github.com/casey)) - Only run `dotenv-command` in root module ([#&#8203;3643](https://github.com/casey/just/pull/3643) by [casey](https://github.com/casey)) - Detect module cycle when path uses `..` ([#&#8203;3641](https://github.com/casey/just/pull/3641) by [casey](https://github.com/casey)) - Recipes with `[arg(min)]` greater than zero cannot be default ([#&#8203;3639](https://github.com/casey/just/pull/3639) by [casey](https://github.com/casey)) - Avoid panic in ambiguous module file error ([#&#8203;3638](https://github.com/casey/just/pull/3638) by [casey](https://github.com/casey)) - Consider value when checking for setting conflicts ([#&#8203;3627](https://github.com/casey/just/pull/3627) by [casey](https://github.com/casey)) - Ignore disabled indentation settings ([#&#8203;3618](https://github.com/casey/just/pull/3618) by [casey](https://github.com/casey)) - Reject duplicate function parameters ([#&#8203;3611](https://github.com/casey/just/pull/3611) by [casey](https://github.com/casey)) - Allow defaulted option before required positional parameter ([#&#8203;3609](https://github.com/casey/just/pull/3609) by [casey](https://github.com/casey)) - Truncate cache entry before writing ([#&#8203;3603](https://github.com/casey/just/pull/3603) by [casey](https://github.com/casey)) - Ignore absent optional modules under `--allow-missing` ([#&#8203;3601](https://github.com/casey/just/pull/3601) by [casey](https://github.com/casey)) ##### Added - Add `len()` function ([#&#8203;3663](https://github.com/casey/just/pull/3663) by [casey](https://github.com/casey)) - Avoid panic when passed parentless justfile path ([#&#8203;3624](https://github.com/casey/just/pull/3624) by [casey](https://github.com/casey)) ##### Misc - Fix flags and options link in readme ([#&#8203;3669](https://github.com/casey/just/pull/3669) by [casey](https://github.com/casey)) - Add `else if` to grammar ([#&#8203;3667](https://github.com/casey/just/pull/3667) by [casey](https://github.com/casey)) - Remove function context macro ([#&#8203;3659](https://github.com/casey/just/pull/3659) by [casey](https://github.com/casey)) - Remove on-demand assignment evaluation ([#&#8203;3658](https://github.com/casey/just/pull/3658) by [casey](https://github.com/casey)) - Compute assignment references for `--evaluate` ([#&#8203;3657](https://github.com/casey/just/pull/3657) by [casey](https://github.com/casey)) - Evaluate const assignments in evaluation order ([#&#8203;3656](https://github.com/casey/just/pull/3656) by [casey](https://github.com/casey)) - Collect references transitively ([#&#8203;3655](https://github.com/casey/just/pull/3655) by [casey](https://github.com/casey)) - Serialize dependency path in JSON ([#&#8203;3651](https://github.com/casey/just/pull/3651) by [casey](https://github.com/casey)) - Print full recipe path for alias targets in `--show` and `--usage` ([#&#8203;3649](https://github.com/casey/just/pull/3649) by [casey](https://github.com/casey)) - Reject unexpected arguments to `--completions` ([#&#8203;3642](https://github.com/casey/just/pull/3642) by [casey](https://github.com/casey)) - Use recipe path in usage hint ([#&#8203;3635](https://github.com/casey/just/pull/3635) by [casey](https://github.com/casey)) - Trim non-cycle prefix from circular variable dependency errors ([#&#8203;3634](https://github.com/casey/just/pull/3634) by [casey](https://github.com/casey)) - Suggest similarly named submodules ([#&#8203;3633](https://github.com/casey/just/pull/3633) by [casey](https://github.com/casey)) - Report disabled recipes and aliases in `--show` and `--usage` ([#&#8203;3632](https://github.com/casey/just/pull/3632) by [casey](https://github.com/casey)) - Respect `--no-highlight` when echoing script recipes ([#&#8203;3630](https://github.com/casey/just/pull/3630) by [casey](https://github.com/casey)) - Report undefined variables in order ([#&#8203;3629](https://github.com/casey/just/pull/3629) by [casey](https://github.com/casey)) - Report correct final recipe in circular dependencies ([#&#8203;3628](https://github.com/casey/just/pull/3628) by [casey](https://github.com/casey)) - Ignore files with module directory name ([#&#8203;3625](https://github.com/casey/just/pull/3625) by [casey](https://github.com/casey)) - Dump unexports in alphabetical order ([#&#8203;3623](https://github.com/casey/just/pull/3623) by [casey](https://github.com/casey)) - Reject extra arguments to `--groups` ([#&#8203;3622](https://github.com/casey/just/pull/3622) by [casey](https://github.com/casey)) - Reject search-path-prefixes with `--global-justfile` ([#&#8203;3621](https://github.com/casey/just/pull/3621) by [casey](https://github.com/casey)) - Refactor AST display ([#&#8203;3620](https://github.com/casey/just/pull/3620) by [casey](https://github.com/casey)) - Format justfile with no items as empty string ([#&#8203;3619](https://github.com/casey/just/pull/3619) by [casey](https://github.com/casey)) - Return search errors other than `NotFound` during fallback ([#&#8203;3617](https://github.com/casey/just/pull/3617) by [casey](https://github.com/casey)) - Propagate more exit codes ([#&#8203;3615](https://github.com/casey/just/pull/3615) by [casey](https://github.com/casey)) - Use interpreter file name to determine script shell kind ([#&#8203;3614](https://github.com/casey/just/pull/3614) by [casey](https://github.com/casey)) - Resolve module aliases in `--evaluate` paths ([#&#8203;3613](https://github.com/casey/just/pull/3613) by [casey](https://github.com/casey)) - Trim and ignore empty doc comments ([#&#8203;3612](https://github.com/casey/just/pull/3612) by [casey](https://github.com/casey)) - Blame second recipe for duplicate `[default]` attribute ([#&#8203;3610](https://github.com/casey/just/pull/3610) by [casey](https://github.com/casey)) - Visit modules in order in `--choose` ([#&#8203;3606](https://github.com/casey/just/pull/3606) by [casey](https://github.com/casey)) - Include path in `canonicalize()` error message ([#&#8203;3604](https://github.com/casey/just/pull/3604) by [casey](https://github.com/casey)) - Remove fuzzer ([#&#8203;3599](https://github.com/casey/just/pull/3599) by [casey](https://github.com/casey)) ### [`v1.56.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1560---2026-07-09) [Compare Source](https://github.com/casey/just/compare/1.55.1...1.56.0) ##### Fixed - Omit authorization header in install script if GITHUB\_TOKEN is empty ([#&#8203;3595](https://github.com/casey/just/pull/3595) by [casey](https://github.com/casey)) - Evaluate assignments in dependency order ([#&#8203;3591](https://github.com/casey/just/pull/3591) by [casey](https://github.com/casey)) - Do not run `shell()` commands during dry run ([#&#8203;3588](https://github.com/casey/just/pull/3588) by [casey](https://github.com/casey)) - List aliases for recipes in other modules ([#&#8203;3581](https://github.com/casey/just/pull/3581) by [casey](https://github.com/casey)) - Don't unindent format strings twice ([#&#8203;3579](https://github.com/casey/just/pull/3579) by [casey](https://github.com/casey)) - Include doc comments and attributes in `--show` ([#&#8203;3578](https://github.com/casey/just/pull/3578) by [casey](https://github.com/casey)) - Don't resolve submodule variables to parent module variables ([#&#8203;3577](https://github.com/casey/just/pull/3577) by [casey](https://github.com/casey)) - Show dependency paths ([#&#8203;3576](https://github.com/casey/just/pull/3576) by [casey](https://github.com/casey)) - Reject shell-expanded string identifier in format string interpolation ([#&#8203;3575](https://github.com/casey/just/pull/3575) by [casey](https://github.com/casey)) - Resolve variables in `[cache]` expressions ([#&#8203;3573](https://github.com/casey/just/pull/3573) by [casey](https://github.com/casey)) - Preserve blank CRLF lines between recipes ([#&#8203;3568](https://github.com/casey/just/pull/3568) by [casey](https://github.com/casey)) - Report mixed leading whitespace in recipe bodies ([#&#8203;3567](https://github.com/casey/just/pull/3567) by [casey](https://github.com/casey)) - Preserve `eager` keyword in `--dump` and `--fmt` ([#&#8203;3565](https://github.com/casey/just/pull/3565) by [casey](https://github.com/casey)) - Export `[env]` variables to recipe bodies ([#&#8203;3566](https://github.com/casey/just/pull/3566) by [casey](https://github.com/casey)) - Don't add trailing space to empty doc comments ([#&#8203;3564](https://github.com/casey/just/pull/3564) by [casey](https://github.com/casey)) - Preserve CRLF when unindenting blank lines ([#&#8203;3563](https://github.com/casey/just/pull/3563) by [casey](https://github.com/casey)) - Include parameter `multiple` in dump ([#&#8203;3562](https://github.com/casey/just/pull/3562) by [casey](https://github.com/casey)) - Skip private variables when calculating `--evaluate` padding ([#&#8203;3561](https://github.com/casey/just/pull/3561) by [casey](https://github.com/casey)) - Don't show flag placeholders in `--usage` ([#&#8203;3559](https://github.com/casey/just/pull/3559) by [casey](https://github.com/casey)) - Fix `is_dependency()` in `[confirm]` expressions ([#&#8203;3558](https://github.com/casey/just/pull/3558) by [casey](https://github.com/casey)) - Skip private modules when choosing ([#&#8203;3557](https://github.com/casey/just/pull/3557) by [casey](https://github.com/casey)) - Don't re-evaluate assignments in user-defined functions ([#&#8203;3555](https://github.com/casey/just/pull/3555) by [casey](https://github.com/casey)) - Forbid format-string backticks ([#&#8203;3554](https://github.com/casey/just/pull/3554) by [casey](https://github.com/casey)) - Don't use shebangs as doc comments ([#&#8203;3553](https://github.com/casey/just/pull/3553) by [casey](https://github.com/casey)) - Don't deduplicate ASTs ([#&#8203;3552](https://github.com/casey/just/pull/3552) by [casey](https://github.com/casey)) - Allow escaping CRLF in strings ([#&#8203;3550](https://github.com/casey/just/pull/3550) by [casey](https://github.com/casey)) - Ignore sigils on continuation lines ([#&#8203;3549](https://github.com/casey/just/pull/3549) by [casey](https://github.com/casey)) - Catch circular references though function calls ([#&#8203;3548](https://github.com/casey/just/pull/3548) by [casey](https://github.com/casey)) - Resolve references in module `[doc]` attributes ([#&#8203;3547](https://github.com/casey/just/pull/3547) by [casey](https://github.com/casey)) - Avoid exponential blowup when traversing dependencies ([#&#8203;3546](https://github.com/casey/just/pull/3546) by [casey](https://github.com/casey)) - Handle invalid shebang lines ([#&#8203;3545](https://github.com/casey/just/pull/3545) by [casey](https://github.com/casey)) - Fix variable shadowing ([#&#8203;3543](https://github.com/casey/just/pull/3543) by [casey](https://github.com/casey)) - Handle timestamp formatting errors ([#&#8203;3542](https://github.com/casey/just/pull/3542) by [casey](https://github.com/casey)) - Display correct mismatched delimiter in format string ([#&#8203;3540](https://github.com/casey/just/pull/3540) by [casey](https://github.com/casey)) - Handle unterminated format string ([#&#8203;3539](https://github.com/casey/just/pull/3539) by [casey](https://github.com/casey)) - Error on end-of-file after backslash ([#&#8203;3538](https://github.com/casey/just/pull/3538) by [casey](https://github.com/casey)) ##### Changed - Make `path_exists('')` return false ([#&#8203;3570](https://github.com/casey/just/pull/3570) by [casey](https://github.com/casey)) - Make `set ignore-comments` only apply to shell recipes ([#&#8203;3544](https://github.com/casey/just/pull/3544) by [casey](https://github.com/casey)) - Remove `!include` error ([#&#8203;3541](https://github.com/casey/just/pull/3541) by [casey](https://github.com/casey)) - Allow `[doc]` to be const expression ([#&#8203;3516](https://github.com/casey/just/pull/3516) by [casey](https://github.com/casey)) - Allow conditional attributes on all items ([#&#8203;3515](https://github.com/casey/just/pull/3515) by [casey](https://github.com/casey)) ##### Added - Resolve module aliases in `--show`, `--list`, and `--usage` ([#&#8203;3580](https://github.com/casey/just/pull/3580) by [casey](https://github.com/casey)) - Add `num_jobs()` function ([#&#8203;3537](https://github.com/casey/just/pull/3537) by [casey](https://github.com/casey)) - Add `--jobs` option to limit parallelism ([#&#8203;3531](https://github.com/casey/just/pull/3531) by [casey](https://github.com/casey)) - Add `indentation` setting ([#&#8203;3530](https://github.com/casey/just/pull/3530) by [casey](https://github.com/casey)) - Add `[arg(min)]` ([#&#8203;3524](https://github.com/casey/just/pull/3524) by [casey](https://github.com/casey)) - Add `[arg(max)]` ([#&#8203;3522](https://github.com/casey/just/pull/3522) by [casey](https://github.com/casey)) ##### Misc - Construct `ExpressionContext` with `.into()` ([#&#8203;3590](https://github.com/casey/just/pull/3590) by [casey](https://github.com/casey)) - Add Spack package to readme ([#&#8203;3589](https://github.com/casey/just/pull/3589) by [casey](https://github.com/casey)) - Look up variables by number ([#&#8203;3585](https://github.com/casey/just/pull/3585) by [casey](https://github.com/casey)) - Consolidate variable resolution ([#&#8203;3584](https://github.com/casey/just/pull/3584) by [casey](https://github.com/casey)) - Add `ListEntry` ([#&#8203;3583](https://github.com/casey/just/pull/3583) by [casey](https://github.com/casey)) - Give format string token kinds unique display implementations ([#&#8203;3574](https://github.com/casey/just/pull/3574) by [casey](https://github.com/casey)) - Update `[arg(min, max)]` description in readme ([#&#8203;3572](https://github.com/casey/just/pull/3572) by [casey](https://github.com/casey)) - Move lexiclean into source tree ([#&#8203;3569](https://github.com/casey/just/pull/3569) by [casey](https://github.com/casey)) - Remove debug assert in `Recipe::group_arguments()` ([#&#8203;3560](https://github.com/casey/just/pull/3560) by [casey](https://github.com/casey)) - Deprecate `set windows-shell` ([#&#8203;3536](https://github.com/casey/just/pull/3536) by [casey](https://github.com/casey)) - Move `[arg]` attribute construction into helper method ([#&#8203;3525](https://github.com/casey/just/pull/3525) by [casey](https://github.com/casey)) - Consolidate attribute display ([#&#8203;3514](https://github.com/casey/just/pull/3514) by [casey](https://github.com/casey)) ### [`v1.55.1`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1551---2026-06-29) [Compare Source](https://github.com/casey/just/compare/1.55.0...1.55.1) ##### Fixed - Fix panic when empty path is passed to `--show` and `--usage` ([#&#8203;3511](https://github.com/casey/just/pull/3511) by [casey](https://github.com/casey)) ##### Misc - Upgrade sha2 to 0.11.0 ([#&#8203;3512](https://github.com/casey/just/pull/3512) by [casey](https://github.com/casey)) - Remove `Test::test_round_trip()` ([#&#8203;3509](https://github.com/casey/just/pull/3509) by [casey](https://github.com/casey)) - Remove round-trip testing ([#&#8203;3508](https://github.com/casey/just/pull/3508) by [casey](https://github.com/casey)) ### [`v1.55.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1550---2026-06-29) [Compare Source](https://github.com/casey/just/compare/1.54.0...1.55.0) ##### Fixed - Fix forwarded dependency flag value ([#&#8203;3489](https://github.com/casey/just/pull/3489) by [casey](https://github.com/casey)) ##### Changed - Allow `[arg(pattern)]` to be a list ([#&#8203;3484](https://github.com/casey/just/pull/3484) by [casey](https://github.com/casey)) - Allow `[arg(help)]` to be expression ([#&#8203;3483](https://github.com/casey/just/pull/3483) by [casey](https://github.com/casey)) - Allow `[arg(pattern)]` to be expression ([#&#8203;3482](https://github.com/casey/just/pull/3482) by [casey](https://github.com/casey)) ##### Added - Add stream gates to `style()` ([#&#8203;3503](https://github.com/casey/just/pull/3503) by [casey](https://github.com/casey)) - Accept `-F` for `--dotenv-filename` ([#&#8203;3498](https://github.com/casey/just/pull/3498) by [casey](https://github.com/casey)) - Add `just_version()` function ([#&#8203;3497](https://github.com/casey/just/pull/3497) by [casey](https://github.com/casey)) - Add `[arg(multiple)]` ([#&#8203;3493](https://github.com/casey/just/pull/3493) by [casey](https://github.com/casey)) - Allow combining short options ([#&#8203;3490](https://github.com/casey/just/pull/3490) by [casey](https://github.com/casey)) - Allow variadic parameters to be options ([#&#8203;3488](https://github.com/casey/just/pull/3488) by [casey](https://github.com/casey)) - Default `[arg(short)]` to first character of parameter name ([#&#8203;3486](https://github.com/casey/just/pull/3486) by [casey](https://github.com/casey)) - Add support for RGB and fixed colors to `style()` ([#&#8203;3479](https://github.com/casey/just/pull/3479) by [casey](https://github.com/casey)) - Improve `style()` function ([#&#8203;3478](https://github.com/casey/just/pull/3478) by [casey](https://github.com/casey)) - Add `set minimum-version` ([#&#8203;3477](https://github.com/casey/just/pull/3477) by [casey](https://github.com/casey)) - Add module aliases ([#&#8203;3472](https://github.com/casey/just/pull/3472) by [casey](https://github.com/casey)) ##### Misc - Add example to cached recipes readme ([#&#8203;3506](https://github.com/casey/just/pull/3506) by [casey](https://github.com/casey)) - Fix readme heading levels ([#&#8203;3505](https://github.com/casey/just/pull/3505) by [casey](https://github.com/casey)) - Move Friendly Admonitions higher in Cached Recipes section ([#&#8203;3504](https://github.com/casey/just/pull/3504) by [casey](https://github.com/casey)) - Rename test helper functions ([#&#8203;3502](https://github.com/casey/just/pull/3502) by [casey](https://github.com/casey)) - Simplify tests ([#&#8203;3501](https://github.com/casey/just/pull/3501) by [casey](https://github.com/casey)) - Use `assert_eval_eq` in tests ([#&#8203;3499](https://github.com/casey/just/pull/3499) by [casey](https://github.com/casey)) - Expand readme intro list ([#&#8203;3496](https://github.com/casey/just/pull/3496) by [casey](https://github.com/casey)) - Organize readme into sections ([#&#8203;3495](https://github.com/casey/just/pull/3495) by [casey](https://github.com/casey)) - Rename option tests ([#&#8203;3494](https://github.com/casey/just/pull/3494) by [casey](https://github.com/casey)) - Move option application to `switch.apply()` ([#&#8203;3491](https://github.com/casey/just/pull/3491) by [casey](https://github.com/casey)) - Document that `[arg(help)]` may be a list ([#&#8203;3485](https://github.com/casey/just/pull/3485) by [casey](https://github.com/casey)) - Move override processing out of `Analyzer` ([#&#8203;3481](https://github.com/casey/just/pull/3481) by [casey](https://github.com/casey)) - Add `ConstEvalError` ([#&#8203;3480](https://github.com/casey/just/pull/3480) by [casey](https://github.com/casey)) - Remove `ModuleAlias` ([#&#8203;3475](https://github.com/casey/just/pull/3475) by [casey](https://github.com/casey)) - Chain tests ([#&#8203;3476](https://github.com/casey/just/pull/3476) by [casey](https://github.com/casey)) - Remove temptree dependency ([#&#8203;3473](https://github.com/casey/just/pull/3473) by [casey](https://github.com/casey)) - Simplify show tests ([#&#8203;3471](https://github.com/casey/just/pull/3471) by [casey](https://github.com/casey)) - Remove unnecessary tab escapes ([#&#8203;3470](https://github.com/casey/just/pull/3470) by [casey](https://github.com/casey)) - Indent `Test::write()` strings ([#&#8203;3469](https://github.com/casey/just/pull/3469) by [casey](https://github.com/casey)) - Document cache key printing ([#&#8203;3468](https://github.com/casey/just/pull/3468) by [casey](https://github.com/casey)) - Remove generic argument from `Count` ([#&#8203;3467](https://github.com/casey/just/pull/3467) by [casey](https://github.com/casey)) ### [`v1.54.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1540---2026-06-22) [Compare Source](https://github.com/casey/just/compare/1.53.0...1.54.0) ##### Fixed - Forbid duplicate attribute keys ([#&#8203;3454](https://github.com/casey/just/pull/3454) by [casey](https://github.com/casey)) - Clear signal handler when infallible line catches signal ([#&#8203;3444](https://github.com/casey/just/pull/3444) by [casey](https://github.com/casey)) ##### Changed - Allow passing `--dotenv-command` multiple times ([#&#8203;3445](https://github.com/casey/just/pull/3445) by [casey](https://github.com/casey)) - Allow `[arg]` `value` to be expression ([#&#8203;3429](https://github.com/casey/just/pull/3429) by [casey](https://github.com/casey)) ##### Added - Add `[continue]` attribute ([#&#8203;3442](https://github.com/casey/just/pull/3442) by [casey](https://github.com/casey)) - Add `--dotenv-command` and `set dotenv-command` ([#&#8203;3441](https://github.com/casey/just/pull/3441) by [casey](https://github.com/casey)) ##### Cached Recipes - Add cache key to verbose output ([#&#8203;3465](https://github.com/casey/just/pull/3465) by [casey](https://github.com/casey)) - Add `--no-cache` flag ([#&#8203;3463](https://github.com/casey/just/pull/3463) by [casey](https://github.com/casey)) - Remove empty cache entries with `just --clean` ([#&#8203;3462](https://github.com/casey/just/pull/3462) by [casey](https://github.com/casey)) - Add `just --clean` instructions to readme ([#&#8203;3461](https://github.com/casey/just/pull/3461) by [casey](https://github.com/casey)) - Allow filtering `--clean` by recipe and module path ([#&#8203;3460](https://github.com/casey/just/pull/3460) by [casey](https://github.com/casey)) - Add `--clean` subcommand for clearing recipe cache ([#&#8203;3459](https://github.com/casey/just/pull/3459) by [casey](https://github.com/casey)) - Include recipe name in cache entries ([#&#8203;3457](https://github.com/casey/just/pull/3457) by [casey](https://github.com/casey)) - Add extra user-supplied cache key ([#&#8203;3456](https://github.com/casey/just/pull/3456) by [casey](https://github.com/casey)) - Fix working directory cache key ([#&#8203;3455](https://github.com/casey/just/pull/3455) by [casey](https://github.com/casey)) - Add output files to cached recipes ([#&#8203;3453](https://github.com/casey/just/pull/3453) by [casey](https://github.com/casey)) - Add file inputs to cached recipes ([#&#8203;3452](https://github.com/casey/just/pull/3452) by [casey](https://github.com/casey)) - Use body lines in cache key ([#&#8203;3451](https://github.com/casey/just/pull/3451) by [casey](https://github.com/casey)) - Use recipe body in cache key instead of lines ([#&#8203;3447](https://github.com/casey/just/pull/3447) by [casey](https://github.com/casey)) - Add additional cache keys ([#&#8203;3446](https://github.com/casey/just/pull/3446) by [casey](https://github.com/casey)) - Add cached recipes ([#&#8203;3437](https://github.com/casey/just/pull/3437) by [casey](https://github.com/casey)) ##### Misc - Rename `AttributeDiscriminant` to `AttributeKind` ([#&#8203;3464](https://github.com/casey/just/pull/3464) by [casey](https://github.com/casey)) - Improve invalid shell recipe attribute error message ([#&#8203;3458](https://github.com/casey/just/pull/3458) by [casey](https://github.com/casey)) - Add `Environment` struct ([#&#8203;3450](https://github.com/casey/just/pull/3450) by [casey](https://github.com/casey)) - Remove `Test::no_justfile()` ([#&#8203;3449](https://github.com/casey/just/pull/3449) by [casey](https://github.com/casey)) - Use plural consistently in `UnstableFeature` enum ([#&#8203;3448](https://github.com/casey/just/pull/3448) by [casey](https://github.com/casey)) - Lowercase `ctrl` consistently ([#&#8203;3443](https://github.com/casey/just/pull/3443) by [casey](https://github.com/casey)) - Add activating environments section to readme ([#&#8203;3440](https://github.com/casey/just/pull/3440) by [casey](https://github.com/casey)) - Bump minimum-supported Rust version to 1.89.0 ([#&#8203;3438](https://github.com/casey/just/pull/3438) by [casey](https://github.com/casey)) - Make non-unicode error messages consistent ([#&#8203;3436](https://github.com/casey/just/pull/3436) by [casey](https://github.com/casey)) - Lowercase function error messages ([#&#8203;3435](https://github.com/casey/just/pull/3435) by [casey](https://github.com/casey)) - Reword readme ([#&#8203;3433](https://github.com/casey/just/pull/3433) by [casey](https://github.com/casey)) - Remove emacs `Local Variables:` block from justfile ([#&#8203;3432](https://github.com/casey/just/pull/3432) by [casey](https://github.com/casey)) ### [`v1.53.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1530---2026-06-16) [Compare Source](https://github.com/casey/just/compare/1.52.0...1.53.0) ##### Added - Add `recipe_name()` function ([#&#8203;3366](https://github.com/casey/just/pull/3366) by [casey](https://github.com/casey)) - Support markdown justfiles ([#&#8203;3361](https://github.com/casey/just/pull/3361) by [casey](https://github.com/casey)) ##### Changed - Allow omitting `assert()` message ([#&#8203;3423](https://github.com/casey/just/pull/3423) by [casey](https://github.com/casey)) - Preserve bare `[arg]` long key when formatting ([#&#8203;3397](https://github.com/casey/just/pull/3397) by [casey](https://github.com/casey)) ##### Lists - Add list concatenation operator ([#&#8203;3427](https://github.com/casey/just/pull/3427) by [casey](https://github.com/casey)) - Do not export empty lists ([#&#8203;3424](https://github.com/casey/just/pull/3424) by [casey](https://github.com/casey)) - Add `split()` function ([#&#8203;3420](https://github.com/casey/just/pull/3420) by [casey](https://github.com/casey)) - Make `which()` require `set lists` ([#&#8203;3418](https://github.com/casey/just/pull/3418) by [casey](https://github.com/casey)) - Make `env()` functions work with lists ([#&#8203;3416](https://github.com/casey/just/pull/3416) by [casey](https://github.com/casey)) - Make `+` and `/` work with lists ([#&#8203;3415](https://github.com/casey/just/pull/3415) by [casey](https://github.com/casey)) - Allow lists as regex operands of `=~` and `!~` ([#&#8203;3414](https://github.com/casey/just/pull/3414) by [casey](https://github.com/casey)) - Allow multiple `--dotenv-filename` and `--dotenv-path` options ([#&#8203;3413](https://github.com/casey/just/pull/3413) by [casey](https://github.com/casey)) - Load multiple `.env` files ([#&#8203;3412](https://github.com/casey/just/pull/3412) by [casey](https://github.com/casey)) - Flatten interpreter settings ([#&#8203;3410](https://github.com/casey/just/pull/3410) by [casey](https://github.com/casey)) - Make `[env]` work with lists ([#&#8203;3409](https://github.com/casey/just/pull/3409) by [casey](https://github.com/casey)) - Join lists in `assert()` and `[confirm]` messages ([#&#8203;3408](https://github.com/casey/just/pull/3408) by [casey](https://github.com/casey)) - Join lists in interpolations ([#&#8203;3407](https://github.com/casey/just/pull/3407) by [casey](https://github.com/casey)) - Using lists in string contexts is an error ([#&#8203;3406](https://github.com/casey/just/pull/3406) by [casey](https://github.com/casey)) - `assert(condition)` evaluates to `condition` ([#&#8203;3405](https://github.com/casey/just/pull/3405) by [casey](https://github.com/casey)) - Make `assert()` evaluate to `"true"` when `set lists` is enabled ([#&#8203;3404](https://github.com/casey/just/pull/3404) by [casey](https://github.com/casey)) - Make `=~` and `!~` work with lists ([#&#8203;3403](https://github.com/casey/just/pull/3403) by [casey](https://github.com/casey)) - `if` without `else` evalutes to `[]` when false ([#&#8203;3401](https://github.com/casey/just/pull/3401) by [casey](https://github.com/casey)) - Check structural equality in `!=` and `==` ([#&#8203;3402](https://github.com/casey/just/pull/3402) by [casey](https://github.com/casey)) - Add `flag` `[arg]` attribute ([#&#8203;3398](https://github.com/casey/just/pull/3398) by [casey](https://github.com/casey)) - Make `show()` require `set lists` ([#&#8203;3392](https://github.com/casey/just/pull/3392) by [casey](https://github.com/casey)) - Add `bool()` function ([#&#8203;3391](https://github.com/casey/just/pull/3391) by [casey](https://github.com/casey)) - Add negation operator `!` ([#&#8203;3389](https://github.com/casey/just/pull/3389) by [casey](https://github.com/casey)) - Allow conditions to be used in arbitrary expressions ([#&#8203;3387](https://github.com/casey/just/pull/3387) by [casey](https://github.com/casey)) - Add `show()` function ([#&#8203;3383](https://github.com/casey/just/pull/3383) by [casey](https://github.com/casey)) - Print lists in `--evaluate` ([#&#8203;3382](https://github.com/casey/just/pull/3382) by [casey](https://github.com/casey)) - Reform booleans ([#&#8203;3381](https://github.com/casey/just/pull/3381) by [casey](https://github.com/casey)) - Add list literals ([#&#8203;3380](https://github.com/casey/just/pull/3380) by [casey](https://github.com/casey)) - Allow mapping dependencies over lists ([#&#8203;3379](https://github.com/casey/just/pull/3379) by [casey](https://github.com/casey)) - Forwards lists to dependencies ([#&#8203;3378](https://github.com/casey/just/pull/3378) by [casey](https://github.com/casey)) - Map `append()` and `prepend()` over lists ([#&#8203;3375](https://github.com/casey/just/pull/3375) by [casey](https://github.com/casey)) - Map `absolute_path()` over lists ([#&#8203;3374](https://github.com/casey/just/pull/3374) by [casey](https://github.com/casey)) - Add `set lists` ([#&#8203;3372](https://github.com/casey/just/pull/3372) by [casey](https://github.com/casey)) - Preserve variadic arguments as lists of strings ([#&#8203;3362](https://github.com/casey/just/pull/3362) by [casey](https://github.com/casey)) ##### Misc - Improve broken WSL bash workaround ([#&#8203;3426](https://github.com/casey/just/pull/3426) by [casey](https://github.com/casey)) - Fix `[arg]` attribute examples in readme ([#&#8203;3422](https://github.com/casey/just/pull/3422) by [casey](https://github.com/casey)) - Organize lists readme section ([#&#8203;3421](https://github.com/casey/just/pull/3421) by [casey](https://github.com/casey)) - Remove extra detail from most list in string context errors ([#&#8203;3417](https://github.com/casey/just/pull/3417) by [casey](https://github.com/casey)) - Add tokens to `[env]` and `[working-directory]` string context errors ([#&#8203;3411](https://github.com/casey/just/pull/3411) by [casey](https://github.com/casey)) - Reduce parser test churn ([#&#8203;3400](https://github.com/casey/just/pull/3400) by [casey](https://github.com/casey)) - Add example using `[parallel]` with mapped dependencies ([#&#8203;3399](https://github.com/casey/just/pull/3399) by [casey](https://github.com/casey)) - Use `StringResult` and `ValueResult` instead of `FunctionResult` ([#&#8203;3396](https://github.com/casey/just/pull/3396) by [casey](https://github.com/casey)) - Allow stable calls to user-defined functions that shadow unstable functions ([#&#8203;3395](https://github.com/casey/just/pull/3395) by [casey](https://github.com/casey)) - Replace rule 110 with rule 124 ([#&#8203;3394](https://github.com/casey/just/pull/3394) by [casey](https://github.com/casey)) - Consolidate list feature errors ([#&#8203;3393](https://github.com/casey/just/pull/3393) by [casey](https://github.com/casey)) - Simplify `Lexer::lex_choices()` ([#&#8203;3390](https://github.com/casey/just/pull/3390) by [casey](https://github.com/casey)) - Consolidate list feature tracking ([#&#8203;3388](https://github.com/casey/just/pull/3388) by [casey](https://github.com/casey)) - Refactor function context retrieval ([#&#8203;3386](https://github.com/casey/just/pull/3386) by [casey](https://github.com/casey)) - Remove `summary` module ([#&#8203;3385](https://github.com/casey/just/pull/3385) by [casey](https://github.com/casey)) - Use `show()` and `--evaluate` in tests ([#&#8203;3384](https://github.com/casey/just/pull/3384) by [casey](https://github.com/casey)) - Include number in counts ([#&#8203;3376](https://github.com/casey/just/pull/3376) by [casey](https://github.com/casey)) - Improve list tests ([#&#8203;3373](https://github.com/casey/just/pull/3373) by [casey](https://github.com/casey)) - Add `rule110` recipe to `demo` group ([#&#8203;3368](https://github.com/casey/just/pull/3368) by [casey](https://github.com/casey)) - Move doc comments above long recipe signatures in `--list` ([#&#8203;3367](https://github.com/casey/just/pull/3367) by [casey](https://github.com/casey)) - Propagate `is_dependency` to defined function evaluators ([#&#8203;3365](https://github.com/casey/just/pull/3365) by [casey](https://github.com/casey)) - Use `value` consistently in functions ([#&#8203;3364](https://github.com/casey/just/pull/3364) by [casey](https://github.com/casey)) ### [`v1.52.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1520---2026-06-08) [Compare Source](https://github.com/casey/just/compare/1.51.0...1.52.0) ##### Added - Add `[shell]` attribute to override `default-script` setting ([#&#8203;3359](https://github.com/casey/just/pull/3359) by [casey](https://github.com/casey)) - Add `default-script` setting ([#&#8203;3354](https://github.com/casey/just/pull/3354) by [casey](https://github.com/casey)) - Add `--default-list` flag ([#&#8203;3350](https://github.com/casey/just/pull/3350) by [casey](https://github.com/casey)) - Add `default-list` setting ([#&#8203;3337](https://github.com/casey/just/pull/3337) by [casey](https://github.com/casey)) ##### Changed - Disable aliases that depend on absent modules ([#&#8203;3358](https://github.com/casey/just/pull/3358) by [casey](https://github.com/casey)) - Print formatted justfile to stdout when source is stdin ([#&#8203;3356](https://github.com/casey/just/pull/3356) by [casey](https://github.com/casey)) - Allow search directory with more subcommands ([#&#8203;3353](https://github.com/casey/just/pull/3353) by [casey](https://github.com/casey)) - Disable recipes that depend on absent modules ([#&#8203;3352](https://github.com/casey/just/pull/3352) by [casey](https://github.com/casey)) ##### Misc - Improve absent optional module error messages ([#&#8203;3357](https://github.com/casey/just/pull/3357) by [casey](https://github.com/casey)) - Alphabetize Attribute derive macro order ([#&#8203;3355](https://github.com/casey/just/pull/3355) by [casey](https://github.com/casey)) - Include UTF-8 byte-order mark in PowerShell scripts ([#&#8203;3347](https://github.com/casey/just/pull/3347) by [casey](https://github.com/casey)) - Remove options from `--list` output ([#&#8203;3346](https://github.com/casey/just/pull/3346) by [casey](https://github.com/casey)) - Switch from ansi\_term to nu\_ansi\_term ([#&#8203;3344](https://github.com/casey/just/pull/3344) by [casey](https://github.com/casey)) - Remove redundant argument parser attributes ([#&#8203;3340](https://github.com/casey/just/pull/3340) by [casey](https://github.com/casey)) </details> <details> <summary>nodejs/node (node)</summary> ### [`v26.5.0`](https://github.com/nodejs/node/releases/tag/v26.5.0): 2026-07-08, Version 26.5.0 (Current), @&#8203;richardlau [Compare Source](https://github.com/nodejs/node/compare/v26.2.0...v26.5.0) ##### Notable Changes ##### New release key Welcome to our newest releaser, [Stewart X Addison](https://github.com/sxa). Future Node.js releases may be signed with his [release key](https://github.com/nodejs/node/blob/main/README.md#release-keys), `655F3B5C1FB3FA8D1A0CA6BDE4A7D232B936D2FD`. ##### Other notable changes - \[[`55f48446c7`](https://github.com/nodejs/node/commit/55f48446c7)] - **(SEMVER-MINOR)** **buffer**: implement blob.textStream() (Matthew Aitken) [#&#8203;64036](https://github.com/nodejs/node/pull/64036) - \[[`b373202efc`](https://github.com/nodejs/node/commit/b373202efc)] - **(SEMVER-MINOR)** **esm**: add `--experimental-import-text` flag (Efe) [#&#8203;62300](https://github.com/nodejs/node/pull/62300) - \[[`39e0c14455`](https://github.com/nodejs/node/commit/39e0c14455)] - **(SEMVER-MINOR)** **perf\_hooks**: sample delay per event loop iteration (Pablo Erhard) [#&#8203;62935](https://github.com/nodejs/node/pull/62935) - \[[`999a83c937`](https://github.com/nodejs/node/commit/999a83c937)] - **(SEMVER-MINOR)** **stream**: expose ReadableStreamTee (Matteo Collina) [#&#8203;64195](https://github.com/nodejs/node/pull/64195) - \[[`4e0236dc3d`](https://github.com/nodejs/node/commit/4e0236dc3d)] - **(SEMVER-MINOR)** **tls**: report negotiated TLS groups (Filip Skokan) [#&#8203;64119](https://github.com/nodejs/node/pull/64119) ##### Commits - \[[`87648c0a6c`](https://github.com/nodejs/node/commit/87648c0a6c)] - **benchmark**: trim down the argon2 sets (Filip Skokan) [#&#8203;64218](https://github.com/nodejs/node/pull/64218) - \[[`a483bfd3f0`](https://github.com/nodejs/node/commit/a483bfd3f0)] - **buffer**: remove unreachable overflow check in atob (haramjeong) [#&#8203;60161](https://github.com/nodejs/node/pull/60161) - \[[`6d14279688`](https://github.com/nodejs/node/commit/6d14279688)] - **buffer**: add fast api for isUtf8 and isAscii (Gürgün Dayıoğlu) [#&#8203;64169](https://github.com/nodejs/node/pull/64169) - \[[`55f48446c7`](https://github.com/nodejs/node/commit/55f48446c7)] - **(SEMVER-MINOR)** **buffer**: implement blob.textStream() (Matthew Aitken) [#&#8203;64036](https://github.com/nodejs/node/pull/64036) - \[[`a67d9a7a44`](https://github.com/nodejs/node/commit/a67d9a7a44)] - **build**: allow linting node.1 (Aviv Keller) [#&#8203;64157](https://github.com/nodejs/node/pull/64157) - \[[`06c1fbc25b`](https://github.com/nodejs/node/commit/06c1fbc25b)] - **build**: enable Maglev for riscv64 (Jamie Magee) [#&#8203;62605](https://github.com/nodejs/node/pull/62605) - \[[`518309c363`](https://github.com/nodejs/node/commit/518309c363)] - **build**: suppress clang errors building libffi on Windows (René) [#&#8203;64222](https://github.com/nodejs/node/pull/64222) - \[[`6a80ab485c`](https://github.com/nodejs/node/commit/6a80ab485c)] - **build**: add manually-dispatched stress-test workflow (Joyee Cheung) [#&#8203;64118](https://github.com/nodejs/node/pull/64118) - \[[`f4e7bf1f1c`](https://github.com/nodejs/node/commit/f4e7bf1f1c)] - **build**: pin envinfo versions in github actions (Joyee Cheung) [#&#8203;64117](https://github.com/nodejs/node/pull/64117) - \[[`66f6ac0d86`](https://github.com/nodejs/node/commit/66f6ac0d86)] - **build**: support setting an emulator from configure script (Ivan Trubach) [#&#8203;53899](https://github.com/nodejs/node/pull/53899) - \[[`7f26c54aa6`](https://github.com/nodejs/node/commit/7f26c54aa6)] - **child\_process**: fix permission model propagation via NODE\_OPTIONS (Matteo Collina) [#&#8203;63972](https://github.com/nodejs/node/pull/63972) - \[[`32bb554f5b`](https://github.com/nodejs/node/commit/32bb554f5b)] - **crypto**: fix large DH generator validation (Tobias Nießen) [#&#8203;64092](https://github.com/nodejs/node/pull/64092) - \[[`0908d76ef6`](https://github.com/nodejs/node/commit/0908d76ef6)] - **crypto**: reject small-order EdDSA points during verify (Filip Skokan) [#&#8203;64026](https://github.com/nodejs/node/pull/64026) - \[[`7f7e5863c2`](https://github.com/nodejs/node/commit/7f7e5863c2)] - **deps**: update undici to 8.7.0 (Node.js GitHub Bot) [#&#8203;64282](https://github.com/nodejs/node/pull/64282) - \[[`af91029801`](https://github.com/nodejs/node/commit/af91029801)] - **deps**: update nghttp3 to 1.17.0 (Node.js GitHub Bot) [#&#8203;64182](https://github.com/nodejs/node/pull/64182) - \[[`2e500ba7b0`](https://github.com/nodejs/node/commit/2e500ba7b0)] - **deps**: update googletest to [`8b53336`](https://github.com/nodejs/node/commit/8b53336594cc52213c6c2c7a0b29194fa896d039) (Node.js GitHub Bot) [#&#8203;64181](https://github.com/nodejs/node/pull/64181) - \[[`74e3aa24ba`](https://github.com/nodejs/node/commit/74e3aa24ba)] - **deps**: update sqlite to 3.53.3 (Node.js GitHub Bot) [#&#8203;64180](https://github.com/nodejs/node/pull/64180) - \[[`c7e57f55a7`](https://github.com/nodejs/node/commit/c7e57f55a7)] - **deps**: c-ares: cherry-pick [`8ba37af`](https://github.com/nodejs/node/commit/8ba37af8e3fb) (René) [#&#8203;64110](https://github.com/nodejs/node/pull/64110) - \[[`879fdc4daf`](https://github.com/nodejs/node/commit/879fdc4daf)] - **deps**: V8: backport [`da20a19`](https://github.com/nodejs/node/commit/da20a197a7f9) (Kevin Gibbons) [#&#8203;64101](https://github.com/nodejs/node/pull/64101) - \[[`a640543a7c`](https://github.com/nodejs/node/commit/a640543a7c)] - **deps**: V8: cherry-pick [`0cc9eb2`](https://github.com/nodejs/node/commit/0cc9eb22c0b0) (Kevin Gibbons) [#&#8203;64101](https://github.com/nodejs/node/pull/64101) - \[[`feefd179e5`](https://github.com/nodejs/node/commit/feefd179e5)] - **deps**: V8: cherry-pick [`1a391f9`](https://github.com/nodejs/node/commit/1a391f98cc7a) (Kevin Gibbons) [#&#8203;64101](https://github.com/nodejs/node/pull/64101) - \[[`8ef643d4b0`](https://github.com/nodejs/node/commit/8ef643d4b0)] - **deps**: update googletest to [`0b1e895`](https://github.com/nodejs/node/commit/0b1e895ba4226c2fda5ee0178c9b5b1195a741aa) (Node.js GitHub Bot) [#&#8203;64039](https://github.com/nodejs/node/pull/64039) - \[[`9e50bb0655`](https://github.com/nodejs/node/commit/9e50bb0655)] - **dgram**: skip dns.lookup() for literal IP addresses (Ruben Bridgewater) [#&#8203;64133](https://github.com/nodejs/node/pull/64133) - \[[`dc052c095c`](https://github.com/nodejs/node/commit/dc052c095c)] - **diagnostics\_channel**: return original thenable (Stephen Belanger) [#&#8203;62407](https://github.com/nodejs/node/pull/62407) - \[[`a22a840293`](https://github.com/nodejs/node/commit/a22a840293)] - **doc**: clarify QUIC stream state wording (EduardF1) [#&#8203;63660](https://github.com/nodejs/node/pull/63660) - \[[`8d4bec2d71`](https://github.com/nodejs/node/commit/8d4bec2d71)] - **doc**: update Http2SecureServer.on("timeout") default value (YuSheng Chen) [#&#8203;64187](https://github.com/nodejs/node/pull/64187) - \[[`da88f70afa`](https://github.com/nodejs/node/commit/da88f70afa)] - **doc**: add note on visibility of CI failures to new contributor guide (Stewart X Addison) [#&#8203;64256](https://github.com/nodejs/node/pull/64256) - \[[`20ce359ccb`](https://github.com/nodejs/node/commit/20ce359ccb)] - **doc**: clarify HTTP/1.1 response ordering (Matteo Collina) [#&#8203;64213](https://github.com/nodejs/node/pull/64213) - \[[`05eae2835c`](https://github.com/nodejs/node/commit/05eae2835c)] - **doc**: recommend node-stress-single-test for flaky tests (Trivikram Kamat) [#&#8203;64223](https://github.com/nodejs/node/pull/64223) - \[[`3966eb67e7`](https://github.com/nodejs/node/commit/3966eb67e7)] - **doc**: fix typo in examples (Vas Sudanagunta) [#&#8203;64184](https://github.com/nodejs/node/pull/64184) - \[[`12a2b9daa3`](https://github.com/nodejs/node/commit/12a2b9daa3)] - **doc**: fix typo in node-config-schema.json (Hamid Reza Ghavami) [#&#8203;64188](https://github.com/nodejs/node/pull/64188) - \[[`0854482671`](https://github.com/nodejs/node/commit/0854482671)] - **doc**: clarify defense-in-depth issues (Matteo Collina) [#&#8203;64215](https://github.com/nodejs/node/pull/64215) - \[[`ef4915fc3a`](https://github.com/nodejs/node/commit/ef4915fc3a)] - **doc**: fix Fast FFI argument count in ffi.md (Daijiro Wachi) [#&#8203;63960](https://github.com/nodejs/node/pull/63960) - \[[`bb2eed863c`](https://github.com/nodejs/node/commit/bb2eed863c)] - **doc**: add sxa GPG key ([`ed25519`](https://github.com/nodejs/node/commit/ed25519)) (Stewart X Addison) [#&#8203;64193](https://github.com/nodejs/node/pull/64193) - \[[`b7bf6e3a06`](https://github.com/nodejs/node/commit/b7bf6e3a06)] - **doc**: add guide and answers to FAQs for first-time contributors (Joyee Cheung) [#&#8203;63685](https://github.com/nodejs/node/pull/63685) - \[[`ff537ba858`](https://github.com/nodejs/node/commit/ff537ba858)] - **doc**: update `Http2Server.close` & `Http2SecureServer.close` (YuSheng Chen) [#&#8203;63298](https://github.com/nodejs/node/pull/63298) - \[[`f3db304588`](https://github.com/nodejs/node/commit/f3db304588)] - **doc**: update list of people in `SECURITY.md` (Richard Lau) [#&#8203;64152](https://github.com/nodejs/node/pull/64152) - \[[`2a126647b0`](https://github.com/nodejs/node/commit/2a126647b0)] - **doc**: clarify vfs is not a sandbox (Matteo Collina) [#&#8203;64143](https://github.com/nodejs/node/pull/64143) - \[[`85fc79dd9b`](https://github.com/nodejs/node/commit/85fc79dd9b)] - **doc**: fix broken links and duplicate stability label (Antoine du Hamel) [#&#8203;64130](https://github.com/nodejs/node/pull/64130) - \[[`189e830eb3`](https://github.com/nodejs/node/commit/189e830eb3)] - **doc**: add missing option to man page (Richard Lau) [#&#8203;64156](https://github.com/nodejs/node/pull/64156) - \[[`7a16ccccd0`](https://github.com/nodejs/node/commit/7a16ccccd0)] - **doc**: announce upcoming end of tier 2 support for macOS x64 (Antoine du Hamel) [#&#8203;63931](https://github.com/nodejs/node/pull/63931) - \[[`d5f826045f`](https://github.com/nodejs/node/commit/d5f826045f)] - **doc**: update toolchain for official AIX releases (Richard Lau) [#&#8203;64068](https://github.com/nodejs/node/pull/64068) - \[[`60abc4400f`](https://github.com/nodejs/node/commit/60abc4400f)] - **doc**: fix callback example import in fs docs (Kamal Rawal) [#&#8203;63912](https://github.com/nodejs/node/pull/63912) - \[[`e470c74a6c`](https://github.com/nodejs/node/commit/e470c74a6c)] - **doc**: fix keepAliveTimeout default in http.createServer options (Jahanzaib iqbal) [#&#8203;63974](https://github.com/nodejs/node/pull/63974) - \[[`851b460583`](https://github.com/nodejs/node/commit/851b460583)] - **esm**: improve ERR\_REQUIRE\_ASYNC\_MODULE (Joyee Cheung) [#&#8203;64260](https://github.com/nodejs/node/pull/64260) - \[[`0cd443df39`](https://github.com/nodejs/node/commit/0cd443df39)] - **esm**: print required top-level await locations without evaluating (Joyee Cheung) [#&#8203;64154](https://github.com/nodejs/node/pull/64154) - \[[`b373202efc`](https://github.com/nodejs/node/commit/b373202efc)] - **(SEMVER-MINOR)** **esm**: add `--experimental-import-text` flag (Efe) [#&#8203;62300](https://github.com/nodejs/node/pull/62300) - \[[`eacfbd0ca5`](https://github.com/nodejs/node/commit/eacfbd0ca5)] - **http**: add CONNECT method handling for default Host header with proxy (Archkon) [#&#8203;64114](https://github.com/nodejs/node/pull/64114) - \[[`aeb539a383`](https://github.com/nodejs/node/commit/aeb539a383)] - **http**: fix drain event with cork/uncork (David Evans) [#&#8203;64038](https://github.com/nodejs/node/pull/64038) - \[[`8e8874b216`](https://github.com/nodejs/node/commit/8e8874b216)] - **http**: document and validate options.path when it's in absolute-form (Joyee Cheung) [#&#8203;64108](https://github.com/nodejs/node/pull/64108) - \[[`eb2e96bc28`](https://github.com/nodejs/node/commit/eb2e96bc28)] - **inspector**: fix crash when writing to closed inspector socket (ympark2011) [#&#8203;64209](https://github.com/nodejs/node/pull/64209) - \[[`243b0e4e57`](https://github.com/nodejs/node/commit/243b0e4e57)] - **lib**: reject string "0" in validatePort when allowZero is false (Daijiro Wachi) [#&#8203;64174](https://github.com/nodejs/node/pull/64174) - \[[`34a537c0ed`](https://github.com/nodejs/node/commit/34a537c0ed)] - **lib**: use `__proto__: null` when calling `ObjectDefineProperty` (Antoine du Hamel) [#&#8203;64239](https://github.com/nodejs/node/pull/64239) - \[[`1f72393f19`](https://github.com/nodejs/node/commit/1f72393f19)] - **lib**: lazily initialize kEvents and kHandlers maps (Guilherme Araújo) [#&#8203;63702](https://github.com/nodejs/node/pull/63702) - \[[`92a3dc3191`](https://github.com/nodejs/node/commit/92a3dc3191)] - **lib,permission**: fix addon permission drop (Martin Wagner) [#&#8203;64007](https://github.com/nodejs/node/pull/64007) - \[[`87b8f2a296`](https://github.com/nodejs/node/commit/87b8f2a296)] - **meta**: fix linter warning in `stale.yml` (Antoine du Hamel) [#&#8203;64281](https://github.com/nodejs/node/pull/64281) - \[[`829c4a5913`](https://github.com/nodejs/node/commit/829c4a5913)] - **meta**: bump actions/cache from 5.0.5 to 6.1.0 (dependabot\[bot]) [#&#8203;64248](https://github.com/nodejs/node/pull/64248) - \[[`0808dcd31c`](https://github.com/nodejs/node/commit/0808dcd31c)] - **meta**: bump github/codeql-action/autobuild from 4.36.1 to 4.36.2 (dependabot\[bot]) [#&#8203;64247](https://github.com/nodejs/node/pull/64247) - \[[`64aa17058f`](https://github.com/nodejs/node/commit/64aa17058f)] - **meta**: bump github/codeql-action/analyze from 4.36.1 to 4.36.2 (dependabot\[bot]) [#&#8203;64246](https://github.com/nodejs/node/pull/64246) - \[[`873d1e0412`](https://github.com/nodejs/node/commit/873d1e0412)] - **meta**: bump actions/checkout from 6.0.2 to 7.0.0 (dependabot\[bot]) [#&#8203;64245](https://github.com/nodejs/node/pull/64245) - \[[`fe460ccf0b`](https://github.com/nodejs/node/commit/fe460ccf0b)] - **meta**: bump codecov/codecov-action from 6.0.1 to 7.0.0 (dependabot\[bot]) [#&#8203;64244](https://github.com/nodejs/node/pull/64244) - \[[`845c63ed50`](https://github.com/nodejs/node/commit/845c63ed50)] - **meta**: bump rtCamp/action-slack-notify from 2.3.3 to 2.4.0 (dependabot\[bot]) [#&#8203;64243](https://github.com/nodejs/node/pull/64243) - \[[`2cad2d6de5`](https://github.com/nodejs/node/commit/2cad2d6de5)] - **meta**: bump github/codeql-action/init from 4.36.1 to 4.36.2 (dependabot\[bot]) [#&#8203;64242](https://github.com/nodejs/node/pull/64242) - \[[`0ddde950c7`](https://github.com/nodejs/node/commit/0ddde950c7)] - **meta**: bump actions/setup-python from 6.2.0 to 6.3.0 (dependabot\[bot]) [#&#8203;64241](https://github.com/nodejs/node/pull/64241) - \[[`c0a8760d2f`](https://github.com/nodejs/node/commit/c0a8760d2f)] - **meta**: bump github/codeql-action/upload-sarif from 4.36.1 to 4.36.2 (dependabot\[bot]) [#&#8203;64240](https://github.com/nodejs/node/pull/64240) - \[[`f49704b9d0`](https://github.com/nodejs/node/commit/f49704b9d0)] - **meta**: clarify V8 flags are outside threat model (Matteo Collina) [#&#8203;64224](https://github.com/nodejs/node/pull/64224) - \[[`6b8dc58e6e`](https://github.com/nodejs/node/commit/6b8dc58e6e)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;64057](https://github.com/nodejs/node/pull/64057) - \[[`fe5260cca7`](https://github.com/nodejs/node/commit/fe5260cca7)] - **meta**: update status of past strategic initiatives (Joyee Cheung) [#&#8203;63480](https://github.com/nodejs/node/pull/63480) - \[[`7b01040008`](https://github.com/nodejs/node/commit/7b01040008)] - **meta**: speed up stale bot (Aviv Keller) [#&#8203;64075](https://github.com/nodejs/node/pull/64075) - \[[`874c46c24f`](https://github.com/nodejs/node/commit/874c46c24f)] - **meta**: update sccache version in test-linux-quic (René) [#&#8203;64043](https://github.com/nodejs/node/pull/64043) - \[[`48c5c86363`](https://github.com/nodejs/node/commit/48c5c86363)] - **module**: enable import support for addons by default (Chengzhong Wu) [#&#8203;64221](https://github.com/nodejs/node/pull/64221) - \[[`39e0c14455`](https://github.com/nodejs/node/commit/39e0c14455)] - **(SEMVER-MINOR)** **perf\_hooks**: sample delay per event loop iteration (Pablo Erhard) [#&#8203;62935](https://github.com/nodejs/node/pull/62935) - \[[`f90f1bd032`](https://github.com/nodejs/node/commit/f90f1bd032)] - **perf\_hooks**: add NODE\_PERFORMANCE\_GC\_MINOR\_MARK\_SWEEP constant (Attila Szegedi) [#&#8203;63877](https://github.com/nodejs/node/pull/63877) - \[[`bdf32628c7`](https://github.com/nodejs/node/commit/bdf32628c7)] - **process**: fix finalization cleanup ref tracking (Trivikram Kamat) [#&#8203;64087](https://github.com/nodejs/node/pull/64087) - \[[`9a65b7fff4`](https://github.com/nodejs/node/commit/9a65b7fff4)] - **quic**: drop version negotiation packets with oversized CIDs (Mohamed Sayed) [#&#8203;64228](https://github.com/nodejs/node/pull/64228) - \[[`2699fe4706`](https://github.com/nodejs/node/commit/2699fe4706)] - **quic**: fixes undefined handle in QuicStream kInspect (Marten Richter) [#&#8203;64170](https://github.com/nodejs/node/pull/64170) - \[[`00dea28bb3`](https://github.com/nodejs/node/commit/00dea28bb3)] - **repl**: lazy-load acorn and defer vm context creation (Daijiro Wachi) [#&#8203;63879](https://github.com/nodejs/node/pull/63879) - \[[`ce659a1cf9`](https://github.com/nodejs/node/commit/ce659a1cf9)] - **src**: fix escaping of single quotes in task runner (Antoine du Hamel) [#&#8203;64089](https://github.com/nodejs/node/pull/64089) - \[[`dbb3126e5c`](https://github.com/nodejs/node/commit/dbb3126e5c)] - **src**: abstract tracing agent for both legacy and perfetto (Chengzhong Wu) [#&#8203;64053](https://github.com/nodejs/node/pull/64053) - \[[`12edf1d68d`](https://github.com/nodejs/node/commit/12edf1d68d)] - **src**: avoid redundant call to `std::get_if<>()` (Tobias Nießen) [#&#8203;64094](https://github.com/nodejs/node/pull/64094) - \[[`eda91b6d01`](https://github.com/nodejs/node/commit/eda91b6d01)] - **src**: avoid copying source string in TextEncoder.encode (Yagiz Nizipli) [#&#8203;63897](https://github.com/nodejs/node/pull/63897) - \[[`efbbb9a03c`](https://github.com/nodejs/node/commit/efbbb9a03c)] - **stream**: preserve half-open duplexes in async iteration (Efe) [#&#8203;64275](https://github.com/nodejs/node/pull/64275) - \[[`999a83c937`](https://github.com/nodejs/node/commit/999a83c937)] - **(SEMVER-MINOR)** **stream**: expose ReadableStreamTee (Matteo Collina) [#&#8203;64195](https://github.com/nodejs/node/pull/64195) - \[[`ab5ed72903`](https://github.com/nodejs/node/commit/ab5ed72903)] - **stream**: reject iter consumers on abort (Trivikram Kamat) [#&#8203;64066](https://github.com/nodejs/node/pull/64066) - \[[`d3fa77c5e2`](https://github.com/nodejs/node/commit/d3fa77c5e2)] - **stream**: fix merge abort for pending sources (Trivikram Kamat) [#&#8203;64013](https://github.com/nodejs/node/pull/64013) - \[[`38b99140ed`](https://github.com/nodejs/node/commit/38b99140ed)] - **stream**: refactor unnecessary optional chaining away (Antoine du Hamel) [#&#8203;64253](https://github.com/nodejs/node/pull/64253) - \[[`c81f894ebe`](https://github.com/nodejs/node/commit/c81f894ebe)] - **stream**: cut per-chunk overhead in WHATWG streams (Matteo Collina) [#&#8203;64252](https://github.com/nodejs/node/pull/64252) - \[[`f162234f24`](https://github.com/nodejs/node/commit/f162234f24)] - **stream**: normalize Broadcast.from() byte inputs (Trivikram Kamat) [#&#8203;64082](https://github.com/nodejs/node/pull/64082) - \[[`1182ad8f3b`](https://github.com/nodejs/node/commit/1182ad8f3b)] - **stream**: proxy first own method in Readable.wrap() (Daijiro Wachi) [#&#8203;64048](https://github.com/nodejs/node/pull/64048) - \[[`d0b830b382`](https://github.com/nodejs/node/commit/d0b830b382)] - **stream**: observe abort while awaiting pipeTo source (Trivikram Kamat) [#&#8203;64015](https://github.com/nodejs/node/pull/64015) - \[[`f7adcd8359`](https://github.com/nodejs/node/commit/f7adcd8359)] - **stream**: respect iter consumer abort signals (Trivikram Kamat) [#&#8203;63997](https://github.com/nodejs/node/pull/63997) - \[[`b09e624c6f`](https://github.com/nodejs/node/commit/b09e624c6f)] - **test**: make blob desiredSize assertion robust (Trivikram Kamat) [#&#8203;64106](https://github.com/nodejs/node/pull/64106) - \[[`d0d8f0c774`](https://github.com/nodejs/node/commit/d0d8f0c774)] - **test**: update WPT for urlpattern to [`11a459a`](https://github.com/nodejs/node/commit/11a459a2b1) (Node.js GitHub Bot) [#&#8203;64037](https://github.com/nodejs/node/pull/64037) - \[[`ff9122c20c`](https://github.com/nodejs/node/commit/ff9122c20c)] - **test**: improve lcov reporter snapshot diagnostics (Trivikram Kamat) [#&#8203;64049](https://github.com/nodejs/node/pull/64049) - \[[`570952d4f3`](https://github.com/nodejs/node/commit/570952d4f3)] - **test**: keep finalization close fixture ref alive (Trivikram Kamat) [#&#8203;64085](https://github.com/nodejs/node/pull/64085) - \[[`1b4f213380`](https://github.com/nodejs/node/commit/1b4f213380)] - **test**: fix typo from overriden to overridden (parkhojeong) [#&#8203;63403](https://github.com/nodejs/node/pull/63403) - \[[`4c91090b8b`](https://github.com/nodejs/node/commit/4c91090b8b)] - **test**: fix typo from funciton to function (parkhojeong) [#&#8203;63403](https://github.com/nodejs/node/pull/63403) - \[[`bf080c7917`](https://github.com/nodejs/node/commit/bf080c7917)] - **test**: mark hr-time WPT flaky on macos15-x64 (Trivikram Kamat) [#&#8203;64054](https://github.com/nodejs/node/pull/64054) - \[[`24e32098c5`](https://github.com/nodejs/node/commit/24e32098c5)] - **test**: use one-off agent in http consumed timeout test (Trivikram Kamat) [#&#8203;64052](https://github.com/nodejs/node/pull/64052) - \[[`3229886de2`](https://github.com/nodejs/node/commit/3229886de2)] - **test**: fix flaky test-runner coverage threshold test (Trivikram Kamat) [#&#8203;64051](https://github.com/nodejs/node/pull/64051) - \[[`83b91ea6ec`](https://github.com/nodejs/node/commit/83b91ea6ec)] - **test\_runner**: filter execArgv fallback for child tests (Trivikram Kamat) [#&#8203;64056](https://github.com/nodejs/node/pull/64056) - \[[`269b609a3d`](https://github.com/nodejs/node/commit/269b609a3d)] - **test\_runner**: improve coverage failure diagnostics (Trivikram Kamat) [#&#8203;64050](https://github.com/nodejs/node/pull/64050) - \[[`0342744c34`](https://github.com/nodejs/node/commit/0342744c34)] - **test\_runner**: add timestamp to JUnit reporter testsuites (sangwook) [#&#8203;64029](https://github.com/nodejs/node/pull/64029) - \[[`086741d121`](https://github.com/nodejs/node/commit/086741d121)] - **timers**: reuse Timeout objects in setStreamTimeout (Matteo Collina) [#&#8203;64254](https://github.com/nodejs/node/pull/64254) - \[[`4e0236dc3d`](https://github.com/nodejs/node/commit/4e0236dc3d)] - **(SEMVER-MINOR)** **tls**: report negotiated TLS groups (Filip Skokan) [#&#8203;64119](https://github.com/nodejs/node/pull/64119) - \[[`3bdd7e20be`](https://github.com/nodejs/node/commit/3bdd7e20be)] - **tls**: handle large RSA exponents in X.509 cert (Tobias Nießen) [#&#8203;64093](https://github.com/nodejs/node/pull/64093) - \[[`c96c838977`](https://github.com/nodejs/node/commit/c96c838977)] - **tools**: update RUSTC\_VERSION for remaining GHA workflows (René) [#&#8203;64325](https://github.com/nodejs/node/pull/64325) - \[[`ee873b7aaf`](https://github.com/nodejs/node/commit/ee873b7aaf)] - **tools**: bump `temporal_rs` version (Antoine du Hamel) [#&#8203;63281](https://github.com/nodejs/node/pull/63281) - \[[`ea3b870155`](https://github.com/nodejs/node/commit/ea3b870155)] - **tools**: remove `envinfo` from our workflows (Antoine du Hamel) [#&#8203;64259](https://github.com/nodejs/node/pull/64259) - \[[`d940f02e8b`](https://github.com/nodejs/node/commit/d940f02e8b)] - **tools**: bump the eslint group in /tools/eslint with 8 updates (dependabot\[bot]) [#&#8203;64249](https://github.com/nodejs/node/pull/64249) - \[[`fe0ea2bb5d`](https://github.com/nodejs/node/commit/fe0ea2bb5d)] - **tools**: bump [@&#8203;node-core/doc-kit](https://github.com/node-core/doc-kit) (dependabot\[bot]) [#&#8203;64010](https://github.com/nodejs/node/pull/64010) - \[[`4dceefde1e`](https://github.com/nodejs/node/commit/4dceefde1e)] - **tools**: bump undici from 6.24.1 to 6.27.0 in /tools/doc (dependabot\[bot]) [#&#8203;64031](https://github.com/nodejs/node/pull/64031) - \[[`6e187db7d7`](https://github.com/nodejs/node/commit/6e187db7d7)] - **tools**: update c-ares updater script (Antoine du Hamel) [#&#8203;64194](https://github.com/nodejs/node/pull/64194) - \[[`657a35f5a2`](https://github.com/nodejs/node/commit/657a35f5a2)] - **tools**: validate version number in release proposal commit message lint (Antoine du Hamel) [#&#8203;64070](https://github.com/nodejs/node/pull/64070) - \[[`17228a861c`](https://github.com/nodejs/node/commit/17228a861c)] - **tools**: add GHA benchmark runner (Antoine du Hamel) [#&#8203;60293](https://github.com/nodejs/node/pull/60293) - \[[`6d11a71d91`](https://github.com/nodejs/node/commit/6d11a71d91)] - **tools**: update `build-shared/action.yml` to a reusable workflow (Antoine du Hamel) [#&#8203;64059](https://github.com/nodejs/node/pull/64059) - \[[`7a17c50b7f`](https://github.com/nodejs/node/commit/7a17c50b7f)] - **tools**: update libffi updater script (Antoine du Hamel) [#&#8203;64046](https://github.com/nodejs/node/pull/64046) - \[[`28047a3e71`](https://github.com/nodejs/node/commit/28047a3e71)] - **tools**: exclude `libffi` changes from `test-shared` GHA CI (Antoine du Hamel) [#&#8203;64047](https://github.com/nodejs/node/pull/64047) - \[[`58d9685acc`](https://github.com/nodejs/node/commit/58d9685acc)] - **typings**: add typing for crypto (Filip Skokan) [#&#8203;64122](https://github.com/nodejs/node/pull/64122) - \[[`7a9dcad44d`](https://github.com/nodejs/node/commit/7a9dcad44d)] - **util**: fix OOM in inspect color stack formatting (Ijtihed Kilani) [#&#8203;64022](https://github.com/nodejs/node/pull/64022) - \[[`d5f01bbbde`](https://github.com/nodejs/node/commit/d5f01bbbde)] - **vfs**: reject rename into descendant directory (Trivikram Kamat) [#&#8203;64285](https://github.com/nodejs/node/pull/64285) - \[[`0b6af91081`](https://github.com/nodejs/node/commit/0b6af91081)] - **vfs**: handle current-position sentinel in memory files (Trivikram Kamat) [#&#8203;64163](https://github.com/nodejs/node/pull/64163) - \[[`322230d641`](https://github.com/nodejs/node/commit/322230d641)] - **vfs**: support writeFileSync with virtual fds (Trivikram Kamat) [#&#8203;64165](https://github.com/nodejs/node/pull/64165) - \[[`9395d209c7`](https://github.com/nodejs/node/commit/9395d209c7)] - **vfs**: avoid recursive readdir symlink cycles (Matteo Collina) [#&#8203;64168](https://github.com/nodejs/node/pull/64168) - \[[`bbdd7643b6`](https://github.com/nodejs/node/commit/bbdd7643b6)] - **vfs**: read RealFSProvider files from open fd (Trivikram Kamat) [#&#8203;64104](https://github.com/nodejs/node/pull/64104) - \[[`92859b8097`](https://github.com/nodejs/node/commit/92859b8097)] - **vm**: fix copying PropertyDescriptor (Chengzhong Wu) [#&#8203;64073](https://github.com/nodejs/node/pull/64073) - \[[`9046035475`](https://github.com/nodejs/node/commit/9046035475)] - **zlib**: validate flush king for all streams (Ic3b3rg) [#&#8203;63746](https://github.com/nodejs/node/pull/63746) - \[[`98be4304a3`](https://github.com/nodejs/node/commit/98be4304a3)] - **zlib**: validate flush kind for brotli streams (Ic3b3rg) [#&#8203;63746](https://github.com/nodejs/node/pull/63746) - \[[`90007a59a9`](https://github.com/nodejs/node/commit/90007a59a9)] - **zlib**: expose rejectGarbageAfterEnd option (Filip Skokan) [#&#8203;64023](https://github.com/nodejs/node/pull/64023) - \[[`5933516066`](https://github.com/nodejs/node/commit/5933516066)] - **zlib**: reject trailing gzip members in web streams (Filip Skokan) [#&#8203;64023](https://github.com/nodejs/node/pull/64023) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between day 1 and 7 of the month (`* * 1-7 * *`) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE2NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2026-07-01 02:09:43 +02:00
chore(deps): update asdf tool versions
Some checks failed
continuous-integration/drone/push Build is failing
15ebbe1c6d
renovate force-pushed renovate/asdf-tool-versions from 15ebbe1c6d to 4be395c789 2026-07-09 02:09:29 +02:00 Compare
renovate force-pushed renovate/asdf-tool-versions from 4be395c789 to c4f03ffd53 2026-07-11 02:09:27 +02:00 Compare
renovate force-pushed renovate/asdf-tool-versions from c4f03ffd53 to e9e9f3a2a4 2026-07-13 02:09:25 +02:00 Compare
renovate force-pushed renovate/asdf-tool-versions from e9e9f3a2a4 to 7868142b52 2026-07-20 02:09:26 +02:00 Compare
Some checks are pending
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production
Required
Some required checks are missing.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/asdf-tool-versions:renovate/asdf-tool-versions
git checkout renovate/asdf-tool-versions
Sign in to join this conversation.
No description provided.