react-doctor 0.2.11-dev.2e369e2 → 0.2.11-dev.b2934f9
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/README.md +1 -1
- package/dist/cli.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ jobs:
|
|
|
64
64
|
runs-on: ubuntu-latest
|
|
65
65
|
steps:
|
|
66
66
|
- uses: actions/checkout@v5
|
|
67
|
-
- uses: millionco/react-doctor@
|
|
67
|
+
- uses: millionco/react-doctor@v1
|
|
68
68
|
```
|
|
69
69
|
|
|
70
70
|
React Doctor scans the files changed in the pull request, emits inline annotations, blocks on error-level findings, and updates one sticky PR comment with the score and issue summary. The built-in GitHub token is used automatically; no secret or PAT is required. On forked PRs where GitHub withholds write permissions, the scan and annotations still run, but the sticky comment may be skipped.
|
package/dist/cli.js
CHANGED
|
@@ -6674,7 +6674,7 @@ const resolveOxlintNodeEffect = (isLintEnabled, isQuiet) => Effect.gen(function*
|
|
|
6674
6674
|
const resolveOxlintNode = (isLintEnabled, isQuiet) => Effect.runPromise(resolveOxlintNodeEffect(isLintEnabled, isQuiet).pipe(Effect.provide(NodeResolver.layerNode)));
|
|
6675
6675
|
//#endregion
|
|
6676
6676
|
//#region src/cli/utils/version.ts
|
|
6677
|
-
const VERSION = "0.2.11-dev.
|
|
6677
|
+
const VERSION = "0.2.11-dev.b2934f9";
|
|
6678
6678
|
//#endregion
|
|
6679
6679
|
//#region src/inspect.ts
|
|
6680
6680
|
const silentConsole = makeNoopConsole();
|
|
@@ -8894,7 +8894,7 @@ const buildWorkflowContent = () => [
|
|
|
8894
8894
|
" runs-on: ubuntu-latest",
|
|
8895
8895
|
" steps:",
|
|
8896
8896
|
" - uses: actions/checkout@v5",
|
|
8897
|
-
" - uses: millionco/react-doctor@
|
|
8897
|
+
" - uses: millionco/react-doctor@v1",
|
|
8898
8898
|
""
|
|
8899
8899
|
].join("\n");
|
|
8900
8900
|
const runInstallReactDoctor = async (options = {}) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-doctor",
|
|
3
|
-
"version": "0.2.11-dev.
|
|
3
|
+
"version": "0.2.11-dev.b2934f9",
|
|
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.11-dev.
|
|
61
|
+
"oxlint-plugin-react-doctor": "0.2.11-dev.b2934f9"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/prompts": "^2.4.9",
|