chore(deps): bump pkg-up from 3.1.0 to 5.0.0#159
Conversation
Bumps [pkg-up](https://github.com/sindresorhus/pkg-up) from 3.1.0 to 5.0.0. - [Release notes](https://github.com/sindresorhus/pkg-up/releases) - [Commits](sindresorhus/package-up@v3.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pkg-up dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
pkg-up v5 is ESM-only with named exports. Use dynamic import in loadPkg call sites so the CJS CLI entrypoint can still resolve package.json.
pkg-up v5 is ESM-only and deprecated in favour of package-up. Inline the same package.json lookup so the CLI and Jest work on all supported Node versions without a breaking change for plugin authors.
|
|
Closing in favour of #TBD — removing entirely is simpler than upgrading to v5 (deprecated, ESM-only). The replacement PR inlines the same package.json lookup with no user-facing changes. |
|
Closing in favour of #169 — removing pkg-up entirely is simpler than upgrading to v5 (deprecated, ESM-only). The replacement PR inlines the same package.json lookup with no user-facing changes. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |



Bumps pkg-up from 3.1.0 to 5.0.0.
Release notes
Sourced from pkg-up's releases.
Commits
71533705.0.04a4d1dbRename package frompkg-uptopackage-upb902cd5Require Node.js 1878730d54.0.01bca773Require Node.js 12.20 and move to ESMaa84553Move to GitHub Actions (#6)a4bc80aCreate funding.ymlcbcc347Add Node.js 12 to testing (#5)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)