Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
read-pkg ^7.1.0 -> ^9.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sindresorhus/read-pkg (read-pkg)

v9.0.1

Compare Source

v9.0.0

Compare Source

Breaking

v8.1.0

Compare Source

v8.0.0

Compare Source

Breaking
Improvements

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner May 20, 2025 20:20
@renovate renovate bot added dependencies Pull requests that update a dependency file javascript labels May 20, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes May 20, 2025
@renovate renovate bot force-pushed the renovate/read-pkg-9.x branch 2 times, most recently from 21d18df to 79792de Compare May 21, 2025 20:26
...json,
pkgPath,
}
return Object.assign(json, { pkgPath })
Copy link
Contributor

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

kodiakhq[bot]
kodiakhq bot previously approved these changes May 21, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes May 21, 2025
Copy link
Contributor Author

renovate bot commented May 21, 2025

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@kodiakhq kodiakhq bot merged commit fe2a1b4 into main May 22, 2025
32 of 33 checks passed
@kodiakhq kodiakhq bot deleted the renovate/read-pkg-9.x branch May 22, 2025 17:05
stopAt: this.root,
})
if (pkgPath) {
const json = await this.fs.readJSON<PackageJson>(pkgPath)
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants