Skip to content

Commit

Permalink
chore(deps): update dependency tsc-watch to v6.2.0 (#6852)
Browse files Browse the repository at this point in the history
[![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.4` ->
`6.2.0`](https://renovatebot.com/diffs/npm/tsc-watch/6.0.4/6.2.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tsc-watch/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsc-watch/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsc-watch/6.0.4/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsc-watch/6.0.4/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v6.2.0`](https://togithub.com/gilamran/tsc-watch/blob/HEAD/CHANGELOG.md#v620---28032024)

[Compare
Source](https://togithub.com/gilamran/tsc-watch/compare/v6.1.0...v6.2.0)

- feature: Using prepublish. thanks to
[@&#8203;llllvvuu](https://togithub.com/llllvvuu)

###
[`v6.1.0`](https://togithub.com/gilamran/tsc-watch/blob/HEAD/CHANGELOG.md#v610---27032024)

[Compare
Source](https://togithub.com/gilamran/tsc-watch/compare/v6.0.5...v6.1.0)

- feature: --noEmit. thanks to
[@&#8203;llllvvuu](https://togithub.com/llllvvuu)

###
[`v6.0.5`](https://togithub.com/gilamran/tsc-watch/blob/HEAD/CHANGELOG.md#v605---27032024)

[Compare
Source](https://togithub.com/gilamran/tsc-watch/compare/v6.0.4...v6.0.5)

- fix: error TS6369: Option '--build' must be the first command line
argument. thanks to [@&#8203;llllvvuu](https://togithub.com/llllvvuu)

</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 becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent a797198 commit a21cc8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"superagent": "8.1.2",
"supertest": "6.3.4",
"ts-node": "10.9.2",
"tsc-watch": "6.0.4",
"tsc-watch": "6.2.0",
"typescript": "5.4.2",
"wait-on": "^7.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7109,10 +7109,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.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.0.4.tgz#af15229f03cd53086771a97b10653db063bc6c59"
integrity sha512-cHvbvhjO86w2aGlaHgSCeQRl+Aqw6X6XN4sQMPZKF88GoP30O+oTuh5lRIJr5pgFWrRpF1AgXnJJ2DoFEIPHyg==
tsc-watch@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.2.0.tgz#4b191c36c6ed24c2bf6e721013af0825cd73d217"
integrity sha512-2LBhf9kjKXnz7KQ/puLHlozMzzUNHAdYBNMkg3eksQJ9GBAgMg8czznM83T5PmsoUvDnXzfIeQn2lNcIYDr8LA==
dependencies:
cross-spawn "^7.0.3"
node-cleanup "^2.1.2"
Expand Down

0 comments on commit a21cc8a

Please sign in to comment.