Skip to content

Commit

Permalink
chore(deps): update dependency tsd to ^0.28.0 (#391)
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 |
|---|---|---|---|---|---|
| [tsd](https://togithub.com/SamVerschueren/tsd) | [`^0.27.0` ->
`^0.28.0`](https://renovatebot.com/diffs/npm/tsd/0.27.0/0.28.0) |
[![age](https://badges.renovateapi.com/packages/npm/tsd/0.28.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/tsd/0.28.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/tsd/0.28.0/compatibility-slim/0.27.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/tsd/0.28.0/confidence-slim/0.27.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>SamVerschueren/tsd</summary>

###
[`v0.28.0`](https://togithub.com/SamVerschueren/tsd/releases/tag/v0.28.0)

[Compare
Source](https://togithub.com/SamVerschueren/tsd/compare/v0.27.0...v0.28.0)

- Upgrade to TypeScript 5.0
[`3152b12`](https://togithub.com/SamVerschueren/tsd/commit/3152b12)
- Print number of warnings in the CLI
([#&#8203;184](https://togithub.com/SamVerschueren/tsd/issues/184))
[`3dcaae7`](https://togithub.com/SamVerschueren/tsd/commit/3dcaae7)
- Ignore unused locals by default
([#&#8203;185](https://togithub.com/SamVerschueren/tsd/issues/185))
[`223d6a2`](https://togithub.com/SamVerschueren/tsd/commit/223d6a2)
- Don't log stacktrace if CLI succeeds
([#&#8203;182](https://togithub.com/SamVerschueren/tsd/issues/182))
[`2dc5358`](https://togithub.com/SamVerschueren/tsd/commit/2dc5358)
- Export formatter
([#&#8203;179](https://togithub.com/SamVerschueren/tsd/issues/179))
[`02c7fc3`](https://togithub.com/SamVerschueren/tsd/commit/02c7fc3)
- Add `--show-diff` CLI option
([#&#8203;165](https://togithub.com/SamVerschueren/tsd/issues/165))
[`8387d9e`](https://togithub.com/SamVerschueren/tsd/commit/8387d9e)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC),
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://app.renovatebot.com/dashboard#github/netlify/functions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 20, 2023
1 parent 8ed151e commit 7137646
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 16 deletions.
179 changes: 164 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"husky": "^7.0.4",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
"tsd": "^0.27.0",
"tsd": "^0.28.0",
"typescript": "^4.4.4"
},
"engines": {
Expand Down

0 comments on commit 7137646

Please sign in to comment.