From 242288d5275b54f41971311069efef4ed473402a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 18:24:24 +0000 Subject: [PATCH] chore(deps): update dependency tsc-watch to v6.0.1 (#3698) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tsc-watch](https://togithub.com/gilamran/tsc-watch) | [`6.0.0` -> `6.0.1`](https://renovatebot.com/diffs/npm/tsc-watch/6.0.0/6.0.1) | [![age](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.1/compatibility-slim/6.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.1/confidence-slim/6.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
gilamran/tsc-watch ### [`v6.0.1`](https://togithub.com/gilamran/tsc-watch/blob/HEAD/CHANGELOG.md#v601---28042023) [Compare Source](https://togithub.com/gilamran/tsc-watch/compare/9d1bd0b24f5d37a8e4a4bc3a5988520906ec8f52...v6.0.1) - Upgraded to the latest versions of dev dependencies - fixed failing test on node 18
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a98a27378..ef5072a53d 100644 --- a/package.json +++ b/package.json @@ -196,7 +196,7 @@ "superagent": "8.0.9", "supertest": "6.3.3", "ts-node": "10.9.1", - "tsc-watch": "6.0.0", + "tsc-watch": "6.0.1", "typescript": "4.8.4" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 2e6a99e73f..f3cb7b6f3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6989,10 +6989,10 @@ ts-toolbelt@^9.6.0: resolved "https://registry.yarnpkg.com/ts-toolbelt/-/ts-toolbelt-9.6.0.tgz#50a25426cfed500d4a09bd1b3afb6f28879edfd5" integrity sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== -tsc-watch@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.0.0.tgz#474b661b8d6a226c0921a3b6048d7a91f61d888a" - integrity sha512-zgpju+/z5z29/kK5V28Nz16CMkX2voFOUxkTlCim/R25hxzbyUqu2NfTnmJBQfESBSPbEQUGqDdB9A8opAcB4A== +tsc-watch@6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.0.1.tgz#c643195a65284d4d97e024cb2f0ff50bb22c1a65" + integrity sha512-npQCgDnE308qOPk9WnMK+s4wO2MuTGOy9YUVFKnOikC+t9f6LQsIpCUenMkaj8a2qzDJlKnzaySLPDeinGExGQ== dependencies: cross-spawn "^7.0.3" node-cleanup "^2.1.2"