fix(deps): update dependency execa to v10 - #32
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
rc-actions-bot
Bot
force-pushed
the
renovate/execa-10.x
branch
from
July 24, 2026 01:45
957af8b to
ea4bb18
Compare
renovate
Bot
force-pushed
the
renovate/execa-10.x
branch
from
July 24, 2026 22:12
ea4bb18 to
3d1484e
Compare
rc-actions-bot
Bot
force-pushed
the
renovate/execa-10.x
branch
from
July 24, 2026 22:13
3d1484e to
c16e184
Compare
renovate
Bot
force-pushed
the
renovate/execa-10.x
branch
from
July 30, 2026 20:58
c16e184 to
b2336a1
Compare
rc-actions-bot
Bot
force-pushed
the
renovate/execa-10.x
branch
from
July 30, 2026 20:59
b2336a1 to
d62821f
Compare
renovate
Bot
force-pushed
the
renovate/execa-10.x
branch
from
August 7, 2026 05:11
d62821f to
53a21e4
Compare
rc-actions-bot
Bot
force-pushed
the
renovate/execa-10.x
branch
from
August 7, 2026 05:11
53a21e4 to
9dac82c
Compare
renovate
Bot
force-pushed
the
renovate/execa-10.x
branch
from
August 11, 2026 23:29
9dac82c to
72a3181
Compare
rc-actions-bot
Bot
force-pushed
the
renovate/execa-10.x
branch
from
August 11, 2026 23:30
72a3181 to
9a3a558
Compare
renovate
Bot
force-pushed
the
renovate/execa-10.x
branch
from
August 14, 2026 17:56
9a3a558 to
81fbc53
Compare
rc-actions-bot
Bot
force-pushed
the
renovate/execa-10.x
branch
from
August 14, 2026 17:56
81fbc53 to
15cb4f5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.6.1→10.0.1Release Notes
sindresorhus/execa (execa)
v10.0.1Compare Source
preferLocalargument escaping edge-case on Windows (#1259)e771733v10.0.0Compare Source
Breaking
Require Node.js 22. (#1243)
04b4454The subprocess is now a normal promise, instead of a
ChildProcessinstance augmented with promise methods. All the methods and properties documented by Execa are unchanged. Node.js-specificChildProcessAPIs (such as.on(),.send(),.ref()and.unref()) must now be accessed through the newsubprocess.nodeChildProcessproperty. (#1255)ade74bfconst subprocess = execa('node', ['file.js']); - subprocess.on('spawn', onSpawn); + subprocess.nodeChildProcess.on('spawn', onSpawn);execaCommand()andexecaCommandSync(). Use the template string syntax instead, which splits on spaces. If the command is a dynamic string, split it withparseCommandString(). (#1244)3ced394stdio: [..., 'ipc']syntax. Use theipc: trueoption instead. (#1245)dcf611cinputorinputFileoption is combined with an inheritedstdin(for examplestdio: 'inherit'), the explicit input is now used, instead of being ignored. To combine multiple inputs, pass an array likestdin: ['inherit', {string: 'input'}]. (#1232)3ed0544Improvements
killDescendantsoption. This is useful when the subprocess spawns its own processes, such as when using theshelloption. (#1256)84fa0ecsubprocess.readableStream(),subprocess.writableStream()orsubprocess.transformStream(). (#1254)29d9cfcsubprocess.pipe()now exposes the destination subprocess' methods, so the piped output can be consumed directly: iterate over its output lines, convert it to a stream, or exchange IPC messages. (#1252)c31c94cstdiovalue as a{value, input: true}object. Direction-ambiguous values ('pipe','inherit', files and transforms) default to output on additional file descriptors. (#1246, #1249)487a3a49fbf5bachunkargument is now typed based on the transform's mode, instead of always beingunknown:stringfor line transforms,Uint8Arrayfor binary transforms, andunknownin object mode. (#1247)0a7b4f8Fixes
verbose,maxBuffer, etc.) when theipcoption istrue:fd3andipcno longer target the same file descriptor. (#1241)b886883Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.