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-dev): bump knip from 2.38.4 to 3.4.0 #832

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2023

Bumps knip from 2.38.4 to 3.4.0.

Release notes

Sourced from knip's releases.

Release 3.4.0

  • Refactor module resolution for non-std files + group related tests (fixes #376) (1154a091)
  • Move @types/node to peer deps + include node types with compiler options (closes #317) (e7c26d9c)
  • Fix Windows issue when trying git command to get hooks path (resolves #377) (b8544094)
  • Sort keywords (73845d0a)

Release 3.3.5

  • Update dependencies (7b818018)
  • Improve consistency (fba7a0a9)
  • Swallow errors for git init cmd (81c57365)
  • Add extra favicon/manifest meta files (c10f4a97)
  • Edit performance page (43725198)

Release 3.3.4

  • Add page about performance to docs (7513521)
  • Improve caching for relative paths in module resolver (6292c7f)
  • Add nice tweet to testimonials (f947b0a)

Release 3.3.3

  • Include lockfile change in release commit (6cb92b3)
  • Don't sanitize virtual:* imports (resolves #370) (9697689)
  • Add TanStack/query to integration suite (09f7a58)
  • Don't complain about ignoredWorkspaces without a package.json (42dbfce)
  • Rename test + fixture (flow-node → export-declaration) (ecee44b)

Release 3.3.2

  • Edit configuration page (9d7eccf)
  • Add missing test to nx plugin (2fb17d2)
  • Add includeEntryExports to workspace config in TS and JSON schema (1a848d9)
  • Fix errors with space-separated include/exclude arg (ec64c07)
  • Return stdout, stderr, status from exec test helper (f0ae9e7)
  • Add footer w/ license, name, links (9499c89)

Release 3.3.1

  • Add referenced optional peer deps to docs (6b97b9c)
  • Don't report optional peer dependency as unused if hosts have the peer as optional (8b20201)
  • Auto-format Markdown (1936c6d)

Release 3.3.0

  • Fix up JSDoc visitor and try harder to find import types (70691ff)
  • Add support for build.lib.entry paths in vite plugin (f6c1d93)
  • Add posDecl to exportDeclaration visitor + support function declarations (#353) (5054906)
  • Add posDecl to distinguish export identifier vs declaration (to findReferences) (e5eef1f)
  • Add link to jiti issue (740eeb1)
  • Add schema.json for JSONC (#320) (e7696e1)

Release 3.2.0

  • adds support for package.json shared prettier configuration (#368) (121015f)

Release 3.1.0

... (truncated)

Commits
  • 358250f Release 3.4.0
  • 1154a09 Refactor module resolution for non-std files + group related tests (fixes #376)
  • e7c26d9 Move @types/node to peer deps + include node types with compiler options ...
  • b854409 Fix Windows issue when trying git command to get hooks path (resolves #377)
  • 73845d0 Sort keywords
  • 1335fea Release 3.3.5
  • 7b81801 Update dependencies
  • fba7a0a Improve consistency
  • 81c5736 Swallow errors for git init cmd
  • b6c284e Release 3.3.4
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 3, 2023
@dependabot dependabot bot requested a review from erunion December 3, 2023 00:56
@erunion
Copy link
Member

erunion commented Dec 3, 2023

@dependabot rebase

@erunion erunion requested review from kanadgupta and removed request for erunion December 3, 2023 00:56
Bumps [knip](https://github.com/webpro/knip/tree/HEAD/packages/knip) from 2.38.4 to 3.4.0.
- [Release notes](https://github.com/webpro/knip/releases)
- [Commits](https://github.com/webpro/knip/commits/3.4.0/packages/knip)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/knip-3.4.0 branch from 78d324a to 61ec2ef Compare December 3, 2023 00:57
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2024

A newer version of knip exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@erunion erunion closed this Jan 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@erunion erunion deleted the dependabot/npm_and_yarn/knip-3.4.0 branch January 1, 2024 20:02
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.

2 participants