GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.28k stars 158 forks source link

chore(deps): update dependency read-pkg-up to v10 #567

Closed renovate-bot closed 9 months ago

renovate-bot commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
read-pkg-up ^7.0.1 -> ^10.0.0 age adoption passing confidence

Release Notes

sindresorhus/read-pkg-up (read-pkg-up) ### [`v10.1.0`](https://togithub.com/sindresorhus/read-pkg-up/releases/tag/v10.1.0) [Compare Source](https://togithub.com/sindresorhus/read-pkg-up/compare/v10.0.0...v10.1.0) - Update dependencies [`e4e2564`](https://togithub.com/sindresorhus/read-pkg-up/commit/e4e2564) ### [`v10.0.0`](https://togithub.com/sindresorhus/read-pkg-up/releases/tag/v10.0.0) [Compare Source](https://togithub.com/sindresorhus/read-pkg-up/compare/v9.1.0...v10.0.0) ##### Breaking - Require Node.js 16 [`d027a92`](https://togithub.com/sindresorhus/read-pkg-up/commit/d027a92) ##### Improvements - Update dependencies [`d027a92`](https://togithub.com/sindresorhus/read-pkg-up/commit/d027a92) ### [`v9.1.0`](https://togithub.com/sindresorhus/read-pkg-up/releases/tag/v9.1.0) [Compare Source](https://togithub.com/sindresorhus/read-pkg-up/compare/v9.0.0...v9.1.0) - Accept `URL` as `cwd` ([#​19](https://togithub.com/sindresorhus/read-pkg-up/issues/19)) [`840607e`](https://togithub.com/sindresorhus/read-pkg-up/commit/840607e) ### [`v9.0.0`](https://togithub.com/sindresorhus/read-pkg-up/releases/tag/v9.0.0) [Compare Source](https://togithub.com/sindresorhus/read-pkg-up/compare/v8.0.0...v9.0.0) ##### Breaking - Rename the `readPackageUpAsync` export to `readPackageUp` [`8f870da`](https://togithub.com/sindresorhus/read-pkg-up/commit/8f870da) - Require Node.js 12.20 ### [`v8.0.0`](https://togithub.com/sindresorhus/read-pkg-up/releases/tag/v8.0.0) [Compare Source](https://togithub.com/sindresorhus/read-pkg-up/compare/v7.0.1...v8.0.0) ##### Breaking - Require Node.js 12 [`e6fbe7f`](https://togithub.com/sindresorhus/read-pkg-up/commit/e6fbe7f) - This package now exports two named exports instead of a default export [`e6fbe7f`](https://togithub.com/sindresorhus/read-pkg-up/commit/e6fbe7f) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

Configuration

πŸ“… Schedule: Branch creation - "before 4am on the first day of the month" (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 has been generated by Mend Renovate. View repository job log here.

garethgeorge commented 9 months ago

Investigated, this module requires ESM which isn't supported by our minimum node version. We aren't / won't be compatible with read-pkg-up 9 or 10 but these modules are providing very simple functionality: they help us read package.json. I think we are fine to pin our current version.

forking-renovate[bot] commented 9 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 10.x releases. But if you manually upgrade to 10.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.