From 6693229443db69532d4230330a56b6889cc62708 Mon Sep 17 00:00:00 2001 From: Rayhan Noufal Arayilakath Date: Sat, 30 May 2026 16:09:58 -0700 Subject: [PATCH 1/2] chore(deps): bump deslop-js to ^0.0.14 in react-doctor Co-authored-by: Cursor --- packages/react-doctor/package.json | 2 +- pnpm-lock.yaml | 19 ++----------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/packages/react-doctor/package.json b/packages/react-doctor/package.json index f54c4d53e2..245d843e75 100644 --- a/packages/react-doctor/package.json +++ b/packages/react-doctor/package.json @@ -58,7 +58,7 @@ "@effect/platform-node-shared": "4.0.0-beta.70", "agent-install": "0.0.5", "conf": "^15.1.0", - "deslop-js": "^0.0.13", + "deslop-js": "^0.0.14", "effect": "4.0.0-beta.70", "eslint-plugin-react-hooks": "^7.1.1", "oxlint": "^1.66.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 113a81d43b..1c583cdf4d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -128,8 +128,8 @@ importers: specifier: ^15.1.0 version: 15.1.0 deslop-js: - specifier: ^0.0.13 - version: 0.0.13(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + specifier: ^0.0.14 + version: 0.0.14(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) effect: specifier: 4.0.0-beta.70 version: 4.0.0-beta.70 @@ -2084,9 +2084,6 @@ packages: deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} - deslop-js@0.0.13: - resolution: {integrity: sha512-gIXD+wY2/NHkZHpNrb8MWS6NJs3ee0XunAenBCvwHJlWnedDbIrg70hdNR7bDzYZLe9LGJZMLEI1w2CC72Gk5A==} - deslop-js@0.0.14: resolution: {integrity: sha512-FY0rNK+mdTozXwNmcJAt5tD9hVOkXEX5ac+Mg77KJvnnsoAh3qIUW64PMnofutjeYz7g1vENMbOcrBmD1v4FlA==} @@ -4608,18 +4605,6 @@ snapshots: deep-is@0.1.4: {} - deslop-js@0.0.13(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0): - dependencies: - '@oxc-project/types': 0.132.0 - fast-glob: 3.3.3 - minimatch: 10.2.5 - oxc-parser: 0.132.0 - oxc-resolver: 11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) - typescript: 6.0.3 - transitivePeerDependencies: - - '@emnapi/core' - - '@emnapi/runtime' - deslop-js@0.0.14(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0): dependencies: '@oxc-project/types': 0.132.0 From c2ddff9d9c6cc7dacee3615984c28cde1e959e27 Mon Sep 17 00:00:00 2001 From: Rayhan Noufal Arayilakath Date: Sat, 30 May 2026 16:12:33 -0700 Subject: [PATCH 2/2] chore: add changeset for deslop-js 0.0.14 bump Co-authored-by: Cursor --- .changeset/bump-deslop-js-0-0-14.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/bump-deslop-js-0-0-14.md diff --git a/.changeset/bump-deslop-js-0-0-14.md b/.changeset/bump-deslop-js-0-0-14.md new file mode 100644 index 0000000000..e995745720 --- /dev/null +++ b/.changeset/bump-deslop-js-0-0-14.md @@ -0,0 +1,5 @@ +--- +"react-doctor": patch +--- + +Update the dead-code analysis engine (`deslop-js`) to `0.0.14` so the published CLI's unused-file / dead-code detection runs on the latest release. The CLI previously pinned `^0.0.13` while the internal core engine was already on `0.0.14`; this aligns both on a single version and drops the duplicate from the lockfile.