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

refactor: replace find-cache-dir by find-up #1031

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Jul 24, 2024

Please Read the CONTRIBUTING Guidelines
In particular the portion on Commit Message Formatting

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Other information: Replaced find-cache-dir by find-up, as we don't need extra functionalities from find-cache-dir, as suggested by the yarn.lock diff.

find-up is used by find-cache-dir to calculate the project root. So this PR does not introduce any behaviour changes.

Resolves #1015.
Closes #1005.

@JLHwung JLHwung merged commit 70a3710 into main Aug 28, 2024
16 checks passed
@nicolo-ribaudo nicolo-ribaudo deleted the replace-find-cache-dir-with-find-up branch August 28, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding ES6 import("find-cache-dir"); should be a breaking change.
2 participants