Skip to content

chore(deps): bump millionco/react-doctor from 10bd788323bfb493cb3ee1d30d914c4684fa22e6 to 40b3f7dcc9f9ffbfd21393026d364f76af19b7e2#42

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/millionco/react-doctor-40b3f7dcc9f9ffbfd21393026d364f76af19b7e2
Closed

chore(deps): bump millionco/react-doctor from 10bd788323bfb493cb3ee1d30d914c4684fa22e6 to 40b3f7dcc9f9ffbfd21393026d364f76af19b7e2#42
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/millionco/react-doctor-40b3f7dcc9f9ffbfd21393026d364f76af19b7e2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps millionco/react-doctor from 10bd788323bfb493cb3ee1d30d914c4684fa22e6 to 40b3f7dcc9f9ffbfd21393026d364f76af19b7e2.

Commits
  • 40b3f7d fix
  • 3f5c031 feat(react-doctor): add browser CLI subcommand and 11 new lint rules (#148)
  • 2aebfa6 fix(react-doctor): block-comment suppressions (#144) + stop false-positive us...
  • 6641f7e 0.0.47
  • 6a0e6d6 chore(react-doctor): bump oxlint to ^1.62.0
  • dbf200d fix(react-doctor): filter React Compiler rules to those eslint-plugin-react-h...
  • 02eedd9 0.0.46
  • c13a8df fix(react-doctor): skip React Compiler rules when eslint-plugin-react-hooks i...
  • 8b72882 0.0.45
  • 6b07924 feat(react-doctor): delegate skill install to agent-install@0.0.3 (#142)
  • Additional commits viewable in compare view

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 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)

Bumps [millionco/react-doctor](https://github.com/millionco/react-doctor) from 10bd788323bfb493cb3ee1d30d914c4684fa22e6 to 40b3f7dcc9f9ffbfd21393026d364f76af19b7e2.
- [Release notes](https://github.com/millionco/react-doctor/releases)
- [Commits](millionco/react-doctor@10bd788...40b3f7d)

---
updated-dependencies:
- dependency-name: millionco/react-doctor
  dependency-version: 40b3f7dcc9f9ffbfd21393026d364f76af19b7e2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

React Doctor

Score: 97 / 100

react-doctor v0.0.47

CI detected — scoring locally.

Scanning /home/runner/work/goods-go/goods-go...


  ⚠ useState "selectedTaskId" is updated but never read in the component's return — use useRef so updates don't trigger re-renders (2)
    Replace useState with useRef when the value is only mutated and never read in render — `ref.current = ...` updates without re-rendering the component
  src/features/user/tasks/ui/task-list-page-view.tsx:49
  src/features/admin/items/ui/item-table.tsx:25

  ⚠ Destructure for clarity: `const { refresh } = useRouter()` then call `refresh(...)` directly — easier for React Compiler to memoize and clearer about which methods this component depends on
    Destructure the method up front: `const { push } = useRouter()` then call `push(...)` directly — clearer dependency graph and easier for React Compiler to memoize
  src/features/user/tasks/ui/task-list-page-view.tsx:89

  ⚠ Thick one-sided border (border-l-10) — the most recognizable tell of AI-generated UIs. Use a subtler accent or remove it
    Use a subtler accent (box-shadow inset, background gradient, or border-bottom) instead of a thick one-sided border
  src/features/user/tasks/ui/task-card.tsx:39

  ⚠ Pure black background (bg-black) looks harsh — use a near-black tinted toward your brand hue (e.g. bg-gray-950) (4)
    Tint the background slightly toward your brand hue — e.g. `#0a0a0f` or Tailwind's `bg-gray-950`. Pure black looks harsh on modern displays
  src/features/admin/items/ui/item-list-page-view.tsx:28
  src/features/admin/tasks/ui/task-list-page-view.tsx:68
  src/features/admin/locations/ui/location-list-page-view.tsx:75
  src/features/admin/items/ui/item-form-dialog.tsx:135

  ┌────────────────────────────────────────────────────┐
  │ ┌─────┐                                            │
  │ │ ◠ ◠ │                                            │
  │ │  ▽  │                                            │
  │ └─────┘                                            │
  │ React Doctor (www.react.doctor)                    │
  │                                                    │
  │ 97 / 100  Great                                    │
  │                                                    │
  │ █████████████████████████████████████████████████░ │
  │                                                    │
  │ ⚠ 8 warnings  across 7/32 files  in 257ms          │
  └────────────────────────────────────────────────────┘

  Full diagnostics written to /tmp/react-doctor-a191362c-b701-4e54-9c7a-7000ed84ee4c

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

Superseded by #54.

@dependabot dependabot Bot closed this May 11, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/millionco/react-doctor-40b3f7dcc9f9ffbfd21393026d364f76af19b7e2 branch May 11, 2026 00:21
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.

0 participants