eslint-plugin-panda
eslint-plugin-panda copied to clipboard
Update dependency eslint-plugin-react-refresh to v0.4.24
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| eslint-plugin-react-refresh | 0.4.19 -> 0.4.24 |
Release Notes
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.4.24
- Add
"generateImageMetadata","generateSitemaps"&"generateStaticParams"toallowExportNamesin Next config
v0.4.23
- Add
"metadata","generateMetadata"&"generateViewport"toallowExportNamesin Next config
v0.4.22
- Add
"viewport"toallowExportNamesin Next config (#89)
v0.4.21
- Add Next config (fixes #85)
This allows exports like fetchCache and revalidate which are used in Page or Layout components and don't trigger a full page reload.
import reactRefresh from "eslint-plugin-react-refresh";
export default [
/* Main config */
reactRefresh.configs.next,
];
v0.4.20
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.