-
Notifications
You must be signed in to change notification settings - Fork 83
fix(deps): update dependency read-pkg to v9 #6346
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
Conversation
21d18df to
79792de
Compare
| ...json, | ||
| pkgPath, | ||
| } | ||
| return Object.assign(json, { pkgPath }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switched to Object.assign to get around the type errors
8ec2a3b to
32a07b3
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
| stopAt: this.root, | ||
| }) | ||
| if (pkgPath) { | ||
| const json = await this.fs.readJSON<PackageJson>(pkgPath) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For anyone else reading this by any chance... I was confused by this PR until I pulled the code down and poked it around. For posterity, all is explained by this fs.readJSON<T> helper returning Partial<T> for some reason!
This PR contains the following updates:
^7.1.0->^9.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
sindresorhus/read-pkg (read-pkg)
v9.0.1Compare Source
dadadd1v9.0.0Compare Source
Breaking
c7aa6cdv8.1.0Compare Source
c0cd420v8.0.0Compare Source
Breaking
5f28de5Improvements
parsePackagemethod (#29)5f28de5Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.