Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump eslint-plugin-react-refresh from 0.4.14 to 0.4.19 in /react-tailwind-template #1685

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps eslint-plugin-react-refresh from 0.4.14 to 0.4.19.

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.19

Add name to configs for ESLint Config Inspector

v0.4.18

ESM/CJS interop is the worse that happened to this ecosystem, this is all I have to say.

v0.4.17

  • Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #75)
  • Update types to not require extra unnecessary .default property access under TS node16 module resolution (fixes #70)

v0.4.16

Fix CJS/ESM interop issue. Sorry everyone for the trouble.

v0.4.15

Add support for custom HOCs (#60)

By default, the rule only knows that memo & forwardRef function calls with return a React component. With this option, you can also allow extra function names like Mobx observer to make this code valid:

const Foo = () => <></>;
export default observer(Foo);
{
  "react-refresh/only-export-components": [
    "error",
    { "customHOCs": ["observer"] }
  ]
}

Thanks @​HorusGoul!

Add recommended config and simple types (#67)

You can now add the recommended config to your ESLint config like this:

import reactRefresh from "eslint-plugin-react-refresh";
export default [
/* Main config */
reactRefresh.configs.recommended, // Or reactRefresh.configs.vite for Vite users
];

To follow ESLint recommandations, the rule is added with the error severity.

Some simple types ensure that people typecheking their config won't need @ts-expect-error anymore.

... (truncated)

Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.19

Add name to configs for ESLint Config Inspector

0.4.18

ESM/CJS interop is the worse that happened to this ecosystem, this is all I have to say.

0.4.17

  • Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #75)
  • Update types to not require extra unnecessary .default property access under TS node16 module resolution (fixes #70)

0.4.16

Fix CJS/ESM interop issue. Sorry everyone for the trouble.

0.4.15

Add support for custom HOCs (#60)

By default, the rule only knows that memo & forwardRef function calls with return a React component. With this option, you can also allow extra function names like Mobx observer to make this code valid:

const Foo = () => <></>;
export default observer(Foo);
{
  "react-refresh/only-export-components": [
    "error",
    { "customHOCs": ["observer"] }
  ]
}

Thanks @​HorusGoul!

Add recommended config and simple types (#67)

You can now add the recommended config to your ESLint config like this:

import reactRefresh from "eslint-plugin-react-refresh";
export default [
/* Main config */
reactRefresh.configs.recommended, // Or reactRefresh.configs.vite for Vite users
];
</tr></table>

... (truncated)

Commits
  • b054ab4 0.4.19 [publish]
  • f36623b fix: added name attribute for eslint config inspector (#77)
  • 826d8c9 Create SECURITY.md
  • 3d6251d Fix types [publish]
  • 47f25f0 Update types to not require extra unnecessary .default property access unde...
  • 639e772 Fix detection of local components to not generate warning on for variable ins...
  • d939cc4 Fix exports [publish]
  • 7d1709b 0.4.15 [publish]
  • ec747c2 Add configs and simple types (#67)
  • 359ae21 Bump ESLint peer dependency (fixes #56)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from mfranzke as a code owner February 10, 2025 01:22
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2025
@dependabot dependabot bot requested a review from nmerget as a code owner February 10, 2025 01:22
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Feb 10, 2025
@dependabot dependabot bot requested review from dkolba and annsch as code owners February 10, 2025 01:22
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-react-tailwind-template-eslint-plugin-react-refresh-0.4.19 branch from 40edb34 to c248d94 Compare February 10, 2025 01:23
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-react-tailwind-template-eslint-plugin-react-refresh-0.4.19 branch from c248d94 to 601f4f5 Compare February 14, 2025 09:37
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-react-tailwind-template-eslint-plugin-react-refresh-0.4.19 branch from 601f4f5 to 574f6f7 Compare February 20, 2025 02:20
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-react-tailwind-template-eslint-plugin-react-refresh-0.4.19 branch from 574f6f7 to 21cef76 Compare February 25, 2025 01:34
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-react-tailwind-template-eslint-plugin-react-refresh-0.4.19 branch from 21cef76 to aa7cb5e Compare February 25, 2025 01:38
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-react-tailwind-template-eslint-plugin-react-refresh-0.4.19 branch from aa7cb5e to 7fb7b62 Compare February 25, 2025 01:42
Bumps [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) from 0.4.14 to 0.4.19.
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.14...v0.4.19)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-react-tailwind-template-eslint-plugin-react-refresh-0.4.19 branch from 7fb7b62 to 0651263 Compare February 25, 2025 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants