Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat server fn plugin #2993

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Feat server fn plugin #2993

wants to merge 34 commits into from

Conversation

tannerlinsley
Copy link
Collaborator

No description provided.

Copy link

nx-cloud bot commented Dec 12, 2024

View your CI Pipeline Execution ↗ for commit 497a83f.

Command Status Duration Result
nx affected --targets=test:eslint,test:unit,tes... ❌ Failed 3m 52s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 29s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-07 07:35:05 UTC

tannerlinsley and others added 9 commits January 6, 2025 16:21
…tion` component (#3053)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Sean Cassiere <[email protected]>
* fix: allow serverFn errors to also have context

* fix: allow errors, undefined from server functions

* remove logs

* fix: transformer and tests

* ci: apply automated fixes

* no logs

* fix conficts

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
# Conflicts:
#	e2e/create-start/package.json
#	e2e/start/basic/tests/base.spec.ts
#	examples/react/authenticated-routes/package.json
#	examples/react/basic-default-search-params/package.json
#	examples/react/basic-file-based-codesplitting/package.json
#	examples/react/basic-file-based/package.json
#	examples/react/basic-react-query-file-based/package.json
#	examples/react/basic-react-query/package.json
#	examples/react/basic-ssr-file-based/package.json
#	examples/react/basic-ssr-streaming-file-based/package.json
#	examples/react/basic-virtual-file-based/package.json
#	examples/react/basic-virtual-inside-file-based/package.json
#	examples/react/basic/package.json
#	examples/react/deferred-data/package.json
#	examples/react/kitchen-sink-file-based/package.json
#	examples/react/kitchen-sink-react-query-file-based/package.json
#	examples/react/kitchen-sink-react-query/package.json
#	examples/react/kitchen-sink/package.json
#	examples/react/large-file-based/package.json
#	examples/react/location-masking/package.json
#	examples/react/navigation-blocking/package.json
#	examples/react/quickstart-esbuild-file-based/package.json
#	examples/react/quickstart-file-based/package.json
#	examples/react/quickstart-rspack-file-based/package.json
#	examples/react/quickstart-webpack-file-based/package.json
#	examples/react/quickstart/package.json
#	examples/react/router-monorepo-react-query/package.json
#	examples/react/router-monorepo-react-query/packages/app/package.json
#	examples/react/router-monorepo-react-query/packages/router/package.json
#	examples/react/router-monorepo-simple/package.json
#	examples/react/router-monorepo-simple/packages/app/package.json
#	examples/react/router-monorepo-simple/packages/router/package.json
#	examples/react/scroll-restoration/package.json
#	examples/react/search-validator-adapters/package.json
#	examples/react/start-basic-auth/package.json
#	examples/react/start-basic-react-query/package.json
#	examples/react/start-basic-rsc/package.json
#	examples/react/start-basic/package.json
#	examples/react/start-clerk-basic/package.json
#	examples/react/start-convex-trellaux/package.json
#	examples/react/start-counter/package.json
#	examples/react/start-large/package.json
#	examples/react/start-supabase-basic/package.json
#	examples/react/start-trellaux/package.json
#	examples/react/with-framer-motion/package.json
#	examples/react/with-trpc-react-query/package.json
#	examples/react/with-trpc/package.json
#	packages/arktype-adapter/package.json
#	packages/create-router/package.json
#	packages/create-start/package.json
#	packages/create-start/src/modules/core/index.ts
#	packages/react-router-with-query/package.json
#	packages/react-router/package.json
#	packages/router-devtools/package.json
#	packages/start/package.json
#	packages/valibot-adapter/package.json
#	packages/zod-adapter/package.json
#	pnpm-lock.yaml
@tannerlinsley tannerlinsley marked this pull request as ready for review January 6, 2025 23:28
Copy link

pkg-pr-new bot commented Jan 7, 2025

Open in Stackblitz

More templates

@tanstack/arktype-adapter

npm i https://pkg.pr.new/@tanstack/arktype-adapter@2993

@tanstack/create-router

npm i https://pkg.pr.new/@tanstack/create-router@2993

@tanstack/create-start

npm i https://pkg.pr.new/@tanstack/create-start@2993

@tanstack/directive-functions-plugin

npm i https://pkg.pr.new/@tanstack/directive-functions-plugin@2993

@tanstack/eslint-plugin-router

npm i https://pkg.pr.new/@tanstack/eslint-plugin-router@2993

@tanstack/react-cross-context

npm i https://pkg.pr.new/@tanstack/react-cross-context@2993

@tanstack/history

npm i https://pkg.pr.new/@tanstack/history@2993

@tanstack/react-router

npm i https://pkg.pr.new/@tanstack/react-router@2993

@tanstack/react-router-with-query

npm i https://pkg.pr.new/@tanstack/react-router-with-query@2993

@tanstack/router-cli

npm i https://pkg.pr.new/@tanstack/router-cli@2993

@tanstack/router-devtools

npm i https://pkg.pr.new/@tanstack/router-devtools@2993

@tanstack/router-generator

npm i https://pkg.pr.new/@tanstack/router-generator@2993

@tanstack/router-plugin

npm i https://pkg.pr.new/@tanstack/router-plugin@2993

@tanstack/router-vite-plugin

npm i https://pkg.pr.new/@tanstack/router-vite-plugin@2993

@tanstack/server-functions-plugin

npm i https://pkg.pr.new/@tanstack/server-functions-plugin@2993

@tanstack/start

npm i https://pkg.pr.new/@tanstack/start@2993

@tanstack/start-vite-plugin

npm i https://pkg.pr.new/@tanstack/start-vite-plugin@2993

@tanstack/valibot-adapter

npm i https://pkg.pr.new/@tanstack/valibot-adapter@2993

@tanstack/virtual-file-routes

npm i https://pkg.pr.new/@tanstack/virtual-file-routes@2993

@tanstack/zod-adapter

npm i https://pkg.pr.new/@tanstack/zod-adapter@2993

commit: 497a83f

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.

9 participants