Skip to content

Commit

Permalink
chore(deps): update dependency knip to v5.27.0 (#25)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [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>
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 0f40083 commit b30ec3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-yml": "1.14.0",
"husky": "9.0.11",
"jsonc-eslint-parser": "2.4.0",
"knip": "5.26.0",
"knip": "5.27.0",
"lint-staged": "15.2.7",
"markdownlint": "0.34.0",
"markdownlint-cli": "0.41.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit b30ec3c

Please sign in to comment.