Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-prompts-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-config-snapshots.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-threejs-signals.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/faster-project-batches.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/newer-oxc-toolchain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/safe-astro-diagnostics.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/steady-three-frames.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/trim-cli-dependencies.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/deslop-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/deslop-cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/deslop-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/deslop-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-plugin-react-doctor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-react-doctor/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/fuzz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/fuzz/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/oxlint-plugin-react-doctor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/oxlint-plugin-react-doctor/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/react-doctor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-doctor/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading