Skip to content

Commit a44ba87

Browse files
Bump execa from 8.0.1 to 9.3.0 (#55)
* Bump execa from 8.0.1 to 9.3.0 Bumps [execa](https://github.com/sindresorhus/execa) from 8.0.1 to 9.3.0. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v8.0.1...v9.3.0) --- updated-dependencies: - dependency-name: execa dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fixup Signed-off-by: Matteo Collina <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Matteo Collina <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matteo Collina <[email protected]>
1 parent dd6271a commit a44ba87

3 files changed

Lines changed: 127 additions & 59 deletions

File tree

lib/run.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ export default async function runWithTypeScript (config) {
175175
})
176176
}
177177
})
178+
// We must noop `.catch()`, otherwise `tscChild` will
179+
// reject.
180+
tscChild.catch(() => {})
178181
if (config.signal) {
179182
config.signal.addEventListener('abort', () => {
180183
tscChild.kill()

package-lock.json

Lines changed: 123 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@reporters/github": "^1.5.4",
3535
"c8": "^10.0.0",
36-
"execa": "^8.0.1",
36+
"execa": "^9.3.0",
3737
"find-up": "^7.0.0",
3838
"glob": "^10.3.10"
3939
}

0 commit comments

Comments
 (0)