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 find-unused-exports from 6.0.0 to 7.0.0 #1240

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2024

Bumps find-unused-exports from 6.0.0 to 7.0.0.

Release notes

Sourced from find-unused-exports's releases.

Version 7.0.0

Major

  • Changed the function findUnusedExports option moduleGlob and the CLI command find-unused-exports argument --module-glob default value from **/{!(*.d).mts,!(*.d).cts,!(*.d).ts,*.{mjs,cjs,js,tsx}} to **/{!(*.d).mts,!(*.d).cts,!(*.d).ts,*.{mjs,cjs,js,jsx,tsx}}; .jsx files are now recursively matched by default.

Minor

  • Enable JSX syntax when parsing .jsx files with Babel, even when the project has no Babel config for JSX, via #8.

Patch

  • Fixed a namespace import not causing the default export to be considered used.
  • Improved the internal module MODULE_GLOB tests.
Changelog

Sourced from find-unused-exports's changelog.

7.0.0

Major

  • Changed the function findUnusedExports option moduleGlob and the CLI command find-unused-exports argument --module-glob default value from **/{!(*.d).mts,!(*.d).cts,!(*.d).ts,*.{mjs,cjs,js,tsx}} to **/{!(*.d).mts,!(*.d).cts,!(*.d).ts,*.{mjs,cjs,js,jsx,tsx}}; .jsx files are now recursively matched by default.

Minor

  • Enable JSX syntax when parsing .jsx files with Babel, even when the project has no Babel config for JSX, via #8.

Patch

  • Fixed a namespace import not causing the default export to be considered used.
  • Improved the internal module MODULE_GLOB tests.
Commits
  • b7b896b Version 7.0.0.
  • b9323ff Fix a namespace import not causing the default export to be considered used.
  • fef1722 Improve the internal module MODULE_GLOB tests.
  • f668bc0 Recursively match .jsx files by default.
  • 3eb268b Merge pull request #8 from dburles/jsx-support
  • 9243f9b Simplify a test assertion.
  • 9f8fc38 Polish formatting.
  • 72d9d19 Add the PR link to the changelog entry.
  • 7aa0908 update changelog
  • a6357e7 support .jsx
  • See full diff 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)

Bumps [find-unused-exports](https://github.com/jaydenseric/find-unused-exports) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/jaydenseric/find-unused-exports/releases)
- [Changelog](https://github.com/jaydenseric/find-unused-exports/blob/master/changelog.md)
- [Commits](jaydenseric/find-unused-exports@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: find-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 Aug 8, 2024
@dependabot dependabot bot requested a review from petamoriken as a code owner August 8, 2024 23:40
@github-actions github-actions bot enabled auto-merge (squash) August 8, 2024 23:40
@github-actions github-actions bot merged commit 13266cf into master Aug 8, 2024
9 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/find-unused-exports-7.0.0 branch August 8, 2024 23:42
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.

0 participants