Closed renovate[bot] closed 10 months ago
Name | Link |
---|---|
Latest commit | b897145914283b78c0ae2309bf235ed13671907c |
Latest deploy log | https://app.netlify.com/sites/allotment-storybook/deploys/658cac90bc592a00081edfc7 |
Deploy Preview | https://deploy-preview-735--allotment-storybook.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | b897145914283b78c0ae2309bf235ed13671907c |
Latest deploy log | https://app.netlify.com/sites/allotment-website/deploys/658cac906948d30008c4ee12 |
This PR contains the following updates:
3.0.3
->3.1.1
Release Notes
prettier/prettier (prettier)
### [`v3.1.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#311) [Compare Source](https://togithub.com/prettier/prettier/compare/3.1.0...3.1.1) [diff](https://togithub.com/prettier/prettier/compare/3.1.0...3.1.1) ##### Fix config file search ([#15363](https://togithub.com/prettier/prettier/pull/15363) by [@fisker](https://togithub.com/fisker)) Previously, we start search for config files from the filePath as a directory, if it happened to be a directory and contains config file, it will be used by mistake. ```text ├─ .prettierrc └─ test.js (A directory) └─ .prettierrc ``` ```js // Prettier 3.1.0 await prettier.resolveConfigFile(new URL("./test.js", import.meta.url)); //Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Mend Renovate. View repository job log here.