Skip to content

new: update to Solid2 Beta 16#983

Merged
davedbase merged 4 commits into
solidjs-community:nextfrom
davedbase:v2/beta-16
Jul 8, 2026
Merged

new: update to Solid2 Beta 16#983
davedbase merged 4 commits into
solidjs-community:nextfrom
davedbase:v2/beta-16

Conversation

@davedbase

Copy link
Copy Markdown
Member

Summary

  • Upgrades solid-js and @solidjs/web from 2.0.0-beta.15 to 2.0.0-beta.16 across all 92 workspace packages plus the root, and refreshes pnpm-lock.yaml/pnpm-workspace.yaml accordingly.
  • Fixes packages/analytics, which had been left pinned at solid-js@2.0.0-beta.14/@solidjs/web@2.0.0-beta.14 since before the beta.15 bump. That stale pin caused pnpm to dedupe its nested @solidjs/signals dependency to a newer prerelease that had already dropped the isRefreshing export solid-js@beta.14 relies on, breaking the whole analytics test suite with SyntaxError: ... does not provide an export named 'isRefreshing'. It's now aligned to beta.16 with everything else.

Test plan

  • pnpm test:client2 — 134/134 test files, 2063/2063 tests pass (3 skipped)
  • pnpm test:ssr2 — 77/77 test files, 295/295 tests pass (4 skipped)
  • Verified packages/immutable's 3 pre-existing failures are unrelated — that package still depends on legacy solid-js@1.9.14, outside the 2.0 beta line, and was untouched by this change
  • Confirmed no other packages regressed from the version bump

davedbase and others added 2 commits July 8, 2026 14:25
Updates all packages from 2.0.0-beta.15 to 2.0.0-beta.16 for solid-js
and @solidjs/web, and refreshes the lockfile accordingly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jul 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: dd212c8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 9a4cc7c1-253b-4238-a1a3-52c2f4b10170

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@davedbase davedbase changed the base branch from main to next July 8, 2026 18:33
davedbase added 2 commits July 8, 2026 14:34
# Conflicts:
#	packages/i18n/package.json
#	packages/mutable/package.json
#	packages/storage/package.json
#	pnpm-lock.yaml
@davedbase davedbase merged commit 045f581 into solidjs-community:next Jul 8, 2026
1 of 3 checks passed
@davedbase davedbase deleted the v2/beta-16 branch July 8, 2026 18:47
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