Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Update dependency eslint-plugin-react-refresh to v0.4.5 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react-refresh 0.3.4 -> 0.4.5 age adoption passing confidence

Release Notes

ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.5

Compare Source

  • Allow TaggedTemplateExpression for styled components (fixes #​32)

v0.4.4

Compare Source

  • Add allowExportNames option (fixes #​29)
  • Support memo default export function components (fixes #​27)
  • Warn on export expressions that are not React component (array, object, logical expression, ...) (fixes #​26)

v0.4.3

Compare Source

  • Add warning for TS enums exports

v0.4.2

Compare Source

v0.4.1

Compare Source

  • Ignore export type * (fixes #​12)
  • Support for all-uppercase function wrapped in forwardRef/memo (#​11)

v0.4.0

Compare Source

Add allowConstantExport option (fixes #​8)

This option allow to don't warn when a constant (string, number, boolean, templateLiteral) is exported aside one or more components.

This should be enabled if the fast refresh implementation correctly handles this case (HMR when the constant doesn't change, propagate update to importers when the constant changes). Vite supports it, PR welcome if you notice other integrations works well.

Allow all-uppercase function exports (fixes #​11)

This only works when using direct export. So this pattern doesn't warn anymore:

export const CMS = () => <></>;

But this one will still warn:

const CMS = () => <></>;
export default CMS;

v0.3.5

Compare Source

Ignore stories files (*.stories.*) (fixes #​10)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency eslint-plugin-react-refresh to v0.4.1 Update dependency eslint-plugin-react-refresh to v0.4.2 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-refresh-0.x branch from ca45dfe to 99f8979 Compare July 9, 2023 02:01
@renovate renovate bot changed the title Update dependency eslint-plugin-react-refresh to v0.4.2 Update dependency eslint-plugin-react-refresh to v0.4.3 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-refresh-0.x branch from 99f8979 to 832ca4f Compare July 10, 2023 05:29
@renovate renovate bot changed the title Update dependency eslint-plugin-react-refresh to v0.4.3 Update dependency eslint-plugin-react-refresh to v0.4.4 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-refresh-0.x branch from 832ca4f to bc8aacf Compare October 30, 2023 05:58
@renovate renovate bot changed the title Update dependency eslint-plugin-react-refresh to v0.4.4 Update dependency eslint-plugin-react-refresh to v0.4.5 Dec 3, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-refresh-0.x branch from bc8aacf to f6717a6 Compare December 3, 2023 05:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants