meta(changelog): Update package versions - #130
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3 tasks
BYK
pushed a commit
that referenced
this pull request
Sep 15, 2026
…e crash (#1355) ## Summary - `JsonViewer` (used by trace/event context views, span DB query descriptions, envelope details, logs) can crash the whole app with React error #130 ("Element type is invalid... but got: object"). - Root cause: `@microlink/react-json-view@1.23.x`'s CJS/UMD bundle ends up double-wrapped as `{ default: Component }` under Vite's dependency interop (both `vite build` and the dev server's esbuild pre-bundling), so the default import resolves to an object instead of the component. - The package fixed this themselves in `1.31.9` by adding a proper `index.mjs` ESM entry point and a conditional `exports` map (getsentry/spotlight is unaffected by this class of interop bug once resolving to that entry). This PR just bumps the dependency to pick up their fix; no application code changes needed. ## Test plan - [x] Reproduced the crash live against real trace data using the previous pinned version (1.23.4 range, resolved 1.26.1) in both `vite --config vite.dev.config.ts` and the production `vite build --config vite.ui.config.ts` bundle. - [x] After the bump (resolves to 1.31.34), rebuilt the production bundle and loaded 10+ real trace/context views (including large nested payloads) with no error #130 and no console errors from `JsonViewer`. - [x] `tsc --noEmit` clean for the affected files; existing `AnsiText` unit tests in the same directory still pass.
This branch was successfully deployed
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 publish to npm yourself or setup this action to publish 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
@spotlightjs/astro@0.0.18
Patch Changes
Add debug flag to Spotlight
(
9f9370f)Updated dependencies
[
9f9370f,d90c89c]:@spotlightjs/core@0.0.15
Patch Changes
Add debug flag to Spotlight
(
9f9370f)Fix PHP Envelopes
(
d90c89c)