<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory. --> ## Summary Upgrade to cosmiconfig 8.3.6, which fixes an unhandled exception when traversing parent directories looking for directories named `.config`. If a parent directory contained a file named `.config`, before this fix, generated React apps would fail to start. I documented this bug in https://github.com/facebook/create-react-app/issues/13355#issuecomment-1705159226 but I believe the issue originates from within this library. ## Test plan I followed the steps documented in CONTRIBUTING.md. - [x] `pnpm install` - [x] `pnpm run dev` still works - [x] `pnpm run lint` passes (All matched files use Prettier code style!) - [x] `pnpm run test` succeeds (245 passed, 245 total)
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by jonhermansen and has received 3 comments.