Skip to content

Add eslint-plugin-react-refresh dependency#7938

Open
joshblack wants to merge 1 commit into
mainfrom
joshblack/eslint-react-refresh/plugin
Open

Add eslint-plugin-react-refresh dependency#7938
joshblack wants to merge 1 commit into
mainfrom
joshblack/eslint-react-refresh/plugin

Conversation

@joshblack

@joshblack joshblack commented Jun 8, 2026

Copy link
Copy Markdown
Member

Closes #

No linked issue.

Adds eslint-plugin-react-refresh as a root dev dependency so follow-up stack layers can fix and enforce React Refresh component-only exports.

Changelog

New

  • Added eslint-plugin-react-refresh to the development toolchain.

Changed

  • Updated the root lockfile for the new lint dependency.

Removed

  • Nothing.

Rollout strategy

  • Patch release
  • Minor release
  • Major release; if selected, include a written rollout or migration plan
  • None; tooling-only dependency update with no consumer-facing runtime change.

Testing & Reviewing

Review with the rest of the stack. The rule is only enforced in the final stack layer.

Merge checklist

@changeset-bot

changeset-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: c70674e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot added the staff Author is a staff member label Jun 8, 2026
@joshblack joshblack changed the title Add react-refresh ESLint plugin Add eslint-plugin-react-refresh dependency Jun 8, 2026
@joshblack joshblack added skip changeset This change does not need a changelog integration-tests: skipped manually Changes in this PR do not require an integration test labels Jun 8, 2026
@joshblack joshblack marked this pull request as ready for review June 8, 2026 17:36
Copilot AI review requested due to automatic review settings June 8, 2026 17:36
@joshblack joshblack requested a review from a team as a code owner June 8, 2026 17:36
@joshblack joshblack requested a review from francinelucca June 8, 2026 17:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds eslint-plugin-react-refresh as a root dev dependency to support upcoming ESLint rules around React Refresh / component-only exports.

Changes:

  • Added eslint-plugin-react-refresh@^0.5.2 to root devDependencies.
  • Updated package-lock.json to include the new dependency (and associated lockfile updates).
Show a summary per file
File Description
package.json Adds eslint-plugin-react-refresh to root devDependencies.
package-lock.json Locks the new ESLint plugin and updates the workspace dependency graph accordingly.

Copilot's findings

  • Files reviewed: 1/2 changed files
  • Comments generated: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration-tests: skipped manually Changes in this PR do not require an integration test skip changeset This change does not need a changelog staff Author is a staff member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants