Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

fix(deps): update dependency pkg-dir to v7 #11

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

Conversation

garfielong
Copy link

@garfielong garfielong commented Oct 17, 2022

This PR contains the following updates:

Package Type Update Change
pkg-dir dependencies major 5.0.0 -> 7.0.0

Release Notes

sindresorhus/pkg-dir

v7.0.0

Compare Source

Breaking

v6.0.1

Compare Source

v6.0.0

Compare Source

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

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

Configuration

📅 Schedule: Branch creation - "after 7am and before 10am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

Sorry, something went wrong.

@garfielong garfielong force-pushed the renovate/pkg-dir-7.x branch 2 times, most recently from 6b9bc60 to 1ffd18d Compare January 10, 2023 22:16
@garfielong garfielong force-pushed the renovate/pkg-dir-7.x branch from 1ffd18d to e4d0c13 Compare March 8, 2023 05:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants