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

chore(deps): update dependency knip to v5.30.1 #11507

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
knip (source) 5.27.2 -> 5.30.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

webpro-nl/knip (knip)

v5.30.1

Compare Source

  • Support snapshotSerializers in jest config resolver (b69c6a3)
  • Treat --package arg the same as positional arg in npx resolver w/ --yes arg (b41594d)
  • Update configuration.md (#​774) (39d473a)

v5.30.0

Compare Source

v5.29.2

Compare Source

  • Edit docs (5ca20de)
  • Add .ts config ext to webdriver plugin (d8df5e1)
  • Prepare for ts v5.6 (6fb6e7a)
  • Pick up typescript@rc in CI again (116c6c6)
  • Merge 2 glob helpers & fix debug output for glob (c060146)
  • Rename function argument (480ff04)
  • Add/fix getPluginEntryFilePatterns helper (573ec9c)
  • Fix typo in svelte plugin and remove overarching project patterns (def8e25)
  • Edit docs (ac75feb)

v5.29.1

Compare Source

  • Disable e1061c5 as it might be unexpected/breaking with eslint v8 (9e67622)

v5.29.0

Compare Source

v5.28.0

Compare Source

v5.27.5

Compare Source

v5.27.4

Compare Source

  • Edit docs, add "unsupported" page (c28b62d)
  • Match against normalized package name in ignoreDependencies (8978037)
  • Add mocha to Projects Using Knip (#​765) (a230582)

v5.27.3

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) September 9, 2024 17:39
@Josh-Walker-GM Josh-Walker-GM self-assigned this Sep 9, 2024
@Josh-Walker-GM Josh-Walker-GM added release:chore This PR is a chore (means nothing for users) changesets-ok Override the changesets check labels Sep 9, 2024
@Josh-Walker-GM Josh-Walker-GM added this to the chore milestone Sep 9, 2024
@renovate renovate bot merged commit cac1882 into main Sep 9, 2024
54 of 63 checks passed
@renovate renovate bot deleted the renovate/knip-5.x-lockfile branch September 9, 2024 18:51
Josh-Walker-GM pushed a commit that referenced this pull request Sep 10, 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.27.2` ->
`5.30.1`](https://renovatebot.com/diffs/npm/knip/5.27.2/5.30.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.27.2/5.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.27.2/5.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

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

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

- Support `snapshotSerializers` in jest config resolver
([`b69c6a3`](https://redirect.github.com/webpro-nl/knip/commit/b69c6a32))
- Treat --package arg the same as positional arg in npx resolver w/
--yes arg
([`b41594d`](https://redirect.github.com/webpro-nl/knip/commit/b41594d0))
- Update configuration.md
([#&#8203;774](https://redirect.github.com/webpro-nl/knip/issues/774))
([`39d473a`](https://redirect.github.com/webpro-nl/knip/commit/39d473a4))

###
[`v5.30.0`](https://redirect.github.com/webpro-nl/knip/compare/5.29.2...7967f9f7d2ffca0b31a100e650cc7fd505a056e6)

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

###
[`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)

</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/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check release:chore This PR is a chore (means nothing for users)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant