chore: version packages - #1586
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
August 7, 2026 06:52
2d244d6 to
d57121e
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 7, 2026 07:20
d57121e to
4e1ed47
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
#1599
a4d2c5cThanks @aidenybai! - Recognize browser media capability and playback lifecycles without masking unrelated prop-driven state adjustments, and resolve cross-file helpers with dotted basenames.#1597
4ffeb2cThanks @aidenybai! - Fix derived-state detection through render-updated refs and avoid flagging finite timer lifecycle shutdowns as prop-driven state adjustments.Updated dependencies [
a4d2c5c,4ffeb2c,d62caa5]:oxlint-plugin-react-doctor@0.9.6
Patch Changes
#1599
a4d2c5cThanks @aidenybai! - Recognize browser media capability and playback lifecycles without masking unrelated prop-driven state adjustments, and resolve cross-file helpers with dotted basenames.#1597
4ffeb2cThanks @aidenybai! - Fix derived-state detection through render-updated refs and avoid flagging finite timer lifecycle shutdowns as prop-driven state adjustments.#1596
d62caa5Thanks @aidenybai! - Accept trailing loading resets after non-rethrowing catch handlers, and preserve effect-local cleanup helpers with deterministic false-positive and false-negative fuzz replay.react-doctor@0.9.6
Patch Changes
#1592
ac4e51fThanks @aidenybai! - Detect React Compiler transforms passed through an installed@rolldown/plugin-babelwrapper.#1584
4b03b15Thanks @aidenybai! - Load standard JavaScript and TypeScript Knip configuration files when collecting dead-code entry and ignore patterns.#1596
d62caa5Thanks @aidenybai! - Accept trailing loading resets after non-rethrowing catch handlers, and preserve effect-local cleanup helpers with deterministic false-positive and false-negative fuzz replay.Updated dependencies [
2b8bc5c,a4d2c5c,4ffeb2c,d62caa5]:@react-doctor/api@0.9.6
Patch Changes
ac4e51f]:@react-doctor/core@0.9.6
Patch Changes
#1592
ac4e51fThanks @aidenybai! - Detect React Compiler transforms passed through an installed@rolldown/plugin-babelwrapper.Updated dependencies [
2b8bc5c,a4d2c5c,4ffeb2c,d62caa5]:@react-doctor/fuzz@0.0.24
Patch Changes
a4d2c5c,4ffeb2c,d62caa5]:@react-doctor/language-server@0.9.6
Patch Changes
ac4e51f]:Note
Low Risk
Release-only version and changelog updates; behavioral changes ship via already-merged changesets reflected in release notes, not new code in this diff.
Overview
Changesets release that bumps the monorepo from 0.9.5 → 0.9.6 (and
@react-doctor/fuzzto 0.0.24). The diff is release metadata only:package.jsonversion fields, new CHANGELOG sections, and removal of six consumed.changesetfiles—no application source edits in this PR.react-doctor/@react-doctor/core— React Compiler detection when transforms run through an installed@rolldown/plugin-babelwrapper; dead-code/Knip setup loads standard Knip JS/TS config files for entry and ignore patterns.deslop-js/deslop-cli— Unused-dependency analysis surfaces dependencies conservatively excluded from the scan and explains those exclusions in CLI output.oxlint-plugin-react-doctor/eslint-plugin-react-doctor— Lint precision fixes: derived-state via render-updated refs; fewer false positives on finite timer shutdowns and prop-driven state rules; browser media capability/playback lifecycles; cross-file helpers with dotted basenames; trailing loading resets after non-rethrowing catches; effect-local cleanup helpers with fuzz replay coverage.Dependent packages (
@react-doctor/api, language-server, fuzz) pick up bumped workspace dependency versions only.Reviewed by Cursor Bugbot for commit 4e1ed47. Bugbot is set up for automated code reviews on this repo. Configure here.