Skip to content

chore(deps): bump @solidjs/start from 1.3.2 to 2.0.0 - #116

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

chore(deps): bump @solidjs/start from 1.3.2 to 2.0.0#116
dependabot[bot] wants to merge 1 commit into
masterfrom
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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

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.

1 participant