Skip to content

Bump @solidjs/start from 1.3.2 to 2.0.0 - #453

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/solidjs/start-2.0.0
Open

Bump @solidjs/start from 1.3.2 to 2.0.0#453
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/solidjs/start-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps @solidjs/start from 1.3.2 to 2.0.0.

Release notes

Sourced from @​solidjs/start's releases.

@​solidjs/start@​2.0.0

Highlights

SolidStart v2 is now stable. This release replaces Vinxi with direct use of Vite’s Environment API, providing Solid v1 applications with a simpler Vite 8 and Rolldown-powered foundation, improved compatibility with the Vite ecosystem, and direct integration with deployment plugins.

SolidStart v2 requires Node.js 24 or newer and Vite 8. Most SolidStart v1 applications can upgrade by moving their framework configuration from app.config.ts to vite.config.ts and following the migration guide.

@​solidjs/start@​2.0.0-rc.10

Minor Changes

  • 3f2b7a7: The file filter logic used for CSS crawling in development can now be configured with the vite plugin option css.filter analog to serverFunctions.filter:

    solidStart({
      css: {
        filter: {
          // Exclude all node_modules except "my-dependency" with a flat node_modules layout
          exclude: "node_modules/!(my-dependency)/**/*",
        },
      },
    });

Patch Changes

  • 6581877: Fixed shared chunk css not being server rendered in production (Vite 8 regression).
  • 37d4488: Migrate the built-in Vite configuration from the deprecated rollupOptions alias to rolldownOptions.
  • 3f2b7a7: Fixed css from files with url sensitive characters such as + not being server-rendered.

@​solidjs/start@​2.0.0-rc.9

Patch Changes

  • 8eef552: Remove type-only import remnants from client server-function transforms so they do not retain server-only dependency chains.

@​solidjs/start@​2.0.0-rc.8

Patch Changes

  • 3573985: Await asynchronous serverFunctions.onError handlers before serializing server function errors. Preserve the original error if the handler throws or rejects.

@​solidjs/start@​2.0.0-rc.7

Patch Changes

  • 87d73e1: chore: bump seroval to v1.6.0

@​solidjs/start@​2.0.0-rc.6

... (truncated)

Changelog

Sourced from @​solidjs/start's changelog.

2.0.0

Highlights

SolidStart v2 is now stable. This release replaces Vinxi with direct use of Vite’s Environment API, providing Solid v1 applications with a simpler Vite 8 and Rolldown-powered foundation, improved compatibility with the Vite ecosystem, and direct integration with deployment plugins.

SolidStart v2 requires Node.js 24 or newer and Vite 8. Most SolidStart v1 applications can upgrade by moving their framework configuration from app.config.ts to vite.config.ts and following the migration guide.

2.0.0-rc.10

Minor Changes

  • 3f2b7a7: The file filter logic used for CSS crawling in development can now be configured with the vite plugin option css.filter analog to serverFunctions.filter:

    solidStart({
      css: {
        filter: {
          // Exclude all node_modules except "my-dependency" with a flat node_modules layout
          exclude: "node_modules/!(my-dependency)/**/*",
        },
      },
    });

Patch Changes

  • 6581877: Fixed shared chunk css not being server rendered in production (Vite 8 regression).
  • 37d4488: Migrate the built-in Vite configuration from the deprecated rollupOptions alias to rolldownOptions.
  • 3f2b7a7: Fixed css from files with url sensitive characters such as + not being server-rendered.

2.0.0-rc.9

Patch Changes

  • 8eef552: Remove type-only import remnants from client server-function transforms so they do not retain server-only dependency chains.

2.0.0-rc.8

Patch Changes

  • 3573985: Await asynchronous serverFunctions.onError handlers before serializing server function errors. Preserve the original error if the handler throws or rejects.

2.0.0-rc.7

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​solidjs/start since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@hakatashi
hakatashi enabled auto-merge August 10, 2026 05:43
@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit 4a0c200):

https://solid-start-firebase-template--pr453-dependabot-npm-an-x2u82h4j.web.app

(expires Tue, 25 Aug 2026 05:49:16 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 670acb186e22abd5b479cdb7c6e503bc376cdee7

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/solidjs/start-2.0.0 branch from 843143c to 0941735 Compare August 10, 2026 05:47
Bumps [@solidjs/start](https://github.com/solidjs/solid-start/tree/HEAD/packages/start) from 1.3.2 to 2.0.0.
- [Release notes](https://github.com/solidjs/solid-start/releases)
- [Changelog](https://github.com/solidjs/solid-start/blob/main/packages/start/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-start/commits/@solidjs/start@2.0.0/packages/start)

---
updated-dependencies:
- dependency-name: "@solidjs/start"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/solidjs/start-2.0.0 branch from 0941735 to 4a0c200 Compare August 18, 2026 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants