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

Update pkg-dir 4.2.0 → 8.0.0 (major) #1183

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

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Nov 5, 2023

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ pkg-dir (4.2.0 → 8.0.0) · Repo

Release Notes

8.0.0

Breaking

v7.0.0...v8.0.0

7.0.0

Breaking

v6.0.1...v7.0.0

6.0.1

v6.0.0...v6.0.1

6.0.0

Breaking

-const pkgDir = require('pkg-dir');
+import {packageDirectory} from 'pkg-dir';

-await pkgDir('/Users/unicorn/foo');
+await packageDirectory({cwd: '/Users/unicorn/foo'});

v5.0.0...v6.0.0

5.0.0

Breaking

v4.2.0...v5.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 16 commits:

🆕 find-up-simple (added, 1.0.0)

🆕 pkg-dir (added, 8.0.0)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Nov 5, 2023
@depfu depfu bot requested a review from joclefrancois November 5, 2023 00:15
@depfu depfu bot force-pushed the depfu/update/develop/npm/pkg-dir-8.0.0 branch from ede7a5f to fcbb947 Compare July 3, 2024 14:55
@depfu depfu bot changed the title Update pkg-dir → 8.0.0 (unknown) Update pkg-dir 4.2.0 → 8.0.0 (major) Jul 3, 2024
@depfu depfu bot force-pushed the depfu/update/develop/npm/pkg-dir-8.0.0 branch from fcbb947 to 38789d9 Compare July 4, 2024 18:30
@depfu depfu bot force-pushed the depfu/update/develop/npm/pkg-dir-8.0.0 branch from 38789d9 to 9b05519 Compare August 1, 2024 20:35
@depfu depfu bot force-pushed the depfu/update/develop/npm/pkg-dir-8.0.0 branch from 9b05519 to 55d9293 Compare November 14, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant