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

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

This PR contains the following updates:

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

Release Notes

webpro-nl/knip (knip)

v5.34.0

Compare Source

  • Don't use path if step also has repository in github-action plugin (c6e4d31)
  • Give plugins a chance to prep config args (a2217a2)
  • Let's start out conservatively (a2e83f8)
  • More consistent naming (bae87d9)
  • Optimize a bit after the dust has settled (31f1e7e)
  • Cherry on the pie (617e067)
  • Handle config files only once across workspaces (939f511)
  • Improve naming and simplify a few things (f4db204)
  • Add coverage for unused files with compiler extension (c2e2712)
  • Ignore virtual: imports, don't report as unlisted dependencies (2ef75cc)
  • Remove module resolving from plugins (53839e0)
  • Temp use Bun for in this integration test for green lights (98c1ff7)
  • Add ability to add unresolved imports to ignoreDependencies (b8875be)
  • Let's start out a tad more conservative (58ba79f)
  • Update dependencies (f4dc1e1)
  • Optimize referenced dependency handling (a413ad8)
  • Resolve config file paths and parse recursively (c03f963)
  • Exclude empty config file path arrays from debug output (d288779)
  • Extend typedoc plugin (f2732fa)
  • Presets are extended by local config in jest plugin (4973a9d)
  • Add test case to get refs from scripts (6115107)
  • Refactor binary resolver & referenced dependency handling (f1349c2)

v5.33.3

Compare Source

v5.33.2

Compare Source

  • Revert "Add/fix getPluginEntryFilePatterns helper" (resolves #​804) (3ee0476)
  • Add French article + order by date (recent first) (617a06a)
  • Skip windows-latest (error: "The syntax of the command is incorrect") (aebbfb6)

v5.33.1

Compare Source

v5.33.0

Compare Source

  • Remove more whitespace including newlines with enum members (29b35ea)
  • Upgrade jiti to v2.3.2 (c5b94c9)
  • Add module and browser fields to getEntryPathsFromManifest (e63ebec)

v5.32.0

Compare Source

  • Add pos to reference pragma import node (f704a2b)
  • Rename propertyAccessCall → resolveCall (72b4827)
  • Update dev doc (36b85ba)
  • Minor refactor, add comments to get-imports-and-exports (e9416ec)
  • Add ts.isPropertyAssignment to isConsiderReferencedNS (e4bada4)
  • Use {default: true} in jiti.import call (700a091)
  • Update a few dependencies (d2a7b59)
  • Consider enum members used if used in object enumeration method (resolves #​699) (feab792)
  • Refactor behavior with/out ignoreExportsUsedInFile (14d2cfc)
  • Always check types/classes for referenced in exported type (50bc125)
  • Don't try to find refs to empty string in findInternalReferences (42d626f)
  • Don't ignore (global) dependency if relative path (86ec088)
  • Move hard-coded deno out of bash parser (fb0da5b)
  • Add travis CI plugin (4821b52)
  • Improve nyc plugin (e6fa86a)
  • Stylelint plugin - fix issue where "customSyntax" property is not recognised as a resolved dependency (#​802) (fdb0246)
  • Don't try to find refs to empty string in findInternalReferences (fixes #​800) (d9ae5dc)
  • Update docs (0749921)
  • Post "two years" (69c021b)

v5.31.0

Compare Source

  • Do not treat trailing # in gitignore as comment (#​797) (7fc6355)
  • Fix extension for file fixture containing TS (847649d)
  • Update some devDependencies (d304d8d)
  • Update docs for auto-fix (close #​788) (48fbddf)
  • Consistent reporter output (94da7f7)
  • Add support for enum and class members (1109cbf)
  • Refactor for reuse/readabilty, more tests (20c2390)
  • Fix issue type in export declarations (0f786f4)
  • Support exported types (2a251fa)
  • Improve unused export fixer, add tests (b0bb643)
  • Update docs (b384403)
  • Improve var naming in tests (2ed9e51)
  • Upgrade to jiti v2.1.0 (dea12f8)
  • Update docs re. known issues w/ jiti (6819eb9)
  • Remove obsolete jiti options (6d47630)
  • Use jiti.import + add tests (resolves #​565) (3dd8ea6)
  • Migrate to jiti v2 (de7fa2d)

v5.30.6

Compare Source

  • Ignore TS issue with Bun for now (2a36139)
  • Add --trace arguments to help text (4b314e2)
  • accept _ and . in package names (#​790) (84db245)
  • Remove duplicate job (it's in integration.yml as well) (2b550b0)
  • continue-on-error: true → fail-fast: false (8ed9314)
  • Update argos ci commands (ed4bad2)
  • Add freeCodeCamp to integration suite (0784ca5)
  • Update FUNDING.yml (cf6c5fe)

v5.30.5

Compare Source

  • Use root testDir fallback in projects in playwright plugin (d4c5af9)
  • Try harder to resolve package name (1e64b6c)
  • Consider module.exports = require() to be re-exports (e2bdb95)
  • Auto-format docs (e40f618)

v5.30.4

Compare Source

  • Bun is catching up (1002b67)
  • Deal with packages that confusingly include package.json#types but also recommend to install DT pkg (dd10163)

v5.30.3

Compare Source

v5.30.2

Compare Source

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


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.

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

Copy link
Contributor

coderabbitai bot commented Aug 7, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @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 using 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.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

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.

coderabbitai[bot]
coderabbitai bot previously approved these changes Aug 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.27.1 chore(deps): update dependency knip to v5.27.2 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from b003d7e to d76d63a Compare August 8, 2024 11:24
coderabbitai[bot]
coderabbitai bot previously approved these changes Aug 8, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from d76d63a to 5181a4c Compare August 21, 2024 17:34
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.27.2 chore(deps): update dependency knip to v5.27.3 Aug 21, 2024
coderabbitai[bot]
coderabbitai bot previously approved these changes Aug 21, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 5181a4c to 11d3261 Compare August 25, 2024 22:08
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.27.3 chore(deps): update dependency knip to v5.27.4 Aug 25, 2024
coderabbitai[bot]
coderabbitai bot previously approved these changes Aug 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.27.4 chore(deps): update dependency knip to v5.27.5 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 11d3261 to 569cbc0 Compare August 30, 2024 12:55
coderabbitai[bot]
coderabbitai bot previously approved these changes Aug 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.27.5 chore(deps): update dependency knip to v5.28.0 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 569cbc0 to 82666f7 Compare August 31, 2024 10:37
coderabbitai[bot]
coderabbitai bot previously approved these changes Aug 31, 2024
coderabbitai[bot]
coderabbitai bot previously approved these changes Sep 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.28.0 chore(deps): update dependency knip to v5.29.1 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 3ae3124 to 94cdd0c Compare September 1, 2024 10:44
coderabbitai[bot]
coderabbitai bot previously approved these changes Sep 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.29.1 chore(deps): update dependency knip to v5.29.2 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 180fe8e to 437805f Compare September 7, 2024 13:18
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.30.0 chore(deps): update dependency knip to v5.30.1 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch 2 times, most recently from c552993 to fbc7787 Compare September 13, 2024 11:16
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.30.1 chore(deps): update dependency knip to v5.30.2 Sep 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.30.2 chore(deps): update dependency knip to v5.30.3 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch 2 times, most recently from e46750f to 3565005 Compare September 22, 2024 16:57
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.30.3 chore(deps): update dependency knip to v5.30.4 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 3565005 to 2951d43 Compare September 23, 2024 09:14
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.30.4 chore(deps): update dependency knip to v5.30.5 Sep 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.30.5 chore(deps): update dependency knip to v5.30.6 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch 2 times, most recently from ae6dca2 to 7c604ef Compare September 30, 2024 15:37
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.30.6 chore(deps): update dependency knip to v5.31.0 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch 2 times, most recently from 43eee8a to 24fff2b Compare October 6, 2024 21:16
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.31.0 chore(deps): update dependency knip to v5.32.0 Oct 6, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 24fff2b to 3f8f00d Compare October 7, 2024 19:40
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.32.0 chore(deps): update dependency knip to v5.33.1 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 3f8f00d to 272c727 Compare October 8, 2024 22:07
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.33.1 chore(deps): update dependency knip to v5.33.2 Oct 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.33.2 chore(deps): update dependency knip to v5.33.3 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 272c727 to e38d111 Compare October 10, 2024 07:33
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.33.3 chore(deps): update dependency knip to v5.34.0 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from e38d111 to 15216df Compare October 24, 2024 08:20
Copy link

@Idrinth Idrinth merged commit 3529a10 into the-one Oct 24, 2024
5 of 9 checks passed
@Idrinth Idrinth deleted the renovate/knip-5.x-lockfile branch October 24, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant