Skip to content

Commit

Permalink
chore(deps): update dependency tsc-watch to v6.2.1 (#8905)
Browse files Browse the repository at this point in the history
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

<details>
<summary>gilamran/tsc-watch (tsc-watch)</summary>

###
[`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
[@&#8203;staszekj](https://redirect.github.com/staszekj)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 8ba4be2 commit 193f68d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -9129,7 +9129,7 @@ __metadata:
typescript: "*"
bin:
tsc-watch: dist/lib/tsc-watch.js
checksum: 10c0/689a868198c207619bb197d54e3123567c011dca06596c0c9ed4e6dc0d0820ae45d8c7d15c9cef45521673016cf340dceb5ac318436db44018fb87880d8e1ffe
checksum: 10c0/f5fe19e5ac9f4c42a5600c20aee9ff49e282f11813aead65ed58fa11d98a20f5a82bf4f931897270f49f6475dd54e9aab9c46a07c3801b8d237dfbe77bcf1bfc
languageName: node
linkType: hard

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 193f68d

Please sign in to comment.