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 ^5.36.1 #164

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

This PR contains the following updates:

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

Release Notes

webpro-nl/knip (knip)

v5.36.1

Compare Source

v5.36.0

Compare Source

  • Add disclosure reporter (c5f0ee6)

v5.35.1

Compare Source

v5.35.0

Compare Source

v5.34.4

Compare Source

v5.34.3

Compare Source

v5.34.2

Compare Source

  • Highlight package name in specifier in symbols reporter (eca123b)
  • Fix binary extraction from specifier (c881d78)
  • Rename util to get-referenced-inputs.ts (62b10ba)
  • (TypeScript plugin): Add references path of tsconfig to config (#​816) (bff0977)
  • Update docs (366acdc)

v5.34.1

Compare Source

  • Fix edge case for binary disguised as entry (#​161) (846ed76)
  • Only ignore "http" if in dependency specifier (fixes #​813) (9defcb9)
  • Move helper to less confusing location (e028528)
  • Consistent naming (20070ba)
  • Rename test file, fix up default values (5bb56e7)
  • Update docs (c9afd52)
  • Add documentation for unplugin-icons imports issue (#​812) (20b2504)

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

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

v5.27.2

Compare Source

v5.27.1

Compare Source

  • Use pathsBasePath if available to make compilerOptions.paths absolute (fixes #​748) (6c866d2)
  • Format docs (d0d5f97)
  • Increase enhanced-resolve cache duration (c7fa02e)
  • Add test coverage for tsconfig.json w/ module:commonjs (3d5a536)
  • Add non-standard CJS require calls in TS files as entry files (as require.resolve) (f8f0d66)
  • Update docs (b2ea3a9)
  • Fix regression issue template (f6066d6)
  • Aid ts issues (9eff1bb)
  • Enable more tests in Bun (953d6f6)
  • Update lockfile (4d8b35b)
  • Replace resolve with enhanced-resolve (39e0f22)
  • Temp exclude unlisted in typescript integration test (76752c8)
  • Inline playwright types (ea099cc)
  • Add Vue example to compilers in docs (#​733) (949ddd8)
  • Minor refactor (8c21df5)
  • Fix omitted expressions in Promise.all imports (resolves #​725) (858c0b7)
  • Clean up tryResolve etc. (e20a9e9)
  • fix: pnpm workspace fixes (#​738) (d5003d1)
  • Update .gitattributes to exclude binary files (b9b8f4d)
  • Revert "CRLF will be replaced by LF the next time Git touches it" (0fdb4c9)
  • Upgrade Astro (ccb7523)
  • Use latest tsx again (2b7d053)
  • Add bun create @​knip/config to installation instructions (fb19915)

v5.27.0

Compare Source

v5.26.0

Compare Source

v5.25.2

Compare Source

  • Include additional workspaces when loading manifests (resolves #​722) (ca03fd8)
  • Move & refactor setRefs → findInternalReferences (deeb2ac)
  • Minor refactors (09fc536)
  • Always pre-set moduleResolution: bundler if tsconfig.json (3c13118)
  • No need to publish twice here (34be850)
  • Minor refactors (c1db1ec)
  • Update docs re. shared/isolated workspaces (699fd28)
  • Set moduleResolution: bundler if not set and don't share it (resolves #​719) (2c24678)
  • fix: Use parseFragment instead of text node which breaks formatting (#​720) (3201c07)

v5.25.1

Compare Source

v5.25.0

Compare Source

v5.24.4

Compare Source

  • Start using central resolveEntry from plugin helpers (#​716) (65d8098)

v5.24.3

Compare Source

  • Improve Angular plugin a bit + add fixture/test (#​717) (641b5fc)
  • Fix Cannot read properties of undefined (reading 'name') (#​718) (f0f9f5a)

v5.24.2

Compare Source

v5.24.1

Compare Source

  • Fix up rules in issue collector and reporter (resolves #​713) (7775213)
  • Fix Knip config (4c4e3e1)
  • Use jiti alias over custom transform (b9f1715)

v5.24.0

Compare Source

  • Add vitest as enabler to vite plugin (b384d18)
  • Fix up formatting/config (9961e2a)

v5.23.3

Compare Source

  • Update dependencies (8c783e9)
  • Restore that (only) interfaces can be default-exported (resolves #​709) (919a68b)
  • Improve generated plugin docs (f33f113)

v5.23.2

Compare Source

  • Fixes to config files + Cosmiconfig, Lilconfig and Unconfig generation. (#​700) (83e18a1)
  • Exclude nsExports, classMembers and nsTypes from --exports shortcut (#​698) (2e83446)
  • Update marketing materials (62090b4)
  • Update funding options (e8a4a00)
  • Update marketing materials (4f6a197)
  • Switch to microsoft/TypeScript main in integration tests (c8c6dab)
  • Add whitespace in exports coverage (alias-exclude) (a03d4eb)
  • Add more coverage for tag hints (3d551db)

v5.23.1

Compare Source

  • Minor refactors (efafcdc)
  • Add test for re-export with includeEntryExports + ignoreExportsUsedInFile (#​698) (c0a0f0b)
  • Consider alias exclude symbols referenced in ignoreExportsUsedInFile (resolves #​697) (326b018)
  • Fix enum members in re-exports in entry files (resolves #​703) (3ff2253)
  • Fix tag hints (#​691) (dd051cd)
  • Minor refactors (3e9806a)
  • Fix isReferencedInExportedType AST helper (bc2e716)

v5.23.0

Compare Source

  • Update docs (1f945ed)
  • Show unused custom ignored tags as hints (resolves #​691) (78255fc)
  • Don't report exports referenced in exported types (resolves #​687) (834c26b)
  • Fix unused exports used in file with substring overlap (#​695) (5a2176e)
  • Name tests/fixtures after option name (a7b9a98)
  • Fix unused exports used in file with substring overlap (resolves #​695) (555c162)
  • Update docs re. issue reproduction (646ed75)

v5.22.3

Compare Source

  • Try harder looking up strictly-ns-references recursively (#​690) (4cf1337)
  • Also traverse into re-exports and re-exported aliases when looking up strictly-ns-references (resolves #​690) (b98c5b9)
  • Update docs (e906674)
  • Add support for graphql-codegen plugin level config (resolves #​692) (#​693) (71de7f1)

v5.22.2

Compare Source

  • Fix abs extended tsconfig paths if internal (resolves #​689) (d1261c1)
  • Update release-it and use JSON schema (a4111fe)

v5.22.1

Compare Source

v5.22.0

Compare Source

  • Replace file-entry-cache with custom impl + built-in serializer (7aa2f6d)

v5.21.2

Compare Source

v5.21.1

Compare Source

  • Fix lockfile-lint config filename (#​683) (f5304b6)
  • feat: add command to ignored binaries (#​682) (d049b6c)
  • Add (custom) og img for sponsors page (d89ec12)
  • Rename NOT_FOUND to KNIP_ADDED workspace names (3a41f8e)

v5.21.0

Compare Source

  • Add webdriver-io plugin (7414dc1)
  • Update plugin docs (df35b9f)
  • Minor housekeeping (1422c9d)
  • Add size-limit plugin (dbd82f8)
  • Add lockfile-lint plugin (d70d0de)
  • Use provided name in plugin template (43961f9)
  • Minor housekeeping (c81b1a2)
  • Update readme with badges and stuff (c18fcba)
  • Update docs (Configuring Project Files) (e10ac2e)

v5.20.0

Compare Source

v5.19.0

Compare Source

  • Fix up integration test for slonik (2abcea6)
  • Stop printing the bulky help text for config errors (9576413)
  • Throw if passed --workspace dir does not contain package.json (resolves #​667) (ea3f124)
  • Support import.meta.resolve (resolves #​642) (177baa2)
  • Handle NODE_OPTIONS= in scripts (2ec5189)
  • Minor refactor (7c87441)
  • Timerify resolveModuleNames (#​673) (9f2077c)
  • Support Jest's globalTeardown (#​676) (c170aeb)

v5.18.2

Compare Source

  • Improve re-export handling (9ccefb3)
  • Add identifier to trace for re-export from entry file (b0b8b3d)
  • Move tagged export logic into reusable handler (1dff2db)
  • Update docs (2f91c8d)
  • Update @ericcornelissen/bash-parser to 0.5.3 (#​674) (9a7ffac)

v5.18.1

Compare Source

  • Refactor and improve dep graph naming/typing (28f05f0)
  • Speed up (de)serialized and add test (deb3b9c)
  • Move cli tests involving stdout to separate folder (978674f)
  • Update and caretify dependencies (e14f6d2)
  • Fix link to screenshot (c2f9507)

v5.18.0

Compare Source

  • Don't report issues when using --trace (d8e9719)
  • Emphasize --debug and --trace on troubleshooting page (bcb5e93)
  • Add --performance screenshot (d0d0108)
  • Integration test knip --cache for eslint as well (443b8be)
  • Dogfoodin' is underrated (7115889)
  • Update docs (0651144)
  • Test against latest TS 5.5 rc (f7aba23)
  • Add test for imports-self (closes #​663) (736b0a2)
  • Major refactor of dep graph for trace feature (ad16689)
  • Use cwd as default base in toAbsolute (678f47a)
  • Fix tsup entries are production entry files (4d839d8)
  • Don't need to cache package.json (da33b9c)
  • Better explain ignoreBinaries configuration option (#​670) (8470505)
  • Update funding options (81cf806)

v5.17.4

Compare Source

v5.17.3

Compare Source

  • Add ‘kill’ and ‘ssh’ as globally available binaries (#​660) (5e576a2)
  • Remove version selector (9ad1d46)
  • Timerify (de)serialize functions (0e04f1e)
  • Update docs (935a706)

v5.17.2

Compare Source

v5.17.1

Compare Source

v5.17.0

Compare Source

  • Fix --watch after refactors (db2a261)
  • Improve getHasStrictlyNsReferences and traverse into re-exports (9d75e0d)
  • Restore imports in Footer.astro (c836517)

v5.16.0

Compare Source

  • Document namespace imports, extensionless imports, svelte $app path alias, and some edits (20f5502)
  • Add @​hyoban to sponsors page (79918d3)
  • feat(plugins): add plugin for lost-pixel config (#​630) (24772ca)
  • fix(plugin-commitlint): handling of parserPreset when it's not a string (#​632) (d7b2545)

v5.15.1

Compare Source

v5.15.0

Compare Source

v5.14.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC.

🚦 Automerge: Enabled.

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.

@renovate renovate bot enabled auto-merge (rebase) April 1, 2024 01:04
@renovate renovate bot force-pushed the renovate/devdependencies branch from 1f657e7 to 5f00581 Compare April 6, 2024 13:54
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.7.0 chore(deps): update dependency knip to ^5.7.1 Apr 6, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from 5f00581 to 996f3a4 Compare April 7, 2024 00:29
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.7.1 chore(deps): update dependency knip to ^5.7.2 Apr 7, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from 996f3a4 to 621bd5e Compare April 7, 2024 18:12
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.7.2 chore(deps): update dependency knip to ^5.7.3 Apr 7, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 4879d7c to b35dbd5 Compare April 8, 2024 06:53
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.7.3 chore(deps): update dependency knip to ^5.8.0 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from b35dbd5 to c7958f9 Compare April 10, 2024 18:19
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.8.0 chore(deps): update dependency knip to ^5.9.0 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from c7958f9 to 974b3ba Compare April 11, 2024 14:39
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.9.0 chore(deps): update dependency knip to ^5.9.1 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from 974b3ba to 19185e1 Compare April 12, 2024 06:47
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.9.1 chore(deps): update dependency knip to ^5.9.2 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from 19185e1 to d8ee332 Compare April 12, 2024 17:18
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.9.2 chore(deps): update dependency knip to ^5.9.3 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from d8ee332 to 9502a52 Compare April 14, 2024 03:23
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.9.3 chore(deps): update dependency knip to ^5.9.4 Apr 14, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from bc29c54 to d06e262 Compare April 20, 2024 18:36
@renovate renovate bot force-pushed the renovate/devdependencies branch from d06e262 to c9c8f2c Compare April 26, 2024 10:54
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.9.4 chore(deps): update dependency knip to ^5.10.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from c9c8f2c to 911db32 Compare April 29, 2024 08:05
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.10.0 chore(deps): update dependency knip to ^5.10.1 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from 911db32 to a70a1c5 Compare April 29, 2024 10:30
@renovate renovate bot force-pushed the renovate/devdependencies branch from 513df5b to 2755de1 Compare October 9, 2024 22:10
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.31.0 chore(deps): update dependency knip to ^5.32.0 Oct 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.32.0 chore(deps): update dependency knip to ^5.33.1 Oct 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.33.1 chore(deps): update dependency knip to ^5.33.2 Oct 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.33.2 chore(deps): update dependency knip to ^5.33.3 Oct 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.33.3 chore(deps): update dependency knip to ^5.34.0 Oct 27, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 21e0b3f to dfd399e Compare October 31, 2024 02:17
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.34.0 chore(deps): update dependency knip to ^5.34.1 Oct 31, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.34.1 chore(deps): update dependency knip to ^5.34.2 Oct 31, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.34.2 chore(deps): update dependency knip to ^5.34.4 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 8e28386 to 7d7595b Compare November 3, 2024 16:11
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.34.4 chore(deps): update dependency knip to ^5.35.0 Nov 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.35.0 chore(deps): update dependency knip to ^5.35.1 Nov 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.35.1 chore(deps): update dependency knip to ^5.36.0 Nov 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency knip to ^5.36.0 chore(deps): update dependency knip to ^5.36.1 Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants