Skip to content
Merged
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/calm-doctors-audit.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tall-adults-refuse.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-doctor/api

## 0.9.8

### Patch Changes

- Updated dependencies []:
- @react-doctor/core@0.9.8

## 0.9.7

### 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.7",
"version": "0.9.8",
"private": true,
"description": "Programmatic API for React Doctor.",
"license": "SEE LICENSE IN LICENSE",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-doctor/core

## 0.9.8

### Patch Changes

- Updated dependencies [[`f27fd5d`](https://github.com/millionco/react-doctor/commit/f27fd5d136371c8164675ddf52da3742e248f7d8), [`13138a4`](https://github.com/millionco/react-doctor/commit/13138a4af515938a49a2e467d3922d2ef4f35fb4)]:
- oxlint-plugin-react-doctor@0.9.8
- deslop-js@0.9.8

## 0.9.7

### 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.7",
"version": "0.9.8",
"private": true,
"description": "Diagnostic engine for React Doctor.",
"license": "SEE LICENSE IN LICENSE",
Expand Down
9 changes: 9 additions & 0 deletions packages/deslop-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# deslop-cli

## 0.9.8

### Patch Changes

- [#1590](https://github.com/millionco/react-doctor/pull/1590) [`13138a4`](https://github.com/millionco/react-doctor/commit/13138a4af515938a49a2e467d3922d2ef4f35fb4) Thanks [@aidenybai](https://github.com/aidenybai)! - Harden scan orchestration and cache persistence, modernize the Effect runtime, simplify package boundaries and analyzers, share cycle and suppression analysis, keep workflow paths inside the repository, and remove unused internals.

- Updated dependencies [[`13138a4`](https://github.com/millionco/react-doctor/commit/13138a4af515938a49a2e467d3922d2ef4f35fb4)]:
- deslop-js@0.9.8

## 0.9.7

### 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.7",
"version": "0.9.8",
"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.8

### Patch Changes

- [#1590](https://github.com/millionco/react-doctor/pull/1590) [`13138a4`](https://github.com/millionco/react-doctor/commit/13138a4af515938a49a2e467d3922d2ef4f35fb4) Thanks [@aidenybai](https://github.com/aidenybai)! - Harden scan orchestration and cache persistence, modernize the Effect runtime, simplify package boundaries and analyzers, share cycle and suppression analysis, keep workflow paths inside the repository, and remove unused internals.

## 0.9.7

## 0.9.6
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.7",
"version": "0.9.8",
"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.8

### Patch Changes

- [#1590](https://github.com/millionco/react-doctor/pull/1590) [`13138a4`](https://github.com/millionco/react-doctor/commit/13138a4af515938a49a2e467d3922d2ef4f35fb4) Thanks [@aidenybai](https://github.com/aidenybai)! - Harden scan orchestration and cache persistence, modernize the Effect runtime, simplify package boundaries and analyzers, share cycle and suppression analysis, keep workflow paths inside the repository, and remove unused internals.

- Updated dependencies [[`f27fd5d`](https://github.com/millionco/react-doctor/commit/f27fd5d136371c8164675ddf52da3742e248f7d8), [`13138a4`](https://github.com/millionco/react-doctor/commit/13138a4af515938a49a2e467d3922d2ef4f35fb4)]:
- oxlint-plugin-react-doctor@0.9.8

## 0.9.7

### 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.7",
"version": "0.9.8",
"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.26

### Patch Changes

- Updated dependencies [[`f27fd5d`](https://github.com/millionco/react-doctor/commit/f27fd5d136371c8164675ddf52da3742e248f7d8), [`13138a4`](https://github.com/millionco/react-doctor/commit/13138a4af515938a49a2e467d3922d2ef4f35fb4)]:
- oxlint-plugin-react-doctor@0.9.8

## 0.0.25

### 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.25",
"version": "0.0.26",
"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.8

### Patch Changes

- Updated dependencies []:
- @react-doctor/core@0.9.8

## 0.9.7

### 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.7",
"version": "0.9.8",
"private": true,
"description": "Language server for React Doctor editor integrations.",
"license": "SEE LICENSE IN LICENSE",
Expand Down
8 changes: 8 additions & 0 deletions packages/oxlint-plugin-react-doctor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# oxlint-plugin-react-doctor

## 0.9.8

### Patch Changes

- [#1605](https://github.com/millionco/react-doctor/pull/1605) [`f27fd5d`](https://github.com/millionco/react-doctor/commit/f27fd5d136371c8164675ddf52da3742e248f7d8) Thanks [@aidenybai](https://github.com/aidenybai)! - Fix React Bench false positives and false negatives across effect cleanup, fetch status, async ownership, loading state, timer refs, state updaters, and trusted KaTeX HTML analysis.

- [#1590](https://github.com/millionco/react-doctor/pull/1590) [`13138a4`](https://github.com/millionco/react-doctor/commit/13138a4af515938a49a2e467d3922d2ef4f35fb4) Thanks [@aidenybai](https://github.com/aidenybai)! - Harden scan orchestration and cache persistence, modernize the Effect runtime, simplify package boundaries and analyzers, share cycle and suppression analysis, keep workflow paths inside the repository, and remove unused internals.

## 0.9.7

### 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.7",
"version": "0.9.8",
"description": "React Doctor rules for oxlint.",
"keywords": [
"accessibility",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-doctor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# react-doctor

## 0.9.8

### Patch Changes

- [#1590](https://github.com/millionco/react-doctor/pull/1590) [`13138a4`](https://github.com/millionco/react-doctor/commit/13138a4af515938a49a2e467d3922d2ef4f35fb4) Thanks [@aidenybai](https://github.com/aidenybai)! - Harden scan orchestration and cache persistence, modernize the Effect runtime, simplify package boundaries and analyzers, share cycle and suppression analysis, keep workflow paths inside the repository, and remove unused internals.

- Updated dependencies [[`f27fd5d`](https://github.com/millionco/react-doctor/commit/f27fd5d136371c8164675ddf52da3742e248f7d8), [`13138a4`](https://github.com/millionco/react-doctor/commit/13138a4af515938a49a2e467d3922d2ef4f35fb4)]:
- oxlint-plugin-react-doctor@0.9.8
- deslop-js@0.9.8

## 0.9.7

### 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.7",
"version": "0.9.8",
"description": "Your agent writes bad React. This catches it",
"keywords": [
"accessibility",
Expand Down
Loading