Update dependency eslint-plugin-react-refresh to v0.5.6 - #16
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency eslint-plugin-react-refresh to v0.5.6#16renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
May 9, 2024 23:46
c3b76cf to
934864c
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
July 12, 2024 02:53
934864c to
dfd1264
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
July 24, 2024 05:36
dfd1264 to
6509b4f
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
August 21, 2024 02:58
6509b4f to
17bbaaa
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
August 23, 2024 05:36
17bbaaa to
9112fd1
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
September 15, 2024 02:34
9112fd1 to
45b1d51
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
October 20, 2024 05:47
45b1d51 to
a0edf0f
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
October 25, 2024 14:44
a0edf0f to
7737507
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
December 2, 2024 23:43
7737507 to
5dff8fb
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
January 12, 2025 11:52
5dff8fb to
30142c0
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
February 9, 2025 07:06
30142c0 to
ecd852a
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
April 24, 2025 04:21
ecd852a to
cf082eb
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
September 23, 2025 12:04
cf082eb to
f0d218d
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
September 26, 2025 11:43
f0d218d to
9db8de5
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
October 2, 2025 07:29
9db8de5 to
91c74d2
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
October 16, 2025 08:02
91c74d2 to
1a4a180
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
December 15, 2025 19:52
1a4a180 to
2533817
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
December 18, 2025 08:06
2533817 to
aa5452f
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
February 2, 2026 03:10
aa5452f to
425dc2d
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
February 24, 2026 07:07
425dc2d to
9a2943b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
June 20, 2026 23:41
9a2943b to
4242dd4
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
August 11, 2026 03:51
4242dd4 to
bc19925
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
August 29, 2026 05:52
bc19925 to
1753e9b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-react-refresh-0.x
branch
from
September 5, 2026 23:37
1753e9b to
c2b77fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.4.5→0.5.6Release Notes
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.5.6Compare Source
v0.5.5Compare Source
export { Name }incorrectly treated as React component #114 (fixes #113)contentTypeandsizetoallowExportNamesin Next config #115v0.5.4Compare Source
instanttoallowExportNamesin Next config #112v0.5.3Compare Source
export { }#110 (fixes #109)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:{ "react-refresh/only-export-components": [ "warn", { "extraHOCs": ["createRootRouteWithContext"] } ] }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:{ "react-refresh/only-export-components": ["warn", { "extraHOCs": ["connect"] }] }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.v0.4.20Compare Source
as const(fixes #80)v0.4.19Compare Source
Add name to configs for ESLint Config Inspector
v0.4.18Compare Source
ESM/CJS interop is the worse that happened to this ecosystem, this is all I have to say.
v0.4.17Compare Source
.defaultproperty access under TS node16 module resolution (fixes #70)v0.4.16Compare Source
Fix CJS/ESM interop issue. Sorry everyone for the trouble.
v0.4.15Compare Source
Add support for custom HOCs (#60)
By default, the rule only knows that
memo&forwardReffunction calls with return a React component. With this option, you can also allow extra function names like Mobx observer to make this code valid:{ "react-refresh/only-export-components": [ "error", { "extraHOCs": ["observer"] } ] }Thanks @HorusGoul!
Add recommended config and simple types (#67)
You can now add the recommended config to your ESLint config like this:
To follow ESLint recommandations, the rule is added with the
errorseverity.Some simple types ensure that people typecheking their config won't need
@ts-expect-erroranymore.Bump ESLint peer dependency to 8.40
This was actually done by mistake in the previous release when moving from a deprecated API to a new one.
Given that ESLint 8 is officialy end-of-life and the only report (#56) didn't get likes, I'm going forward and documenting the expected minimum version from ESLin in the package JSON so that people can get warning from their package manager.
v0.4.14Compare Source
v0.4.13Compare Source
react-reduxconnect (export default connect(mapStateToProps, mapDispatchToProps)(MyComponent)) (fixes #51)v0.4.12Compare Source
v0.4.11Compare Source
export type foo = string;) (fixes #47)v0.4.10Compare Source
function Foo() {}; export default React.memo(Foo)(#46) (thanks @SukkaW!)v0.4.9Compare Source
function Foo() {}; export default memo(Foo)(fixes #44) (thanks @SukkaW!)v0.4.8Compare Source
export const foo = -1withallowConstantExport(fixes #43)v0.4.7Compare Source
export { Component as default }(fixes #41)v0.4.6Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.