Update dependency eslint-plugin-react-refresh to v0.5.2 #27
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MobiusReactor/TicTacToeV2!27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/eslint-plugin-react-refresh-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.4.20→0.5.2Release Notes
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.5.2Compare Source
v0.5.1Compare Source
v0.5.0Compare Source
Breaking changes
reactRefreshexport is available and prefered over the default export. It's an object with two properties:plugin: The plugin object with the rulesconfigs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.customHOCsoption was renamed toextraHOCsextraHOCsoptionConfig example:
Config example without config:
Why
This version follows a revamp of the internal logic to better make the difference between random call expressions like
export const Enum = Object.keys(Record)and actual React HOC calls likeexport const MemoComponent = memo(Component). (fixes #93)The rule now handles ternaries and patterns like
export default customHOC(props)(Component)which makes it able to correctly support files like this one given this config:Because I'm not 100% sure this new logic doesn't introduce any false positive, this is done in a major-like version. This also give me the occasion to remove the hardcoded
connectfrom the rule. If you are usingconnectfromreact-redux, you should now add it toextraHOCslike this:v0.4.26Compare Source
v0.4.25Compare Source
export const ENUM = Object.keys(TABLE) as EnumType[];(fixes #93) (reverted in 0.4.26)_in component names (#94)v0.4.24Compare Source
"generateImageMetadata","generateSitemaps"&"generateStaticParams"toallowExportNamesin Next configv0.4.23Compare Source
"metadata","generateMetadata"&"generateViewport"toallowExportNamesin Next configv0.4.22Compare Source
"viewport"toallowExportNamesin Next config (#89)v0.4.21Compare Source
This allows exports like
fetchCacheandrevalidatewhich are used in Page or Layout components and don't trigger a full page reload.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 Renovate Bot.
000883270ftod9f9fd591bUpdate dependency eslint-plugin-react-refresh to v0.4.21to Update dependency eslint-plugin-react-refresh to v0.4.22d9f9fd591bto90b5ae961eUpdate dependency eslint-plugin-react-refresh to v0.4.22to Update dependency eslint-plugin-react-refresh to v0.4.23Update dependency eslint-plugin-react-refresh to v0.4.23to Update dependency eslint-plugin-react-refresh to v0.4.2490b5ae961eto7d7a7d9760Update dependency eslint-plugin-react-refresh to v0.4.24to Update dependency eslint-plugin-react-refresh to v0.4.257d7a7d9760to6cccf15411Update dependency eslint-plugin-react-refresh to v0.4.25to Update dependency eslint-plugin-react-refresh to v0.4.266cccf15411to909c7e986dUpdate dependency eslint-plugin-react-refresh to v0.4.26to Update dependency eslint-plugin-react-refresh to v0.5.0909c7e986dto423b837345Update dependency eslint-plugin-react-refresh to v0.5.0to Update dependency eslint-plugin-react-refresh to v0.5.2423b837345to499c9801baView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.