Skip to content

chore: bump all deps - #2247

Merged
birkskyum merged 2 commits into
solidjs:mainfrom
birkskyum:bump-all-deps
Jul 26, 2026
Merged

chore: bump all deps#2247
birkskyum merged 2 commits into
solidjs:mainfrom
birkskyum:bump-all-deps

Conversation

@birkskyum

@birkskyum birkskyum commented Jul 26, 2026

Copy link
Copy Markdown
Member

Prep for the SolidStart v2 stable release. Updates dependencies across all 12 workspace packages and migrates the landing page to Tailwind v4.

Two things needed code changes rather than just version bumps:

  • cookie-es v3 now returns undefined from parseSetCookie for forbidden or empty cookie names, so packages/start/src/fns/handler.ts guards instead of destructuring directly.
  • Tailwind v4: I updated the landing page (most of this diff). The official codemod crashed partway through, so the JS config was ported to @theme by hand and the template migrations applied manually. Notably grid-cols-[auto,auto] had to become underscores, since v4 no longer converts commas to spaces, which had silently broken the two-column desktop layout.

Babel stays on 7 (vite-plugin-solid still requires it, so v8 would ship two Babel toolchains per install) and @testing-library/jest-dom stays on 6 to respect its peer range (solidjs/vite-plugin-solid#287)

@changeset-bot

changeset-bot Bot commented Jul 26, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: c8c1ca3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@solidjs/start Patch

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

@netlify

netlify Bot commented Jul 26, 2026

Copy link
Copy Markdown

Deploy Preview for solid-start-landing-page ready!

Name Link
🔨 Latest commit c8c1ca3
🔍 Latest deploy log https://app.netlify.com/projects/solid-start-landing-page/deploys/6a65f965a221c60008ff5ff8
😎 Deploy Preview https://deploy-preview-2247--solid-start-landing-page.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

@pkg-pr-new

pkg-pr-new Bot commented Jul 26, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@solidjs/start@2247

commit: c8c1ca3

@birkskyum
birkskyum merged commit b6dfaac into solidjs:main Jul 26, 2026
10 checks passed
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.

2 participants