Skip to content

chore(deps): update dependency find-up to v8 - #1165

Merged
scottlovegrove merged 1 commit into
mainfrom
renovate/find-up-8.x
Aug 27, 2026
Merged

chore(deps): update dependency find-up to v8#1165
scottlovegrove merged 1 commit into
mainfrom
renovate/find-up-8.x

Conversation

@renovate

@renovate renovate Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
find-up 7.0.08.0.0 age confidence

Release Notes

sindresorhus/find-up (find-up)

v8.0.0

Compare Source

Breaking
Improvements
  • Add {type: 'both'} option to find files or directories 67f453c
  • Add findDown and findDownSync to search descendant directories 8e02916


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • 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 added the dependencies Pull requests that update a dependency file label Aug 17, 2026

@doistbot doistbot left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR bumps the find-up devDependency from 7.0.0 to 8.0.0 — a straightforward update since the package isn't imported anywhere in the source.

Few things worth tightening:

  • The lockfile wasn't regenerated, so package-lock.json still pins find-up at 7.0.0 while package.json declares 8.0.0. Run npm install and commit the updated package-lock.json — otherwise npm ci will fail in CI.

Share FeedbackReview Logs

Comment thread package.json
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"find-up": "7.0.0",
"find-up": "8.0.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 The lockfile wasn't updated for this bump. package-lock.json still lists "find-up": "7.0.0" in the root devDependencies and node_modules/find-up is still resolved to 7.0.0, while package.json now declares 8.0.0. With this mismatch, npm ci fails during install, and npm install won't actually pull v8. Run npm install to regenerate the lockfile and commit the updated package-lock.json along with this change.

@renovate
renovate Bot force-pushed the renovate/find-up-8.x branch from 7da6bee to 1d5d8d4 Compare August 26, 2026 21:26
@scottlovegrove
scottlovegrove merged commit 6a7c59c into main Aug 27, 2026
12 of 13 checks passed
@scottlovegrove
scottlovegrove deleted the renovate/find-up-8.x branch August 27, 2026 02:02
@doist-release-bot

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 37.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@doist-release-bot doist-release-bot Bot added the Released PRs that have been merged and released label Aug 27, 2026
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 Released PRs that have been merged and released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants