upgrade: mouse package upgrade for Solid 2.0#903
Conversation
🦋 Changeset detectedLatest commit: 83c8bde The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Upgrades
@solid-primitives/mouseto Solid 2.0 beta.13, aligning with the async reactivity model and updated@solidjs/*namespace.Changes
isServerimport: moved fromsolid-js/web→@solidjs/webincommon.tsandprimitives.tsonMount→onSettled: post-render initialization now uses the Solid 2.0 lifecycle hooksharedConfig.context→sharedConfig.hydrating: updated hydration detection to current APIcreateEffect: reactive target re-attachment migrated from single-callback form to the required compute/apply split;attachListenersnow returns an explicit cleanup function used as the apply-phase teardownflush()after signal writes inindex.test.ts(async batching); addedtest/server.test.tswith 4 SSR coverage testspackage.json: bumped to3.0.0, pinnedsolid-jsand@solidjs/webdevDeps to2.0.0-beta.13, updated peer deps accordinglyBreaking changes for downstream consumers
solid-js@^2.0.0-beta.13and@solidjs/web@^2.0.0-beta.13