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

build(deps-dev): bump knip from 5.26.0 to 5.27.4 #157

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps knip from 5.26.0 to 5.27.4.

Release notes

Sourced from knip's releases.

Release 5.27.4

  • Edit docs, add "unsupported" page (c28b62d4)
  • Match against normalized package name in ignoreDependencies (89780376)
  • Add mocha to Projects Using Knip (#765) (a2305823)

Release 5.27.3

  • (PostCSS plugin): Add postcss to used dependencies when using PostCSS with Tailwind CSS (#764) (23526a9f)
  • Edit FAQ (53a50ae2)
  • Release @​knip/create-config 1.0.3 (fd6c7d11)
  • Add FAQ (#759) (4f2665fc)
  • Revert "Temp exclude unlisted in typescript integration test" (02e4ef70)
  • Edit issue templates (5ef4e8d8)
  • Fix issue templates (closes #760) (ebed4a83)
  • Minor edits (e83c3730)
  • Revert to [email protected] (d1899545)
  • Extend and consistentify issue templates + related docs (dbfefa31)
  • Add pronunciation to homepage + readme (2cda6425)
  • Restore symlink (d961f3c0)
  • Edit some docs (5ea8dfe4)
  • Fix format/lint issues (b29f102e)
  • Extract getWorkspaceFlag(pm) to also detect Yarn workspace configurations (#755) (7da1272c)

Release 5.27.2

  • Don't git-ignore user configured entry files (5e07bbcb)
  • Release @​knip/create-config 1.0.2 (ba39caa5)

Release 5.27.1

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

... (truncated)

Commits
  • 64f503e Release 5.27.4
  • c28b62d Edit docs, add "unsupported" page
  • 8978037 Match against normalized package name in ignoreDependencies
  • f361ad2 Release 5.27.3
  • 23526a9 (PostCSS plugin): Add postcss to used dependencies when using PostCSS with...
  • 2cda642 Add pronunciation to homepage + readme
  • 4f19785 Release 5.27.2
  • 5e07bbc Don't git-ignore user configured entry files
  • a4a2e1f Release 5.27.1
  • 6c866d2 Use pathsBasePath if available to make compilerOptions.paths absolute (fi...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.26.0 to 5.27.4.
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.27.4/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2024
Copy link
Contributor

coderabbitai bot commented Aug 26, 2024

Walkthrough

CodeRabbit notes an update to the knip package version in the package.json file. The version has been changed from 5.26.0 to 5.27.4. This modification indicates a potential enhancement in functionality, though specific details regarding the updates are not included in the provided information. The overall structure of the package.json file remains unchanged.

Changes

File Change Summary
package.json Updated knip version from 5.26.0 to 5.27.4

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant System
    participant Knip

    User->>System: Request update
    System->>Knip: Check for new version
    Knip-->>System: Version 5.27.4 available
    System->>User: Update complete
Loading

Poem

In the realm of code, a change takes flight,
Knip's version rises, oh what a sight!
From five-twenty-six to seven-four,
Enhancements await, let’s explore!
Bugs may vanish, performance may soar,
In the world of coding, there’s always more! 🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 1854d8f and dca1f72.

Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

91-91: Code of Rabbit approves.

The knip package version update from 5.26.0 to 5.27.4 is acceptable.

The code changes are approved.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

Superseded by #169.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/knip-5.27.4 branch September 2, 2024 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants