Skip to content

Upgrade dev dependencies: prettier v3, eslint-plugin-react-hooks v7#219

Merged
ajeetchaulagain merged 1 commit intomasterfrom
chore/upgrade-dev-dependencies
Mar 27, 2026
Merged

Upgrade dev dependencies: prettier v3, eslint-plugin-react-hooks v7#219
ajeetchaulagain merged 1 commit intomasterfrom
chore/upgrade-dev-dependencies

Conversation

@ajeetchaulagain
Copy link
Copy Markdown
Owner

  • prettier: ^2.3.2 → ^3.0.0
  • eslint-plugin-react-hooks: ^4.2.0 → ^7.0.0
  • playwright.config.ts: tighten snapshot threshold from 2% → 1%

Dev tooling only — no runtime or visual impact.


This pull request includes updates to development dependencies and a configuration adjustment to improve test strictness. The main changes are:

Dependency updates:

  • Upgraded eslint-plugin-react-hooks from version 4.x to 7.x in package.json to ensure compatibility with newer React versions and rules.
  • Upgraded prettier from version 2.x to 3.x in package.json for improved formatting and new features.

Testing configuration:

  • Tightened the Playwright screenshot comparison threshold in playwright.config.ts by reducing maxDiffPixelRatio from 0.02 (2%) to 0.01 (1%), making visual regression tests more strict.

- prettier: ^2.3.2 → ^3.0.0
- eslint-plugin-react-hooks: ^4.2.0 → ^7.0.0
- playwright.config.ts: tighten snapshot threshold from 2% → 1%

Dev tooling only — no runtime or visual impact.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

Playwright test results

passed  30 passed

Details

stats  30 tests across 2 suites
duration  48.3 seconds
commit  a58bf1f

@ajeetchaulagain ajeetchaulagain merged commit 8244df7 into master Mar 27, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant