Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Node.js 25 ships built-in localStorage via --experimental-webstorage, but without --localstorage-file it provides a non-functional stub. Vitest's populateGlobal() skips overriding it with jsdom's working version when it already exists on globalThis, breaking all localStorage tests locally. - Add --no-experimental-webstorage to vitest execArgv to disable the Node built-in so jsdom's localStorage is used instead - Set jsdom url to http://localhost (required by jsdom 27 for non-opaque origin localStorage) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
bernirosas
previously approved these changes
Apr 15, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
2.8.0Changes since v2.7.0
Features
window.TS.tokenis assigned later (feat: enhance API token handling and playground UI notifications #360)/demopage for testing the analytics library (feat(analytics): interactive playground #359)Fixes
langattribute to HTML elements for a11y compliance (fix: add lang attribute to html elements #355)--no-experimental-webstorage)Tests
Housekeeping
Test plan
pnpm run lint:cipassespnpm run types:checkpassespnpm run test— 47/47 tests pass (17 test files)🤖 Generated with Claude Code