chore: version packages - #1586
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 22:57
694d9dd to
7c6d4c0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
deslop-cli@0.9.6
Patch Changes
#1589
2b8bc5cThanks @aidenybai! - Expose declared dependencies conservatively excluded from unused-dependency analysis and explain the exclusions in human-readable CLI output.Updated dependencies [
2b8bc5c]:deslop-js@0.9.6
Patch Changes
2b8bc5cThanks @aidenybai! - Expose declared dependencies conservatively excluded from unused-dependency analysis and explain the exclusions in human-readable CLI output.eslint-plugin-react-doctor@0.9.6
Patch Changes
react-doctor@0.9.6
Patch Changes
#1584
4b03b15Thanks @aidenybai! - Load standard JavaScript and TypeScript Knip configuration files when collecting dead-code entry and ignore patterns.Updated dependencies [
2b8bc5c]:oxlint-plugin-react-doctor@0.9.6
@react-doctor/api@0.9.6
Patch Changes
@react-doctor/core@0.9.6
Patch Changes
2b8bc5c]:@react-doctor/fuzz@0.0.24
Patch Changes
@react-doctor/language-server@0.9.6
Patch Changes
Note
Low Risk
Release bookkeeping only in the diff; behavioral changes are limited to dead-code/Knip config loading and clearer unused-dependency reporting in deslop.
Overview
Automated Changesets release that bumps workspace packages to 0.9.6 (and
@react-doctor/fuzzto 0.0.24), appends changelog entries, and removes the consumed changeset files. No application source is modified in this diff—only release metadata.The published 0.9.6 notes capture two user-facing patches already merged on main:
react-doctor@0.9.6— Dead-code analysis now loads standard Knip config files (knip.json,knip.ts, etc.) when collecting entry and ignore patterns (#1584).deslop-js@0.9.6/deslop-cli@0.9.6— Unused-dependency analysis now surfaces conservatively skipped declared dependencies (e.g. viaskippedDependencies) and the CLI explains why those deps were excluded (#1589).Downstream packages (
@react-doctor/core,@react-doctor/api, language-server, eslint plugin, fuzz) pick up aligned dependency versions without their own feature bullets in this release.Reviewed by Cursor Bugbot for commit 7c6d4c0. Bugbot is set up for automated code reviews on this repo. Configure here.