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

Bump ts-unused-exports from 7.0.3 to 9.0.4 #1687

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps ts-unused-exports from 7.0.3 to 9.0.4.

Changelog

Sourced from ts-unused-exports's changelog.

[9.0.4] - 12 Feb 2023

Changed

  • Improve handling of transitive imports like 'a -> b -> c' especially where 'export *' is used - #216
  • Improve output format when the unused item involves an 'export *'.

[9.0.3] - 5 Feb 2023

Changed

  • Fix for import from index file via a custom path - avoids false positives on index files - #266. Now tested with more cases such as import from "foo" OR import from "foo/index" with various file extensions supported.
  • ts-unused-exports npm package: Updated the version in package-lock.json
  • Fixed the example using ts-unused-exports as a library via TypeScript

[9.0.2] - 15 Jan 2023

Added

  • Added better examples of how to use as a library, via TypeScript or JavaScript. No code was changed.

[9.0.1] - 4 Jan 2023

Changed

  • Fix for index files that end with .js or .cjs or .mjs.

[9.0.0] - 26 Dec 2022

Added

  • Allow for importing of 'x.js' files as opposed to simply 'x'. This aims towards supporting es6 and higher modules as opposed to CommonJS.

  • Add option --findCompletelyUnusedFiles to check for completely unused files

[8.0.5] - 10 Dec 2022

Changed

  • Add support for running from a directory not the 'project' directory that contains tsconfig.json. (Issue #248)

[8.0.2] - 5 Dec 2022

Changed

  • Fix handling of files ending with 'index.ts': do not always report as containing unused exports. Do allow ignoring via ignoreFile regex.

[8.0.0] - 14 Feb 2022

Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ts-unused-exports-user, a new releaser for ts-unused-exports since your current version.


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

Bumps [ts-unused-exports](https://github.com/pzavolinsky/ts-unused-exports) from 7.0.3 to 9.0.4.
- [Release notes](https://github.com/pzavolinsky/ts-unused-exports/releases)
- [Changelog](https://github.com/pzavolinsky/ts-unused-exports/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pzavolinsky/ts-unused-exports/commits)

---
updated-dependencies:
- dependency-name: ts-unused-exports
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
@vercel
Copy link

vercel bot commented Feb 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
kelp ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 13, 2023 at 7:18AM (UTC)

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