Skip to content

Conversation

@oscartbeaumont
Copy link
Contributor

@oscartbeaumont oscartbeaumont commented Nov 7, 2025

What is the current behavior?

When trying to run Devinxi it crashes on startup. This is starting to occur on any projects when I upgrade my dependencies.

➜ pnpm dev

> @oscartbeaumont/website@5.0.0 dev /Users/oscar/Desktop/website5
> vite dev

(node:55577) ExperimentalWarning: CommonJS module /Users/oscar/Desktop/website5/node_modules/.pnpm/vite@7.1.12_@types+node@24.10.0_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/dist/node/chunks/chunk.js is loading ES Module /Users/oscar/Desktop/website5/node_modules/.pnpm/supports-color@10.2.2/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
failed to load config from /Users/oscar/Desktop/website5/vite.config.ts
error when starting dev server:
TypeError: Cannot read properties of undefined (reading 'filter')
    at TanStackServerFnPlugin (file:///Users/oscar/Desktop/website5/node_modules/.pnpm/@tanstack+server-functions-plugin@1.134.5_vite@7.1.10_@types+node@24.10.0_jiti@2.6.1_lightningcss@1.30.2_/node_modules/@tanstack/server-functions-plugin/dist/esm/index.js:75:21)
    at solidStart (file:///Users/oscar/Desktop/website5/node_modules/.pnpm/@solidjs+start@https+++pkg.pr.new+@solidjs+start@d96c5b8_@types+node@24.10.0_jiti@2.6.1_lightningcss@1.30.2/node_modules/@solidjs/start/dist/config/index.js:154:9)
    at file:///Users/oscar/Desktop/website5/node_modules/.vite-temp/vite.config.ts.timestamp-1762487411263-fd15e9d16330f.mjs:68:5
    at ModuleJob.run (node:internal/modules/esm/module_job:271:25)
    at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:547:26)
    at async loadConfigFromBundledFile (file:///Users/oscar/Desktop/website5/node_modules/.pnpm/vite@7.1.12_@types+node@24.10.0_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/dist/node/chunks/config.js:36128:12)
    at async bundleAndLoadConfigFile (file:///Users/oscar/Desktop/website5/node_modules/.pnpm/vite@7.1.12_@types+node@24.10.0_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/dist/node/chunks/config.js:36014:17)
    at async loadConfigFromFile (file:///Users/oscar/Desktop/website5/node_modules/.pnpm/vite@7.1.12_@types+node@24.10.0_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/dist/node/chunks/config.js:35981:42)
    at async resolveConfig (file:///Users/oscar/Desktop/website5/node_modules/.pnpm/vite@7.1.12_@types+node@24.10.0_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/dist/node/chunks/config.js:35632:22)
    at async _createServer (file:///Users/oscar/Desktop/website5/node_modules/.pnpm/vite@7.1.12_@types+node@24.10.0_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/dist/node/chunks/config.js:27938:67)
 ELIFECYCLE  Command failed with exit code 1.

Using Devinxi version: https://pkg.pr.new/@solidjs/start@d96c5b8

What is the new behavior?

It looks like Tanstack updated the arguments for the server function plugin so i've upgraded all dependencies to the latest version and updated the arguments to the new format.

@changeset-bot
Copy link

changeset-bot bot commented Nov 7, 2025

⚠️ No Changeset found

Latest commit: 803de39

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

@oscartbeaumont oscartbeaumont changed the title update Devinxi: Update Tanstack Server Plugin Nov 7, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 7, 2025

Open in StackBlitz

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

commit: 803de39

@atilafassina atilafassina deleted the branch solidjs:devinxi November 7, 2025 13:22
@oscartbeaumont oscartbeaumont deleted the devinxi-update-tanstack-server-fn branch November 7, 2025 15:28
@oscartbeaumont oscartbeaumont restored the devinxi-update-tanstack-server-fn branch November 7, 2025 15:29
@oscartbeaumont oscartbeaumont deleted the devinxi-update-tanstack-server-fn branch November 24, 2025 07:27
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