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(dev-deps): update dependency knip to v2.43.0 - autoclosed #106

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

webpro/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)

v2.33.3

Compare Source

v2.33.2

Compare Source

  • Update dependencies (8ce71b3)
  • Add 10ten-ja-reader (022c86a)
  • Fix up storybook plugin (fixes #​289) (7488701)
  • Fix up playwright config (1239eb3)
  • Don't bail out if plugin entry is set (d31a31a)
  • Filter out ignored extensions from binaries in scripts + add .sh (31ffb42)
  • Fix var scope/name in webpack plugin (06a89bf)

v2.33.1

Compare Source

v2.33.0

Compare Source

  • Wrap up ci integration workflow (8576f2a)
  • Try parseArgs fallback for Bun (c4cebe8)
  • Add slonik (192b687)
  • Add integration workflow w/ Bun (20fd0b2)

v2.32.5

Compare Source

  • Update dependencies (08bff61)
  • Handle some less common package path ref from plugin dependencies (c987dd7)
  • Minor refactoring (a129b61)
  • Stop throwing for local file 404s, instead warn in debug mode (b35b70d)

v2.32.4

Compare Source

  • Add .ts extension to ava plugin entry file patterns, config can be a function (436a473)

v2.32.3

Compare Source

  • Fix up after merge (72a055f)
  • Rename tests → test (f89dd93)
  • Fix and simplify config hints (1dbc024)
  • Use all available workspace when finding referenced internal workspace (c6e0aab)
  • Move module resolution from require.resolve to ts.resolveModuleName in handleReferencedDependency (0155306)
  • Return module.js not module.d.ts from resolveModuleName` for internal imports (7e62157)
  • Don't throw for configuration issues (91d8989)
  • Match against all available internal workspace pkg names (3d1fbe8)
  • Include only direct dependents and filter issues by provided --workspace (4dd951b)
  • Add @​pnpm/logger (6cf4f0d)
  • Find dependents (not dependencies) + prevent recursion loop (5ab5a87)
  • Include dependencies when analyzing single --workspace (#​249) (7ffa993)

v2.32.2

Compare Source

  • Fix schema.json (plugin value can be true) (e8414d4)
  • Check more package.json#scripts for matches in node-test-runner plugin (dc1f590)
  • Update dependencies (ebbb186)
  • Make test titles unique (f1fcf69)
  • Always log full stack trace in debug mode (b74844c)
  • Fix playwright-ct plugin, add coverage (d6fb53d)

v2.32.1

Compare Source

  • Fix eslint plugin (eslint.config.js missed as entry file) (3f1a5f0)

v2.32.0

Compare Source

  • Reset version (4256731)
  • feat: allow gatsby plugin to see local plugins as entrypoints (#​273) (85ffbc9)
  • Update docs (925e2f6)
  • Fix up cypress plugin + coverage (3277795)
  • Increase coverage for test patterns from plugins or local config (46575b8)
  • Fix up playwright plugin (9ce013f)
  • Fix up after merge (36f7830)
  • Add package.json path to lint-staged plugin (1b10d90)
  • Add types + support for projects in playwright plugin (c45a337)
  • Report @​types/pkg as unused if pkg already has types included (e58953c)
  • Prevent unnessary invocations of plugin dependency finder (977e756)
  • Refactor drizzle plugin to use new entry; protocol (a8dea3f)
  • Go public (51adaa3)
  • Fix node-test-runner plugin (8e83198)
  • Refactor vitest plugin a bit (ea6f1e0)
  • Improve typing for PluginConfiguration inside plugins (2144996)
  • Use more readable protcols (9c76e62)
  • Add node-test-runner config to knip.json (71b501d)
  • Catch errors in cli test helper (1f72702)
  • Adjust the rest fixtures and tests (28ba933)
  • Migrate plugins and their tests (8e09fcd)
  • Add node-test-runner plugin (9508c73)
  • Move test/entry file patterns to plugins (82278f8)
  • Move bin: protocol helpers to separate module (92c6f1b)

v2.31.0

Compare Source

  • Ignore ts/eslint violation for raw config (c57c94e)
  • Fix explicit root workspace dir in pnpm-workspace.yaml (fixes #​284) (3bf5ad6)
  • Prevent duplicate analysis/infinite recursion (#​281) (2d32eb1)
  • Support force-enabling of plugins, by with value object or true (resolves #​276) (a06925d)
  • Refactor & fix workspace config normalization (9ed0775)

v2.30.1

Compare Source

  • Re-format markdown (122ccc1)
  • Update dependencies (2e7f099)
  • Add curl to list of ignored binaries (770c0b4)

v2.30.0

Compare Source

v2.29.0

Compare Source

v2.28.0

Compare Source

  • Add definition paths from TS config to the program (5e46079)
  • Update dependencies (af237ce)
  • Add jest's testResultsProcessor to dependency check (#​267) (ae6bd8e)
  • drizzle plugin (#​266) (c310162)
  • Add more plugin config to docs + fix up plugin-config fixtures (d802b86)

v2.27.1

Compare Source

  • Remove react dependency requirement when using react-jsx in tsconfig.json (#​264) (503fdd1)

v2.27.0

Compare Source

v2.26.0

Compare Source

v2.25.2

Compare Source

v2.25.1

Compare Source

  • Fix typed peer dep + improve some peer/host namings (fixes #​239) (ef94f5b)

v2.25.0

Compare Source

  • Do not return react as a dependency for jsx: preserve/none in typescript plugin (#​226) (37b9e81)
  • Update dependencies (ccd3613)
  • Use rootDir option in jest plugin (fixes #​240) (2f58848)
  • Add nx binaries resolver (resolves #​243) (5ba99e7)
  • Don't throw for invalid tags in getJSDocTags (fixes #​242) (d17371b)

v2.24.1

Compare Source

  • Remove .d.ts file and regenerate docs (db064e3)
  • Fix entrypoints for Next.js plugin when using Next.js app router (#​236) (f345663)
  • Replace expired Discord invite link (740a171)
  • Move requireResolve call to generic prop access visitor + tests (b10b41c)
  • Fix fixtures after resolvable fs.exists specifiers fix (a702758)
  • Accept resolvable fs.exists specifiers which ts did not (0f02519)
  • Add types as dependencies from typescript plugin (b89fe3b)
  • Fix log-level arg in script (2de7a57)

v2.24.0

Compare Source

v2.23.0

Compare Source

  • Add @evilmartians/lefthook as lefthook plugin enabler (1dc53ed)
  • Fix lefthook handling in CI, where it does not install hooks (#​231) (deaa7e7)
  • Update dependencies (de35df4)
  • Parse releaseNotes scripts in release-it (#​232) (b7b10d9)
  • Add JSDoc handling to readme (4496cfb)

v2.22.0

Compare Source

  • Update lefthook plugin docs (1695209)
  • Add @alias as JSDoc tag to ignore duplicate exports (closes #​228) (17000b3)
  • Refactor/improve jsDocTags handling (28ad80e)
  • Find no issues/hints if optional peerDependencies are also ignored (dev)Dependencies (#​194) (7e896a7)
  • Add issue type for referenced optional peerDependencies (resolves #​194) (bdbc77a)
  • Improve bash parser (1557e2e)
  • Fix up lefthook plugin (resolves #​231) (79c46d8)
  • Move husky git helpers to central utils (4322e1b)
  • Improve the eslint-config/plugin-prettier hack + tests (closes #​230) (aa718c2)
  • Improve watch script (7743f68)
  • Improve pnpm resolver arg handling (4f74ce2)
  • Add alias -W to --workspace (3dc026c)

v2.21.2

Compare Source

  • Update dependencies (fb9df38)
  • Look up importing module ourselves, don't defer to ts.LS.findReferences (fixes #​229) (ca95b21)
  • Move existing re-exports test (36214cb)
  • Add contents section to more docs + minor edits (908ddb5)
  • Install Markdown link checker (3e980e6)
  • Fix links in readme (fixes #​227) (b8ce60d)

v2.21.1

Compare Source

  • Fix ancestor workspaces for single --workspace (fixes #​213) (d765f21)

v2.21.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added 💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates. labels Sep 4, 2023
@codecov
Copy link

codecov bot commented Sep 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e59c8a3) 100.00% compared to head (4481ab3) 100.00%.
Report is 23 commits behind head on main.

❗ Current head 4481ab3 differs from pull request most recent head 271ba68. Consider uploading reports for the commit 271ba68 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #106   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          595       595           
  Branches        13        13           
=========================================
  Hits           595       595           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/knip-2.x branch 7 times, most recently from fc622d1 to 38db0f0 Compare September 4, 2023 22:22
@renovate renovate bot changed the title chore(dev-deps): update dependency knip to v2.21.1 chore(dev-deps): update dependency knip to v2.21.2 Sep 5, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch 5 times, most recently from a97f97c to 29bc1a0 Compare September 5, 2023 13:36
@renovate renovate bot changed the title chore(dev-deps): update dependency knip to v2.21.2 chore(dev-deps): update dependency knip to v2.22.0 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch 10 times, most recently from 8a54beb to 69d90ac Compare September 12, 2023 04:22
@renovate renovate bot changed the title chore(dev-deps): update dependency knip to v2.22.0 chore(dev-deps): update dependency knip to v2.23.0 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/knip-2.x branch 2 times, most recently from 5571219 to 3a23ace Compare September 12, 2023 12:03
@renovate renovate bot force-pushed the renovate/knip-2.x branch 8 times, most recently from ab035c5 to 3300288 Compare February 12, 2024 09:55
@renovate renovate bot force-pushed the renovate/knip-2.x branch 10 times, most recently from 5bdc2f3 to fc49b41 Compare February 19, 2024 12:28
@renovate renovate bot force-pushed the renovate/knip-2.x branch 7 times, most recently from 8489e9e to c3cf388 Compare February 20, 2024 12:35
@renovate renovate bot changed the title chore(dev-deps): update dependency knip to v2.43.0 chore(dev-deps): update dependency knip to v2.43.0 - autoclosed Feb 23, 2024
@renovate renovate bot closed this Feb 23, 2024
@renovate renovate bot deleted the renovate/knip-2.x branch February 23, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants