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

fix(deps): update dependency knip to ^2.43.0 #212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
knip (source) ^2.33.3 -> ^2.43.0 age adoption passing confidence

Release Notes

webpro-nl/knip (knip)

v2.43.0

Compare Source

  • Fix up name resolver in babel plugin helper (resolves #​363) (a3a5fbb)
  • Add config file paths to babel plugin (d7a07a0)
  • Use flowNode pos if available for export declarations (resolves #​353) (9e89be6)

v2.42.0

Compare Source

  • Add tests with typescript@latest (c95e060)
  • Add compat w/ typescript v5.3.2 (395c278)

v2.41.6

Compare Source

  • Update dependencies (a69fa9e)
  • Fix error message (76c5b26)
  • Add tsconfig.json to nx fixture (#​358) (622848a)
  • Use babel plugin to find dependencies from babelOptions in eslint plugin (resolves #​357) (be9a14c)

v2.41.5

Compare Source

  • Bail out for node built-ins in module resolver + don't try to sanize absolute paths (b54f44f)

v2.41.4

Compare Source

  • Fix ts files with ignored extension (fixes #​354) (59a2373)
  • Unique test titles (b3e97c0)
  • Add --import argument to node resolver (resolves #​351) (c0a9c5b)
  • Use ESM loader for .mts extension (65f699b)
  • Add some extensions to config file patterns in vitest plugin (e1ae62a)

v2.41.3

Compare Source

  • Fix up plugin resolving in graphql-codegen plugin a bit (resolves #​349) (ee83151)
  • Add config file patterns for codegen plugin (resolves #​348) (72b3add)
  • Respect coverage.disabled in vitest plugin (resolves #​347) (b1cd3da)
  • Add corepack to list of ignored binaries (d79728b)
  • Remove problematic links (4be9ec9)

v2.41.2

Compare Source

  • Distinguish jiti CJS and ESM loader, and clean up (fixes #​328) (7a537a6)
  • Simplify isTypeModule a bit (942fbc1)
  • Update vite.config extension in vite plugin (48ce2f0)

v2.41.1

Compare Source

  • Refactor vitest entry resolver (c34a3df)
  • Load .js module using native import call (fixes #​290) (aeaf70a)
  • Remove path from extend plugin:specifier in eslint plugin + simplify specs (fixes #​343) (3a9e510)

v2.41.0

Compare Source

  • Fix integration.yml workflow (49d2157)
  • Switch to jiti in tryResolve (3d8a245)
  • Consider JSDoc tags of individual export specifiers + their parent declaration (3757140)
  • Make compilerOptions.paths (and configured paths) absolute if no baseUrl (c9b3770)
  • Add some module resolutions in vitest plugin (465d170)
  • Add tsup plugin (af7a7bf)
  • Respect ignore option for entry paths from manifest (587c6bb)
  • Improve lazy ignore pattern builder (a77aa07)
  • Re-apply cdd04fb (Don't add entry paths that should be ignored) (a8b46a9)
  • Use a single centralized isGitIgnored fn (ffbe805)
  • Remove obsolete comment (df4c020)
  • Sync node-test-runner plugin entry patterns (5263ad3)
  • Move tsx to separate module + reuse node resolver (fixes #​344) (0451e23)
  • Add --watch arg to node resolver (08483e8)
  • Increase readability of module.exports visitor (4fb6239)

v2.40.2

Compare Source

  • Revert "Don't add entry paths that should be ignored" (fixes #​341) (17ee32e)
  • Minor comment fix (b89b0f6)
  • Always try to give declaration nodes to get JSDoc tags (fixes #​342) (7fec492)
  • Return only top-level imports + module.exports visitor refactor (fixes #​340) (0b789a0)
  • More diverse id's (b634e6e)
  • Add fixtures and coverage for postcss plugin (#​338) (32205b5)

v2.40.1

Compare Source

  • Fix enabler text in node-test-runner plugin (0a3c214)
  • Lint only isolated workspace in single workspace + strict mode (4ee774c)
  • Don't add entry paths that should be ignored (cdd04fb)
  • Sanitize initially unresolved specifiers (d9d736d)
  • Don't sanitize node:* modules (8355b5e)
  • Don't run link checker on tags (66a3d31)

v2.40.0

Compare Source

v2.39.0

Compare Source

v2.38.6

Compare Source

  • Fix up remark plugin (cd0be45)
  • Fix pkgName for additional workspaces (d042d55)

v2.38.5

Compare Source

  • Regenerate docs (13849ef)
  • Add fixtures around import calls access prop (#​317) (4f95977)
  • Unique test titles (7518192)
  • Start using virtual file paths for common imported extnames (resolves #​322) (0223be5)
  • Reuse custom module resolver when handling referenced deps (fixes #​319) (6d35bb2)
  • Update dependencies (981dadc)
  • Reuse loadFile and ignore fake requests (resolves #​325) (008e3a7)
  • Add DefinitelyTyped-tools to integration.yml (e37f15b)
  • Extend imports-namespace fixture (#​317) (150ef27)
  • Housekeeping graphql-codegen plugin (8d9ee61)

v2.38.4

Compare Source

  • Ignore --require for adb program (4afe6db)

v2.38.3

Compare Source

  • Downgrade zod-validation-error (for Node.js v16 support) (fixes #​321) (974216f)

v2.38.2

Compare Source

  • Update dependencies (805ac5e)
  • Filter http url's out from script dependencies (resolves #​318) (1ffd290)
  • Ignore unresolved imports that look external but have ignored extension (resolves #​311) (e8859e7)
  • Fix entry file patterns in storybook plugin (resolves #​313) (cdff59b)

v2.38.1

Compare Source

  • Update depdencies (bbfd39c)
  • Update Storybook entry patterns and support pattern object (fixes #​312) (bba540d)
  • Minor housekeeping (762cc2c)

v2.38.0

Compare Source

v2.37.0

Compare Source

  • Reuse same obj w/ slightly different pos (EOL on win32 is one more char) (d1c6cf4)
  • Add jsonExt reporter to output JSON with row/col of exports/types issues (#​288) (7e483d4)
  • Add line, col & pos to exports/types issues (#​288) (92c4a80)

v2.36.0

Compare Source

  • Update dependencies (e765d74)
  • Extend PackageJson type with plugin config keys (6d67c07)
  • Return production dependency from typescript plugin (#​186) (1da495f)
  • Fix typo in schema.json (085b8a1)
  • Extend async function config support to vitest plugin (#​303) (407be68)
  • Support mjs files for prettier configuration (#​306) (766a9a0)

v2.35.0

Compare Source

  • Support (async) function in vite plugin (resolves #​303) (7b1686b)
  • Also make astro, gatsby, next and remix entry patterns overridable (e2aebc3)
  • support postcss cjs format (#​304) (47b09c9)

v2.34.1

Compare Source

v2.34.0

Compare Source

  • Add support for class get/set accessors (resolves #​297) (d027e97)
  • Base total error count on report after preprocessing (fixes #​300) (3e29758)
  • Add --directory [dir] argument to run the process from a different dir (b331033)
  • Update compilers docs + fixtures (7f63c75)
  • Regenerate docs (02bc3e3)
  • Add test suite for all current config loading systems (#​301) (a18f2a6)
  • Add astro plugin (#​298) (50dd048)
  • Change Nx detection to the new npm scope (#​302) (4d6dea8)

v2.33.4

Compare Source

  • Wrap result of path.relative in toPosix (176777e)
  • Update readme w/ Bun support (6a1cbb3)
  • Major housekeeping for plugins + configs (consistency + bug fixes) (9fd764b)
  • Remove unused lockfiles (589c69a)
  • Prettify debug output a bit, consistent context arg (3638fb2)

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 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 added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.33.4 fix(deps): update dependency knip to ^2.34.0 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch 2 times, most recently from 7ac458b to 22d1030 Compare October 18, 2023 13:52
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.34.0 fix(deps): update dependency knip to ^2.34.1 Oct 18, 2023
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.34.1 fix(deps): update dependency knip to ^2.35.0 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch from 22d1030 to 05f8801 Compare October 18, 2023 17:29
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.35.0 fix(deps): update dependency knip to ^2.36.0 Oct 22, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch from 05f8801 to 19287d0 Compare October 22, 2023 13:17
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.36.0 fix(deps): update dependency knip to ^2.37.0 Oct 22, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch 2 times, most recently from a49e769 to 6043aaa Compare October 23, 2023 16:18
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.37.0 fix(deps): update dependency knip to ^2.38.0 Oct 23, 2023
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.38.0 fix(deps): update dependency knip to ^2.38.1 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch from 6043aaa to 9cc8d80 Compare October 24, 2023 19:47
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.38.1 fix(deps): update dependency knip to ^2.38.2 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch from 9cc8d80 to adcd3bb Compare October 27, 2023 07:26
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.38.2 fix(deps): update dependency knip to ^2.38.3 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch 2 times, most recently from 06aae0a to dbb965b Compare October 27, 2023 14:04
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.38.3 fix(deps): update dependency knip to ^2.38.4 Oct 27, 2023
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.38.4 fix(deps): update dependency knip to ^2.38.5 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch 2 times, most recently from 2ae5199 to 7d4699c Compare November 1, 2023 21:02
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.38.5 fix(deps): update dependency knip to ^2.38.6 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch from 7d4699c to 9aed69f Compare November 3, 2023 18:03
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.38.6 fix(deps): update dependency knip to ^2.39.0 Nov 3, 2023
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.39.0 fix(deps): update dependency knip to ^2.40.0 Nov 6, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch 2 times, most recently from ff08e41 to 651dbb8 Compare November 9, 2023 10:40
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.40.0 fix(deps): update dependency knip to ^2.40.1 Nov 9, 2023
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.40.1 fix(deps): update dependency knip to ^2.40.2 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch from 651dbb8 to 450f79d Compare November 9, 2023 22:30
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.40.2 fix(deps): update dependency knip to ^2.41.0 Nov 11, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch from 450f79d to 4153963 Compare November 11, 2023 13:48
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.41.0 fix(deps): update dependency knip to ^2.41.1 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch from 4153963 to 61ea7a4 Compare November 13, 2023 12:39
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.41.1 fix(deps): update dependency knip to ^2.41.2 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch from 61ea7a4 to 9e8edf6 Compare November 13, 2023 15:39
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.41.2 fix(deps): update dependency knip to ^2.41.3 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch 2 times, most recently from c633fde to a49a2ec Compare November 20, 2023 13:16
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.41.3 fix(deps): update dependency knip to ^2.41.4 Nov 20, 2023
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.41.4 fix(deps): update dependency knip to ^2.41.5 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch from a49a2ec to 19d0ac9 Compare November 20, 2023 17:41
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.41.5 fix(deps): update dependency knip to ^2.41.6 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch 2 times, most recently from 8e65b68 to 9750143 Compare November 23, 2023 11:08
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.41.6 fix(deps): update dependency knip to ^2.42.0 Nov 23, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch from 9750143 to 5bca6a1 Compare November 23, 2023 21:33
@renovate renovate bot changed the title fix(deps): update dependency knip to ^2.42.0 fix(deps): update dependency knip to ^2.43.0 Nov 23, 2023
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