Skip to content

Commit

Permalink
chore(deps): update dependency depcheck to ^1.4.6 (#1995)
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 |
|---|---|---|---|---|---|
| [depcheck](https://togithub.com/depcheck/depcheck) | [`^1.4.5` ->
`^1.4.6`](https://renovatebot.com/diffs/npm/depcheck/1.4.5/1.4.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/depcheck/1.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/depcheck/1.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/depcheck/1.4.5/1.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/depcheck/1.4.5/1.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>depcheck/depcheck (depcheck)</summary>

###
[`v1.4.6`](https://togithub.com/depcheck/depcheck/blob/HEAD/CHANGELOG.md#v146-2023-09-11)

[Compare
Source](https://togithub.com/depcheck/depcheck/compare/v1.4.5...v1.4.6)

[Full
Changelog](https://togithub.com/depcheck/depcheck/compare/v1.4.5...v1.4.6)

**Closed issues:**

- Add explicitResourceManagement to default TS babel config
[#&#8203;833](https://togithub.com/depcheck/depcheck/issues/833)
- Flag to make logs readable and less verbose
[#&#8203;759](https://togithub.com/depcheck/depcheck/issues/759)

**Merged pull requests:**

- Add explicitResourceManagement to TypeScript babel settings
[#&#8203;834](https://togithub.com/depcheck/depcheck/pull/834)
([jtbandes](https://togithub.com/jtbandes))
- Support projects field in jest configuration
[#&#8203;831](https://togithub.com/depcheck/depcheck/pull/831)
([dobesv](https://togithub.com/dobesv))
- Handle scoped package bin with default name
[#&#8203;830](https://togithub.com/depcheck/depcheck/pull/830)
([dobesv](https://togithub.com/dobesv))
- feat: add --quiet flag to suppress No depcheck issue messages
[#&#8203;829](https://togithub.com/depcheck/depcheck/pull/829)
([openam](https://togithub.com/openam))
- fix(sass): don't detect transitive dependencies
[#&#8203;827](https://togithub.com/depcheck/depcheck/pull/827)
([miluoshi](https://togithub.com/miluoshi))
- feat(tsconfig): support tsconfig.json files with comments
[#&#8203;826](https://togithub.com/depcheck/depcheck/pull/826)
([miluoshi](https://togithub.com/miluoshi))
- fix(storybook): parse package names out of addons array
[#&#8203;825](https://togithub.com/depcheck/depcheck/pull/825)
([miluoshi](https://togithub.com/miluoshi))

</details>

---

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

---

- [ ] <!-- 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/fwouts/previewjs).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent 1596871 commit a02385c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 43 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"assert-never": "^1.2.1",
"depcheck": "^1.4.5",
"depcheck": "^1.4.6",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"execa": "^8.0.1",
Expand Down
70 changes: 28 additions & 42 deletions pnpm-lock.yaml

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

0 comments on commit a02385c

Please sign in to comment.