Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package install "renaming" doesn't work with Bun install #4899

Open
byCedric opened this issue Sep 11, 2023 · 6 comments
Open

Package install "renaming" doesn't work with Bun install #4899

byCedric opened this issue Sep 11, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@byCedric
Copy link

byCedric commented Sep 11, 2023

What version of Bun is running?

1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983

What platform is your computer?

Darwin 22.6.0 arm64 arm

What steps can reproduce the bug?

The full description of the issue can be found here: isaacs/jackspeak#5 (comment)

TL;DR; With npm, you can use different values other than a semver range in your package.json for your dependencies. That includes prefixes such as github:<owner>/<repo>, file:<path-to-workspace>, or even npm:<some-package>@<semver-range>. This kind of works already, with the exception of "renaming".

When you install the @isaacs/[email protected] package, that uses the code below as dependencies, Bun seems to fail without fully breaking.

{
  "dependencies": {
    "string-width": "^5.1.2",
    "string-width-cjs": "npm:string-width@^4.2.0",
    "strip-ansi": "^7.0.1",
    "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
    "wrap-ansi": "^8.1.0",
    "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  }
}

What is the expected behavior?

Bun should install [email protected] as node_modules/string-width and [email protected] as node_modules/string-width-cjs.

What do you see instead?

Bun outputs error: PathAlreadyExists installing string-width in this case.

image

(source: https://github.com/expo/vscode-expo/actions/runs/6138072599/job/16654576302#step:3:51)

Additional information

The full description of the issue can be found here: isaacs/jackspeak#5 (comment)

@byCedric byCedric added the bug Something isn't working label Sep 11, 2023
@byCedric byCedric changed the title Package install "renaming" doesn't work with Bun Package install "renaming" doesn't work with Bun install Sep 11, 2023
@Jarred-Sumner
Copy link
Collaborator

@dylan-conway this was fixed in v1.1.6 right?

@webpro
Copy link

webpro commented Jul 14, 2024

Just adding more details, maybe this helps.

Same odd issue here, I can't reproduce locally, but it consistently fails in GitHub Actions. Same, latest version: Bun v1.1.20.

Again, here's the package.json of @isaacs/cliui (21M downloads/week btw):

https://github.com/isaacs/cliui/blob/aa397fedbd0550c9925af6b62f970de663285641/package.json#L51-L58

  "dependencies": {
    "string-width": "^5.1.2",
    "string-width-cjs": "npm:string-width@^4.2.0",
    "strip-ansi": "^7.0.1",
    "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
    "wrap-ansi": "^8.1.0",
    "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  },

Looks like "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" is resolved to wrap-ansi-cjs@^7.0.0 which does not exist (this goes for all -cjs packages here.

On my machine (wtf?):

❯ bun add wrap-ansi-cjs@^7.0.0
bun add v1.1.20 (ae194892)

installed [email protected]

[132.00ms] done

Versions of wrap-ansi-cjs on npm: https://www.npmjs.com/package/wrap-ansi-cjs?activeTab=versions

In CI, this consistently fails:

https://github.com/webpro-nl/knip/actions/runs/9921011085/job/27418480569

Run bun install --ignore-scripts --frozen-lockfile
  bun install --ignore-scripts --frozen-lockfile
  shell: /bin/bash -e {0}
bun install v1.1.20 (ae194892)
error: GET https://registry.npmjs.org/strip-ansi-cjs/-/strip-ansi-cjs-6.0.1.tgz - 404

error: GET https://registry.npmjs.org/string-width-cjs/-/string-width-cjs-4.2.3.tgz - 404

error: GET https://registry.npmjs.org/wrap-ansi-cjs/-/wrap-ansi-cjs-7.0.0.tgz - 404

@webpro
Copy link

webpro commented Jul 15, 2024

Did some tests and fairly certain it's an issue/regression with generating the lockfile and then installing with the same Bun v1.1.20.

webpro added a commit to webpro-nl/knip that referenced this issue Jul 15, 2024
webpro added a commit to webpro-nl/knip that referenced this issue Jul 15, 2024
kodiakhq bot referenced this issue in weareinreach/InReach Jul 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF | Age | Adoption | Passing
| Confidence |
|---|---|---|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | devDependencies |
patch | [`1.7.0` ->
`1.7.1`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.0/1.7.1) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/swc-project/swc/badge)](https://securityscorecards.dev/viewer/?uri=github.com/swc-project/swc)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.7.0/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.7.0/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| devDependencies | patch | [`20.14.11` ->
`20.14.12`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.11/20.14.12)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.11/20.14.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.11/20.14.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/probe-image-size](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/probe-image-size)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/probe-image-size))
| devDependencies | patch | [`7.2.4` ->
`7.2.5`](https://renovatebot.com/diffs/npm/@types%2fprobe-image-size/7.2.4/7.2.5)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fprobe-image-size/7.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fprobe-image-size/7.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fprobe-image-size/7.2.4/7.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fprobe-image-size/7.2.4/7.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| devDependencies | minor | [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/webpro-nl/knip/badge)](https://securityscorecards.dev/viewer/?uri=github.com/webpro-nl/knip)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [msw](https://mswjs.io) ([source](https://togithub.com/mswjs/msw)) |
devDependencies | patch | [`2.3.2` ->
`2.3.4`](https://renovatebot.com/diffs/npm/msw/2.3.2/2.3.4) | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mswjs/msw/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mswjs/msw)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.3.2/2.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.3.2/2.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [node](https://nodejs.org)
([source](https://togithub.com/nodejs/node)) | | minor | `20.15.1` ->
`20.16.0` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/nodejs/node/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nodejs/node)
|
[![age](https://developer.mend.io/api/mc/badges/age/node-version/node/v20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/node-version/node/v20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/node-version/node/v20.15.1/v20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/node-version/node/v20.15.1/v20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pretty-ms](https://togithub.com/sindresorhus/pretty-ms) |
devDependencies | minor | [`9.0.0` ->
`9.1.0`](https://renovatebot.com/diffs/npm/pretty-ms/9.0.0/9.1.0) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/sindresorhus/pretty-ms/badge)](https://securityscorecards.dev/viewer/?uri=github.com/sindresorhus/pretty-ms)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/pretty-ms/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pretty-ms/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pretty-ms/9.0.0/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pretty-ms/9.0.0/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[react-phone-number-input](https://gitlab.com/catamphetamine/react-phone-number-input)
| dependencies | patch | [`3.4.3` ->
`3.4.4`](https://renovatebot.com/diffs/npm/react-phone-number-input/3.4.3/3.4.4)
| |
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-phone-number-input/3.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-phone-number-input/3.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-phone-number-input/3.4.3/3.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-phone-number-input/3.4.3/3.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/TypeScript)) | devDependencies
| patch | [`5.5.3` ->
`5.5.4`](https://renovatebot.com/diffs/npm/typescript/5.5.3/5.5.4) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/Microsoft/TypeScript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/Microsoft/TypeScript)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.5.3/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.5.3/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>swc-project/swc (@&#8203;swc/core)</summary>

###
[`v1.7.1`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#171---2024-07-24)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.7.0...v1.7.1)

##### Bug Fixes

- **(bindings/types)** Add missing mangle options
([#&#8203;9298](https://togithub.com/swc-project/swc/issues/9298))
([567f40d](https://togithub.com/swc-project/swc/commit/567f40d7973f25d554770d0138323f6dcfeb67c4))

- **(deps)** Update cargo (patch)
([#&#8203;9317](https://togithub.com/swc-project/swc/issues/9317))
([ea66e84](https://togithub.com/swc-project/swc/commit/ea66e849116aaa569a707ef03762344f0bc06cab))

- **(es/ast)** Make span of binding ident include type ann
([#&#8203;9293](https://togithub.com/swc-project/swc/issues/9293))
([2b32481](https://togithub.com/swc-project/swc/commit/2b324812acce58726292d3053ee7ba95e01a3436))

- **(es/minifier)** Support minifying JSX
([#&#8203;9271](https://togithub.com/swc-project/swc/issues/9271))
([9a6367b](https://togithub.com/swc-project/swc/commit/9a6367b0f661e500219aa3c17ca2ff037e498692))

- **(es/typescript)** Fix typings
([#&#8203;9301](https://togithub.com/swc-project/swc/issues/9301))
([27ca712](https://togithub.com/swc-project/swc/commit/27ca712812421ce7cef7770b1dde790080ce09ea))

- **(es/typescript)** Preserve type assertions
([#&#8203;9328](https://togithub.com/swc-project/swc/issues/9328))
([4d60f52](https://togithub.com/swc-project/swc/commit/4d60f528d1e7f3a1606cb2c288786491dbafbd5b))

- **(es/utils)** Use `$crate` for `quote_ident!()`
([#&#8203;9309](https://togithub.com/swc-project/swc/issues/9309))
([bdaaf47](https://togithub.com/swc-project/swc/commit/bdaaf47cb4fc0146485a567d48449116d0e67e98))

##### Features

- **(allocator)** Feature gate `nightly` via macros
([#&#8203;9274](https://togithub.com/swc-project/swc/issues/9274))
([a31fb58](https://togithub.com/swc-project/swc/commit/a31fb58399cc60ad5052d77b5accd560200a4f3d))

- **(allocator)** Add `maybe` types
([#&#8203;9278](https://togithub.com/swc-project/swc/issues/9278))
([a417ff4](https://togithub.com/swc-project/swc/commit/a417ff4d868b45a2157154e2334b8e1177c369e1))

- **(es/typescript)** Add esm build for fast ts strip
([#&#8203;9286](https://togithub.com/swc-project/swc/issues/9286))
([d10cb9f](https://togithub.com/swc-project/swc/commit/d10cb9ffa29033048d242fc3fb4a35ea5fb1bf16))

##### Miscellaneous Tasks

- **(deps)** Update actions
([#&#8203;9311](https://togithub.com/swc-project/swc/issues/9311))
([475432e](https://togithub.com/swc-project/swc/commit/475432e83aad0191b8ad23e503d9fbe1835be196))

- **(deps)** Update npm (patch)
([#&#8203;9318](https://togithub.com/swc-project/swc/issues/9318))
([9d983c3](https://togithub.com/swc-project/swc/commit/9d983c3864888c3402679ce5498f82e71899c210))

- **(deps)** Update `wasmer` to fix broken Windows build
([#&#8203;9322](https://togithub.com/swc-project/swc/issues/9322))
([a120faf](https://togithub.com/swc-project/swc/commit/a120faf84b178c666b9ac785d27f426f89d10ac6))

- **(deps)** Drop `atty`
([#&#8203;9325](https://togithub.com/swc-project/swc/issues/9325))
([831500e](https://togithub.com/swc-project/swc/commit/831500e24a25b454f496729242e5e5d54c01756a))

##### Performance

- **(allocator)** Use `std` instead of `allocator-api2`
([#&#8203;9281](https://togithub.com/swc-project/swc/issues/9281))
([88723db](https://togithub.com/swc-project/swc/commit/88723dbf19a402c6395d34b71a5a8a712b4bf1bc))

- **(es/codegen)** Use `Vec<T>` from `swc_allocator`
([#&#8203;9280](https://togithub.com/swc-project/swc/issues/9280))
([c1cd0b9](https://togithub.com/swc-project/swc/commit/c1cd0b99c14b03c250f2d278f10480da733e0dfa))

- **(es/codegen)** Optimize using `swc_allocator`
([#&#8203;9294](https://togithub.com/swc-project/swc/issues/9294))
([07376c6](https://togithub.com/swc-project/swc/commit/07376c6fbbf7f945b673e4adf3f4d789c10c7781))

- **(es/helpers)** Use `bool` instead of `AtomicBool`
([#&#8203;9321](https://togithub.com/swc-project/swc/issues/9321))
([8107e98](https://togithub.com/swc-project/swc/commit/8107e985e13e73f408d569655119d0684c166f24))

- **(es/minifier)** Pre-allocate collections
([#&#8203;9289](https://togithub.com/swc-project/swc/issues/9289))
([76fe139](https://togithub.com/swc-project/swc/commit/76fe139334b64c9ba62a98dc5319523d21d633f4))

- **(visit)** Modify `Box` and `Vec` in-place
([#&#8203;9291](https://togithub.com/swc-project/swc/issues/9291))
([ae2ac05](https://togithub.com/swc-project/swc/commit/ae2ac05b94a6f9f6e56c26cde5c8b8e705739f1c))

- **(visit)** Add `#[inline]`
([#&#8203;9302](https://togithub.com/swc-project/swc/issues/9302))
([0b3dbb8](https://togithub.com/swc-project/swc/commit/0b3dbb893752952a0bc7ffc5ba9801291c65f019))

- Enable LTO for benchmarks
([#&#8203;9279](https://togithub.com/swc-project/swc/issues/9279))
([a3020b2](https://togithub.com/swc-project/swc/commit/a3020b2bc77d38fde772b98a14c80deb6c4a6911))

##### Refactor

- Remove unused files
([#&#8203;9285](https://togithub.com/swc-project/swc/issues/9285))
([33284c1](https://togithub.com/swc-project/swc/commit/33284c128ed233878b86ea5f660d9ccfc0f82c53))

##### Build

- Update `rustc` to `nightly-2024-07-21`
([#&#8203;9319](https://togithub.com/swc-project/swc/issues/9319))
([279ea91](https://togithub.com/swc-project/swc/commit/279ea910e001f0c7db8d06bc7a3c48e4d718fed9))

</details>

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</details>

<details>
<summary>mswjs/msw (msw)</summary>

### [`v2.3.4`](https://togithub.com/mswjs/msw/releases/tag/v2.3.4)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.3.3...v2.3.4)

#### v2.3.4 (2024-07-23)

##### Bug Fixes

- **cookieStore:** remove left-over `console.log`
([#&#8203;2217](https://togithub.com/mswjs/msw/issues/2217))
([`00fdbb2`](https://togithub.com/mswjs/msw/commit/00fdbb265dbb5cf0f9f89bd91b546966463535a4))
[@&#8203;Lalem001](https://togithub.com/Lalem001)

### [`v2.3.3`](https://togithub.com/mswjs/msw/releases/tag/v2.3.3)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.3.2...v2.3.3)

#### v2.3.3 (2024-07-23)

##### Bug Fixes

- implement cookie persistence using `tough-cookie`
([#&#8203;2206](https://togithub.com/mswjs/msw/issues/2206))
([`c30613c`](https://togithub.com/mswjs/msw/commit/c30613c2ba1df0c3f2575051ddb3eb42f1744f69))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- support async generators as response resolvers
([#&#8203;2108](https://togithub.com/mswjs/msw/issues/2108))
([`d38fc3d`](https://togithub.com/mswjs/msw/commit/d38fc3dd6437ef6503c1ad62bf853b5ca800179c))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
[@&#8203;jakebailey](https://togithub.com/jakebailey)

</details>

<details>
<summary>nodejs/node (node)</summary>

###
[`v20.16.0`](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0)

[Compare
Source](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0)

</details>

<details>
<summary>sindresorhus/pretty-ms (pretty-ms)</summary>

###
[`v9.1.0`](https://togithub.com/sindresorhus/pretty-ms/releases/tag/v9.1.0)

[Compare
Source](https://togithub.com/sindresorhus/pretty-ms/compare/v9.0.0...v9.1.0)

- Support negative milliseconds
([#&#8203;71](https://togithub.com/sindresorhus/pretty-ms/issues/71))
[`7891386`](https://togithub.com/sindresorhus/pretty-ms/commit/7891386)

</details>

<details>
<summary>catamphetamine/react-phone-number-input
(react-phone-number-input)</summary>

###
[`v3.4.4`](https://gitlab.com/catamphetamine/react-phone-number-input/compare/v3.4.3...1bf5c35efa381ef0e981905ee76fe7dfed0a125b)

[Compare
Source](https://gitlab.com/catamphetamine/react-phone-number-input/compare/v3.4.3...v3.4.4)

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

###
[`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb)

[Compare
Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/weareinreach/InReach).

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/console-table-without-index Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/console-table-without-index).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/emoji-platform-data Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/emoji-platform-data).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/sinon-timers-repeatable Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/sinon-timers-repeatable).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/sentences-per-line Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/sentences-per-line).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/all-contributors-auto-action Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/all-contributors-auto-action).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/refined-saved-replies Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/refined-saved-replies).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/console-fail-test Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/console-fail-test).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/TypeStat Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/TypeStat).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in danvk/literate-ts Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/danvk/literate-ts).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/text-table-fast Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/text-table-fast).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/get-github-auth-token Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/get-github-auth-token).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in valora-inc/viem-account-hsm-gcp Jul 29, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`^5.23.1` ->
`^5.27.0`](https://renovatebot.com/diffs/npm/knip/5.23.2/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.23.2/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.23.2/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [viem](https://viem.sh) ([source](https://togithub.com/wevm/viem)) |
[`^2.16.3` ->
`^2.18.2`](https://renovatebot.com/diffs/npm/viem/2.16.5/2.18.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/viem/2.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/viem/2.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/viem/2.16.5/2.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/viem/2.16.5/2.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

###
[`v5.26.0`](https://togithub.com/webpro-nl/knip/compare/5.25.2...3a7fcc9a3520181671e797486a10fe41c5b2fd38)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.2...5.26.0)

### [`v5.25.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.25.2)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.1...5.25.2)

- Include additional workspaces when loading manifests (resolves
[#&#8203;722](https://togithub.com/webpro-nl/knip/issues/722))
([`ca03fd8`](https://togithub.com/webpro-nl/knip/commit/ca03fd83))
- Move & refactor setRefs → findInternalReferences
([`deeb2ac`](https://togithub.com/webpro-nl/knip/commit/deeb2acc))
- Minor refactors
([`09fc536`](https://togithub.com/webpro-nl/knip/commit/09fc5363))
- Always pre-set `moduleResolution: bundler` if tsconfig.json
([`3c13118`](https://togithub.com/webpro-nl/knip/commit/3c131184))
- No need to publish twice here
([`34be850`](https://togithub.com/webpro-nl/knip/commit/34be850f))
- Minor refactors
([`c1db1ec`](https://togithub.com/webpro-nl/knip/commit/c1db1ec2))
- Update docs re. shared/isolated workspaces
([`699fd28`](https://togithub.com/webpro-nl/knip/commit/699fd28b))
- Set `moduleResolution: bundler` if not set and don't share it
(resolves [#&#8203;719](https://togithub.com/webpro-nl/knip/issues/719))
([`2c24678`](https://togithub.com/webpro-nl/knip/commit/2c246784))
- fix: Use `parseFragment` instead of `text` node which breaks
formatting
([#&#8203;720](https://togithub.com/webpro-nl/knip/issues/720))
([`3201c07`](https://togithub.com/webpro-nl/knip/commit/3201c076))

### [`v5.25.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.25.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.0...5.25.1)

- Publish vendor dir
([`fdac7ba`](https://togithub.com/webpro-nl/knip/commit/fdac7ba8))

### [`v5.25.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.25.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.24.4...5.25.0)

- Update dependencies docs
([`b42c85b`](https://togithub.com/webpro-nl/knip/commit/b42c85b4))
- Sync [@&#8203;nodelib/fs](https://togithub.com/nodelib/fs).walk
version w/ fast-glob
([`e77ce77`](https://togithub.com/webpro-nl/knip/commit/e77ce774))
- Vendor bash-parser
([`78e7b28`](https://togithub.com/webpro-nl/knip/commit/78e7b28d))
- Add pkg.pr.new workflow
([`2679f20`](https://togithub.com/webpro-nl/knip/commit/2679f202))

### [`v5.24.4`](https://togithub.com/webpro-nl/knip/releases/tag/5.24.4)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.24.3...5.24.4)

- Start using central resolveEntry from plugin helpers
([#&#8203;716](https://togithub.com/webpro-nl/knip/issues/716))
([`65d8098`](https://togithub.com/webpro-nl/knip/commit/65d80981))

### [`v5.24.3`](https://togithub.com/webpro-nl/knip/releases/tag/5.24.3)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.24.2...5.24.3)

- Improve Angular plugin a bit + add fixture/test
([#&#8203;717](https://togithub.com/webpro-nl/knip/issues/717))
([`641b5fc`](https://togithub.com/webpro-nl/knip/commit/641b5fcf))
- Fix Cannot read properties of undefined (reading 'name')
([#&#8203;718](https://togithub.com/webpro-nl/knip/issues/718))
([`f0f9f5a`](https://togithub.com/webpro-nl/knip/commit/f0f9f5ab))

### [`v5.24.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.24.2)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.24.1...5.24.2)

- Fix entry patterns in jest plugin (resolves
[#&#8203;716](https://togithub.com/webpro-nl/knip/issues/716))
([`1cd4bd8`](https://togithub.com/webpro-nl/knip/commit/1cd4bd84))
- Support multiple --loaders etc. for NODE_OPTIONS prefix (resolves
[#&#8203;715](https://togithub.com/webpro-nl/knip/issues/715))
([`66f48c0`](https://togithub.com/webpro-nl/knip/commit/66f48c0f))
- Update pnpm/action-setup to v4
([`9754973`](https://togithub.com/webpro-nl/knip/commit/9754973e))
- Add missing rule keys to JSON Schema
([#&#8203;713](https://togithub.com/webpro-nl/knip/issues/713))
([`1f61f77`](https://togithub.com/webpro-nl/knip/commit/1f61f776))
- Add note to rules re. `dependencies` warning
([#&#8203;713](https://togithub.com/webpro-nl/knip/issues/713))
([`71e89a2`](https://togithub.com/webpro-nl/knip/commit/71e89a28))
- Update styling
([`3d03cde`](https://togithub.com/webpro-nl/knip/commit/3d03cdef))
- Add wonderful tweets
([`bb333ed`](https://togithub.com/webpro-nl/knip/commit/bb333ede))

### [`v5.24.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.24.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.24.0...5.24.1)

- Fix up rules in issue collector and reporter (resolves
[#&#8203;713](https://togithub.com/webpro-nl/knip/issues/713))
([`7775213`](https://togithub.com/webpro-nl/knip/commit/77752130))
- Fix Knip config
([`4c4e3e1`](https://togithub.com/webpro-nl/knip/commit/4c4e3e1e))
- Use jiti `alias` over custom transform
([`b9f1715`](https://togithub.com/webpro-nl/knip/commit/b9f1715e))

### [`v5.24.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.24.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.23.3...5.24.0)

- Add `vitest` as enabler to vite plugin
([`b384d18`](https://togithub.com/webpro-nl/knip/commit/b384d18a))
- Fix up formatting/config
([`9961e2a`](https://togithub.com/webpro-nl/knip/commit/9961e2a5))

### [`v5.23.3`](https://togithub.com/webpro-nl/knip/releases/tag/5.23.3)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.23.2...5.23.3)

- Update dependencies
([`8c783e9`](https://togithub.com/webpro-nl/knip/commit/8c783e91))
- Restore that (only) interfaces can be default-exported (resolves
[#&#8203;709](https://togithub.com/webpro-nl/knip/issues/709))
([`919a68b`](https://togithub.com/webpro-nl/knip/commit/919a68bf))
- Improve generated plugin docs
([`f33f113`](https://togithub.com/webpro-nl/knip/commit/f33f1136))

</details>

<details>
<summary>wevm/viem (viem)</summary>

###
[`v2.18.2`](https://togithub.com/wevm/viem/releases/tag/viem%402.18.2)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.18.2)

##### Patch Changes

- [#&#8203;2516](https://togithub.com/wevm/viem/pull/2516)
[`44281e8`](https://togithub.com/wevm/viem/commit/44281e85e28f893df6e722ebadfe74b2a9bf93e2)
Thanks [@&#8203;izayl](https://togithub.com/izayl)! - Added `keepAlive`
property to `webSocket` transport to send keep-alive ping messages
(defaults to `true`).

###
[`v2.18.1`](https://togithub.com/wevm/viem/releases/tag/viem%402.18.1)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.18.1)

##### Patch Changes

- [#&#8203;2530](https://togithub.com/wevm/viem/pull/2530)
[`d6cc8f6b`](https://togithub.com/wevm/viem/commit/d6cc8f6bad61ca7f3bf04605de826530d23f1602)
Thanks [@&#8203;Si-Ki](https://togithub.com/Si-Ki)! - Added
cronoszkEVMTestnet chain.

- [#&#8203;2533](https://togithub.com/wevm/viem/pull/2533)
[`a5d4ec4b`](https://togithub.com/wevm/viem/commit/a5d4ec4bdc73fc12a3078dc66eac884b41573a7a)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Fixed support for
filtering contract logs via its events on `abi` + `args`.

-
[`62ff31dd`](https://togithub.com/wevm/viem/commit/62ff31dde0caaa96702187f42049cf8ea67e7cdd)
Thanks [@&#8203;tmm](https://togithub.com/tmm)! - Fixed missing import.

- [#&#8203;2533](https://togithub.com/wevm/viem/pull/2533)
[`a5d4ec4b`](https://togithub.com/wevm/viem/commit/a5d4ec4bdc73fc12a3078dc66eac884b41573a7a)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Added `args` as a
property to `parseEventLogs` to filter event logs by its arguments.

###
[`v2.18.0`](https://togithub.com/wevm/viem/releases/tag/viem%402.18.0)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.18.0)

##### Minor Changes

- [#&#8203;2510](https://togithub.com/wevm/viem/pull/2510)
[`070c0d1b`](https://togithub.com/wevm/viem/commit/070c0d1bd85ff3e77fdaf6b7f4ce4aee8d19c71a)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Added an **ERC-4337
Account Abstraction** extension. [See
Docs](https://viem.sh/account-abstraction).

###
[`v2.17.11`](https://togithub.com/wevm/viem/releases/tag/viem%402.17.11)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.17.11)

##### Patch Changes

-
[`37d837cc`](https://togithub.com/wevm/viem/commit/37d837cc0bfccbeac7d8be5ffe25cb71c57ac764)
Thanks [@&#8203;tmm](https://togithub.com/tmm)! - Fixed internal type
errors.

- [#&#8203;2526](https://togithub.com/wevm/viem/pull/2526)
[`e426cae2`](https://togithub.com/wevm/viem/commit/e426cae239a6bf8bb73ad4cd6861d23edbe07240)
Thanks [@&#8203;Si-Ki](https://togithub.com/Si-Ki)! - Added
`bobaSepolia` chain.

###
[`v2.17.10`](https://togithub.com/wevm/viem/releases/tag/viem%402.17.10)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.17.10)

##### Patch Changes

- [#&#8203;2513](https://togithub.com/wevm/viem/pull/2513)
[`3af06fe`](https://togithub.com/wevm/viem/commit/3af06fe23dda1f44d43b3d3cec5d985894c2840a)
Thanks [@&#8203;hoangtan282](https://togithub.com/hoangtan282)! - Added
Funki Mainnet.

- [#&#8203;2519](https://togithub.com/wevm/viem/pull/2519)
[`01cdac1`](https://togithub.com/wevm/viem/commit/01cdac14d508fbae50a31492e244b7adbe858bab)
Thanks [@&#8203;cbfyi](https://togithub.com/cbfyi)! - Added dispute game
factory address for Base Sepolia.

- [#&#8203;2515](https://togithub.com/wevm/viem/pull/2515)
[`b7e4fa5`](https://togithub.com/wevm/viem/commit/b7e4fa518b1798741cf029f34ed3154695ab3a16)
Thanks [@&#8203;JoeyKhd](https://togithub.com/JoeyKhd)! - Added Root
Network chain.

###
[`v2.17.9`](https://togithub.com/wevm/viem/releases/tag/viem%402.17.9)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.17.9)

##### Patch Changes

-
[`b71e656e`](https://togithub.com/wevm/viem/commit/b71e656e08dadc44e2c1eccb5f505f70ce4d3aaf)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Exported types
required for inference.

###
[`v2.17.8`](https://togithub.com/wevm/viem/releases/tag/viem%402.17.8)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.17.8)

##### Patch Changes

-
[`690cb9a7`](https://togithub.com/wevm/viem/commit/690cb9a78a801edf7ea3ab1d8cf1a0cd794fc32a)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Exported types
required for inference.

###
[`v2.17.7`](https://togithub.com/wevm/viem/releases/tag/viem%402.17.7)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.17.7)

##### Patch Changes

-
[`7d3d505`](https://togithub.com/wevm/viem/commit/7d3d505221d4bb2ccc002be1cddc9e2011e33c01)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Allow override of
`Content-Type` header on `http` transport.

-
[`aa42f47`](https://togithub.com/wevm/viem/commit/aa42f47fe8b5ce19858e5855ecdceae7000dbb92)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Updated Darwinia
chain explorer URL.

-
[`759e34d`](https://togithub.com/wevm/viem/commit/759e34dde23ca50275d9e4df38805e8f0b285753)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Enforced `r` and `s`
hex values on `Signature` to be always padded to 32 bytes.

###
[`v2.17.5`](https://togithub.com/wevm/viem/releases/tag/viem%402.17.5)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.17.5)

##### Patch Changes

- [#&#8203;2500](https://togithub.com/wevm/viem/pull/2500)
[`f6d60054`](https://togithub.com/wevm/viem/commit/f6d60054bdcf8ada44c8af46b66eda50b05dd08b)
Thanks [@&#8203;lucadonnoh](https://togithub.com/lucadonnoh)! - Added OP
Stack contract addresses for Mode Testnet chain.

###
[`v2.17.4`](https://togithub.com/wevm/viem/releases/tag/viem%402.17.4)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.17.4)

##### Patch Changes

- [#&#8203;2493](https://togithub.com/wevm/viem/pull/2493)
[`ef3601d`](https://togithub.com/wevm/viem/commit/ef3601d1db04e41c993943c0cfc72d3a64bbb6db)
Thanks [@&#8203;billalxcode](https://togithub.com/billalxcode)! - Added
DreyerX Testnet chain

###
[`v2.17.3`](https://togithub.com/wevm/viem/releases/tag/viem%402.17.3)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.17.3)

##### Patch Changes

-
[`ec3b0e0`](https://togithub.com/wevm/viem/commit/ec3b0e08f0a379249224e65092277191f1a8502b)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Added fallback
verification in `verifyHash`.

###
[`v2.17.2`](https://togithub.com/wevm/viem/releases/tag/viem%402.17.2)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.17.2)

##### Patch Changes

- [#&#8203;2479](https://togithub.com/wevm/viem/pull/2479)
[`5028b3f`](https://togithub.com/wevm/viem/commit/5028b3fb723100e49ca9b301405360b23c2a1003)
Thanks [@&#8203;keyding](https://togithub.com/keyding)! - Added Artela
Testnet chain.

- [#&#8203;2478](https://togithub.com/wevm/viem/pull/2478)
[`795ca46`](https://togithub.com/wevm/viem/commit/795ca46cf93bc496abb23a5b868ea48bd80860ae)
Thanks [@&#8203;sj719045032](https://togithub.com/sj719045032)! - Added
zkLink Nova Sepolia Testnet chain.

###
[`v2.17.1`](https://togithub.com/wevm/viem/releases/tag/viem%402.17.1)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.17.1)

##### Patch Changes

-
[`f12dfdb9`](https://togithub.com/wevm/viem/commit/f12dfdb9fa15b68741d79972c97fb3fa99551c85)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Fixed
`watchContractEvent` querying for events against an invalid block range.

- [#&#8203;2471](https://togithub.com/wevm/viem/pull/2471)
[`f5ae57f9`](https://togithub.com/wevm/viem/commit/f5ae57f963cd8461f228c212dd1df7d9d99f6d47)
Thanks [@&#8203;michelebruno](https://togithub.com/michelebruno)! -
Added multicall3 contract to Berachain bArtio.

- [#&#8203;2476](https://togithub.com/wevm/viem/pull/2476)
[`c5a33911`](https://togithub.com/wevm/viem/commit/c5a33911019219c11d96312293384dbbfa5bd452)
Thanks [@&#8203;sj719045032](https://togithub.com/sj719045032)! - Added
zkLinkNova chain.

###
[`v2.17.0`](https://togithub.com/wevm/viem/releases/tag/viem%402.17.0)

[Compare
Source](https://togithub.com/wevm/viem/compare/[email protected]@2.17.0)

##### Minor Changes

- [#&#8203;2335](https://togithub.com/wevm/viem/pull/2335)
[`3fce1c3`](https://togithub.com/wevm/viem/commit/3fce1c36414dfb4cd1b8df3f913fe1cc8abba7db)
Thanks [@&#8203;aaronmgdr](https://togithub.com/aaronmgdr)! - Added
support for serializing and parsing OP deposit transactions on Celo.

##### Patch Changes

- [#&#8203;2459](https://togithub.com/wevm/viem/pull/2459)
[`76092d8`](https://togithub.com/wevm/viem/commit/76092d851177edeeb6e801976fb9fc1afee94ee9)
Thanks [@&#8203;besated](https://togithub.com/besated)! - Added Sei
testnet chain.

- [#&#8203;2465](https://togithub.com/wevm/viem/pull/2465)
[`32a71ab`](https://togithub.com/wevm/viem/commit/32a71ab2434a7cb53a59f6a5cc901a68ee78f362)
Thanks [@&#8203;giskook](https://togithub.com/giskook)! - Updated
`xLayerTestnet` RPC URL.

- [#&#8203;2447](https://togithub.com/wevm/viem/pull/2447)
[`861d962`](https://togithub.com/wevm/viem/commit/861d962507cef076ceffa479ba74cd2fade0308c)
Thanks [@&#8203;jerray](https://togithub.com/jerray)! - Tweaked native
currency property for `btr` and `btrTestnet` chains.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
UTC, Automerge - "after 8:00 before 23:00 every weekday except on
Friday" in timezone UTC.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/valora-inc/viem-account-hsm-gcp).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
IanKrieger referenced this issue in brave/ads-ui Jul 31, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update | Pending |
|---|---|---|---|---|---|---|---|---|
| [@apollo/client](https://www.apollographql.com/docs/react/)
([source](https://togithub.com/apollographql/apollo-client)) | [`3.10.8`
->
`3.11.1`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.10.8/3.11.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fclient/3.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fclient/3.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fclient/3.10.8/3.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fclient/3.10.8/3.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | |
|
[@emotion/react](https://togithub.com/emotion-js/emotion/tree/main#readme)
([source](https://togithub.com/emotion-js/emotion)) | [`11.12.0` ->
`11.13.0`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.12.0/11.13.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@emotion%2freact/11.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@emotion%2freact/11.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@emotion%2freact/11.12.0/11.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@emotion%2freact/11.12.0/11.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | |
|
[@emotion/styled](https://togithub.com/emotion-js/emotion/tree/main#readme)
([source](https://togithub.com/emotion-js/emotion)) | [`11.12.0` ->
`11.13.0`](https://renovatebot.com/diffs/npm/@emotion%2fstyled/11.12.0/11.13.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@emotion%2fstyled/11.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@emotion%2fstyled/11.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@emotion%2fstyled/11.12.0/11.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@emotion%2fstyled/11.12.0/11.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | |
| [@mui/icons-material](https://mui.com/material-ui/material-icons/)
([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-icons-material))
| [`5.16.4` ->
`5.16.5`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.16.4/5.16.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2ficons-material/5.16.4/5.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2ficons-material/5.16.4/5.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | `5.16.6` |
| [@mui/lab](https://mui.com/material-ui/about-the-lab/)
([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-lab))
| [`5.0.0-alpha.172` ->
`5.0.0-alpha.173`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.172/5.0.0-alpha.173)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2flab/5.0.0-alpha.173?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2flab/5.0.0-alpha.173?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2flab/5.0.0-alpha.172/5.0.0-alpha.173?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2flab/5.0.0-alpha.172/5.0.0-alpha.173?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | |
| [@mui/material](https://mui.com/material-ui/)
([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-material))
| [`5.16.4` ->
`5.16.5`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.16.4/5.16.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fmaterial/5.16.4/5.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fmaterial/5.16.4/5.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | `5.16.6` |
| [@mui/x-data-grid](https://mui.com/x/react-data-grid/)
([source](https://togithub.com/mui/mui-x/tree/HEAD/packages/x-data-grid))
| [`7.11.0` ->
`7.11.1`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/7.11.0/7.11.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-data-grid/7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-data-grid/7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-data-grid/7.11.0/7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-data-grid/7.11.0/7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | |
| [@mui/x-date-pickers](https://mui.com/x/react-date-pickers/)
([source](https://togithub.com/mui/mui-x/tree/HEAD/packages/x-date-pickers))
| [`7.11.0` ->
`7.11.1`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.11.0/7.11.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-date-pickers/7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-date-pickers/7.11.0/7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/7.11.0/7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | |
| [github/codeql-action](https://togithub.com/github/codeql-action) |
`v3.25.13` -> `v3.25.15` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/github%2fcodeql-action/v3.25.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/github%2fcodeql-action/v3.25.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/github%2fcodeql-action/v3.25.13/v3.25.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/github%2fcodeql-action/v3.25.13/v3.25.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| action | patch | |
| [husky](https://togithub.com/typicode/husky) | [`9.1.1` ->
`9.1.3`](https://renovatebot.com/diffs/npm/husky/9.1.1/9.1.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/husky/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/husky/9.1.1/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/husky/9.1.1/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | `9.1.4` |
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [node](https://nodejs.org)
([source](https://togithub.com/nodejs/node)) | `20.15.1` -> `20.16.0` |
[![age](https://developer.mend.io/api/mc/badges/age/node-version/node/v20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/node-version/node/v20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/node-version/node/v20.15.1/v20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/node-version/node/v20.15.1/v20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor | |
| [typescript](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/TypeScript)) | [`5.5.3` ->
`5.5.4`](https://renovatebot.com/diffs/npm/typescript/5.5.3/5.5.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.5.3/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.5.3/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`7.16.1` ->
`7.17.0`](https://renovatebot.com/diffs/npm/typescript-eslint/7.16.1/7.17.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/7.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript-eslint/7.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript-eslint/7.16.1/7.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/7.16.1/7.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | `7.18.0` |
| [vite](https://vitejs.dev)
([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite)) |
[`5.3.4` -> `5.3.5`](https://renovatebot.com/diffs/npm/vite/5.3.4/5.3.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.3.4/5.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.3.4/5.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
| [vitest](https://togithub.com/vitest-dev/vitest)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`2.0.3` ->
`2.0.4`](https://renovatebot.com/diffs/npm/vitest/2.0.3/2.0.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |

---

### Release Notes

<details>
<summary>apollographql/apollo-client (@&#8203;apollo/client)</summary>

###
[`v3.11.1`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3111)

[Compare
Source](https://togithub.com/apollographql/apollo-client/compare/v3.11.0...v3.11.1)

##### Patch Changes

-
[#&#8203;11969](https://togithub.com/apollographql/apollo-client/pull/11969)
[`061cab6`](https://togithub.com/apollographql/apollo-client/commit/061cab6627abd4ec81f83c40c1d281c418627c93)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! - Remove
check for `window.__APOLLO_CLIENT__` when determining whether to connect
to Apollo Client Devtools when `connectToDevtools` or `devtools.enabled`
is not specified. This now simply checks to see if the application is in
development mode.

-
[#&#8203;11971](https://togithub.com/apollographql/apollo-client/pull/11971)
[`ecf77f6`](https://togithub.com/apollographql/apollo-client/commit/ecf77f6f5b5ccf64cfba51e838e96549fb6c92fe)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! -
Prevent the `setTimeout` for suggesting devtools from running in
non-browser environments.

###
[`v3.11.0`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3110)

[Compare
Source](https://togithub.com/apollographql/apollo-client/compare/v3.10.8...v3.11.0)

##### Potentially Breaking Fixes

-
[#&#8203;11789](https://togithub.com/apollographql/apollo-client/pull/11789)
[`5793301`](https://togithub.com/apollographql/apollo-client/commit/579330147d6bd6f7167a35413a33746103e375cb)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Changes
usages of the `GraphQLError` type to `GraphQLFormattedError`.

This was a type bug - these errors were never `GraphQLError` instances
to begin with, and the `GraphQLError` class has additional properties
that can
    never be correctly rehydrated from a GraphQL result.
    The correct type to use here is `GraphQLFormattedError`.

    Similarly, please ensure to use the type `FormattedExecutionResult`
instead of `ExecutionResult` - the non-"Formatted" versions of these
types
are for use on the server only, but don't get transported over the
network.

-
[#&#8203;11626](https://togithub.com/apollographql/apollo-client/pull/11626)
[`228429a`](https://togithub.com/apollographql/apollo-client/commit/228429a1d36eae691473b24fb641ec3cd84c8a3d)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Call
`nextFetchPolicy` with "variables-changed" even if there is a
`fetchPolicy` specified.

Previously this would only be called when the current `fetchPolicy` was
equal to the `fetchPolicy` option or the option was not specified. If
you use `nextFetchPolicy` as a function, expect to see this function
called more often.

Due to this bug, this also meant that the `fetchPolicy` might be reset
to the initial `fetchPolicy`, even when you specified a
`nextFetchPolicy` function. If you previously relied on this behavior,
you will need to update your `nextFetchPolicy` callback function to
implement this resetting behavior.

    As an example, if your code looked like the following:

    ```js
    useQuery(QUERY, {
      nextFetchPolicy(currentFetchPolicy, info) {
        // your logic here
      }
    );
    ```

Update your function to the following to reimplement the resetting
behavior:

    ```js
    useQuery(QUERY, {
      nextFetchPolicy(currentFetchPolicy, info) {
        if (info.reason === 'variables-changed') {
          return info.initialFetchPolicy;
        }
        // your logic here
      }
    );
    ```

##### Minor Changes

-
[#&#8203;11923](https://togithub.com/apollographql/apollo-client/pull/11923)
[`d88c7f8`](https://togithub.com/apollographql/apollo-client/commit/d88c7f8909e3cb31532e8b1fc7dd06be12f35591)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! - Add
support for `subscribeToMore` function to `useQueryRefHandlers`.

-
[#&#8203;11854](https://togithub.com/apollographql/apollo-client/pull/11854)
[`3812800`](https://togithub.com/apollographql/apollo-client/commit/3812800c6e4e5e3e64f473543babdba35ce100c2)
Thanks
[@&#8203;jcostello-atlassian](https://togithub.com/jcostello-atlassian)!
- Support extensions in useSubscription

-
[#&#8203;11923](https://togithub.com/apollographql/apollo-client/pull/11923)
[`d88c7f8`](https://togithub.com/apollographql/apollo-client/commit/d88c7f8909e3cb31532e8b1fc7dd06be12f35591)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! - Add
support for `subscribeToMore` function to `useLoadableQuery`.

-
[#&#8203;11863](https://togithub.com/apollographql/apollo-client/pull/11863)
[`98e44f7`](https://togithub.com/apollographql/apollo-client/commit/98e44f74cb7c7e93a81bdc7492c9218bf4a2dcd4)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Reimplement
`useSubscription` to fix rules of React violations.

-
[#&#8203;11869](https://togithub.com/apollographql/apollo-client/pull/11869)
[`a69327c`](https://togithub.com/apollographql/apollo-client/commit/a69327cce1b36e8855258e9b19427511e0af8748)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Rewrite big
parts of `useQuery` and `useLazyQuery` to be more compliant with the
Rules of React and React Compiler

-
[#&#8203;11936](https://togithub.com/apollographql/apollo-client/pull/11936)
[`1b23337`](https://togithub.com/apollographql/apollo-client/commit/1b23337e5a9eec4ce3ed69531ca4f4afe8e897a6)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! - Add
the ability to specify a name for the client instance for use with
Apollo Client Devtools. This is useful when instantiating multiple
clients to identify the client instance more easily. This deprecates the
`connectToDevtools` option in favor of a new `devtools` configuration.

    ```ts
    new ApolloClient({
      devtools: {
        enabled: true,
        name: "Test Client",
      },
    });
    ```

This option is backwards-compatible with `connectToDevtools` and will be
used in the absense of a `devtools` option.

-
[#&#8203;11923](https://togithub.com/apollographql/apollo-client/pull/11923)
[`d88c7f8`](https://togithub.com/apollographql/apollo-client/commit/d88c7f8909e3cb31532e8b1fc7dd06be12f35591)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! - Add
support for `subscribeToMore` function to `useBackgroundQuery`.

-
[#&#8203;11930](https://togithub.com/apollographql/apollo-client/pull/11930)
[`a768575`](https://togithub.com/apollographql/apollo-client/commit/a768575ac1454587208aad63abc811b6a966fe72)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! -
Deprecates experimental schema testing utilities introduced in 3.10 in
favor of recommending
[`@apollo/graphql-testing-library`](https://togithub.com/apollographql/graphql-testing-library).

##### Patch Changes

-
[#&#8203;11951](https://togithub.com/apollographql/apollo-client/pull/11951)
[`0de03af`](https://togithub.com/apollographql/apollo-client/commit/0de03af912a76c4e0111f21b4f90a073317b63b6)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - add React 19
RC to `peerDependencies`

-
[#&#8203;11927](https://togithub.com/apollographql/apollo-client/pull/11927)
[`2941824`](https://togithub.com/apollographql/apollo-client/commit/2941824dd66cdd20eee5f2293373ad7a9cf991a4)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Add
`restart` function to `useSubscription`.

-
[#&#8203;11949](https://togithub.com/apollographql/apollo-client/pull/11949)
[`4528918`](https://togithub.com/apollographql/apollo-client/commit/45289186bcaaa33dfe904913eb6df31e2541c219)
Thanks [@&#8203;alessbell](https://togithub.com/alessbell)! - Remove
deprecated `watchFragment` option, `canonizeResults`

-
[#&#8203;11937](https://togithub.com/apollographql/apollo-client/pull/11937)
[`78332be`](https://togithub.com/apollographql/apollo-client/commit/78332be32a9af0da33eb3e4100e7a76c3eac2496)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! -
`createSchemaFetch`: simulate serialized errors instead of an
`ApolloError` instance

-
[#&#8203;11902](https://togithub.com/apollographql/apollo-client/pull/11902)
[`96422ce`](https://togithub.com/apollographql/apollo-client/commit/96422ce95b923b560321a88acd2eec35cf2a1c18)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Add `cause`
field to `ApolloError`.

-
[#&#8203;11806](https://togithub.com/apollographql/apollo-client/pull/11806)
[`8df6013`](https://togithub.com/apollographql/apollo-client/commit/8df6013b6b45452ec058fab3e068b5b6d6c493f7)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - MockLink:
add query default variables if not specified in mock request

-
[#&#8203;11926](https://togithub.com/apollographql/apollo-client/pull/11926)
[`3dd6432`](https://togithub.com/apollographql/apollo-client/commit/3dd64324dc5156450cead27f8141ea93315ffe65)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! -
`watchFragment`: forward additional options to `diffOptions`

-
[#&#8203;11946](https://togithub.com/apollographql/apollo-client/pull/11946)
[`7d833b8`](https://togithub.com/apollographql/apollo-client/commit/7d833b80119a991e6d2eb58f2c71074d697b8e63)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! - Fix
issue where mutations were not accessible by Apollo Client Devtools in
3.11.0-rc.0.

-
[#&#8203;11944](https://togithub.com/apollographql/apollo-client/pull/11944)
[`8f3d7eb`](https://togithub.com/apollographql/apollo-client/commit/8f3d7eb3bc2e0c2d79c5b1856655abe829390742)
Thanks [@&#8203;sneyderdev](https://togithub.com/sneyderdev)! - Allow
`IgnoreModifier` to be returned from a `optimisticResponse` function
when inferring from a `TypedDocumentNode` when used with a generic
argument.

-
[#&#8203;11954](https://togithub.com/apollographql/apollo-client/pull/11954)
[`4a6e86a`](https://togithub.com/apollographql/apollo-client/commit/4a6e86aeaf6685abf0dd23110784848c8b085735)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Document
(and deprecate) the previously undocumented `errors` property on the
`useQuery` `QueryResult` type.

-
[#&#8203;11719](https://togithub.com/apollographql/apollo-client/pull/11719)
[`09a6677`](https://togithub.com/apollographql/apollo-client/commit/09a6677ec1a0cffedeecb2cbac5cd3a3c8aa0fa1)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Allow
wrapping `createQueryPreloader`

-
[#&#8203;11921](https://togithub.com/apollographql/apollo-client/pull/11921)
[`70406bf`](https://togithub.com/apollographql/apollo-client/commit/70406bfd2b9a645d781638569853d9b435e047df)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - add
`ignoreResults` option to `useSubscription`

</details>

<details>
<summary>emotion-js/emotion (@&#8203;emotion/react)</summary>

###
[`v11.13.0`](https://togithub.com/emotion-js/emotion/compare/@emotion/[email protected])

[Compare
Source](https://togithub.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

</details>

<details>
<summary>mui/material-ui (@&#8203;mui/icons-material)</summary>

###
[`v5.16.5`](https://togithub.com/mui/material-ui/releases/tag/v5.16.5)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.16.4...v5.16.5)

*Jul 25, 2024*

A big thanks to the 4 contributors who made this release possible.

##### `@mui/[email protected]`

- ​<!-- 1 -->\[utils] Add dependency to
[@&#8203;mui/types](https://togithub.com/mui/types)
([@&#8203;mnajdova](https://togithub.com/mnajdova))
([#&#8203;43047](https://togithub.com/mui/material-ui/issues/43047))
[@&#8203;mnajdova](https://togithub.com/mnajdova)

##### Docs

- ​<!-- 4 -->\[material-ui]\[joy-ui]\[Autocomplete] Fix `Hint` demo
([@&#8203;ManthanGajjar](https://togithub.com/ManthanGajjar))
([#&#8203;43039](https://togithub.com/mui/material-ui/issues/43039))
[@&#8203;ManthanGajjar](https://togithub.com/ManthanGajjar)
- ​<!-- 3 -->Fix CHANGELOG convention
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 2 -->\[material-ui] Fix broken image links in blog template on
master branch
([#&#8203;42969](https://togithub.com/mui/material-ui/issues/42969))
[@&#8203;navedqb](https://togithub.com/navedqb)

All contributors of this release in alphabetical order:
[@&#8203;ManthanGajjar](https://togithub.com/ManthanGajjar),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;navedqb](https://togithub.com/navedqb),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

**Full Changelog**:
mui/material-ui@v5.16.4...v5.16.5

</details>

<details>
<summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary>

###
[`v7.11.1`](https://togithub.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7111)

[Compare
Source](https://togithub.com/mui/mui-x/compare/v7.11.0...v7.11.1)

*Jul 25, 2024*

We'd like to offer a big thanks to the 18 contributors who made this
release possible. Here are some highlights ✨:

- 🔎 Allow `Zoom` to be controllable for charts
([#&#8203;13858](https://togithub.com/mui/mui-x/issues/13858))
[@&#8203;JCQuintas](https://togithub.com/JCQuintas)
- 🌍 Add Icelandic (is-IS) and Norwegian Nynorsk (nn-NO) locales on the
Data Grid
- 🌍 Improve Norwegian Bokmål (nb-NO) and German (de-DE) locales on the
Data Grid
-   🌍 Add Norwegian Nynorsk (nn-NO) locale on the Date and Time Pickers
-   🐞 Bugfixes
-   📚 Documentation improvements

<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->

##### Data Grid

##### `@mui/[email protected]`

- \[DataGrid] Remove dead code in internal `GridPreferencesPanel`
([#&#8203;13934](https://togithub.com/mui/mui-x/issues/13934))
[@&#8203;k-rajat19](https://togithub.com/k-rajat19)
- \[DataGrid] Do not miss to escape formulas in CSV export
([#&#8203;13888](https://togithub.com/mui/mui-x/issues/13888))
[@&#8203;arminmeh](https://togithub.com/arminmeh)
- \[l10n] Add Icelandic (is-IS) locale
([#&#8203;13283](https://togithub.com/mui/mui-x/issues/13283))
[@&#8203;magnimarels](https://togithub.com/magnimarels)
- \[l10n] Add Norwegian nynorsk (nn-NO) locale and improve Norwegian
bokmål (nb-NO) locale
([#&#8203;13588](https://togithub.com/mui/mui-x/issues/13588))
[@&#8203;AnderzL7](https://togithub.com/AnderzL7)
- \[l10n] Improve German (de-DE) locale
([#&#8203;13910](https://togithub.com/mui/mui-x/issues/13910))
[@&#8203;lhilgert9](https://togithub.com/lhilgert9)

##### `@mui/[email protected]`
[![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link
"Pro plan")

Same changes as in `@mui/[email protected]`.

##### `@mui/[email protected]`
[![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link
"Premium plan")

Same changes as in `@mui/[email protected]`, plus:

- \[DataGridPremium] Pass the `api` object to events
([#&#8203;13893](https://togithub.com/mui/mui-x/issues/13893))
[@&#8203;pcorpet](https://togithub.com/pcorpet)
- \[DataGridPremium] Fix paste to selected cells
([#&#8203;13967](https://togithub.com/mui/mui-x/issues/13967))
[@&#8203;romgrk](https://togithub.com/romgrk)

##### Date and Time Pickers

##### `@mui/[email protected]`

- \[fields] Prevent keyboard editing when disabled
([#&#8203;13900](https://togithub.com/mui/mui-x/issues/13900))
[@&#8203;arthurbalduini](https://togithub.com/arthurbalduini)
- \[l10n] Add Norwegian Nynorsk (nn-NO) locale
([#&#8203;13946](https://togithub.com/mui/mui-x/issues/13946))
[@&#8203;AnderzL7](https://togithub.com/AnderzL7)

##### `@mui/[email protected]`
[![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link
"Pro plan")

Same changes as in `@mui/[email protected]`.

##### Charts

##### `@mui/[email protected]`

- \[charts] Add `ownerState` function to `slotProps` typing when
available ([#&#8203;13965](https://togithub.com/mui/mui-x/issues/13965))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[charts] Allow `Zoom` to be controllable
([#&#8203;13858](https://togithub.com/mui/mui-x/issues/13858))
[@&#8203;JCQuintas](https://togithub.com/JCQuintas)
- \[charts] Deprecate `xAxisKey` /`zAxisKey` in favor of
`xAxisId`/`zAxisId`
([#&#8203;13940](https://togithub.com/mui/mui-x/issues/13940))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[charts] Hide empty arcs in the PieChart
([#&#8203;13897](https://togithub.com/mui/mui-x/issues/13897))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[charts] Limit the trigger of exit charts
([#&#8203;13682](https://togithub.com/mui/mui-x/issues/13682))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)

##### Tree View

##### `@mui/[email protected]`

- \[TreeView] Allow the plugins to enrich the props passed to the item
slots ([#&#8203;13953](https://togithub.com/mui/mui-x/issues/13953))
[@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)

##### Docs

- \[docs] Bump pnpm priority as a package manager
([#&#8203;13894](https://togithub.com/mui/mui-x/issues/13894))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Explicitly mark charts pro as not released
([#&#8203;13905](https://togithub.com/mui/mui-x/issues/13905))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[docs] Fix dot consistency a11y table
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix some typos in charts docs
([#&#8203;13906](https://togithub.com/mui/mui-x/issues/13906))
[@&#8203;cratiu222](https://togithub.com/cratiu222)
- \[docs] Fix spelling
([#&#8203;13902](https://togithub.com/mui/mui-x/issues/13902))
[@&#8203;nnsW3](https://togithub.com/nnsW3)
- \[docs] Improve error message when moving between plans
([#&#8203;13874](https://togithub.com/mui/mui-x/issues/13874))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Update `SparkLineChart` reference not being correctly
capitalised
([#&#8203;13960](https://togithub.com/mui/mui-x/issues/13960))
[@&#8203;duckboy81](https://togithub.com/duckboy81)
- \[docs] Fix scroll demos disorientation
([#&#8203;13909](https://togithub.com/mui/mui-x/issues/13909))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### Core

- \[core] Add `@mui/material-nextjs` to `MUI Core` renovate group
([#&#8203;13966](https://togithub.com/mui/mui-x/issues/13966))
[@&#8203;LukasTy](https://togithub.com/LukasTy)
- \[core] Remove warning message in production
([#&#8203;13911](https://togithub.com/mui/mui-x/issues/13911))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[code-infra] Reuse `useReactVersion` script from the monorepo
([#&#8203;13710](https://togithub.com/mui/mui-x/issues/13710))
[@&#8203;cherniavskii](https://togithub.com/cherniavskii)
- \[infra] Adds order id validation action
([#&#8203;13957](https://togithub.com/mui/mui-x/issues/13957))
[@&#8203;michelengelen](https://togithub.com/michelengelen)
- \[infra] Fix order id validator action
([#&#8203;13971](https://togithub.com/mui/mui-x/issues/13971))
[@&#8203;michelengelen](https://togithub.com/michelengelen)
- \[infra] Fix regex in order id validation
([#&#8203;13976](https://togithub.com/mui/mui-x/issues/13976))
[@&#8203;michelengelen](https://togithub.com/michelengelen)
- \[infra] Issue template improvement
([#&#8203;13954](https://togithub.com/mui/mui-x/issues/13954))
[@&#8203;michelengelen](https://togithub.com/michelengelen)

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.25.15`](https://togithub.com/github/codeql-action/compare/v3.25.14...v3.25.15)

[Compare
Source](https://togithub.com/github/codeql-action/compare/v3.25.14...v3.25.15)

###
[`v3.25.14`](https://togithub.com/github/codeql-action/compare/v3.25.13...v3.25.14)

[Compare
Source](https://togithub.com/github/codeql-action/compare/v3.25.13...v3.25.14)

</details>

<details>
<summary>typicode/husky (husky)</summary>

### [`v9.1.3`](https://togithub.com/typicode/husky/releases/tag/v9.1.3)

[Compare
Source](https://togithub.com/typicode/husky/compare/v9.1.2...v9.1.3)

-   fix: better handle space in `PATH`

###
[`v9.1.2`](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2)

[Compare
Source](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2)

</details>

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</details>

<details>
<summary>nodejs/node (node)</summary>

###
[`v20.16.0`](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0)

[Compare
Source](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0)

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

###
[`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb)

[Compare
Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>

###
[`v7.17.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#7170-2024-07-22)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.16.1...v7.17.0)

##### 🚀 Features

- **eslint-plugin:** backport no-unsafe-function type,
no-wrapper-object-types from v8 to v7

##### ❤️  Thank You

-   Armano
-   Josh Goldberg ✨
-   Kirk Waiblinger
-   StyleShit

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>vitejs/vite (vite)</summary>

###
[`v5.3.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small535-2024-07-25-small)

[Compare
Source](https://togithub.com/vitejs/vite/compare/v5.3.4...v5.3.5)

- refactor(asset): remove rollup 3 public file watch workaround
([#&#8203;16331](https://togithub.com/vitejs/vite/issues/16331))
([66bdb1d](https://togithub.com/vitejs/vite/commit/66bdb1d7b41e46b5361606ff3811bdad6f625bcc)),
closes [#&#8203;16331](https://togithub.com/vitejs/vite/issues/16331)
- fix: make `server` type less restrictive (fix
[#&#8203;17627](https://togithub.com/vitejs/vite/issues/17627))
([#&#8203;17628](https://togithub.com/vitejs/vite/issues/17628))
([b55c32f](https://togithub.com/vitejs/vite/commit/b55c32f7e36ee7cc3754a5d667785d066dece10a)),
closes [#&#8203;17627](https://togithub.com/vitejs/vite/issues/17627)
[#&#8203;17628](https://togithub.com/vitejs/vite/issues/17628)
- fix: show error if vite client cannot be loaded
([#&#8203;17419](https://togithub.com/vitejs/vite/issues/17419))
([db5ab1d](https://togithub.com/vitejs/vite/commit/db5ab1dfc4fb55c6387136ee31fed35910a046b0)),
closes [#&#8203;17419](https://togithub.com/vitejs/vite/issues/17419)
- fix(build): env output is not stable
([#&#8203;17748](https://togithub.com/vitejs/vite/issues/17748))
([b240a83](https://togithub.com/vitejs/vite/commit/b240a8347e7b62bee9d2212625732bb0d8c78633)),
closes [#&#8203;17748](https://togithub.com/vitejs/vite/issues/17748)
- fix(client): fix vite error path
([#&#8203;17744](https://togithub.com/vitejs/vite/issues/17744))
([3c1bde3](https://togithub.com/vitejs/vite/commit/3c1bde340693e1de89ed2853225a5c1b6812accc)),
closes [#&#8203;17744](https://togithub.com/vitejs/vite/issues/17744)
- fix(css): resolve url aliases with fragments (fix:
[#&#8203;17690](https://togithub.com/vitejs/vite/issues/17690))
([#&#8203;17691](https://togithub.com/vitejs/vite/issues/17691))
([d906d3f](https://togithub.com/vitejs/vite/commit/d906d3f8e1199fb9fc09f4c3397a91b274bb65c8))
- fix(deps): update all non-major dependencies
([#&#8203;17629](https://togithub.com/vitejs/vite/issues/17629))
([93281b0](https://togithub.com/vitejs/vite/commit/93281b0e09ff8b00e21c24b80ed796db89cbc1ef)),
closes [#&#8203;17629](https://togithub.com/vitejs/vite/issues/17629)
- fix(importMetaGlob): handle alias that starts with hash
([#&#8203;17743](https://togithub.com/vitejs/vite/issues/17743))
([b58b423](https://togithub.com/vitejs/vite/commit/b58b423ba85a7cede97d00a0160a188770928ae4)),
closes [#&#8203;17743](https://togithub.com/vitejs/vite/issues/17743)
- fix(ssrTransform): sourcemaps with multiple sources
([#&#8203;17677](https://togithub.com/vitejs/vite/issues/17677))
([f321fa8](https://togithub.com/vitejs/vite/commit/f321fa8de2c8cf4f1758365abad4e7b352363a2f)),
closes [#&#8203;17677](https://togithub.com/vitejs/vite/issues/17677)
- chore: extend commit hash
([#&#8203;17709](https://togithub.com/vitejs/vite/issues/17709))
([4fc9b64](https://togithub.com/vitejs/vite/commit/4fc9b6424c27aca8004c368b69991a56264e4fdb)),
closes [#&#8203;17709](https://togithub.com/vitejs/vite/issues/17709)
- chore(deps): update all non-major dependencies
([#&#8203;17734](https://togithub.com/vitejs/vite/issues/17734))
([9983731](https://togithub.com/vitejs/vite/commit/998373120c8306326469d4f342690c17774acdf9)),
closes [#&#8203;17734](https://togithub.com/vitejs/vite/issues/17734)
- chore(deps): update typescript
([#&#8203;17699](https://togithub.com/vitejs/vite/issues/17699))
([df5ceb3](https://togithub.com/vitejs/vite/commit/df5ceb35b7f744cfcdfe3a28834f890f35f2b18f)),
closes [#&#8203;17699](https://togithub.com/vitejs/vite/issues/17699)
- revert: fix(logger): truncate log over 5000 characters long
([#&#8203;16581](https://togithub.com/vitejs/vite/issues/16581))
([#&#8203;17729](https://togithub.com/vitejs/vite/issues/17729))
([f4f488f](https://togithub.com/vitejs/vite/commit/f4f488fe83a0b710dd3de34a7075398cfce59605)),
closes [#&#8203;16581](https://togithub.com/vitejs/vite/issues/16581)
[#&#8203;17729](https://togithub.com/vitejs/vite/issues/17729)

</details>

<details>
<summary>vitest-dev/vitest (vitest)</summary>

###
[`v2.0.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.4)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4)

#####    🐞 Bug Fixes

- One-line environment options  -  by
[@&#8203;hahanein](https://togithub.com/hahanein) in
[https://github.com/vitest-dev/vitest/issues/5105](https://togithub.com/vitest-dev/vitest/issues/5105)
[<samp>(38269)</samp>](https://togithub.com/vitest-dev/vitest/commit/38269415)
- Resolve assets imported with `require`  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6159](https://togithub.com/vitest-dev/vitest/issues/6159)
[<samp>(807a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/807a2cbc)
-   **browser**:
- Don't panic if
[@&#8203;vitest/browser](https://togithub.com/vitest/browser) is
installed outside of project root  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6135](https://togithub.com/vitest-dev/vitest/issues/6135)
[<samp>(ccfcd)</samp>](https://togithub.com/vitest-dev/vitest/commit/ccfcd488)
- Set global filepath  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6190](https://togithub.com/vitest-dev/vitest/issues/6190)
[<samp>(0d0b4)</samp>](https://togithub.com/vitest-dev/vitest/commit/0d0b46b1)
- Allow preview and open in the editor screenshot error from ui  -  by
[@&#8203;userquin](https://togithub.com/userquin) in
[https://github.com/vitest-dev/vitest/issues/6113](https://togithub.com/vitest-dev/vitest/issues/6113)
[<samp>(2d620)</samp>](https://togithub.com/vitest-dev/vitest/commit/2d62051f)
-   **coverage**:
- Global thresholds to include files from glob thresholds  -  by
[@&#8203;thor-juhasz](https://togithub.com/thor-juhasz) and
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/6172](https://togithub.com/vitest-dev/vitest/issues/6172)
[<samp>(02e3f)</samp>](https://togithub.com/vitest-dev/vitest/commit/02e3f003)
- Consistent type-only file handling  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/6183](https://togithub.com/vitest-dev/vitest/issues/6183)
[<samp>(90576)</samp>](https://togithub.com/vitest-dev/vitest/commit/90576148)
- Ignore `*.cts` files  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/6189](https://togithub.com/vitest-dev/vitest/issues/6189)
[<samp>(5da45)</samp>](https://togithub.com/vitest-dev/vitest/commit/5da45db1)
- Add `thresholds.<glob>.100` option  -  by
[@&#8203;thor-juhasz](https://togithub.com/thor-juhasz) and
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/6174](https://togithub.com/vitest-dev/vitest/issues/6174)
[<samp>(f6845)</samp>](https://togithub.com/vitest-dev/vitest/commit/f68453f8)
-   **spy**:
- Fix `mockImplementation` for function overload and unions  -  by
[@&#8203;hi-ogawa](https://togithub.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/6181](https://togithub.com/vitest-dev/vitest/issues/6181)
[<samp>(7a75b)</samp>](https://togithub.com/vitest-dev/vitest/commit/7a75bd4c)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/brave/ads-ui).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot referenced this issue in weareinreach/TransMascFutures Jul 31, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [@emotion/react](https://togithub.com/emotion-js/emotion/tree/main#readme) ([source](https://togithub.com/emotion-js/emotion)) | dependencies | minor | [`11.12.0` -> `11.13.0`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.12.0/11.13.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/emotion-js/emotion/badge)](https://securityscorecards.dev/viewer/?uri=github.com/emotion-js/emotion) |
| [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/next/code/addons/a11y) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/a11y)) | devDependencies | patch | [`8.2.4` -> `8.2.6`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/8.2.4/8.2.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/next/code/addons/essentials) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)) | devDependencies | patch | [`8.2.4` -> `8.2.6`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/8.2.4/8.2.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/interactions) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)) | devDependencies | patch | [`8.2.4` -> `8.2.6`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/8.2.4/8.2.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/next/code/addons/links) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/links)) | devDependencies | patch | [`8.2.4` -> `8.2.6`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/8.2.4/8.2.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/addon-viewport](https://togithub.com/storybookjs/storybook/tree/next/code/addons/viewport) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/viewport)) | devDependencies | patch | [`8.2.4` -> `8.2.6`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/8.2.4/8.2.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/blocks](https://togithub.com/storybookjs/storybook/tree/next/code/lib/blocks) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/blocks)) | devDependencies | patch | [`8.2.4` -> `8.2.6`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/8.2.4/8.2.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/nextjs](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/nextjs) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs)) | devDependencies | patch | [`8.2.4` -> `8.2.6`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/8.2.4/8.2.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/react](https://togithub.com/storybookjs/storybook/tree/next/code/renderers/react) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/renderers/react)) | devDependencies | patch | [`8.2.4` -> `8.2.6`](https://renovatebot.com/diffs/npm/@storybook%2freact/8.2.4/8.2.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/test](https://togithub.com/storybookjs/storybook/tree/next/code/lib/test) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/test)) | dependencies | patch | [`8.2.4` -> `8.2.6`](https://renovatebot.com/diffs/npm/@storybook%2ftest/8.2.4/8.2.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`20.14.11` -> `20.14.13`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.11/20.14.13) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped) |
| [@types/ws](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws)) | devDependencies | patch | [`8.5.11` -> `8.5.12`](https://renovatebot.com/diffs/npm/@types%2fws/8.5.11/8.5.12) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped) |
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`7.16.1` -> `7.18.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.16.1/7.18.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/typescript-eslint/typescript-eslint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/typescript-eslint/typescript-eslint) |
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`7.16.1` -> `7.18.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.16.1/7.18.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/typescript-eslint/typescript-eslint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/typescript-eslint/typescript-eslint) |
| [chromatic](https://www.chromatic.com) ([source](https://togithub.com/chromaui/chromatic-cli)) | devDependencies | minor | [`11.5.6` -> `11.6.0`](https://renovatebot.com/diffs/npm/chromatic/11.5.6/11.6.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/chromaui/chromatic-cli/badge)](https://securityscorecards.dev/viewer/?uri=github.com/chromaui/chromatic-cli) |
| [eslint-plugin-react](https://togithub.com/jsx-eslint/eslint-plugin-react) | devDependencies | minor | [`7.34.4` -> `7.35.0`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.34.4/7.35.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/jsx-eslint/eslint-plugin-react/badge)](https://securityscorecards.dev/viewer/?uri=github.com/jsx-eslint/eslint-plugin-react) |
| [husky](https://togithub.com/typicode/husky) | devDependencies | patch | [`9.1.1` -> `9.1.4`](https://renovatebot.com/diffs/npm/husky/9.1.1/9.1.4) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/typicode/husky/badge)](https://securityscorecards.dev/viewer/?uri=github.com/typicode/husky) |
| [knip](https://knip.dev) ([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip)) | devDependencies | minor | [`5.26.0` -> `5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/webpro-nl/knip/badge)](https://securityscorecards.dev/viewer/?uri=github.com/webpro-nl/knip) |
| [listr2](https://togithub.com/listr2/listr2) | devDependencies | patch | [`8.2.3` -> `8.2.4`](https://renovatebot.com/diffs/npm/listr2/8.2.3/8.2.4) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/listr2/listr2/badge)](https://securityscorecards.dev/viewer/?uri=github.com/listr2/listr2) |
| [next-i18next](https://togithub.com/i18next/next-i18next) | dependencies | patch | [`15.3.0` -> `15.3.1`](https://renovatebot.com/diffs/npm/next-i18next/15.3.0/15.3.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/next-i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/next-i18next) |
| [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) |  | minor | `20.15.1` -> `20.16.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nodejs/node/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nodejs/node) |
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | packageManager | minor | [`9.5.0` -> `9.6.0`](https://renovatebot.com/diffs/npm/pnpm/9.5.0/9.6.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/pnpm/pnpm/badge)](https://securityscorecards.dev/viewer/?uri=github.com/pnpm/pnpm) |
| [storybook](https://togithub.com/storybookjs/storybook/tree/next/code/lib/cli) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/cli)) | devDependencies | patch | [`8.2.4` -> `8.2.6`](https://renovatebot.com/diffs/npm/storybook/8.2.4/8.2.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [tsx](https://tsx.is) ([source](https://togithub.com/privatenumber/tsx)) | devDependencies | patch | [`4.16.2` -> `4.16.3`](https://renovatebot.com/diffs/npm/tsx/4.16.2/4.16.3) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/privatenumber/tsx/badge)](https://securityscorecards.dev/viewer/?uri=github.com/privatenumber/tsx) |
| [type-fest](https://togithub.com/sindresorhus/type-fest) | devDependencies | minor | [`4.22.1` -> `4.23.0`](https://renovatebot.com/diffs/npm/type-fest/4.22.1/4.23.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/sindresorhus/type-fest/badge)](https://securityscorecards.dev/viewer/?uri=github.com/sindresorhus/type-fest) |
| [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | devDependencies | patch | [`5.5.3` -> `5.5.4`](https://renovatebot.com/diffs/npm/typescript/5.5.3/5.5.4) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/Microsoft/TypeScript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/Microsoft/TypeScript) |

---

### Release Notes

<details>
<summary>emotion-js/emotion (@&#8203;emotion/react)</summary>

### [`v11.13.0`](https://togithub.com/emotion-js/emotion/compare/@emotion/[email protected])

[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

</details>

<details>
<summary>storybookjs/storybook (@&#8203;storybook/addon-a11y)</summary>

### [`v8.2.6`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#826)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.2.5...v8.2.6)

-   CPC: Fix missing exports for addon-kit - [#&#8203;28691](https://togithub.com/storybookjs/storybook/pull/28691), thanks [@&#8203;ndelangen](https://togithub.com/ndelangen)!

### [`v8.2.5`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#825)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.2.4...v8.2.5)

-   CPC: Add the globals export for manager - [#&#8203;28650](https://togithub.com/storybookjs/storybook/pull/28650), thanks [@&#8203;ndelangen](https://togithub.com/ndelangen)!
-   CPC: Correct path to the `@storybook/theming/create` alias - [#&#8203;28643](https://togithub.com/storybookjs/storybook/pull/28643), thanks [@&#8203;Averethel](https://togithub.com/Averethel)!
-   Components: Remove external overrides - [#&#8203;28632](https://togithub.com/storybookjs/storybook/pull/28632), thanks [@&#8203;kasperpeulen](https://togithub.com/kasperpeulen)!
-   Core: Fix header for MountMustBeDestructuredError message - [#&#8203;28590](https://togithub.com/storybookjs/storybook/pull/28590), thanks [@&#8203;0916dhkim](https://togithub.com/0916dhkim)!
-   Onboarding: Fix code snippet when story name differs from export name - [#&#8203;28649](https://togithub.com/storybookjs/storybook/pull/28649), thanks [@&#8203;ghengeveld](https://togithub.com/ghengeveld)!
-   Telemetry: Add mount, beforeEach, moduleMock stats - [#&#8203;28624](https://togithub.com/storybookjs/storybook/pull/28624), thanks [@&#8203;shilman](https://togithub.com/shilman)!
-   Telemetry: CSF feature usage - [#&#8203;28622](https://togithub.com/storybookjs/storybook/pull/28622), thanks [@&#8203;shilman](https://togithub.com/shilman)!

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary>

### [`v7.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7180-2024-07-29)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.17.0...v7.18.0)

##### 🩹 Fixes

-   **eslint-plugin:** \[no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

-   **eslint-plugin:** \[unbound-method] report on destructuring in function parameters

-   **eslint-plugin:** \[no-duplicate-type-constituents] shouldn't report on error types

-   **eslint-plugin:** \[strict-boolean-expressions] support branded booleans

##### ❤️  Thank You

-   auvred
-   Oliver Salzburg
-   Vinccool96
-   Yukihiro Hasegawa

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

### [`v7.17.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7170-2024-07-22)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.16.1...v7.17.0)

##### 🚀 Features

-   **eslint-plugin:** backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

-   **eslint-plugin:** \[return-await] add option to report in error-handling scenarios only, and deprecate "never"

##### 🩹 Fixes

-   **eslint-plugin:** \[no-floating-promises] check top-level type assertions (and more)

-   **eslint-plugin:** \[strict-boolean-expressions] consider assertion function argument a boolean context

-   **eslint-plugin:** \[no-unnecessary-condition] false positive on optional private field

##### ❤️  Thank You

-   Armano
-   Josh Goldberg ✨
-   Kirk Waiblinger
-   StyleShit

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary>

### [`v7.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7180-2024-07-29)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.17.0...v7.18.0)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

### [`v7.17.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7170-2024-07-22)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.16.1...v7.17.0)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>chromaui/chromatic-cli (chromatic)</summary>

### [`v11.6.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1160-Wed-Jul-31-2024)

[Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.5.6...v11.6.0)

##### 🚀 Enhancement

-   Added logic to account for parentheses at the beginning [#&#8203;1016](https://togithub.com/chromaui/chromatic-cli/pull/1016) ([@&#8203;ethriel3695](https://togithub.com/ethriel3695))

##### Authors: 1

-   Reuben Ellis ([@&#8203;ethriel3695](https://togithub.com/ethriel3695))

***

</details>

<details>
<summary>jsx-eslint/eslint-plugin-react (eslint-plugin-react)</summary>

### [`v7.35.0`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7350---20240719)

[Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0)

##### Added

-   support eslint v9 ([#&#8203;3759][] [@&#8203;mdjermanovic](https://togithub.com/mdjermanovic))
-   export flat configs from plugin root and fix flat config crash ([#&#8203;3694][] [@&#8203;bradzacher](https://togithub.com/bradzacher) [@&#8203;mdjermanovic](https://togithub.com/mdjermanovic))
-   add \[`jsx-props-no-spread-multi`] ([#&#8203;3724][] [@&#8203;SimonSchick](https://togithub.com/SimonSchick))
-   \[`forbid-component-props`]: add `propNamePattern` to allow / disallow prop name patterns ([#&#8203;3774][] [@&#8203;akulsr0](https://togithub.com/akulsr0))
-   \[`jsx-handler-names`]: support ignoring component names ([#&#8203;3772][] [@&#8203;akulsr0](https://togithub.com/akulsr0))
-   version settings: Allow react defaultVersion to be configurable ([#&#8203;3771][] [@&#8203;onlywei](https://togithub.com/onlywei))
-   \[`jsx-closing-tag-location`]: add `line-aligned` option ([#&#8203;3777] [@&#8203;kimtaejin3](https://togithub.com/kimtaejin3))
-   \[`no-danger`]: add `customComponentNames` option ([#&#8203;3748][] [@&#8203;akulsr0](https://togithub.com/akulsr0))

##### Fixed

-   \[`no-invalid-html-attribute`]: substitute placeholders in suggestion messages ([#&#8203;3759][] [@&#8203;mdjermanovic](https://togithub.com/mdjermanovic))
-   \[`sort-prop-types`]: single line type ending without semicolon ([#&#8203;3784][] [@&#8203;akulsr0](https://togithub.com/akulsr0))
-   \[`require-default-props`]: report when required props have default value ([#&#8203;3785][] [@&#8203;akulsr0](https://togithub.com/akulsr0))

##### Changed

-   \[Refactor] `variableUtil`: Avoid creating a single flat variable scope for each lookup ([#&#8203;3782][] [@&#8203;DanielRosenwasser](https://togithub.com/DanielRosenwasser))

[7.35.0]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0

[#&#8203;3785]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3785

[#&#8203;3784]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3784

[#&#8203;3782]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3782

[#&#8203;3777]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3777

[#&#8203;3774]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3774

[#&#8203;3772]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3772

[#&#8203;3771]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3771

[#&#8203;3759]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3759

[#&#8203;3748]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3748

[#&#8203;3724]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3724

[#&#8203;3694]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3694

</details>

<details>
<summary>typicode/husky (husky)</summary>

### [`v9.1.4`](https://togithub.com/typicode/husky/compare/v9.1.3...fc549e0e5c8723a6d796f6ad26ef6590769f5d82)

[Compare Source](https://togithub.com/typicode/husky/compare/v9.1.3...v9.1.4)

### [`v9.1.3`](https://togithub.com/typicode/husky/releases/tag/v9.1.3)

[Compare Source](https://togithub.com/typicode/husky/compare/v9.1.2...v9.1.3)

-   fix: better handle space in `PATH`

### [`v9.1.2`](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2)

[Compare Source](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2)

</details>

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

-   CRLF will be replaced by LF the next time Git touches it ([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
-   Remove OS eol diffs in tests ([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
-   git config eol=lf ([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
-   Re-enable windows test for bun ([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
-   Add test case (fixed by [`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417)) ([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
-   Move more cli args into single location, refactor some namings ([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
-   Update contrib dev docs ([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
-   Add ladle plugin ([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728)) ([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
-   Circumvent case where `element == undefined` ([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725)) ([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
-   Adjust tests after [`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2) ([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
-   Edit docs ([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
-   Print relative .gitignore paths in debug output ([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
-   Don't add ignored files as entry paths (resolves [#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734)) ([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
-   Use single or double star to ignore workspaces, remove single star for ignore glob pattern ([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
-   Restore support for legacy husky w/ lint-staged ([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
-   Support override configs in babel plugin ([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
-   Add react-cosmos plugin ([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
-   Add rsbuild plugin (placeholder) ([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
-   Add rspack plugin ([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
-   Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes [#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732)) ([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
-   feat(cypress): add support for cypress-multi-reporter ([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726)) ([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
-   Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev)) as a sponsor ([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
-   Update Astro dependencies ([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
-   Use bun 1.1.19 (also see [https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899)) ([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
-   Move watch logic into separate module ([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
-   Move dep graph utils from main sequence to helper module ([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
-   Rename createPkgGraph → createWorkspaceGraph, etc. ([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
-   Group handlers in main sequence ([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
-   More consistent file names ([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
-   Move `toSourcePath` to `ProjectPrincipal` constructor ([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</details>

<details>
<summary>listr2/listr2 (listr2)</summary>

### [`v8.2.4`](https://togithub.com/listr2/listr2/releases/tag/listr2%408.2.4)

[Compare Source](https://togithub.com/listr2/listr2/compare/listr2@&#8203;8.2.3...listr2@&#8203;8.2.4)

#### listr2 [8.2.4](https://togithub.com/listr2/listr2/compare/listr2@&#8203;8.2.3...listr2@&#8203;8.2.4) (2024-07-27)

##### Bug Fixes

-   **deps:** update dependency log-update to ^6.1.0 ([df1407f](https://togithub.com/listr2/listr2/commit/df1407f8e7971e408289cc490de7975120f528e7))

</details>

<details>
<summary>i18next/next-i18next (next-i18next)</summary>

### [`v15.3.1`](https://togithub.com/i18next/next-i18next/blob/HEAD/CHANGELOG.md#1531)

[Compare Source](https://togithub.com/i18next/next-i18next/compare/v15.3.0...v15.3.1)

-   update some i18next dependencies to address [#&#8203;2288](https://togithub.com/i18next/next-i18next/issues/2288)

</details>

<details>
<summary>nodejs/node (node)</summary>

### [`v20.16.0`](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0)

[Compare Source](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0)

</details>

<details>
<summary>pnpm/pnpm (pnpm)</summary>

### [`v9.6.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.6.0): pnpm 9.6

[Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.5.0...v9.6.0)

#### Minor Changes

-   Support specifying node version (via `pnpm.executionEnv.nodeVersion` in `package.json`) for running lifecycle scripts per each package in a workspace [#&#8203;6720](https://togithub.com/pnpm/pnpm/issues/6720).
-   Overrides now support the [`catalogs:` protocol](https://pnpm.io/catalogs) [#&#8203;8303](https://togithub.com/pnpm/pnpm/issues/8303).

#### Patch Changes

-   The `pnpm deploy` command now supports the [`catalog:` protocol](https://pnpm.io/catalogs) [#&#8203;8298](https://togithub.com/pnpm/pnpm/pull/8298).
-   The `pnpm outdated` command now supports the [`catalog:` protocol](https://pnpm.io/catalogs) [#&#8203;8304](https://togithub.com/pnpm/pnpm/pull/8304).
-   Correct the error message when trying to run `pnpm patch` without `node_modules/.modules.yaml` [#&#8203;8257](https://togithub.com/pnpm/pnpm/issues/8257).
-   Silent reporting fixed with the `pnpm exec` command [#&#8203;7608](https://togithub.com/pnpm/pnpm/issues/7608).
-   Add registries information to the calculation of dlx cache hash [#&#8203;8299](https://togithub.com/pnpm/pnpm/pull/8299).

#### Platinum Sponsors

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"></a>
      </td>
      <td align="center" valign="middle">
        <a href="https://figma.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/figma.svg" width="80"></a>
      </td>
    </tr>
  </tbody>
</table>

#### Gold Sponsors

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/discord.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/discord_light.svg" />
            <img src="https://pnpm.io/img/users/discord.svg" width="220" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://prisma.io/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/prisma.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/prisma_light.svg" />
            <img src="https://pnpm.io/img/users/prisma.svg" width="180" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://uscreen.de/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/uscreen.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/uscreen_light.svg" />
            <img src="https://pnpm.io/img/users/uscreen.svg" width="180" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://www.jetbrains.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/jetbrains.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/jetbrains.svg" />
            <img src="https://pnpm.io/img/users/jetbrains.svg" width="180" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nx.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nx_light.svg" />
            <img src="https://pnpm.io/img/users/nx.svg" width="120" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/coderabbit.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/coderabbit_light.svg" />
            <img src="https://pnpm.io/img/users/coderabbit.svg" width="220" />
          </picture>
        </a>
      </td>
    </tr>
  </tbody>
</table>

#### Our Silver Sponsors

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://leniolabs.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <img src="https://pnpm.io/img/users/leniolabs.jpg" width="80">
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://vercel.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/vercel.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/vercel_light.svg" />
            <img src="https://pnpm.io/img/users/vercel.svg" width="180" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://depot.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/depot.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/depot_light.svg" />
            <img src="https://pnpm.io/img/users/depot.svg" width="200" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://moonrepo.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/moonrepo.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/moonrepo_light.svg" />
            <img src="https://pnpm.io/img/users/moonrepo.svg" width="200" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://devowl.io/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/devowlio.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/devowlio.svg" />
            <img src="https://pnpm.io/img/users/devowlio.svg" width="200" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://macpaw.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/macpaw.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/macpaw_light.svg" />
            <img src="https://pnpm.io/img/users/macpaw.svg" width="200" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://cerbos.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/cerbos.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/cerbos_light.svg" />
            <img src="https://pnpm.io/img/users/cerbos.svg" width="180" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://vpsserver.com/en-us/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <img src="https://pnpm.io/img/users/vpsserver.svg" width="180" />
        </a>
      </td>
    </tr>
  </tbody>
</table>

</details>

<details>
<summary>privatenumber/tsx (tsx)</summary>

### [`v4.16.3`](https://togithub.com/privatenumber/tsx/compare/v4.16.2...ca4bf11670bdbc29bd5fe413cfa3cedba02c2e4e)

[Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.2...v4.16.3)

</details>

<details>
<summary>sindresorhus/type-fest (type-fest)</summary>

### [`v4.23.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.23.0)

[Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.22.1...v4.23.0)

-   `Paths`: Add `maxRecursionDepth` option ([#&#8203;920](https://togithub.com/sindresorhus/type-fest/issues/920))  [`052e887`](https://togithub.com/sindresorhus/type-fest/commit/052e887)

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

### [`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb)

[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/weareinreach/TransMascFutures).



PR-URL: #444
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in SquiggleTools/SquiggleConf2024 Aug 2, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/SquiggleTools/SquiggleConf).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/github-username-to-emails Aug 2, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.26.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.26.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.26.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/github-username-to-emails).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/are-docs-informative Aug 4, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.25.1` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.25.1/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.25.1/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.25.1/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

###
[`v5.26.0`](https://togithub.com/webpro-nl/knip/compare/5.25.2...3a7fcc9a3520181671e797486a10fe41c5b2fd38)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.2...5.26.0)

### [`v5.25.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.25.2)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.1...5.25.2)

- Include additional workspaces when loading manifests (resolves
[#&#8203;722](https://togithub.com/webpro-nl/knip/issues/722))
([`ca03fd8`](https://togithub.com/webpro-nl/knip/commit/ca03fd83))
- Move & refactor setRefs → findInternalReferences
([`deeb2ac`](https://togithub.com/webpro-nl/knip/commit/deeb2acc))
- Minor refactors
([`09fc536`](https://togithub.com/webpro-nl/knip/commit/09fc5363))
- Always pre-set `moduleResolution: bundler` if tsconfig.json
([`3c13118`](https://togithub.com/webpro-nl/knip/commit/3c131184))
- No need to publish twice here
([`34be850`](https://togithub.com/webpro-nl/knip/commit/34be850f))
- Minor refactors
([`c1db1ec`](https://togithub.com/webpro-nl/knip/commit/c1db1ec2))
- Update docs re. shared/isolated workspaces
([`699fd28`](https://togithub.com/webpro-nl/knip/commit/699fd28b))
- Set `moduleResolution: bundler` if not set and don't share it
(resolves [#&#8203;719](https://togithub.com/webpro-nl/knip/issues/719))
([`2c24678`](https://togithub.com/webpro-nl/knip/commit/2c246784))
- fix: Use `parseFragment` instead of `text` node which breaks
formatting
([#&#8203;720](https://togithub.com/webpro-nl/knip/issues/720))
([`3201c07`](https://togithub.com/webpro-nl/knip/commit/3201c076))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/are-docs-informative).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/github-sponsors-to-markdown Aug 4, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.25.1` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.25.1/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.25.1/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.25.1/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

###
[`v5.26.0`](https://togithub.com/webpro-nl/knip/compare/5.25.2...3a7fcc9a3520181671e797486a10fe41c5b2fd38)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.2...5.26.0)

### [`v5.25.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.25.2)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.1...5.25.2)

- Include additional workspaces when loading manifests (resolves
[#&#8203;722](https://togithub.com/webpro-nl/knip/issues/722))
([`ca03fd8`](https://togithub.com/webpro-nl/knip/commit/ca03fd83))
- Move & refactor setRefs → findInternalReferences
([`deeb2ac`](https://togithub.com/webpro-nl/knip/commit/deeb2acc))
- Minor refactors
([`09fc536`](https://togithub.com/webpro-nl/knip/commit/09fc5363))
- Always pre-set `moduleResolution: bundler` if tsconfig.json
([`3c13118`](https://togithub.com/webpro-nl/knip/commit/3c131184))
- No need to publish twice here
([`34be850`](https://togithub.com/webpro-nl/knip/commit/34be850f))
- Minor refactors
([`c1db1ec`](https://togithub.com/webpro-nl/knip/commit/c1db1ec2))
- Update docs re. shared/isolated workspaces
([`699fd28`](https://togithub.com/webpro-nl/knip/commit/699fd28b))
- Set `moduleResolution: bundler` if not set and don't share it
(resolves [#&#8203;719](https://togithub.com/webpro-nl/knip/issues/719))
([`2c24678`](https://togithub.com/webpro-nl/knip/commit/2c246784))
- fix: Use `parseFragment` instead of `text` node which breaks
formatting
([#&#8203;720](https://togithub.com/webpro-nl/knip/issues/720))
([`3201c07`](https://togithub.com/webpro-nl/knip/commit/3201c076))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/github-sponsors-to-markdown).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/all-contributors-for-repository Aug 5, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.13.0` ->
`5.27.0`](https://renovatebot.com/diffs/npm/knip/5.13.0/5.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.13.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.13.0/5.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

###
[`v5.26.0`](https://togithub.com/webpro-nl/knip/compare/5.25.2...3a7fcc9a3520181671e797486a10fe41c5b2fd38)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.2...5.26.0)

### [`v5.25.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.25.2)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.1...5.25.2)

- Include additional workspaces when loading manifests (resolves
[#&#8203;722](https://togithub.com/webpro-nl/knip/issues/722))
([`ca03fd8`](https://togithub.com/webpro-nl/knip/commit/ca03fd83))
- Move & refactor setRefs → findInternalReferences
([`deeb2ac`](https://togithub.com/webpro-nl/knip/commit/deeb2acc))
- Minor refactors
([`09fc536`](https://togithub.com/webpro-nl/knip/commit/09fc5363))
- Always pre-set `moduleResolution: bundler` if tsconfig.json
([`3c13118`](https://togithub.com/webpro-nl/knip/commit/3c131184))
- No need to publish twice here
([`34be850`](https://togithub.com/webpro-nl/knip/commit/34be850f))
- Minor refactors
([`c1db1ec`](https://togithub.com/webpro-nl/knip/commit/c1db1ec2))
- Update docs re. shared/isolated workspaces
([`699fd28`](https://togithub.com/webpro-nl/knip/commit/699fd28b))
- Set `moduleResolution: bundler` if not set and don't share it
(resolves [#&#8203;719](https://togithub.com/webpro-nl/knip/issues/719))
([`2c24678`](https://togithub.com/webpro-nl/knip/commit/2c246784))
- fix: Use `parseFragment` instead of `text` node which breaks
formatting
([#&#8203;720](https://togithub.com/webpro-nl/knip/issues/720))
([`3201c07`](https://togithub.com/webpro-nl/knip/commit/3201c076))

### [`v5.25.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.25.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.0...5.25.1)

- Publish vendor dir
([`fdac7ba`](https://togithub.com/webpro-nl/knip/commit/fdac7ba8))

### [`v5.25.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.25.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.24.4...5.25.0)

- Update dependencies docs
([`b42c85b`](https://togithub.com/webpro-nl/knip/commit/b42c85b4))
- Sync [@&#8203;nodelib/fs](https://togithub.com/nodelib/fs).walk
version w/ fast-glob
([`e77ce77`](https://togithub.com/webpro-nl/knip/commit/e77ce774))
- Vendor bash-parser
([`78e7b28`](https://togithub.com/webpro-nl/knip/commit/78e7b28d))
- Add pkg.pr.new workflow
([`2679f20`](https://togithub.com/webpro-nl/knip/commit/2679f202))

### [`v5.24.4`](https://togithub.com/webpro-nl/knip/releases/tag/5.24.4)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.24.3...5.24.4)

- Start using central resolveEntry from plugin helpers
([#&#8203;716](https://togithub.com/webpro-nl/knip/issues/716))
([`65d8098`](https://togithub.com/webpro-nl/knip/commit/65d80981))

### [`v5.24.3`](https://togithub.com/webpro-nl/knip/releases/tag/5.24.3)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.24.2...5.24.3)

- Improve Angular plugin a bit + add fixture/test
([#&#8203;717](https://togithub.com/webpro-nl/knip/issues/717))
([`641b5fc`](https://togithub.com/webpro-nl/knip/commit/641b5fcf))
- Fix Cannot read properties of undefined (reading 'name')
([#&#8203;718](https://togithub.com/webpro-nl/knip/issues/718))
([`f0f9f5a`](https://togithub.com/webpro-nl/knip/commit/f0f9f5ab))

### [`v5.24.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.24.2)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.24.1...5.24.2)

- Fix entry patterns in jest plugin (resolves
[#&#8203;716](https://togithub.com/webpro-nl/knip/issues/716))
([`1cd4bd8`](https://togithub.com/webpro-nl/knip/commit/1cd4bd84))
- Support multiple --loaders etc. for NODE_OPTIONS prefix (resolves
[#&#8203;715](https://togithub.com/webpro-nl/knip/issues/715))
([`66f48c0`](https://togithub.com/webpro-nl/knip/commit/66f48c0f))
- Update pnpm/action-setup to v4
([`9754973`](https://togithub.com/webpro-nl/knip/commit/9754973e))
- Add missing rule keys to JSON Schema
([#&#8203;713](https://togithub.com/webpro-nl/knip/issues/713))
([`1f61f77`](https://togithub.com/webpro-nl/knip/commit/1f61f776))
- Add note to rules re. `dependencies` warning
([#&#8203;713](https://togithub.com/webpro-nl/knip/issues/713))
([`71e89a2`](https://togithub.com/webpro-nl/knip/commit/71e89a28))
- Update styling
([`3d03cde`](https://togithub.com/webpro-nl/knip/commit/3d03cdef))
- Add wonderful tweets
([`bb333ed`](https://togithub.com/webpro-nl/knip/commit/bb333ede))

### [`v5.24.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.24.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.24.0...5.24.1)

- Fix up rules in issue collector and reporter (resolves
[#&#8203;713](https://togithub.com/webpro-nl/knip/issues/713))
([`7775213`](https://togithub.com/webpro-nl/knip/commit/77752130))
- Fix Knip config
([`4c4e3e1`](https://togithub.com/webpro-nl/knip/commit/4c4e3e1e))
- Use jiti `alias` over custom transform
([`b9f1715`](https://togithub.com/webpro-nl/knip/commit/b9f1715e))

### [`v5.24.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.24.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.23.3...5.24.0)

- Add `vitest` as enabler to vite plugin
([`b384d18`](https://togithub.com/webpro-nl/knip/commit/b384d18a))
- Fix up formatting/config
([`9961e2a`](https://togithub.com/webpro-nl/knip/commit/9961e2a5))

### [`v5.23.3`](https://togithub.com/webpro-nl/knip/releases/tag/5.23.3)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.23.2...5.23.3)

- Update dependencies
([`8c783e9`](https://togithub.com/webpro-nl/knip/commit/8c783e91))
- Restore that (only) interfaces can be default-exported (resolves
[#&#8203;709](https://togithub.com/webpro-nl/knip/issues/709))
([`919a68b`](https://togithub.com/webpro-nl/knip/commit/919a68bf))
- Improve generated plugin docs
([`f33f113`](https://togithub.com/webpro-nl/knip/commit/f33f1136))

### [`v5.23.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.23.2)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.23.1...5.23.2)

- Fixes to config files + Cosmiconfig, Lilconfig and Unconfig
generation.
([#&#8203;700](https://togithub.com/webpro-nl/knip/issues/700))
([`83e18a1`](https://togithub.com/webpro-nl/knip/commit/83e18a10))
- Exclude `nsExports`, `classMembers` and `nsTypes` from `--exports`
shortcut ([#&#8203;698](https://togithub.com/webpro-nl/knip/issues/698))
([`2e83446`](https://togithub.com/webpro-nl/knip/commit/2e834465))
- Update marketing materials
([`62090b4`](https://togithub.com/webpro-nl/knip/commit/62090b40))
- Update funding options
([`e8a4a00`](https://togithub.com/webpro-nl/knip/commit/e8a4a00c))
- Update marketing materials
([`4f6a197`](https://togithub.com/webpro-nl/knip/commit/4f6a1977))
- Switch to microsoft/TypeScript main in integration tests
([`c8c6dab`](https://togithub.com/webpro-nl/knip/commit/c8c6dabb))
- Add whitespace in exports coverage (alias-exclude)
([`a03d4eb`](https://togithub.com/webpro-nl/knip/commit/a03d4ebc))
- Add more coverage for tag hints
([`3d551db`](https://togithub.com/webpro-nl/knip/commit/3d551dbb))

### [`v5.23.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.23.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.23.0...5.23.1)

- Minor refactors
([`efafcdc`](https://togithub.com/webpro-nl/knip/commit/efafcdc3))
- Add test for re-export with `includeEntryExports` +
`ignoreExportsUsedInFile`
([#&#8203;698](https://togithub.com/webpro-nl/knip/issues/698))
([`c0a0f0b`](https://togithub.com/webpro-nl/knip/commit/c0a0f0be))
- Consider alias exclude symbols referenced in `ignoreExportsUsedInFile`
(resolves [#&#8203;697](https://togithub.com/webpro-nl/knip/issues/697))
([`326b018`](https://togithub.com/webpro-nl/knip/commit/326b0181))
- Fix enum members in re-exports in entry files (resolves
[#&#8203;703](https://togithub.com/webpro-nl/knip/issues/703))
([`3ff2253`](https://togithub.com/webpro-nl/knip/commit/3ff2253d))
- Fix tag hints
([#&#8203;691](https://togithub.com/webpro-nl/knip/issues/691))
([`dd051cd`](https://togithub.com/webpro-nl/knip/commit/dd051cd0))
- Minor refactors
([`3e9806a`](https://togithub.com/webpro-nl/knip/commit/3e9806a9))
- Fix `isReferencedInExportedType` AST helper
([`bc2e716`](https://togithub.com/webpro-nl/knip/commit/bc2e7165))

### [`v5.23.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.23.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.22.3...5.23.0)

- Update docs
([`1f945ed`](https://togithub.com/webpro-nl/knip/commit/1f945edf))
- Show unused custom ignored tags as hints (resolves
[#&#8203;691](https://togithub.com/webpro-nl/knip/issues/691))
([`78255fc`](https://togithub.com/webpro-nl/knip/commit/78255fc7))
- Don't report exports referenced in exported types (resolves
[#&#8203;687](https://togithub.com/webpro-nl/knip/issues/687))
([`834c26b`](https://togithub.com/webpro-nl/knip/commit/834c26be))
- Fix unused exports used in file with substring overlap
([#&#8203;695](https://togithub.com/webpro-nl/knip/issues/695))
([`5a2176e`](https://togithub.com/webpro-nl/knip/commit/5a2176ea))
- Name tests/fixtures after option name
([`a7b9a98`](https://togithub.com/webpro-nl/knip/commit/a7b9a984))
- Fix unused exports used in file with substring overlap (resolves
[#&#8203;695](https://togithub.com/webpro-nl/knip/issues/695))
([`555c162`](https://togithub.com/webpro-nl/knip/commit/555c1629))
- Update docs re. issue reproduction
([`646ed75`](https://togithub.com/webpro-nl/knip/commit/646ed753))

### [`v5.22.3`](https://togithub.com/webpro-nl/knip/releases/tag/5.22.3)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.22.2...5.22.3)

- Try harder looking up strictly-ns-references recursively
([#&#8203;690](https://togithub.com/webpro-nl/knip/issues/690))
([`4cf1337`](https://togithub.com/webpro-nl/knip/commit/4cf13377))
- Also traverse into re-exports and re-exported aliases when looking up
strictly-ns-references (resolves
[#&#8203;690](https://togithub.com/webpro-nl/knip/issues/690))
([`b98c5b9`](https://togithub.com/webpro-nl/knip/commit/b98c5b9e))
- Update docs
([`e906674`](https://togithub.com/webpro-nl/knip/commit/e906674a))
- Add support for graphql-codegen plugin level config (resolves
[#&#8203;692](https://togithub.com/webpro-nl/knip/issues/692))
([#&#8203;693](https://togithub.com/webpro-nl/knip/issues/693))
([`71de7f1`](https://togithub.com/webpro-nl/knip/commit/71de7f17))

### [`v5.22.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.22.2)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.22.1...5.22.2)

- Fix abs extended tsconfig paths if internal (resolves
[#&#8203;689](https://togithub.com/webpro-nl/knip/issues/689))
([`d1261c1`](https://togithub.com/webpro-nl/knip/commit/d1261c1d))
- Update release-it and use JSON schema
([`a4111fe`](https://togithub.com/webpro-nl/knip/commit/a4111fe6))

### [`v5.22.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.22.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.22.0...5.22.1)

- Add fixture for
[#&#8203;687](https://togithub.com/webpro-nl/knip/issues/687)
([`e15da45`](https://togithub.com/webpro-nl/knip/commit/e15da45d))
- Add `require()` import with ts ext to commonjs fixture
([#&#8203;681](https://togithub.com/webpro-nl/knip/issues/681))
([`0c56610`](https://togithub.com/webpro-nl/knip/commit/0c56610e))
- Add support for thenable dynamic import w/ destructured arg (resolves
[#&#8203;688](https://togithub.com/webpro-nl/knip/issues/688))
([`1343826`](https://togithub.com/webpro-nl/knip/commit/1343826a))
- Update ts dev dep
([`67404f3`](https://togithub.com/webpro-nl/knip/commit/67404f39))

### [`v5.22.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.22.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.21.2...5.22.0)

- Replace file-entry-cache with custom impl + built-in serializer
([`7aa2f6d`](https://togithub.com/webpro-nl/knip/commit/7aa2f6df))

###
[`v5.21.2`](https://togithub.com/webpro-nl/knip/compare/5.21.1...bd77bcce5acfdd108ab54398c922eb03f07fc65f)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.21.1...5.21.2)

### [`v5.21.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.21.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.21.0...5.21.1)

- Fix lockfile-lint config filename
([#&#8203;683](https://togithub.com/webpro-nl/knip/issues/683))
([`f5304b6`](https://togithub.com/webpro-nl/knip/commit/f5304b6d))
- feat: add command to ignored binaries
([#&#8203;682](https://togithub.com/webpro-nl/knip/issues/682))
([`d049b6c`](https://togithub.com/webpro-nl/knip/commit/d049b6c4))
- Add (custom) og img for sponsors page
([`d89ec12`](https://togithub.com/webpro-nl/knip/commit/d89ec129))
- Rename `NOT_FOUND` to `KNIP_ADDED` workspace names
([`3a41f8e`](https://togithub.com/webpro-nl/knip/commit/3a41f8ec))

### [`v5.21.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.21.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.20.0...5.21.0)

- Add webdriver-io plugin
([`7414dc1`](https://togithub.com/webpro-nl/knip/commit/7414dc1a))
- Update plugin docs
([`df35b9f`](https://togithub.com/webpro-nl/knip/commit/df35b9f4))
- Minor housekeeping
([`1422c9d`](https://togithub.com/webpro-nl/knip/commit/1422c9d2))
- Add size-limit plugin
([`dbd82f8`](https://togithub.com/webpro-nl/knip/commit/dbd82f87))
- Add lockfile-lint plugin
([`d70d0de`](https://togithub.com/webpro-nl/knip/commit/d70d0de7))
- Use provided name in plugin template
([`43961f9`](https://togithub.com/webpro-nl/knip/commit/43961f91))
- Minor housekeeping
([`c81b1a2`](https://togithub.com/webpro-nl/knip/commit/c81b1a23))
- Update readme with badges and stuff
([`c18fcba`](https://togithub.com/webpro-nl/knip/commit/c18fcba5))
- Update docs (Configuring Project Files)
([`e10ac2e`](https://togithub.com/webpro-nl/knip/commit/e10ac2e4))

### [`v5.20.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.20.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.19.0...5.20.0)

- Lockfile
([`e929847`](https://togithub.com/webpro-nl/knip/commit/e9298477))
- Edit doc
([`5afaac4`](https://togithub.com/webpro-nl/knip/commit/5afaac44))
- More consistent usage of fg
([`25cbba0`](https://togithub.com/webpro-nl/knip/commit/25cbba0a))
- Eliminiate custom TS System instance
([#&#8203;680](https://togithub.com/webpro-nl/knip/issues/680))
([`d7325c6`](https://togithub.com/webpro-nl/knip/commit/d7325c69))
- Go against the grain in the cypress plugin
([`ef2464d`](https://togithub.com/webpro-nl/knip/commit/ef2464d5))
- Remove duplicate code
([`6a17ad2`](https://togithub.com/webpro-nl/knip/commit/6a17ad29))
- Add simple-git-hooks plugin
([#&#8203;679](https://togithub.com/webpro-nl/knip/issues/679))
([`9129af7`](https://togithub.com/webpro-nl/knip/commit/9129af70))
- Add missing `root` property to vitest
([#&#8203;677](https://togithub.com/webpro-nl/knip/issues/677))
([`6797bf8`](https://togithub.com/webpro-nl/knip/commit/6797bf8d))
- Update some dependencies
([`7c9b645`](https://togithub.com/webpro-nl/knip/commit/7c9b6455))
- Update docs
([`1c9361f`](https://togithub.com/webpro-nl/knip/commit/1c9361f3))
- Make TS-style path mappings work for all files with extensions
([#&#8203;673](https://togithub.com/webpro-nl/knip/issues/673))
([`e9b3e66`](https://togithub.com/webpro-nl/knip/commit/e9b3e669))

### [`v5.19.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.19.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.18.2...5.19.0)

- Fix up integration test for slonik
([`2abcea6`](https://togithub.com/webpro-nl/knip/commit/2abcea61))
- Stop printing the bulky help text for config errors
([`9576413`](https://togithub.com/webpro-nl/knip/commit/95764130))
- Throw if passed --workspace dir does not contain package.json
(resolves [#&#8203;667](https://togithub.com/webpro-nl/knip/issues/667))
([`ea3f124`](https://togithub.com/webpro-nl/knip/commit/ea3f1240))
- Support import.meta.resolve (resolves
[#&#8203;642](https://togithub.com/webpro-nl/knip/issues/642))
([`177baa2`](https://togithub.com/webpro-nl/knip/commit/177baa2b))
- Handle `NODE_OPTIONS=` in scripts
([`2ec5189`](https://togithub.com/webpro-nl/knip/commit/2ec5189a))
- Minor refactor
([`7c87441`](https://togithub.com/webpro-nl/knip/commit/7c87441e))
- Timerify `resolveModuleNames`
([#&#8203;673](https://togithub.com/webpro-nl/knip/issues/673))
([`9f2077c`](https://togithub.com/webpro-nl/knip/commit/9f2077ca))
- Support Jest's globalTeardown
([#&#8203;676](https://togithub.com/webpro-nl/knip/issues/676))
([`c170aeb`](https://togithub.com/webpro-nl/knip/commit/c170aebf))

### [`v5.18.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.18.2)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.18.1...5.18.2)

- Improve re-export handling
([`9ccefb3`](https://togithub.com/webpro-nl/knip/commit/9ccefb34))
- Add identifier to trace for re-export from entry file
([`b0b8b3d`](https://togithub.com/webpro-nl/knip/commit/b0b8b3d3))
- Move tagged export logic into reusable handler
([`1dff2db`](https://togithub.com/webpro-nl/knip/commit/1dff2db4))
- Update docs
([`2f91c8d`](https://togithub.com/webpro-nl/knip/commit/2f91c8d0))
- Update `@ericcornelissen/bash-parser` to 0.5.3
([#&#8203;674](https://togithub.com/webpro-nl/knip/issues/674))
([`9a7ffac`](https://togithub.com/webpro-nl/knip/commit/9a7ffac2))

### [`v5.18.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.18.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.18.0...5.18.1)

- Refactor and improve dep graph naming/typing
([`28f05f0`](https://togithub.com/webpro-nl/knip/commit/28f05f0a))
- Speed up (de)serialized and add test
([`deb3b9c`](https://togithub.com/webpro-nl/knip/commit/deb3b9c5))
- Move cli tests involving stdout to separate folder
([`978674f`](https://togithub.com/webpro-nl/knip/commit/978674fc))
- Update and caretify dependencies
([`e14f6d2`](https://togithub.com/webpro-nl/knip/commit/e14f6d24))
- Fix link to screenshot
([`c2f9507`](https://togithub.com/webpro-nl/knip/commit/c2f9507e))

### [`v5.18.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.18.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.17.4...5.18.0)

- Don't report issues when using --trace
([`d8e9719`](https://togithub.com/webpro-nl/knip/commit/d8e9719b))
- Emphasize --debug and --trace on troubleshooting page
([`bcb5e93`](https://togithub.com/webpro-nl/knip/commit/bcb5e93f))
- Add --performance screenshot
([`d0d0108`](https://togithub.com/webpro-nl/knip/commit/d0d01082))
- Integration test knip --cache for eslint as well
([`443b8be`](https://togithub.com/webpro-nl/knip/commit/443b8be0))
- Dogfoodin' is underrated
([`7115889`](https://togithub.com/webpro-nl/knip/commit/7115889b))
- Update docs
([`0651144`](https://togithub.com/webpro-nl/knip/commit/0651144c))
- Test against latest TS 5.5 rc
([`f7aba23`](https://togithub.com/webpro-nl/knip/commit/f7aba23c))
- Add test for imports-self (closes
[#&#8203;663](https://togithub.com/webpro-nl/knip/issues/663))
([`736b0a2`](https://togithub.com/webpro-nl/knip/commit/736b0a25))
- Major refactor of dep graph for trace feature
([`ad16689`](https://togithub.com/webpro-nl/knip/commit/ad16689b))
- Use cwd as default base in `toAbsolute`
([`678f47a`](https://togithub.com/webpro-nl/knip/commit/678f47ab))
- Fix tsup entries are production entry files
([`4d839d8`](https://togithub.com/webpro-nl/knip/commit/4d839d8f))
- Don't need to cache package.json
([`da33b9c`](https://togithub.com/webpro-nl/knip/commit/da33b9c4))
- Better explain `ignoreBinaries` configuration option
([#&#8203;670](https://togithub.com/webpro-nl/knip/issues/670))
([`8470505`](https://togithub.com/webpro-nl/knip/commit/8470505f))
- Update funding options
([`81cf806`](https://togithub.com/webpro-nl/knip/commit/81cf806d))

### [`v5.17.4`](https://togithub.com/webpro-nl/knip/releases/tag/5.17.4)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.17.3...5.17.4)

- Fix up caching
([`e75f0e9`](https://togithub.com/webpro-nl/knip/commit/e75f0e92))
- Minor refactor
([`28b2434`](https://togithub.com/webpro-nl/knip/commit/28b24349))
- Do literal text search in setRefs (closes
[#&#8203;595](https://togithub.com/webpro-nl/knip/issues/595)
[#&#8203;596](https://togithub.com/webpro-nl/knip/issues/596)
[#&#8203;664](https://togithub.com/webpro-nl/knip/issues/664))
([`6e64d60`](https://togithub.com/webpro-nl/knip/commit/6e64d60c))
- Refactor to use more maps over objects, move/rename some vars
([`90fcd4c`](https://togithub.com/webpro-nl/knip/commit/90fcd4cd))
- Add polar to funding.yml
([`c4bb916`](https://togithub.com/webpro-nl/knip/commit/c4bb9167))
- Use `IMPORT_STAR` const
([`cb9ed83`](https://togithub.com/webpro-nl/knip/commit/cb9ed830))
- Remove specifier from dep graph and `SerializableImports` type
([`474a6f7`](https://togithub.com/webpro-nl/knip/commit/474a6f70))
- Add ‘xvfb-run’ as globally available binary
([#&#8203;662](https://togithub.com/webpro-nl/knip/issues/662))
([`87850ea`](https://togithub.com/webpro-nl/knip/commit/87850eac))
- Add ‘aws’ as globally available binary
([#&#8203;661](https://togithub.com/webpro-nl/knip/issues/661))
([`6fd3e46`](https://togithub.com/webpro-nl/knip/commit/6fd3e461))

### [`v5.17.3`](https://togithub.com/webpro-nl/knip/releases/tag/5.17.3)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.17.2...5.17.3)

- Add ‘kill’ and ‘ssh’ as globally available binaries
([#&#8203;660](https://togithub.com/webpro-nl/knip/issues/660))
([`5e576a2`](https://togithub.com/webpro-nl/knip/commit/5e576a28))
- Remove version selector
([`9ad1d46`](https://togithub.com/webpro-nl/knip/commit/9ad1d466))
- Timerify (de)serialize functions
([`0e04f1e`](https://togithub.com/webpro-nl/knip/commit/0e04f1e4))
- Update docs
([`935a706`](https://togithub.com/webpro-nl/knip/commit/935a7066))

### [`v5.17.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.17.2)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.17.1...5.17.2)

- Fix external require.resolve (resolves
[#&#8203;657](https://togithub.com/webpro-nl/knip/issues/657))
([`c188a7a`](https://togithub.com/webpro-nl/knip/commit/c188a7a7))

### [`v5.17.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.17.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.17.0...5.17.1)

- Any is OK
([`28ad084`](https://togithub.com/webpro-nl/knip/commit/28ad084b))
- Fix (de)serialization of maps (resolves
[#&#8203;656](https://togithub.com/webpro-nl/knip/issues/656))
([`3ab95ef`](https://togithub.com/webpro-nl/knip/commit/3ab95ef7))
- Fix graphql-codegen config filter (resolves
[#&#8203;658](https://togithub.com/webpro-nl/knip/issues/658))
([`24c1355`](https://togithub.com/webpro-nl/knip/commit/24c13553))

### [`v5.17.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.17.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.16.0...5.17.0)

- Fix --watch after refactors
([`db2a261`](https://togithub.com/webpro-nl/knip/commit/db2a2616))
- Improve `getHasStrictlyNsReferences` and traverse into re-exports
([`9d75e0d`](https://togithub.com/webpro-nl/knip/commit/9d75e0d4))
- Restore imports in Footer.astro
([`c836517`](https://togithub.com/webpro-nl/knip/commit/c836517a))

### [`v5.16.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.16.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.15.1...5.16.0)

- Document namespace imports, extensionless imports, svelte $app path
alias, and some edits
([`20f5502`](https://togithub.com/webpro-nl/knip/commit/20f55022))
- Add [@&#8203;hyoban](https://togithub.com/hyoban) to sponsors page
([`79918d3`](https://togithub.com/webpro-nl/knip/commit/79918d3d))
- feat(plugins): add plugin for lost-pixel config
([#&#8203;630](https://togithub.com/webpro-nl/knip/issues/630))
([`24772ca`](https://togithub.com/webpro-nl/knip/commit/24772ca0))
- fix(plugin-commitlint): handling of `parserPreset` when it's not a
string ([#&#8203;632](https://togithub.com/webpro-nl/knip/issues/632))
([`d7b2545`](https://togithub.com/webpro-nl/knip/commit/d7b2545b))

### [`v5.15.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.15.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.15.0...5.15.1)

- Add `typeof` case to `isConsiderReferencedNS`
([#&#8203;626](https://togithub.com/webpro-nl/knip/issues/626))
([`696d2a7`](https://togithub.com/webpro-nl/knip/commit/696d2a7e))

### [`v5.15.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.15.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.14.0...5.15.0)

- feat(plugins): add plugin for syncpack config
([#&#8203;629](https://togithub.com/webpro-nl/knip/issues/629))
([`44005ef`](https://togithub.com/webpro-nl/knip/commit/44005ef2))
- Fix edit link
([`da2a5c8`](https://togithub.com/webpro-nl/knip/commit/da2a5c80))

### [`v5.14.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.14.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.13.0...5.14.0)

- Add [@&#8203;nicoespeon](https://togithub.com/nicoespeon) to sponsors
page ([`f469fc4`](https://togithub.com/webpro-nl/knip/commit/f469fc47))
- Bump cache version
([`f8837c8`](https://togithub.com/webpro-nl/knip/commit/f8837c87))
- Fix and extend commitlint plugin (resolves
[#&#8203;628](https://togithub.com/webpro-nl/knip/issues/628))
([`b52118e`](https://togithub.com/webpro-nl/knip/commit/b52118ed))
- Refactor dep graph
([#&#8203;626](https://togithub.com/webpro-nl/knip/issues/626))
([`004ae3b`](https://togithub.com/webpro-nl/knip/commit/004ae3bc))
- Respect `.git/info/exclude` (resolves
[#&#8203;613](https://togithub.com/webpro-nl/knip/issues/613))
([`29a0bdc`](https://togithub.com/webpro-nl/knip/commit/29a0bdc4))
- Add "using knip in ci" page to docs (closes
[#&#8203;608](https://togithub.com/webpro-nl/knip/issues/608))
([`2f75272`](https://togithub.com/webpro-nl/knip/commit/2f752724))
- Replace kleur with picocolors in docs
([`cca7a24`](https://togithub.com/webpro-nl/knip/commit/cca7a24c))
- Revert "Temporarily disable slonik integration test"
([`1823d1f`](https://togithub.com/webpro-nl/knip/commit/1823d1fa))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/all-contributors-for-repository).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/release-it-action Aug 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.25.1` ->
`5.27.2`](https://renovatebot.com/diffs/npm/knip/5.25.1/5.27.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.25.1/5.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.25.1/5.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

###
[`v5.27.2`](https://togithub.com/webpro-nl/knip/compare/5.27.1...5e07bbcb1a5e00a31aaa226293c29a8587ec584e)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.27.1...5.27.2)

### [`v5.27.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.27.0...5.27.1)

- Use `pathsBasePath` if available to make `compilerOptions.paths`
absolute (fixes
[#&#8203;748](https://togithub.com/webpro-nl/knip/issues/748))
([`6c866d2`](https://togithub.com/webpro-nl/knip/commit/6c866d26))
- Format docs
([`d0d5f97`](https://togithub.com/webpro-nl/knip/commit/d0d5f970))
- Increase enhanced-resolve cache duration
([`c7fa02e`](https://togithub.com/webpro-nl/knip/commit/c7fa02e1))
- Add test coverage for tsconfig.json w/ module:commonjs
([`3d5a536`](https://togithub.com/webpro-nl/knip/commit/3d5a5363))
- Add non-standard CJS require calls in TS files as entry files (as
require.resolve)
([`f8f0d66`](https://togithub.com/webpro-nl/knip/commit/f8f0d669))
- Update docs
([`b2ea3a9`](https://togithub.com/webpro-nl/knip/commit/b2ea3a9a))
- Fix regression issue template
([`f6066d6`](https://togithub.com/webpro-nl/knip/commit/f6066d69))
- Aid ts issues
([`9eff1bb`](https://togithub.com/webpro-nl/knip/commit/9eff1bb1))
- Enable more tests in Bun
([`953d6f6`](https://togithub.com/webpro-nl/knip/commit/953d6f61))
- Update lockfile
([`4d8b35b`](https://togithub.com/webpro-nl/knip/commit/4d8b35b8))
- Replace resolve with enhanced-resolve
([`39e0f22`](https://togithub.com/webpro-nl/knip/commit/39e0f223))
- Temp exclude unlisted in typescript integration test
([`76752c8`](https://togithub.com/webpro-nl/knip/commit/76752c88))
- Inline playwright types
([`ea099cc`](https://togithub.com/webpro-nl/knip/commit/ea099cc0))
- Add Vue example to compilers in docs
([#&#8203;733](https://togithub.com/webpro-nl/knip/issues/733))
([`949ddd8`](https://togithub.com/webpro-nl/knip/commit/949ddd8b))
- Minor refactor
([`8c21df5`](https://togithub.com/webpro-nl/knip/commit/8c21df51))
- Fix omitted expressions in Promise.all imports (resolves
[#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`858c0b7`](https://togithub.com/webpro-nl/knip/commit/858c0b73))
- Clean up `tryResolve` etc.
([`e20a9e9`](https://togithub.com/webpro-nl/knip/commit/e20a9e9a))
- fix: pnpm workspace fixes
([#&#8203;738](https://togithub.com/webpro-nl/knip/issues/738))
([`d5003d1`](https://togithub.com/webpro-nl/knip/commit/d5003d1b))
- Update .gitattributes to exclude binary files
([`b9b8f4d`](https://togithub.com/webpro-nl/knip/commit/b9b8f4da))
- Revert "CRLF will be replaced by LF the next time Git touches it"
([`0fdb4c9`](https://togithub.com/webpro-nl/knip/commit/0fdb4c93))
- Upgrade Astro
([`ccb7523`](https://togithub.com/webpro-nl/knip/commit/ccb7523f))
- Use latest tsx again
([`2b7d053`](https://togithub.com/webpro-nl/knip/commit/2b7d0537))
- Add `bun create @&#8203;knip/config` to installation instructions
([`fb19915`](https://togithub.com/webpro-nl/knip/commit/fb199152))

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

###
[`v5.26.0`](https://togithub.com/webpro-nl/knip/compare/5.25.2...3a7fcc9a3520181671e797486a10fe41c5b2fd38)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.2...5.26.0)

### [`v5.25.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.25.2)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.1...5.25.2)

- Include additional workspaces when loading manifests (resolves
[#&#8203;722](https://togithub.com/webpro-nl/knip/issues/722))
([`ca03fd8`](https://togithub.com/webpro-nl/knip/commit/ca03fd83))
- Move & refactor setRefs → findInternalReferences
([`deeb2ac`](https://togithub.com/webpro-nl/knip/commit/deeb2acc))
- Minor refactors
([`09fc536`](https://togithub.com/webpro-nl/knip/commit/09fc5363))
- Always pre-set `moduleResolution: bundler` if tsconfig.json
([`3c13118`](https://togithub.com/webpro-nl/knip/commit/3c131184))
- No need to publish twice here
([`34be850`](https://togithub.com/webpro-nl/knip/commit/34be850f))
- Minor refactors
([`c1db1ec`](https://togithub.com/webpro-nl/knip/commit/c1db1ec2))
- Update docs re. shared/isolated workspaces
([`699fd28`](https://togithub.com/webpro-nl/knip/commit/699fd28b))
- Set `moduleResolution: bundler` if not set and don't share it
(resolves [#&#8203;719](https://togithub.com/webpro-nl/knip/issues/719))
([`2c24678`](https://togithub.com/webpro-nl/knip/commit/2c246784))
- fix: Use `parseFragment` instead of `text` node which breaks
formatting
([#&#8203;720](https://togithub.com/webpro-nl/knip/issues/720))
([`3201c07`](https://togithub.com/webpro-nl/knip/commit/3201c076))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/release-it-action).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/eslint-plugin-package-json Aug 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.25.2` ->
`5.27.2`](https://renovatebot.com/diffs/npm/knip/5.25.2/5.27.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.25.2/5.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.25.2/5.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

###
[`v5.27.2`](https://togithub.com/webpro-nl/knip/compare/5.27.1...5e07bbcb1a5e00a31aaa226293c29a8587ec584e)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.27.1...5.27.2)

### [`v5.27.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.1)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.27.0...5.27.1)

- Use `pathsBasePath` if available to make `compilerOptions.paths`
absolute (fixes
[#&#8203;748](https://togithub.com/webpro-nl/knip/issues/748))
([`6c866d2`](https://togithub.com/webpro-nl/knip/commit/6c866d26))
- Format docs
([`d0d5f97`](https://togithub.com/webpro-nl/knip/commit/d0d5f970))
- Increase enhanced-resolve cache duration
([`c7fa02e`](https://togithub.com/webpro-nl/knip/commit/c7fa02e1))
- Add test coverage for tsconfig.json w/ module:commonjs
([`3d5a536`](https://togithub.com/webpro-nl/knip/commit/3d5a5363))
- Add non-standard CJS require calls in TS files as entry files (as
require.resolve)
([`f8f0d66`](https://togithub.com/webpro-nl/knip/commit/f8f0d669))
- Update docs
([`b2ea3a9`](https://togithub.com/webpro-nl/knip/commit/b2ea3a9a))
- Fix regression issue template
([`f6066d6`](https://togithub.com/webpro-nl/knip/commit/f6066d69))
- Aid ts issues
([`9eff1bb`](https://togithub.com/webpro-nl/knip/commit/9eff1bb1))
- Enable more tests in Bun
([`953d6f6`](https://togithub.com/webpro-nl/knip/commit/953d6f61))
- Update lockfile
([`4d8b35b`](https://togithub.com/webpro-nl/knip/commit/4d8b35b8))
- Replace resolve with enhanced-resolve
([`39e0f22`](https://togithub.com/webpro-nl/knip/commit/39e0f223))
- Temp exclude unlisted in typescript integration test
([`76752c8`](https://togithub.com/webpro-nl/knip/commit/76752c88))
- Inline playwright types
([`ea099cc`](https://togithub.com/webpro-nl/knip/commit/ea099cc0))
- Add Vue example to compilers in docs
([#&#8203;733](https://togithub.com/webpro-nl/knip/issues/733))
([`949ddd8`](https://togithub.com/webpro-nl/knip/commit/949ddd8b))
- Minor refactor
([`8c21df5`](https://togithub.com/webpro-nl/knip/commit/8c21df51))
- Fix omitted expressions in Promise.all imports (resolves
[#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`858c0b7`](https://togithub.com/webpro-nl/knip/commit/858c0b73))
- Clean up `tryResolve` etc.
([`e20a9e9`](https://togithub.com/webpro-nl/knip/commit/e20a9e9a))
- fix: pnpm workspace fixes
([#&#8203;738](https://togithub.com/webpro-nl/knip/issues/738))
([`d5003d1`](https://togithub.com/webpro-nl/knip/commit/d5003d1b))
- Update .gitattributes to exclude binary files
([`b9b8f4d`](https://togithub.com/webpro-nl/knip/commit/b9b8f4da))
- Revert "CRLF will be replaced by LF the next time Git touches it"
([`0fdb4c9`](https://togithub.com/webpro-nl/knip/commit/0fdb4c93))
- Upgrade Astro
([`ccb7523`](https://togithub.com/webpro-nl/knip/commit/ccb7523f))
- Use latest tsx again
([`2b7d053`](https://togithub.com/webpro-nl/knip/commit/2b7d0537))
- Add `bun create @&#8203;knip/config` to installation instructions
([`fb19915`](https://togithub.com/webpro-nl/knip/commit/fb199152))

### [`v5.27.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://togithub.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://togithub.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://togithub.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://togithub.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://togithub.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://togithub.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://togithub.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://togithub.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://togithub.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://togithub.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://togithub.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://togithub.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://togithub.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://togithub.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://togithub.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://togithub.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://togithub.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://togithub.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://togithub.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://togithub.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://togithub.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://togithub.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://togithub.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://togithub.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://togithub.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://togithub.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42 ([@&#8203;forge42dev](https://togithub.com/forge42dev))
as a sponsor
([`d0166be`](https://togithub.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://togithub.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://togithub.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://togithub.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://togithub.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://togithub.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://togithub.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://togithub.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://togithub.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://togithub.com/webpro-nl/knip/commit/ef1ab492))

###
[`v5.26.0`](https://togithub.com/webpro-nl/knip/compare/5.25.2...3a7fcc9a3520181671e797486a10fe41c5b2fd38)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.2...5.26.0)

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/eslint-plugin-package-json).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/tidelift-me-up-site Sep 2, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://redirect.github.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.25.1` ->
`5.27.5`](https://renovatebot.com/diffs/npm/knip/5.25.1/5.27.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.25.1/5.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.25.1/5.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

###
[`v5.27.5`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.27.5)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.27.4...5.27.5)

- Add `nuxt` to Vue compiler condition (closes
[#&#8203;770](https://redirect.github.com/webpro-nl/knip/issues/770))
([`24fb3ea`](https://redirect.github.com/webpro-nl/knip/commit/24fb3ea4))
- Improve import matcher in "compilers"
([`4d2487f`](https://redirect.github.com/webpro-nl/knip/commit/4d2487f2))
- Improve regex in "compilers" a bit (resolves
[#&#8203;769](https://redirect.github.com/webpro-nl/knip/issues/769))
([`382dd06`](https://redirect.github.com/webpro-nl/knip/commit/382dd06c))
- Fix blockquote style
([`aa13723`](https://redirect.github.com/webpro-nl/knip/commit/aa137237))
- Format/edit docs
([`6bd1617`](https://redirect.github.com/webpro-nl/knip/commit/6bd1617e))
- Edit preprocessor section
([`2e072c5`](https://redirect.github.com/webpro-nl/knip/commit/2e072c59))

###
[`v5.27.4`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.27.4)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.27.3...5.27.4)

- Edit docs, add "unsupported" page
([`c28b62d`](https://redirect.github.com/webpro-nl/knip/commit/c28b62d4))
- Match against normalized package name in `ignoreDependencies`
([`8978037`](https://redirect.github.com/webpro-nl/knip/commit/89780376))
- Add mocha to `Projects Using Knip`
([#&#8203;765](https://redirect.github.com/webpro-nl/knip/issues/765))
([`a230582`](https://redirect.github.com/webpro-nl/knip/commit/a2305823))

###
[`v5.27.3`](https://redirect.github.com/webpro-nl/knip/compare/5.27.2...23526a9f1e9a76900f14a966cd97b8ef2a90d7f1)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.27.2...5.27.3)

###
[`v5.27.2`](https://redirect.github.com/webpro-nl/knip/compare/5.27.1...5e07bbcb1a5e00a31aaa226293c29a8587ec584e)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.27.1...5.27.2)

###
[`v5.27.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.27.1)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.27.0...5.27.1)

- Use `pathsBasePath` if available to make `compilerOptions.paths`
absolute (fixes
[#&#8203;748](https://redirect.github.com/webpro-nl/knip/issues/748))
([`6c866d2`](https://redirect.github.com/webpro-nl/knip/commit/6c866d26))
- Format docs
([`d0d5f97`](https://redirect.github.com/webpro-nl/knip/commit/d0d5f970))
- Increase enhanced-resolve cache duration
([`c7fa02e`](https://redirect.github.com/webpro-nl/knip/commit/c7fa02e1))
- Add test coverage for tsconfig.json w/ module:commonjs
([`3d5a536`](https://redirect.github.com/webpro-nl/knip/commit/3d5a5363))
- Add non-standard CJS require calls in TS files as entry files (as
require.resolve)
([`f8f0d66`](https://redirect.github.com/webpro-nl/knip/commit/f8f0d669))
- Update docs
([`b2ea3a9`](https://redirect.github.com/webpro-nl/knip/commit/b2ea3a9a))
- Fix regression issue template
([`f6066d6`](https://redirect.github.com/webpro-nl/knip/commit/f6066d69))
- Aid ts issues
([`9eff1bb`](https://redirect.github.com/webpro-nl/knip/commit/9eff1bb1))
- Enable more tests in Bun
([`953d6f6`](https://redirect.github.com/webpro-nl/knip/commit/953d6f61))
- Update lockfile
([`4d8b35b`](https://redirect.github.com/webpro-nl/knip/commit/4d8b35b8))
- Replace resolve with enhanced-resolve
([`39e0f22`](https://redirect.github.com/webpro-nl/knip/commit/39e0f223))
- Temp exclude unlisted in typescript integration test
([`76752c8`](https://redirect.github.com/webpro-nl/knip/commit/76752c88))
- Inline playwright types
([`ea099cc`](https://redirect.github.com/webpro-nl/knip/commit/ea099cc0))
- Add Vue example to compilers in docs
([#&#8203;733](https://redirect.github.com/webpro-nl/knip/issues/733))
([`949ddd8`](https://redirect.github.com/webpro-nl/knip/commit/949ddd8b))
- Minor refactor
([`8c21df5`](https://redirect.github.com/webpro-nl/knip/commit/8c21df51))
- Fix omitted expressions in Promise.all imports (resolves
[#&#8203;725](https://redirect.github.com/webpro-nl/knip/issues/725))
([`858c0b7`](https://redirect.github.com/webpro-nl/knip/commit/858c0b73))
- Clean up `tryResolve` etc.
([`e20a9e9`](https://redirect.github.com/webpro-nl/knip/commit/e20a9e9a))
- fix: pnpm workspace fixes
([#&#8203;738](https://redirect.github.com/webpro-nl/knip/issues/738))
([`d5003d1`](https://redirect.github.com/webpro-nl/knip/commit/d5003d1b))
- Update .gitattributes to exclude binary files
([`b9b8f4d`](https://redirect.github.com/webpro-nl/knip/commit/b9b8f4da))
- Revert "CRLF will be replaced by LF the next time Git touches it"
([`0fdb4c9`](https://redirect.github.com/webpro-nl/knip/commit/0fdb4c93))
- Upgrade Astro
([`ccb7523`](https://redirect.github.com/webpro-nl/knip/commit/ccb7523f))
- Use latest tsx again
([`2b7d053`](https://redirect.github.com/webpro-nl/knip/commit/2b7d0537))
- Add `bun create @&#8203;knip/config` to installation instructions
([`fb19915`](https://redirect.github.com/webpro-nl/knip/commit/fb199152))

###
[`v5.27.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://redirect.github.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://redirect.github.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://redirect.github.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://redirect.github.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://redirect.github.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://redirect.github.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://redirect.github.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://redirect.github.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://redirect.github.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://redirect.github.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://redirect.github.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://redirect.github.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://redirect.github.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://redirect.github.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://redirect.github.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://redirect.github.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://redirect.github.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://redirect.github.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://redirect.github.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://redirect.github.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://redirect.github.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://redirect.github.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://redirect.github.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://redirect.github.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://redirect.github.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://redirect.github.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://redirect.github.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://redirect.github.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42
([@&#8203;forge42dev](https://redirect.github.com/forge42dev)) as a
sponsor
([`d0166be`](https://redirect.github.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://redirect.github.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://redirect.github.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://redirect.github.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://redirect.github.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://redirect.github.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://redirect.github.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://redirect.github.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://redirect.github.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://redirect.github.com/webpro-nl/knip/commit/ef1ab492))

###
[`v5.26.0`](https://redirect.github.com/webpro-nl/knip/compare/5.25.2...3a7fcc9a3520181671e797486a10fe41c5b2fd38)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.25.2...5.26.0)

###
[`v5.25.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.25.2)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.25.1...5.25.2)

- Include additional workspaces when loading manifests (resolves
[#&#8203;722](https://redirect.github.com/webpro-nl/knip/issues/722))
([`ca03fd8`](https://redirect.github.com/webpro-nl/knip/commit/ca03fd83))
- Move & refactor setRefs → findInternalReferences
([`deeb2ac`](https://redirect.github.com/webpro-nl/knip/commit/deeb2acc))
- Minor refactors
([`09fc536`](https://redirect.github.com/webpro-nl/knip/commit/09fc5363))
- Always pre-set `moduleResolution: bundler` if tsconfig.json
([`3c13118`](https://redirect.github.com/webpro-nl/knip/commit/3c131184))
- No need to publish twice here
([`34be850`](https://redirect.github.com/webpro-nl/knip/commit/34be850f))
- Minor refactors
([`c1db1ec`](https://redirect.github.com/webpro-nl/knip/commit/c1db1ec2))
- Update docs re. shared/isolated workspaces
([`699fd28`](https://redirect.github.com/webpro-nl/knip/commit/699fd28b))
- Set `moduleResolution: bundler` if not set and don't share it
(resolves
[#&#8203;719](https://redirect.github.com/webpro-nl/knip/issues/719))
([`2c24678`](https://redirect.github.com/webpro-nl/knip/commit/2c246784))
- fix: Use `parseFragment` instead of `text` node which breaks
formatting
([#&#8203;720](https://redirect.github.com/webpro-nl/knip/issues/720))
([`3201c07`](https://redirect.github.com/webpro-nl/knip/commit/3201c076))

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/tidelift-me-up-site).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this issue in JoshuaKGoldberg/eslint-plugin-expect-type Sep 9, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://redirect.github.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.17.4` ->
`5.29.2`](https://renovatebot.com/diffs/npm/knip/5.17.4/5.29.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.29.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.29.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.17.4/5.29.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.17.4/5.29.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro-nl/knip (knip)</summary>

###
[`v5.29.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.29.2)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.29.1...5.29.2)

- Edit docs
([`5ca20de`](https://redirect.github.com/webpro-nl/knip/commit/5ca20def))
- Add `.ts` config ext to webdriver plugin
([`d8df5e1`](https://redirect.github.com/webpro-nl/knip/commit/d8df5e1f))
- Prepare for ts v5.6
([`6fb6e7a`](https://redirect.github.com/webpro-nl/knip/commit/6fb6e7a3))
- Pick up typescript@rc in CI again
([`116c6c6`](https://redirect.github.com/webpro-nl/knip/commit/116c6c64))
- Merge 2 glob helpers & fix debug output for glob
([`c060146`](https://redirect.github.com/webpro-nl/knip/commit/c0601469))
- Rename function argument
([`480ff04`](https://redirect.github.com/webpro-nl/knip/commit/480ff04b))
- Add/fix `getPluginEntryFilePatterns` helper
([`573ec9c`](https://redirect.github.com/webpro-nl/knip/commit/573ec9cb))
- Fix typo in svelte plugin and remove overarching `project` patterns
([`def8e25`](https://redirect.github.com/webpro-nl/knip/commit/def8e257))
- Edit docs
([`ac75feb`](https://redirect.github.com/webpro-nl/knip/commit/ac75feba))

###
[`v5.29.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.29.1)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.29.0...5.29.1)

- Disable
[`e1061c5`](https://redirect.github.com/webpro-nl/knip/commit/e1061c55)
as it might be unexpected/breaking with eslint v8
([`9e67622`](https://redirect.github.com/webpro-nl/knip/commit/9e676226))

###
[`v5.29.0`](https://redirect.github.com/webpro-nl/knip/compare/5.28.0...e1061c5519ebc7d9ad0457c7437787c23501e5cc)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.28.0...5.29.0)

###
[`v5.28.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.28.0)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.27.5...5.28.0)

- Fix helper name
([`e5c20dd`](https://redirect.github.com/webpro-nl/knip/commit/e5c20dde))
- Add preconstruct plugin
([`af61c96`](https://redirect.github.com/webpro-nl/knip/commit/af61c962))
- Add nest plugin
([`4ea83f2`](https://redirect.github.com/webpro-nl/knip/commit/4ea83f20))
- Add nuxt plugin
([`bc548c5`](https://redirect.github.com/webpro-nl/knip/commit/bc548c59))
- Add vike plugin
([`72b797a`](https://redirect.github.com/webpro-nl/knip/commit/72b797a8))

###
[`v5.27.5`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.27.5)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.27.4...5.27.5)

- Add `nuxt` to Vue compiler condition (closes
[#&#8203;770](https://redirect.github.com/webpro-nl/knip/issues/770))
([`24fb3ea`](https://redirect.github.com/webpro-nl/knip/commit/24fb3ea4))
- Improve import matcher in "compilers"
([`4d2487f`](https://redirect.github.com/webpro-nl/knip/commit/4d2487f2))
- Improve regex in "compilers" a bit (resolves
[#&#8203;769](https://redirect.github.com/webpro-nl/knip/issues/769))
([`382dd06`](https://redirect.github.com/webpro-nl/knip/commit/382dd06c))
- Fix blockquote style
([`aa13723`](https://redirect.github.com/webpro-nl/knip/commit/aa137237))
- Format/edit docs
([`6bd1617`](https://redirect.github.com/webpro-nl/knip/commit/6bd1617e))
- Edit preprocessor section
([`2e072c5`](https://redirect.github.com/webpro-nl/knip/commit/2e072c59))

###
[`v5.27.4`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.27.4)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.27.3...5.27.4)

- Edit docs, add "unsupported" page
([`c28b62d`](https://redirect.github.com/webpro-nl/knip/commit/c28b62d4))
- Match against normalized package name in `ignoreDependencies`
([`8978037`](https://redirect.github.com/webpro-nl/knip/commit/89780376))
- Add mocha to `Projects Using Knip`
([#&#8203;765](https://redirect.github.com/webpro-nl/knip/issues/765))
([`a230582`](https://redirect.github.com/webpro-nl/knip/commit/a2305823))

###
[`v5.27.3`](https://redirect.github.com/webpro-nl/knip/compare/5.27.2...23526a9f1e9a76900f14a966cd97b8ef2a90d7f1)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.27.2...5.27.3)

###
[`v5.27.2`](https://redirect.github.com/webpro-nl/knip/compare/5.27.1...5e07bbcb1a5e00a31aaa226293c29a8587ec584e)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.27.1...5.27.2)

###
[`v5.27.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.27.1)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.27.0...5.27.1)

- Use `pathsBasePath` if available to make `compilerOptions.paths`
absolute (fixes
[#&#8203;748](https://redirect.github.com/webpro-nl/knip/issues/748))
([`6c866d2`](https://redirect.github.com/webpro-nl/knip/commit/6c866d26))
- Format docs
([`d0d5f97`](https://redirect.github.com/webpro-nl/knip/commit/d0d5f970))
- Increase enhanced-resolve cache duration
([`c7fa02e`](https://redirect.github.com/webpro-nl/knip/commit/c7fa02e1))
- Add test coverage for tsconfig.json w/ module:commonjs
([`3d5a536`](https://redirect.github.com/webpro-nl/knip/commit/3d5a5363))
- Add non-standard CJS require calls in TS files as entry files (as
require.resolve)
([`f8f0d66`](https://redirect.github.com/webpro-nl/knip/commit/f8f0d669))
- Update docs
([`b2ea3a9`](https://redirect.github.com/webpro-nl/knip/commit/b2ea3a9a))
- Fix regression issue template
([`f6066d6`](https://redirect.github.com/webpro-nl/knip/commit/f6066d69))
- Aid ts issues
([`9eff1bb`](https://redirect.github.com/webpro-nl/knip/commit/9eff1bb1))
- Enable more tests in Bun
([`953d6f6`](https://redirect.github.com/webpro-nl/knip/commit/953d6f61))
- Update lockfile
([`4d8b35b`](https://redirect.github.com/webpro-nl/knip/commit/4d8b35b8))
- Replace resolve with enhanced-resolve
([`39e0f22`](https://redirect.github.com/webpro-nl/knip/commit/39e0f223))
- Temp exclude unlisted in typescript integration test
([`76752c8`](https://redirect.github.com/webpro-nl/knip/commit/76752c88))
- Inline playwright types
([`ea099cc`](https://redirect.github.com/webpro-nl/knip/commit/ea099cc0))
- Add Vue example to compilers in docs
([#&#8203;733](https://redirect.github.com/webpro-nl/knip/issues/733))
([`949ddd8`](https://redirect.github.com/webpro-nl/knip/commit/949ddd8b))
- Minor refactor
([`8c21df5`](https://redirect.github.com/webpro-nl/knip/commit/8c21df51))
- Fix omitted expressions in Promise.all imports (resolves
[#&#8203;725](https://redirect.github.com/webpro-nl/knip/issues/725))
([`858c0b7`](https://redirect.github.com/webpro-nl/knip/commit/858c0b73))
- Clean up `tryResolve` etc.
([`e20a9e9`](https://redirect.github.com/webpro-nl/knip/commit/e20a9e9a))
- fix: pnpm workspace fixes
([#&#8203;738](https://redirect.github.com/webpro-nl/knip/issues/738))
([`d5003d1`](https://redirect.github.com/webpro-nl/knip/commit/d5003d1b))
- Update .gitattributes to exclude binary files
([`b9b8f4d`](https://redirect.github.com/webpro-nl/knip/commit/b9b8f4da))
- Revert "CRLF will be replaced by LF the next time Git touches it"
([`0fdb4c9`](https://redirect.github.com/webpro-nl/knip/commit/0fdb4c93))
- Upgrade Astro
([`ccb7523`](https://redirect.github.com/webpro-nl/knip/commit/ccb7523f))
- Use latest tsx again
([`2b7d053`](https://redirect.github.com/webpro-nl/knip/commit/2b7d0537))
- Add `bun create @&#8203;knip/config` to installation instructions
([`fb19915`](https://redirect.github.com/webpro-nl/knip/commit/fb199152))

###
[`v5.27.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.27.0)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.26.0...5.27.0)

- CRLF will be replaced by LF the next time Git touches it
([`bea004f`](https://redirect.github.com/webpro-nl/knip/commit/bea004fe))
- Remove OS eol diffs in tests
([`799cc42`](https://redirect.github.com/webpro-nl/knip/commit/799cc422))
- git config eol=lf
([`5d23932`](https://redirect.github.com/webpro-nl/knip/commit/5d239323))
- Re-enable windows test for bun
([`bc66b4f`](https://redirect.github.com/webpro-nl/knip/commit/bc66b4fa))
- Add test case (fixed by
[`ae5c341`](https://redirect.github.com/webpro-nl/knip/commit/ae5c3417))
([`5e742dc`](https://redirect.github.com/webpro-nl/knip/commit/5e742dc3))
- Move more cli args into single location, refactor some namings
([`9f5eb01`](https://redirect.github.com/webpro-nl/knip/commit/9f5eb01a))
- Update contrib dev docs
([`108eff1`](https://redirect.github.com/webpro-nl/knip/commit/108eff17))
- Add ladle plugin
([#&#8203;728](https://redirect.github.com/webpro-nl/knip/issues/728))
([`ebd79d4`](https://redirect.github.com/webpro-nl/knip/commit/ebd79d4b))
- Circumvent case where `element == undefined`
([#&#8203;725](https://redirect.github.com/webpro-nl/knip/issues/725))
([`ae5c341`](https://redirect.github.com/webpro-nl/knip/commit/ae5c3417))
- Adjust tests after
[`f5680fb`](https://redirect.github.com/webpro-nl/knip/commit/f5680fb2)
([`b4dc692`](https://redirect.github.com/webpro-nl/knip/commit/b4dc6921))
- Edit docs
([`916b633`](https://redirect.github.com/webpro-nl/knip/commit/916b633a))
- Print relative .gitignore paths in debug output
([`fef3dba`](https://redirect.github.com/webpro-nl/knip/commit/fef3dba5))
- Don't add ignored files as entry paths (resolves
[#&#8203;734](https://redirect.github.com/webpro-nl/knip/issues/734))
([`f5680fb`](https://redirect.github.com/webpro-nl/knip/commit/f5680fb2))
- Use single or double star to ignore workspaces, remove single star for
ignore glob pattern
([`f6b0058`](https://redirect.github.com/webpro-nl/knip/commit/f6b00582))
- Restore support for legacy husky w/ lint-staged
([`bd16c98`](https://redirect.github.com/webpro-nl/knip/commit/bd16c985))
- Support override configs in babel plugin
([`953d4fb`](https://redirect.github.com/webpro-nl/knip/commit/953d4fbd))
- Add react-cosmos plugin
([`2de3924`](https://redirect.github.com/webpro-nl/knip/commit/2de39245))
- Add rsbuild plugin (placeholder)
([`efd7d2a`](https://redirect.github.com/webpro-nl/knip/commit/efd7d2ad))
- Add rspack plugin
([`3cbfd0a`](https://redirect.github.com/webpro-nl/knip/commit/3cbfd0a8))
- Add `src/vite-env.d.ts` to entry paths in vite(st) plugin (closes
[#&#8203;732](https://redirect.github.com/webpro-nl/knip/issues/732))
([`8cf6a0a`](https://redirect.github.com/webpro-nl/knip/commit/8cf6a0ac))
- feat(cypress): add support for cypress-multi-reporter
([#&#8203;726](https://redirect.github.com/webpro-nl/knip/issues/726))
([`cdea5b1`](https://redirect.github.com/webpro-nl/knip/commit/cdea5b19))
- Add Forge 42
([@&#8203;forge42dev](https://redirect.github.com/forge42dev)) as a
sponsor
([`d0166be`](https://redirect.github.com/webpro-nl/knip/commit/d0166be6))
- Update Astro dependencies
([`d887b1d`](https://redirect.github.com/webpro-nl/knip/commit/d887b1d8))
- Use bun 1.1.19 (also see
[https://github.com/oven-sh/bun/issues/4899](https://redirect.github.com/oven-sh/bun/issues/4899))
([`03cba1d`](https://redirect.github.com/webpro-nl/knip/commit/03cba1d4))
- Move watch logic into separate module
([`3ea24cf`](https://redirect.github.com/webpro-nl/knip/commit/3ea24cfd))
- Move dep graph utils from main sequence to helper module
([`85fc933`](https://redirect.github.com/webpro-nl/knip/commit/85fc933a))
- Rename createPkgGraph → createWorkspaceGraph, etc.
([`9deb9c5`](https://redirect.github.com/webpro-nl/knip/commit/9deb9c5a))
- Group handlers in main sequence
([`7274e8d`](https://redirect.github.com/webpro-nl/knip/commit/7274e8d9))
- More consistent file names
([`0dc5eba`](https://redirect.github.com/webpro-nl/knip/commit/0dc5eba5))
- Move `toSourcePath` to `ProjectPrincipal` constructor
([`ef1ab49`](https://redirect.github.com/webpro-nl/knip/commit/ef1ab492))

###
[`v5.26.0`](https://redirect.github.com/webpro-nl/knip/compare/5.25.2...3a7fcc9a3520181671e797486a10fe41c5b2fd38)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.25.2...5.26.0)

###
[`v5.25.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.25.2)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.25.1...5.25.2)

- Include additional workspaces when loading manifests (resolves
[#&#8203;722](https://redirect.github.com/webpro-nl/knip/issues/722))
([`ca03fd8`](https://redirect.github.com/webpro-nl/knip/commit/ca03fd83))
- Move & refactor setRefs → findInternalReferences
([`deeb2ac`](https://redirect.github.com/webpro-nl/knip/commit/deeb2acc))
- Minor refactors
([`09fc536`](https://redirect.github.com/webpro-nl/knip/commit/09fc5363))
- Always pre-set `moduleResolution: bundler` if tsconfig.json
([`3c13118`](https://redirect.github.com/webpro-nl/knip/commit/3c131184))
- No need to publish twice here
([`34be850`](https://redirect.github.com/webpro-nl/knip/commit/34be850f))
- Minor refactors
([`c1db1ec`](https://redirect.github.com/webpro-nl/knip/commit/c1db1ec2))
- Update docs re. shared/isolated workspaces
([`699fd28`](https://redirect.github.com/webpro-nl/knip/commit/699fd28b))
- Set `moduleResolution: bundler` if not set and don't share it
(resolves
[#&#8203;719](https://redirect.github.com/webpro-nl/knip/issues/719))
([`2c24678`](https://redirect.github.com/webpro-nl/knip/commit/2c246784))
- fix: Use `parseFragment` instead of `text` node which breaks
formatting
([#&#8203;720](https://redirect.github.com/webpro-nl/knip/issues/720))
([`3201c07`](https://redirect.github.com/webpro-nl/knip/commit/3201c076))

###
[`v5.25.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.25.1)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.25.0...5.25.1)

- Publish vendor dir
([`fdac7ba`](https://redirect.github.com/webpro-nl/knip/commit/fdac7ba8))

###
[`v5.25.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.25.0)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.24.4...5.25.0)

- Update dependencies docs
([`b42c85b`](https://redirect.github.com/webpro-nl/knip/commit/b42c85b4))
- Sync [@&#8203;nodelib/fs](https://redirect.github.com/nodelib/fs).walk
version w/ fast-glob
([`e77ce77`](https://redirect.github.com/webpro-nl/knip/commit/e77ce774))
- Vendor bash-parser
([`78e7b28`](https://redirect.github.com/webpro-nl/knip/commit/78e7b28d))
- Add pkg.pr.new workflow
([`2679f20`](https://redirect.github.com/webpro-nl/knip/commit/2679f202))

###
[`v5.24.4`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.24.4)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.24.3...5.24.4)

- Start using central resolveEntry from plugin helpers
([#&#8203;716](https://redirect.github.com/webpro-nl/knip/issues/716))
([`65d8098`](https://redirect.github.com/webpro-nl/knip/commit/65d80981))

###
[`v5.24.3`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.24.3)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.24.2...5.24.3)

- Improve Angular plugin a bit + add fixture/test
([#&#8203;717](https://redirect.github.com/webpro-nl/knip/issues/717))
([`641b5fc`](https://redirect.github.com/webpro-nl/knip/commit/641b5fcf))
- Fix Cannot read properties of undefined (reading 'name')
([#&#8203;718](https://redirect.github.com/webpro-nl/knip/issues/718))
([`f0f9f5a`](https://redirect.github.com/webpro-nl/knip/commit/f0f9f5ab))

###
[`v5.24.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.24.2)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.24.1...5.24.2)

- Fix entry patterns in jest plugin (resolves
[#&#8203;716](https://redirect.github.com/webpro-nl/knip/issues/716))
([`1cd4bd8`](https://redirect.github.com/webpro-nl/knip/commit/1cd4bd84))
- Support multiple --loaders etc. for NODE_OPTIONS prefix (resolves
[#&#8203;715](https://redirect.github.com/webpro-nl/knip/issues/715))
([`66f48c0`](https://redirect.github.com/webpro-nl/knip/commit/66f48c0f))
- Update pnpm/action-setup to v4
([`9754973`](https://redirect.github.com/webpro-nl/knip/commit/9754973e))
- Add missing rule keys to JSON Schema
([#&#8203;713](https://redirect.github.com/webpro-nl/knip/issues/713))
([`1f61f77`](https://redirect.github.com/webpro-nl/knip/commit/1f61f776))
- Add note to rules re. `dependencies` warning
([#&#8203;713](https://redirect.github.com/webpro-nl/knip/issues/713))
([`71e89a2`](https://redirect.github.com/webpro-nl/knip/commit/71e89a28))
- Update styling
([`3d03cde`](https://redirect.github.com/webpro-nl/knip/commit/3d03cdef))
- Add wonderful tweets
([`bb333ed`](https://redirect.github.com/webpro-nl/knip/commit/bb333ede))

###
[`v5.24.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.24.1)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.24.0...5.24.1)

- Fix up rules in issue collector and reporter (resolves
[#&#8203;713](https://redirect.github.com/webpro-nl/knip/issues/713))
([`7775213`](https://redirect.github.com/webpro-nl/knip/commit/77752130))
- Fix Knip config
([`4c4e3e1`](https://redirect.github.com/webpro-nl/knip/commit/4c4e3e1e))
- Use jiti `alias` over custom transform
([`b9f1715`](https://redirect.github.com/webpro-nl/knip/commit/b9f1715e))

###
[`v5.24.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.24.0)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.23.3...5.24.0)

- Add `vitest` as enabler to vite plugin
([`b384d18`](https://redirect.github.com/webpro-nl/knip/commit/b384d18a))
- Fix up formatting/config
([`9961e2a`](https://redirect.github.com/webpro-nl/knip/commit/9961e2a5))

###
[`v5.23.3`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.23.3)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.23.2...5.23.3)

- Update dependencies
([`8c783e9`](https://redirect.github.com/webpro-nl/knip/commit/8c783e91))
- Restore that (only) interfaces can be default-exported (resolves
[#&#8203;709](https://redirect.github.com/webpro-nl/knip/issues/709))
([`919a68b`](https://redirect.github.com/webpro-nl/knip/commit/919a68bf))
- Improve generated plugin docs
([`f33f113`](https://redirect.github.com/webpro-nl/knip/commit/f33f1136))

###
[`v5.23.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.23.2)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.23.1...5.23.2)

- Fixes to config files + Cosmiconfig, Lilconfig and Unconfig
generation.
([#&#8203;700](https://redirect.github.com/webpro-nl/knip/issues/700))
([`83e18a1`](https://redirect.github.com/webpro-nl/knip/commit/83e18a10))
- Exclude `nsExports`, `classMembers` and `nsTypes` from `--exports`
shortcut
([#&#8203;698](https://redirect.github.com/webpro-nl/knip/issues/698))
([`2e83446`](https://redirect.github.com/webpro-nl/knip/commit/2e834465))
- Update marketing materials
([`62090b4`](https://redirect.github.com/webpro-nl/knip/commit/62090b40))
- Update funding options
([`e8a4a00`](https://redirect.github.com/webpro-nl/knip/commit/e8a4a00c))
- Update marketing materials
([`4f6a197`](https://redirect.github.com/webpro-nl/knip/commit/4f6a1977))
- Switch to microsoft/TypeScript main in integration tests
([`c8c6dab`](https://redirect.github.com/webpro-nl/knip/commit/c8c6dabb))
- Add whitespace in exports coverage (alias-exclude)
([`a03d4eb`](https://redirect.github.com/webpro-nl/knip/commit/a03d4ebc))
- Add more coverage for tag hints
([`3d551db`](https://redirect.github.com/webpro-nl/knip/commit/3d551dbb))

###
[`v5.23.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.23.1)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.23.0...5.23.1)

- Minor refactors
([`efafcdc`](https://redirect.github.com/webpro-nl/knip/commit/efafcdc3))
- Add test for re-export with `includeEntryExports` +
`ignoreExportsUsedInFile`
([#&#8203;698](https://redirect.github.com/webpro-nl/knip/issues/698))
([`c0a0f0b`](https://redirect.github.com/webpro-nl/knip/commit/c0a0f0be))
- Consider alias exclude symbols referenced in `ignoreExportsUsedInFile`
(resolves
[#&#8203;697](https://redirect.github.com/webpro-nl/knip/issues/697))
([`326b018`](https://redirect.github.com/webpro-nl/knip/commit/326b0181))
- Fix enum members in re-exports in entry files (resolves
[#&#8203;703](https://redirect.github.com/webpro-nl/knip/issues/703))
([`3ff2253`](https://redirect.github.com/webpro-nl/knip/commit/3ff2253d))
- Fix tag hints
([#&#8203;691](https://redirect.github.com/webpro-nl/knip/issues/691))
([`dd051cd`](https://redirect.github.com/webpro-nl/knip/commit/dd051cd0))
- Minor refactors
([`3e9806a`](https://redirect.github.com/webpro-nl/knip/commit/3e9806a9))
- Fix `isReferencedInExportedType` AST helper
([`bc2e716`](https://redirect.github.com/webpro-nl/knip/commit/bc2e7165))

###
[`v5.23.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.23.0)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.22.3...5.23.0)

- Update docs
([`1f945ed`](https://redirect.github.com/webpro-nl/knip/commit/1f945edf))
- Show unused custom ignored tags as hints (resolves
[#&#8203;691](https://redirect.github.com/webpro-nl/knip/issues/691))
([`78255fc`](https://redirect.github.com/webpro-nl/knip/commit/78255fc7))
- Don't report exports referenced in exported types (resolves
[#&#8203;687](https://redirect.github.com/webpro-nl/knip/issues/687))
([`834c26b`](https://redirect.github.com/webpro-nl/knip/commit/834c26be))
- Fix unused exports used in file with substring overlap
([#&#8203;695](https://redirect.github.com/webpro-nl/knip/issues/695))
([`5a2176e`](https://redirect.github.com/webpro-nl/knip/commit/5a2176ea))
- Name tests/fixtures after option name
([`a7b9a98`](https://redirect.github.com/webpro-nl/knip/commit/a7b9a984))
- Fix unused exports used in file with substring overlap (resolves
[#&#8203;695](https://redirect.github.com/webpro-nl/knip/issues/695))
([`555c162`](https://redirect.github.com/webpro-nl/knip/commit/555c1629))
- Update docs re. issue reproduction
([`646ed75`](https://redirect.github.com/webpro-nl/knip/commit/646ed753))

###
[`v5.22.3`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.22.3)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.22.2...5.22.3)

- Try harder looking up strictly-ns-references recursively
([#&#8203;690](https://redirect.github.com/webpro-nl/knip/issues/690))
([`4cf1337`](https://redirect.github.com/webpro-nl/knip/commit/4cf13377))
- Also traverse into re-exports and re-exported aliases when looking up
strictly-ns-references (resolves
[#&#8203;690](https://redirect.github.com/webpro-nl/knip/issues/690))
([`b98c5b9`](https://redirect.github.com/webpro-nl/knip/commit/b98c5b9e))
- Update docs
([`e906674`](https://redirect.github.com/webpro-nl/knip/commit/e906674a))
- Add support for graphql-codegen plugin level config (resolves
[#&#8203;692](https://redirect.github.com/webpro-nl/knip/issues/692))
([#&#8203;693](https://redirect.github.com/webpro-nl/knip/issues/693))
([`71de7f1`](https://redirect.github.com/webpro-nl/knip/commit/71de7f17))

###
[`v5.22.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.22.2)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.22.1...5.22.2)

- Fix abs extended tsconfig paths if internal (resolves
[#&#8203;689](https://redirect.github.com/webpro-nl/knip/issues/689))
([`d1261c1`](https://redirect.github.com/webpro-nl/knip/commit/d1261c1d))
- Update release-it and use JSON schema
([`a4111fe`](https://redirect.github.com/webpro-nl/knip/commit/a4111fe6))

###
[`v5.22.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.22.1)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.22.0...5.22.1)

- Add fixture for
[#&#8203;687](https://redirect.github.com/webpro-nl/knip/issues/687)
([`e15da45`](https://redirect.github.com/webpro-nl/knip/commit/e15da45d))
- Add `require()` import with ts ext to commonjs fixture
([#&#8203;681](https://redirect.github.com/webpro-nl/knip/issues/681))
([`0c56610`](https://redirect.github.com/webpro-nl/knip/commit/0c56610e))
- Add support for thenable dynamic import w/ destructured arg (resolves
[#&#8203;688](https://redirect.github.com/webpro-nl/knip/issues/688))
([`1343826`](https://redirect.github.com/webpro-nl/knip/commit/1343826a))
- Update ts dev dep
([`67404f3`](https://redirect.github.com/webpro-nl/knip/commit/67404f39))

###
[`v5.22.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.22.0)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.21.2...5.22.0)

- Replace file-entry-cache with custom impl + built-in serializer
([`7aa2f6d`](https://redirect.github.com/webpro-nl/knip/commit/7aa2f6df))

###
[`v5.21.2`](https://redirect.github.com/webpro-nl/knip/compare/5.21.1...bd77bcce5acfdd108ab54398c922eb03f07fc65f)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.21.1...5.21.2)

###
[`v5.21.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.21.1)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.21.0...5.21.1)

- Fix lockfile-lint config filename
([#&#8203;683](https://redirect.github.com/webpro-nl/knip/issues/683))
([`f5304b6`](https://redirect.github.com/webpro-nl/knip/commit/f5304b6d))
- feat: add command to ignored binaries
([#&#8203;682](https://redirect.github.com/webpro-nl/knip/issues/682))
([`d049b6c`](https://redirect.github.com/webpro-nl/knip/commit/d049b6c4))
- Add (custom) og img for sponsors page
([`d89ec12`](https://redirect.github.com/webpro-nl/knip/commit/d89ec129))
- Rename `NOT_FOUND` to `KNIP_ADDED` workspace names
([`3a41f8e`](https://redirect.github.com/webpro-nl/knip/commit/3a41f8ec))

###
[`v5.21.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.21.0)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.20.0...5.21.0)

- Add webdriver-io plugin
([`7414dc1`](https://redirect.github.com/webpro-nl/knip/commit/7414dc1a))
- Update plugin docs
([`df35b9f`](https://redirect.github.com/webpro-nl/knip/commit/df35b9f4))
- Minor housekeeping
([`1422c9d`](https://redirect.github.com/webpro-nl/knip/commit/1422c9d2))
- Add size-limit plugin
([`dbd82f8`](https://redirect.github.com/webpro-nl/knip/commit/dbd82f87))
- Add lockfile-lint plugin
([`d70d0de`](https://redirect.github.com/webpro-nl/knip/commit/d70d0de7))
- Use provided name in plugin template
([`43961f9`](https://redirect.github.com/webpro-nl/knip/commit/43961f91))
- Minor housekeeping
([`c81b1a2`](https://redirect.github.com/webpro-nl/knip/commit/c81b1a23))
- Update readme with badges and stuff
([`c18fcba`](https://redirect.github.com/webpro-nl/knip/commit/c18fcba5))
- Update docs (Configuring Project Files)
([`e10ac2e`](https://redirect.github.com/webpro-nl/knip/commit/e10ac2e4))

###
[`v5.20.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.20.0)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.19.0...5.20.0)

- Lockfile
([`e929847`](https://redirect.github.com/webpro-nl/knip/commit/e9298477))
- Edit doc
([`5afaac4`](https://redirect.github.com/webpro-nl/knip/commit/5afaac44))
- More consistent usage of fg
([`25cbba0`](https://redirect.github.com/webpro-nl/knip/commit/25cbba0a))
- Eliminiate custom TS System instance
([#&#8203;680](https://redirect.github.com/webpro-nl/knip/issues/680))
([`d7325c6`](https://redirect.github.com/webpro-nl/knip/commit/d7325c69))
- Go against the grain in the cypress plugin
([`ef2464d`](https://redirect.github.com/webpro-nl/knip/commit/ef2464d5))
- Remove duplicate code
([`6a17ad2`](https://redirect.github.com/webpro-nl/knip/commit/6a17ad29))
- Add simple-git-hooks plugin
([#&#8203;679](https://redirect.github.com/webpro-nl/knip/issues/679))
([`9129af7`](https://redirect.github.com/webpro-nl/knip/commit/9129af70))
- Add missing `root` property to vitest
([#&#8203;677](https://redirect.github.com/webpro-nl/knip/issues/677))
([`6797bf8`](https://redirect.github.com/webpro-nl/knip/commit/6797bf8d))
- Update some dependencies
([`7c9b645`](https://redirect.github.com/webpro-nl/knip/commit/7c9b6455))
- Update docs
([`1c9361f`](https://redirect.github.com/webpro-nl/knip/commit/1c9361f3))
- Make TS-style path mappings work for all files with extensions
([#&#8203;673](https://redirect.github.com/webpro-nl/knip/issues/673))
([`e9b3e66`](https://redirect.github.com/webpro-nl/knip/commit/e9b3e669))

###
[`v5.19.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.19.0)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.18.2...5.19.0)

- Fix up integration test for slonik
([`2abcea6`](https://redirect.github.com/webpro-nl/knip/commit/2abcea61))
- Stop printing the bulky help text for config errors
([`9576413`](https://redirect.github.com/webpro-nl/knip/commit/95764130))
- Throw if passed --workspace dir does not contain package.json
(resolves
[#&#8203;667](https://redirect.github.com/webpro-nl/knip/issues/667))
([`ea3f124`](https://redirect.github.com/webpro-nl/knip/commit/ea3f1240))
- Support import.meta.resolve (resolves
[#&#8203;642](https://redirect.github.com/webpro-nl/knip/issues/642))
([`177baa2`](https://redirect.github.com/webpro-nl/knip/commit/177baa2b))
- Handle `NODE_OPTIONS=` in scripts
([`2ec5189`](https://redirect.github.com/webpro-nl/knip/commit/2ec5189a))
- Minor refactor
([`7c87441`](https://redirect.github.com/webpro-nl/knip/commit/7c87441e))
- Timerify `resolveModuleNames`
([#&#8203;673](https://redirect.github.com/webpro-nl/knip/issues/673))
([`9f2077c`](https://redirect.github.com/webpro-nl/knip/commit/9f2077ca))
- Support Jest's globalTeardown
([#&#8203;676](https://redirect.github.com/webpro-nl/knip/issues/676))
([`c170aeb`](https://redirect.github.com/webpro-nl/knip/commit/c170aebf))

###
[`v5.18.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.18.2)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.18.1...5.18.2)

- Improve re-export handling
([`9ccefb3`](https://redirect.github.com/webpro-nl/knip/commit/9ccefb34))
- Add identifier to trace for re-export from entry file
([`b0b8b3d`](https://redirect.github.com/webpro-nl/knip/commit/b0b8b3d3))
- Move tagged export logic into reusable handler
([`1dff2db`](https://redirect.github.com/webpro-nl/knip/commit/1dff2db4))
- Update docs
([`2f91c8d`](https://redirect.github.com/webpro-nl/knip/commit/2f91c8d0))
- Update `@ericcornelissen/bash-parser` to 0.5.3
([#&#8203;674](https://redirect.github.com/webpro-nl/knip/issues/674))
([`9a7ffac`](https://redirect.github.com/webpro-nl/knip/commit/9a7ffac2))

###
[`v5.18.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.18.1)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.18.0...5.18.1)

- Refactor and improve dep graph naming/typing
([`28f05f0`](https://redirect.github.com/webpro-nl/knip/commit/28f05f0a))
- Speed up (de)serialized and add test
([`deb3b9c`](https://redirect.github.com/webpro-nl/knip/commit/deb3b9c5))
- Move cli tests involving stdout to separate folder
([`978674f`](https://redirect.github.com/webpro-nl/knip/commit/978674fc))
- Update and caretify dependencies
([`e14f6d2`](https://redirect.github.com/webpro-nl/knip/commit/e14f6d24))
- Fix link to screenshot
([`c2f9507`](https://redirect.github.com/webpro-nl/knip/commit/c2f9507e))

###
[`v5.18.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.18.0)

[Compare
Source](https://redirect.github.com/webpro-nl/knip/compare/5.17.4...5.18.0)

- Don't report issues when using --trace
([`d8e9719`](https://redirect.github.com/webpro-nl/knip/commit/d8e9719b))
- Emphasize --debug and --trace on troubleshooting page
([`bcb5e93`](https://redirect.github.com/webpro-nl/knip/commit/bcb5e93f))
- Add --performance screenshot
([`d0d0108`](https://redirect.github.com/webpro-nl/knip/commit/d0d01082))
- Integration test knip --cache for eslint as well
([`443b8be`](https://redirect.github.com/webpro-nl/knip/commit/443b8be0))
- Dogfoodin' is underrated
([`7115889`](https://redirect.github.com/webpro-nl/knip/commit/7115889b))
- Update docs
([`0651144`](https://redirect.github.com/webpro-nl/knip/commit/0651144c))
- Test against latest TS 5.5 rc
([`f7aba23`](https://redirect.github.com/webpro-nl/knip/commit/f7aba23c))
- Add test for imports-self (closes
[#&#8203;663](https://redirect.github.com/webpro-nl/knip/issues/663))
([`736b0a2`](https://redirect.github.com/webpro-nl/knip/commit/736b0a25))
- Major refactor of dep graph for trace feature
([`ad16689`](https://redirect.github.com/webpro-nl/knip/commit/ad16689b))
- Use cwd as default base in `toAbsolute`
([`678f47a`](https://redirect.github.com/webpro-nl/knip/commit/678f47ab))
- Fix tsup entries are production entry files
([`4d839d8`](https://redirect.github.com/webpro-nl/knip/commit/4d839d8f))
- Don't need to cache package.json
([`da33b9c`](https://redirect.github.com/webpro-nl/knip/commit/da33b9c4))
- Better explain `ignoreBinaries` configuration option
([#&#8203;670](https://redirect.github.com/webpro-nl/knip/issues/670))
([`8470505`](https://redirect.github.com/webpro-nl/knip/commit/8470505f))
- Update funding options
([`81cf806`](https://redirect.github.com/webpro-nl/knip/commit/81cf806d))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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/JoshuaKGoldberg/eslint-plugin-expect-type).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@rp4rk
Copy link

rp4rk commented Oct 26, 2024

Still present as far as I can tell,

bun install v1.1.33 (247456b6)
error: GET https://registry.npmjs.org/wrap-ansi-cjs/-/wrap-ansi-cjs-7.0.0.tgz - 404

error: GET https://registry.npmjs.org/string-width-cjs/-/string-width-cjs-4.2.3.tgz - 404
Error: Process completed with exit code 1.

As OP reported, only seems to be an issue in CI - no problem when doing an install locally.

@FishTheFirst
Copy link

FishTheFirst commented Dec 3, 2024

Still present, occurred in GitHub Actions.

[0.02ms] ".env"
bun install v1.1.38
[3.67ms] migrated lockfile from package-lock.json
Resolving dependencies
Resolved, downloaded and extracted [364]
error: GET https://registry.npmjs.org/string-width-cjs/-/string-width-cjs-4.2.3.tgz - 404
error: GET https://registry.npmjs.org/wrap-ansi-cjs/-/wrap-ansi-cjs-7.0.0.tgz - 404
Error: Process completed with exit code 1.```

@kokonutd
Copy link

kokonutd commented Jan 3, 2025

Same here with deployment on Vercel:

error: GET https://registry.npmjs.org/wrap-ansi-cjs/-/wrap-ansi-cjs-7.0.0.tgz - 404
error: GET https://registry.npmjs.org/string-width-cjs/-/string-width-cjs-4.2.3.tgz - 404
Error: Command "bun install" exited with 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants