chore: add react-doctor scanner - #6925
Conversation
Adds react-doctor as a dev dependency plus a `pnpm run react-doctor` script for scanning React correctness, performance, security and a11y issues. Pinned to 0.9.11 — 0.9.13 exists but falls inside the repo's minimumReleaseAge quarantine window. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Differences FoundExpandLicense Package Apache-2.0 @apm-js-collab/code-transformer Apache-2.0 @apm-js-collab/tracing-hooks Apache-2.0 @opentelemetry/instrumentation Apache-2.0 @opentelemetry/sdk-trace Apache-2.0 detect-libc Apache-2.0 import-in-the-middle Apache-2.0 semifies BSD-2-Clause json-schema-typed BSD-3-Clause fast-uri ISC @iarna/toml ISC @shaderfrog/glsl-parser ISC meriyah MIT @apm-js-collab/code-transformer-bundler-plugins MIT @astrojs/compiler MIT @oxc-parser/binding-android-arm-eabi MIT @oxc-parser/binding-android-arm64 MIT @oxc-parser/binding-darwin-arm64 MIT @oxc-parser/binding-darwin-x64 MIT @oxc-parser/binding-freebsd-x64 MIT @oxc-parser/binding-linux-arm-gnueabihf MIT @oxc-parser/binding-linux-arm-musleabihf MIT @oxc-parser/binding-linux-arm64-gnu MIT @oxc-parser/binding-linux-arm64-musl MIT @oxc-parser/binding-linux-ppc64-gnu MIT @oxc-parser/binding-linux-riscv64-gnu MIT @oxc-parser/binding-linux-riscv64-musl MIT @oxc-parser/binding-linux-s390x-gnu MIT @oxc-parser/binding-linux-x64-gnu MIT @oxc-parser/binding-linux-x64-musl MIT @oxc-parser/binding-openharmony-arm64 MIT @oxc-parser/binding-wasm32-wasi MIT @oxc-parser/binding-win32-arm64-msvc MIT @oxc-parser/binding-win32-ia32-msvc MIT @oxc-parser/binding-win32-x64-msvc MIT @oxc-project/types MIT @oxlint/binding-android-arm-eabi MIT @oxlint/binding-android-arm64 MIT @oxlint/binding-darwin-arm64 MIT @oxlint/binding-darwin-x64 MIT @oxlint/binding-freebsd-x64 MIT @oxlint/binding-linux-arm-gnueabihf MIT @oxlint/binding-linux-arm-musleabihf MIT @oxlint/binding-linux-arm64-gnu MIT @oxlint/binding-linux-arm64-musl MIT @oxlint/binding-linux-ppc64-gnu MIT @oxlint/binding-linux-riscv64-gnu MIT @oxlint/binding-linux-riscv64-musl MIT @oxlint/binding-linux-s390x-gnu MIT @oxlint/binding-linux-x64-gnu MIT @oxlint/binding-linux-x64-musl MIT @oxlint/binding-openharmony-arm64 MIT @oxlint/binding-win32-arm64-msvc MIT @oxlint/binding-win32-ia32-msvc MIT @oxlint/binding-win32-x64-msvc MIT @sentry/conventions MIT @sentry/node MIT @sentry/node-core MIT @sentry/opentelemetry MIT @sentry/server-utils MIT @types/esrecurse MIT agent-install MIT ajv-formats MIT astring MIT atomically MIT conf MIT confbox MIT debounce-fn MIT dot-prop MIT env-paths MIT mimic-function MIT module-details-from-path MIT oxc-parser MIT oxlint MIT require-from-string MIT require-in-the-middle MIT stubborn-fs MIT stubborn-utils MIT tagged-tag MIT uint8array-extras MIT vscode-jsonrpc MIT vscode-languageserver MIT vscode-languageserver-protocol MIT vscode-languageserver-textdocument MIT vscode-uri MIT when-exit MIT yoga-layout MPL-2.0 lightningcss MPL-2.0 lightningcss-android-arm64 MPL-2.0 lightningcss-darwin-arm64 MPL-2.0 lightningcss-darwin-x64 MPL-2.0 lightningcss-freebsd-x64 MPL-2.0 lightningcss-linux-arm-gnueabihf MPL-2.0 lightningcss-linux-arm64-gnu MPL-2.0 lightningcss-linux-arm64-musl MPL-2.0 lightningcss-linux-x64-gnu MPL-2.0 lightningcss-linux-x64-musl MPL-2.0 lightningcss-win32-arm64-msvc MPL-2.0 lightningcss-win32-x64-msvc SEE LICENSE IN LICENSE deslop-js SEE LICENSE IN LICENSE oxlint-plugin-react-doctor SEE LICENSE IN LICENSE react-doctor SummaryExpand
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6925 +/- ##
==========================================
- Coverage 58.19% 58.18% -0.01%
==========================================
Files 3389 3388 -1
Lines 73488 73482 -6
Branches 19305 18941 -364
==========================================
- Hits 42763 42757 -6
- Misses 28847 30566 +1719
+ Partials 1878 159 -1719
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Adds react-doctor as a dev dependency plus a
pnpm run react-doctorscript for scanning React correctness, performance, security and a11y issues. Pinned to 0.9.11 — 0.9.13 exists but falls inside the repo's minimumReleaseAge quarantine window.Scope of the change