Skip to content

chore: upgrade react-inspector to v9.0.0#627

Open
JakeAdler wants to merge 3 commits intotajo:mainfrom
JakeAdler:main
Open

chore: upgrade react-inspector to v9.0.0#627
JakeAdler wants to merge 3 commits intotajo:mainfrom
JakeAdler:main

Conversation

@JakeAdler
Copy link

@JakeAdler JakeAdler commented Dec 21, 2025

  • Update react-inspector from ^6.0.2 to ^9.0.0
  • Change moduleResolution from "node" to "bundler" in tsconfig.json.
    This is required because react-inspector 9.0.0 uses the modern
    exports field in package.json, which the legacy "node" resolution
    doesn't understand. The "bundler" setting is the recommended
    configuration for Vite projects.

Closes #597

JakeAdler and others added 3 commits December 20, 2025 21:28
- Update react-inspector from ^6.0.2 to ^9.0.0
- Change moduleResolution from "node" to "bundler" in tsconfig.json.
  This is required because react-inspector 9.0.0 uses the modern
  `exports` field in package.json, which the legacy "node" resolution
  doesn't understand. The "bundler" setting is the recommended
  configuration for Vite projects.

  See: https://vite.dev/guide/performance

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@changeset-bot
Copy link

changeset-bot bot commented Dec 21, 2025

🦋 Changeset detected

Latest commit: d71762a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 13 packages
Name Type
@ladle/react Patch
example Patch
test-addons Patch
test-babel Patch
test-config Patch
test-config-ts Patch
test-css Patch
test-decorators Patch
test-playwright Patch
test-programmatic Patch
test-provider Patch
test-baseweb Patch
test-msw Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@JakeAdler
Copy link
Author

Hey @tajo what do you think about this PR? This issue is causing us to be unable to bump our deps in react-vega

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

React 19 peerDependency issue caused by react-inspector

1 participant