From 193f68d9e0490474cf18538aae412eaaf5155fcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:20:35 +0000 Subject: [PATCH] chore(deps): update dependency tsc-watch to v6.2.1 (#8905) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tsc-watch](https://redirect.github.com/gilamran/tsc-watch) | [`6.2.0` -> `6.2.1`](https://renovatebot.com/diffs/npm/tsc-watch/6.2.0/6.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tsc-watch/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsc-watch/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsc-watch/6.2.0/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsc-watch/6.2.0/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
gilamran/tsc-watch (tsc-watch) ### [`v6.2.1`](https://redirect.github.com/gilamran/tsc-watch/blob/HEAD/CHANGELOG.md#v621---13112024) [Compare Source](https://redirect.github.com/gilamran/tsc-watch/compare/v6.2.0...3b21f1e6bfe0b38ca923b1b772d2bd682231cbb7) - bug fix: Fixed new version of Typescript clear codes. thanks to [@​staszekj](https://redirect.github.com/staszekj)
--- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f9c7362b699b..dadcbc64bc9b 100644 --- a/package.json +++ b/package.json @@ -218,7 +218,7 @@ "superagent": "9.0.2", "supertest": "7.0.0", "ts-node": "10.9.2", - "tsc-watch": "6.2.0", + "tsc-watch": "6.2.1", "typescript": "5.4.5", "wait-on": "^7.2.0" }, diff --git a/yarn.lock b/yarn.lock index 6f36da9759c8..fdfbfe233e40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9117,9 +9117,9 @@ __metadata: languageName: node linkType: hard -"tsc-watch@npm:6.2.0": - version: 6.2.0 - resolution: "tsc-watch@npm:6.2.0" +"tsc-watch@npm:6.2.1": + version: 6.2.1 + resolution: "tsc-watch@npm:6.2.1" dependencies: cross-spawn: "npm:^7.0.3" node-cleanup: "npm:^2.1.2" @@ -9129,7 +9129,7 @@ __metadata: typescript: "*" bin: tsc-watch: dist/lib/tsc-watch.js - checksum: 10c0/689a868198c207619bb197d54e3123567c011dca06596c0c9ed4e6dc0d0820ae45d8c7d15c9cef45521673016cf340dceb5ac318436db44018fb87880d8e1ffe + checksum: 10c0/f5fe19e5ac9f4c42a5600c20aee9ff49e282f11813aead65ed58fa11d98a20f5a82bf4f931897270f49f6475dd54e9aab9c46a07c3801b8d237dfbe77bcf1bfc languageName: node linkType: hard @@ -9409,7 +9409,7 @@ __metadata: supertest: "npm:7.0.0" ts-node: "npm:10.9.2" ts-toolbelt: "npm:^9.6.0" - tsc-watch: "npm:6.2.0" + tsc-watch: "npm:6.2.1" type-is: "npm:^1.6.18" typescript: "npm:5.4.5" unleash-client: "npm:6.1.3"