chore(deps): update dependency find-up to v8 - #1165
Conversation
doistbot
left a comment
There was a problem hiding this comment.
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.jsonstill pins find-up at 7.0.0 whilepackage.jsondeclares 8.0.0. Runnpm installand commit the updatedpackage-lock.json— otherwisenpm ciwill fail in CI.
| "eslint-plugin-prettier": "5.5.4", | ||
| "eslint-plugin-react": "7.37.5", | ||
| "find-up": "7.0.0", | ||
| "find-up": "8.0.0", |
There was a problem hiding this comment.
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.
7da6bee to
1d5d8d4
Compare
|
🎉 This PR is included in version 37.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates:
7.0.0→8.0.0Release Notes
sindresorhus/find-up (find-up)
v8.0.0Compare Source
Breaking
321107bpath-exists(#69)d65d145Improvements
{type: 'both'}option to find files or directories67f453cfindDownandfindDownSyncto search descendant directories8e02916Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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 was generated by Mend Renovate. View the repository job log.