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 ts-unused-exports from 8.0.0 to 10.0.1 #289

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps ts-unused-exports from 8.0.0 to 10.0.1.

Changelog

Sourced from ts-unused-exports's changelog.

[10.0.1] - 4 Sept 2023

Changed

  • fix: an extra semicolon in the setting --excludePathsFromReport should not break the filtering. #297.

[10.0.0] - 9 Aug 2023

Changed

  • the setting excludePathsFromReport now supports regex - #293
  • handle import statements that contain '.ts' or '.tsx' extensions - #281

[9.0.5] - 24 Jun 2023

Added

  • Add --ignoreLocallyUsed flag which means that exports which are used in the same file they are defined in won't be reported as unused

[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

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [ts-unused-exports](https://github.com/pzavolinsky/ts-unused-exports) from 8.0.0 to 10.0.1.
- [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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 4, 2023
@piotr-roslaniec
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2023

Looks like ts-unused-exports is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 18, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ts-unused-exports-10.0.1 branch October 18, 2023 12:35
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant