Skip to content

chore(deps): bump pkg-up from 3.1.0 to 5.0.0#159

Closed
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/pkg-up-5.0.0
Closed

chore(deps): bump pkg-up from 3.1.0 to 5.0.0#159
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/pkg-up-5.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps pkg-up from 3.1.0 to 5.0.0.

Release notes

Sourced from pkg-up's releases.

v5.0.0

Breaking

  • Rename package from pkg-up to package-up 4a4d1db
  • The named imports changed from pkgUp / pkgUpSync to packageUp / packageUpSync 4a4d1db
  • Require Node.js 18 b902cd5

sindresorhus/package-up@v4.0.0...v5.0.0

v4.0.0

Breaking

sindresorhus/package-up@v3.1.0...v4.0.0

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 22, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 22, 2026

⚠️ No Changeset found

Latest commit: 3adb0e4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.
@sonarqubecloud
Copy link
Copy Markdown

@innerdvations
Copy link
Copy Markdown
Collaborator

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.

@innerdvations
Copy link
Copy Markdown
Collaborator

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.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 29, 2026

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/pkg-up-5.0.0 branch May 29, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant