react-doctor 0.2.14-dev.4861f37 → 0.2.14-dev.52ecf12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -6680,7 +6680,7 @@ const resolveOxlintNodeEffect = (isLintEnabled, isQuiet) => Effect.gen(function*
6680
6680
  const resolveOxlintNode = (isLintEnabled, isQuiet) => Effect.runPromise(resolveOxlintNodeEffect(isLintEnabled, isQuiet).pipe(Effect.provide(NodeResolver.layerNode)));
6681
6681
  //#endregion
6682
6682
  //#region src/cli/utils/version.ts
6683
- const VERSION = "0.2.14-dev.4861f37";
6683
+ const VERSION = "0.2.14-dev.52ecf12";
6684
6684
  //#endregion
6685
6685
  //#region src/inspect.ts
6686
6686
  const silentConsole = makeNoopConsole();
package/dist/index.d.ts CHANGED
@@ -20,9 +20,9 @@ interface ReactDoctorIgnoreConfig {
20
20
  * locally but excluded from PR comments, the score, or the CI gate:
21
21
  *
22
22
  * - `cli` — local terminal output from `react-doctor` (`printDiagnostics`).
23
- * - `prComment` — output captured by the GitHub Action for the sticky
24
- * PR comment. Enabled when the CLI is run with `--pr-comment` (the
25
- * action sets this automatically when `github-token` is provided).
23
+ * - `prComment` — diagnostics destined for a sticky pull-request
24
+ * summary comment. Selected by running the CLI with `--pr-comment`
25
+ * (sets `outputSurface: "prComment"`).
26
26
  * - `score` — diagnostics shipped to the React Doctor score API
27
27
  * (or counted toward local score calculations).
28
28
  * - `ciFailure` — diagnostics that count toward the `--fail-on` exit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-doctor",
3
- "version": "0.2.14-dev.4861f37",
3
+ "version": "0.2.14-dev.52ecf12",
4
4
  "description": "Diagnose and fix React codebases for security, performance, correctness, accessibility, bundle-size, and architecture issues",
5
5
  "keywords": [
6
6
  "accessibility",
@@ -58,7 +58,7 @@
58
58
  "oxlint": "^1.66.0",
59
59
  "prompts": "^2.4.2",
60
60
  "typescript": ">=5.0.4 <7",
61
- "oxlint-plugin-react-doctor": "0.2.14-dev.4861f37"
61
+ "oxlint-plugin-react-doctor": "0.2.14-dev.52ecf12"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/prompts": "^2.4.9",