From 5eef32c6ce0ca17c00810dec7b51f7ecdbc641bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 11:34:55 +0000 Subject: [PATCH] chore: version packages --- .changeset/bright-prompts-return.md | 5 ----- .changeset/calm-config-snapshots.md | 5 ----- .changeset/calm-threejs-signals.md | 5 ----- .changeset/faster-project-batches.md | 6 ------ .changeset/newer-oxc-toolchain.md | 7 ------- .changeset/safe-astro-diagnostics.md | 5 ----- .changeset/steady-three-frames.md | 6 ------ .changeset/trim-cli-dependencies.md | 5 ----- packages/api/CHANGELOG.md | 9 +++++++++ packages/api/package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- packages/deslop-cli/CHANGELOG.md | 7 +++++++ packages/deslop-cli/package.json | 2 +- packages/deslop-js/CHANGELOG.md | 6 ++++++ packages/deslop-js/package.json | 2 +- .../eslint-plugin-react-doctor/CHANGELOG.md | 9 +++++++++ .../eslint-plugin-react-doctor/package.json | 2 +- packages/fuzz/CHANGELOG.md | 7 +++++++ packages/fuzz/package.json | 2 +- packages/language-server/CHANGELOG.md | 7 +++++++ packages/language-server/package.json | 2 +- .../oxlint-plugin-react-doctor/CHANGELOG.md | 10 ++++++++++ .../oxlint-plugin-react-doctor/package.json | 2 +- packages/react-doctor/CHANGELOG.md | 18 ++++++++++++++++++ packages/react-doctor/package.json | 2 +- 26 files changed, 92 insertions(+), 53 deletions(-) delete mode 100644 .changeset/bright-prompts-return.md delete mode 100644 .changeset/calm-config-snapshots.md delete mode 100644 .changeset/calm-threejs-signals.md delete mode 100644 .changeset/faster-project-batches.md delete mode 100644 .changeset/newer-oxc-toolchain.md delete mode 100644 .changeset/safe-astro-diagnostics.md delete mode 100644 .changeset/steady-three-frames.md delete mode 100644 .changeset/trim-cli-dependencies.md diff --git a/.changeset/bright-prompts-return.md b/.changeset/bright-prompts-return.md deleted file mode 100644 index fdcba9f8a..000000000 --- a/.changeset/bright-prompts-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-doctor": patch ---- - -Restore the option to copy the full fix prompt from the interactive report. diff --git a/.changeset/calm-config-snapshots.md b/.changeset/calm-config-snapshots.md deleted file mode 100644 index d114fcc91..000000000 --- a/.changeset/calm-config-snapshots.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-doctor": patch ---- - -Ignore Git-ignored configuration files when checking staged scan snapshot divergence. diff --git a/.changeset/calm-threejs-signals.md b/.changeset/calm-threejs-signals.md deleted file mode 100644 index 7921b94e4..000000000 --- a/.changeset/calm-threejs-signals.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"oxlint-plugin-react-doctor": patch ---- - -Reduce false positives across Three.js, JavaScript performance, security, and async rules by recognizing stable lifecycle guards, intentional sequencing, non-escaping values, renderer aliases, and safe DOM data flows. diff --git a/.changeset/faster-project-batches.md b/.changeset/faster-project-batches.md deleted file mode 100644 index 237801e15..000000000 --- a/.changeset/faster-project-batches.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@react-doctor/api": patch -"@react-doctor/core": patch ---- - -Reduce `diagnose({ projects })` wall time by inventorying sibling workspace projects once, reusing their sized source-file lists through discovery and lint planning, and scanning larger projects first while preserving result order. diff --git a/.changeset/newer-oxc-toolchain.md b/.changeset/newer-oxc-toolchain.md deleted file mode 100644 index 86f6d242c..000000000 --- a/.changeset/newer-oxc-toolchain.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"deslop-js": patch -"oxlint-plugin-react-doctor": patch -"react-doctor": patch ---- - -Upgrade the Oxc toolchain to the latest releases. diff --git a/.changeset/safe-astro-diagnostics.md b/.changeset/safe-astro-diagnostics.md deleted file mode 100644 index 02ef2a931..000000000 --- a/.changeset/safe-astro-diagnostics.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-doctor": patch ---- - -Avoid crashing when oxlint emits a code-less diagnostic while scanning Astro files. diff --git a/.changeset/steady-three-frames.md b/.changeset/steady-three-frames.md deleted file mode 100644 index bfebc033f..000000000 --- a/.changeset/steady-three-frames.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"eslint-plugin-react-doctor": patch -"oxlint-plugin-react-doctor": patch ---- - -Add comprehensive React Three Fiber, Three.js, WebGPU, GLSL, postprocessing, and GPU-computation diagnostics covering scene and camera setup, renderer lifecycle, resize behavior, loading, animation, controls, materials, uniforms, textures, lighting, shadows, render targets, buffer uploads, instancing, cleanup, and GPU-oriented performance patterns. diff --git a/.changeset/trim-cli-dependencies.md b/.changeset/trim-cli-dependencies.md deleted file mode 100644 index 4a81418e1..000000000 --- a/.changeset/trim-cli-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-doctor": patch ---- - -Reduce the CLI dependency graph by replacing narrow code-frame and terminal-symbol helpers with local implementations. diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 5951082d5..22c6e6803 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,14 @@ # @react-doctor/api +## 0.9.12 + +### Patch Changes + +- [#1617](https://github.com/millionco/react-doctor/pull/1617) [`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69) Thanks [@aidenybai](https://github.com/aidenybai)! - Reduce `diagnose({ projects })` wall time by inventorying sibling workspace projects once, reusing their sized source-file lists through discovery and lint planning, and scanning larger projects first while preserving result order. + +- Updated dependencies [[`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69)]: + - @react-doctor/core@0.9.12 + ## 0.9.11 ### Patch Changes diff --git a/packages/api/package.json b/packages/api/package.json index 7855e991c..7ce7285ea 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@react-doctor/api", - "version": "0.9.11", + "version": "0.9.12", "private": true, "description": "Programmatic API for React Doctor.", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a3af28aac..badd92b21 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @react-doctor/core +## 0.9.12 + +### Patch Changes + +- [#1617](https://github.com/millionco/react-doctor/pull/1617) [`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69) Thanks [@aidenybai](https://github.com/aidenybai)! - Reduce `diagnose({ projects })` wall time by inventorying sibling workspace projects once, reusing their sized source-file lists through discovery and lint planning, and scanning larger projects first while preserving result order. + +- Updated dependencies [[`f1899d2`](https://github.com/millionco/react-doctor/commit/f1899d2e57ad35f016323e77592e000dce293439), [`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69), [`8dfb013`](https://github.com/millionco/react-doctor/commit/8dfb01306772760201e75ea1478368390eddf58f)]: + - oxlint-plugin-react-doctor@0.9.12 + - deslop-js@0.9.12 + ## 0.9.11 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index b7fde1233..2520ff247 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-doctor/core", - "version": "0.9.11", + "version": "0.9.12", "private": true, "description": "Diagnostic engine for React Doctor.", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/deslop-cli/CHANGELOG.md b/packages/deslop-cli/CHANGELOG.md index 832f64ee0..b3b66ba19 100644 --- a/packages/deslop-cli/CHANGELOG.md +++ b/packages/deslop-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # deslop-cli +## 0.9.12 + +### Patch Changes + +- Updated dependencies [[`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69)]: + - deslop-js@0.9.12 + ## 0.9.11 ### Patch Changes diff --git a/packages/deslop-cli/package.json b/packages/deslop-cli/package.json index 2f27e85ed..69c02ee80 100644 --- a/packages/deslop-cli/package.json +++ b/packages/deslop-cli/package.json @@ -1,6 +1,6 @@ { "name": "deslop-cli", - "version": "0.9.11", + "version": "0.9.12", "description": "CLI to remove AI slop from JavaScript codebases.", "keywords": [ "cli", diff --git a/packages/deslop-js/CHANGELOG.md b/packages/deslop-js/CHANGELOG.md index 1b013b71c..eb7145907 100644 --- a/packages/deslop-js/CHANGELOG.md +++ b/packages/deslop-js/CHANGELOG.md @@ -1,5 +1,11 @@ # deslop-js +## 0.9.12 + +### Patch Changes + +- [#1617](https://github.com/millionco/react-doctor/pull/1617) [`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69) Thanks [@aidenybai](https://github.com/aidenybai)! - Upgrade the Oxc toolchain to the latest releases. + ## 0.9.11 ## 0.9.10 diff --git a/packages/deslop-js/package.json b/packages/deslop-js/package.json index aed13be8a..acae0259e 100644 --- a/packages/deslop-js/package.json +++ b/packages/deslop-js/package.json @@ -1,6 +1,6 @@ { "name": "deslop-js", - "version": "0.9.11", + "version": "0.9.12", "description": "Remove AI slop from JavaScript code.", "keywords": [ "dead-code", diff --git a/packages/eslint-plugin-react-doctor/CHANGELOG.md b/packages/eslint-plugin-react-doctor/CHANGELOG.md index 3d159d27c..3398867c3 100644 --- a/packages/eslint-plugin-react-doctor/CHANGELOG.md +++ b/packages/eslint-plugin-react-doctor/CHANGELOG.md @@ -1,5 +1,14 @@ # eslint-plugin-react-doctor +## 0.9.12 + +### Patch Changes + +- [#1629](https://github.com/millionco/react-doctor/pull/1629) [`8dfb013`](https://github.com/millionco/react-doctor/commit/8dfb01306772760201e75ea1478368390eddf58f) Thanks [@aidenybai](https://github.com/aidenybai)! - Add comprehensive React Three Fiber, Three.js, WebGPU, GLSL, postprocessing, and GPU-computation diagnostics covering scene and camera setup, renderer lifecycle, resize behavior, loading, animation, controls, materials, uniforms, textures, lighting, shadows, render targets, buffer uploads, instancing, cleanup, and GPU-oriented performance patterns. + +- Updated dependencies [[`f1899d2`](https://github.com/millionco/react-doctor/commit/f1899d2e57ad35f016323e77592e000dce293439), [`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69), [`8dfb013`](https://github.com/millionco/react-doctor/commit/8dfb01306772760201e75ea1478368390eddf58f)]: + - oxlint-plugin-react-doctor@0.9.12 + ## 0.9.11 ### Patch Changes diff --git a/packages/eslint-plugin-react-doctor/package.json b/packages/eslint-plugin-react-doctor/package.json index a82c52e3b..97b90aac9 100644 --- a/packages/eslint-plugin-react-doctor/package.json +++ b/packages/eslint-plugin-react-doctor/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-doctor", - "version": "0.9.11", + "version": "0.9.12", "description": "React Doctor rules for ESLint.", "keywords": [ "accessibility", diff --git a/packages/fuzz/CHANGELOG.md b/packages/fuzz/CHANGELOG.md index 0ea66ced9..e14d8b6ca 100644 --- a/packages/fuzz/CHANGELOG.md +++ b/packages/fuzz/CHANGELOG.md @@ -1,5 +1,12 @@ # @react-doctor/fuzz +## 0.0.30 + +### Patch Changes + +- Updated dependencies [[`f1899d2`](https://github.com/millionco/react-doctor/commit/f1899d2e57ad35f016323e77592e000dce293439), [`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69), [`8dfb013`](https://github.com/millionco/react-doctor/commit/8dfb01306772760201e75ea1478368390eddf58f)]: + - oxlint-plugin-react-doctor@0.9.12 + ## 0.0.29 ### Patch Changes diff --git a/packages/fuzz/package.json b/packages/fuzz/package.json index 69c2750d7..5efba6aa1 100644 --- a/packages/fuzz/package.json +++ b/packages/fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@react-doctor/fuzz", - "version": "0.0.29", + "version": "0.0.30", "private": true, "description": "Adversarial fuzzing harness for React Doctor rules.", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/language-server/CHANGELOG.md b/packages/language-server/CHANGELOG.md index 9d5e52fb5..4d921cafb 100644 --- a/packages/language-server/CHANGELOG.md +++ b/packages/language-server/CHANGELOG.md @@ -1,5 +1,12 @@ # @react-doctor/language-server +## 0.9.12 + +### Patch Changes + +- Updated dependencies [[`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69)]: + - @react-doctor/core@0.9.12 + ## 0.9.11 ### Patch Changes diff --git a/packages/language-server/package.json b/packages/language-server/package.json index a0073ff0d..f0d523564 100644 --- a/packages/language-server/package.json +++ b/packages/language-server/package.json @@ -1,6 +1,6 @@ { "name": "@react-doctor/language-server", - "version": "0.9.11", + "version": "0.9.12", "private": true, "description": "Language server for React Doctor editor integrations.", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/oxlint-plugin-react-doctor/CHANGELOG.md b/packages/oxlint-plugin-react-doctor/CHANGELOG.md index b192ce777..fc82d65da 100644 --- a/packages/oxlint-plugin-react-doctor/CHANGELOG.md +++ b/packages/oxlint-plugin-react-doctor/CHANGELOG.md @@ -1,5 +1,15 @@ # oxlint-plugin-react-doctor +## 0.9.12 + +### Patch Changes + +- [#1634](https://github.com/millionco/react-doctor/pull/1634) [`f1899d2`](https://github.com/millionco/react-doctor/commit/f1899d2e57ad35f016323e77592e000dce293439) Thanks [@aidenybai](https://github.com/aidenybai)! - Reduce false positives across Three.js, JavaScript performance, security, and async rules by recognizing stable lifecycle guards, intentional sequencing, non-escaping values, renderer aliases, and safe DOM data flows. + +- [#1617](https://github.com/millionco/react-doctor/pull/1617) [`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69) Thanks [@aidenybai](https://github.com/aidenybai)! - Upgrade the Oxc toolchain to the latest releases. + +- [#1629](https://github.com/millionco/react-doctor/pull/1629) [`8dfb013`](https://github.com/millionco/react-doctor/commit/8dfb01306772760201e75ea1478368390eddf58f) Thanks [@aidenybai](https://github.com/aidenybai)! - Add comprehensive React Three Fiber, Three.js, WebGPU, GLSL, postprocessing, and GPU-computation diagnostics covering scene and camera setup, renderer lifecycle, resize behavior, loading, animation, controls, materials, uniforms, textures, lighting, shadows, render targets, buffer uploads, instancing, cleanup, and GPU-oriented performance patterns. + ## 0.9.11 ### Patch Changes diff --git a/packages/oxlint-plugin-react-doctor/package.json b/packages/oxlint-plugin-react-doctor/package.json index 647f7bb55..d24d9361c 100644 --- a/packages/oxlint-plugin-react-doctor/package.json +++ b/packages/oxlint-plugin-react-doctor/package.json @@ -1,6 +1,6 @@ { "name": "oxlint-plugin-react-doctor", - "version": "0.9.11", + "version": "0.9.12", "description": "React Doctor rules for oxlint.", "keywords": [ "accessibility", diff --git a/packages/react-doctor/CHANGELOG.md b/packages/react-doctor/CHANGELOG.md index a199b84d0..68274f751 100644 --- a/packages/react-doctor/CHANGELOG.md +++ b/packages/react-doctor/CHANGELOG.md @@ -1,5 +1,23 @@ # react-doctor +## 0.9.12 + +### Patch Changes + +- [#1623](https://github.com/millionco/react-doctor/pull/1623) [`55f11e3`](https://github.com/millionco/react-doctor/commit/55f11e35ca90a2bbc4e2c6cdea14af140eec66bd) Thanks [@aidenybai](https://github.com/aidenybai)! - Restore the option to copy the full fix prompt from the interactive report. + +- [#1622](https://github.com/millionco/react-doctor/pull/1622) [`8606ddd`](https://github.com/millionco/react-doctor/commit/8606ddd089f667ac780938326393986d3bccd41c) Thanks [@aidenybai](https://github.com/aidenybai)! - Ignore Git-ignored configuration files when checking staged scan snapshot divergence. + +- [#1617](https://github.com/millionco/react-doctor/pull/1617) [`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69) Thanks [@aidenybai](https://github.com/aidenybai)! - Upgrade the Oxc toolchain to the latest releases. + +- [#1636](https://github.com/millionco/react-doctor/pull/1636) [`cd2b22e`](https://github.com/millionco/react-doctor/commit/cd2b22e8c86777125a8d1ba9880a7511fcc41906) Thanks [@aidenybai](https://github.com/aidenybai)! - Avoid crashing when oxlint emits a code-less diagnostic while scanning Astro files. + +- [#1632](https://github.com/millionco/react-doctor/pull/1632) [`a546cd5`](https://github.com/millionco/react-doctor/commit/a546cd53ce2514955c51c30f9187d87bfa6f826b) Thanks [@aidenybai](https://github.com/aidenybai)! - Reduce the CLI dependency graph by replacing narrow code-frame and terminal-symbol helpers with local implementations. + +- Updated dependencies [[`f1899d2`](https://github.com/millionco/react-doctor/commit/f1899d2e57ad35f016323e77592e000dce293439), [`51e198d`](https://github.com/millionco/react-doctor/commit/51e198db8bcbd61ad896098bb4985376641a0f69), [`8dfb013`](https://github.com/millionco/react-doctor/commit/8dfb01306772760201e75ea1478368390eddf58f)]: + - oxlint-plugin-react-doctor@0.9.12 + - deslop-js@0.9.12 + ## 0.9.11 ### Patch Changes diff --git a/packages/react-doctor/package.json b/packages/react-doctor/package.json index 0ed3c056a..08caf37dd 100644 --- a/packages/react-doctor/package.json +++ b/packages/react-doctor/package.json @@ -1,6 +1,6 @@ { "name": "react-doctor", - "version": "0.9.11", + "version": "0.9.12", "description": "Your agent writes bad React. This catches it", "keywords": [ "accessibility",