Skip to content

fix(deps): bump @tanstack/dom-vite to 0.1.0-alpha.7#842

Merged
tannerlinsley merged 1 commit intomainfrom
taren/bump-dom-vite-alpha7
Apr 21, 2026
Merged

fix(deps): bump @tanstack/dom-vite to 0.1.0-alpha.7#842
tannerlinsley merged 1 commit intomainfrom
taren/bump-dom-vite-alpha7

Conversation

@tannerlinsley
Copy link
Copy Markdown
Member

@tannerlinsley tannerlinsley commented Apr 21, 2026

Summary

Bumps the shim to 0.1.0-alpha.7, which fixes site search (the nativeEvent alias — react-instantsearch's SearchBox was silently throwing on every keystroke) and a few other things:

  • fix(react-dom): alias event.nativeEvent on dispatched handlers. Without this, libraries that read event.nativeEvent.isComposing (react-instantsearch) or event.nativeEvent.shiftKey (DnD/UI kits) hit a TypeError inside their handler, the call is swallowed, and the user-visible action never runs. TanStack/react@1c71ed6
  • fix(react-dom): onChange on text-like inputs now fires on every keystroke (native input event) instead of only on blur/enter.
  • perf(react-dom): renderFiber pointer-table dispatch (−140 B min, tiny parse-time win).
  • feat(react): dev-mode error hint pointing at "use client" when a hooks error fires during RSC render. Zero prod-bundle impact.

Combined with the Configure source-injection fix from #841, this restores in-dev site search end-to-end.

Test plan

  • Verified against running dev server — search modal returns 20 hits for "useQuery"
  • pnpm husky passes (format + tsc + lint + smoke 4/4)

Summary by CodeRabbit

  • Chores
    • Updated build toolchain dependencies to latest versions.

Picks up:
- fix(react-dom): alias event.nativeEvent on dispatched handlers — fixes
  react-instantsearch site search (onChange throws on
  event.nativeEvent.isComposing without the alias, silently swallowing
  every keystroke).
- fix(react-dom): fire onChange on every keystroke for text inputs
  (onChange → native input event for text-like inputs).
- perf(react-dom): renderFiber pointer-table dispatch.
- feat(react): dev-mode hint pointing at "use client" when a hooks
  error fires during RSC render.

Combined with the Configure source-injection fix from #841, this
restores in-dev site search.
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 21, 2026

Deploy Preview for tanstack ready!

Name Link
🔨 Latest commit 199eccd
🔍 Latest deploy log https://app.netlify.com/projects/tanstack/deploys/69e6ea218afa140008c05dd3
😎 Deploy Preview https://deploy-preview-842--tanstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 38
Accessibility: 90
Best Practices: 83
SEO: 97
PWA: 70
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2584dba4-1ec7-43b1-b817-1fce1f65f5fe

📥 Commits

Reviewing files that changed from the base of the PR and between 8f9a65e and 199eccd.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

Updated the @tanstack/dom-vite devDependency from version 0.1.0-alpha.6 to 0.1.0-alpha.7, incorporating the latest pre-release version of the build tool for development and testing workflows.

Changes

Cohort / File(s) Summary
Dependency Version Update
package.json
Bumped @tanstack/dom-vite devDependency from 0.1.0-alpha.6 to 0.1.0-alpha.7.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A tiny hop, a version leap,
From alpha-six to seven deep,
The toolchain now renewed and bright,
Fresh dependencies, all just right! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch taren/bump-dom-vite-alpha7

Comment @coderabbitai help to get the list of available commands and usage tips.

@tannerlinsley tannerlinsley merged commit 2d1c52c into main Apr 21, 2026
6 of 8 checks passed
@tannerlinsley tannerlinsley deleted the taren/bump-dom-vite-alpha7 branch April 21, 2026 03:08
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.

1 participant