Skip to content

fix(templates): inngest v4 API and unused param fixes in context templates#120

Merged
Marve10s merged 1 commit intomainfrom
fix/inngest-orpc-template-types
Apr 2, 2026
Merged

fix(templates): inngest v4 API and unused param fixes in context templates#120
Marve10s merged 1 commit intomainfrom
fix/inngest-orpc-template-types

Conversation

@Marve10s
Copy link
Copy Markdown
Owner

@Marve10s Marve10s commented Apr 2, 2026

Summary

  • Migrate inngest functions template from v3 3-arg createFunction(config, trigger, handler) to v4 2-arg createFunction(config, handler) with trigger inside config as triggers field
  • Fix unused req parameter in oRPC context.ts template for fastify and self backends when auth != better-auth (prefix with _)
  • Apply same unused param fix to tRPC context.ts template for self+next and self+tanstack-start backends
  • Add Alisha-21-cloud to homepage contributors section for Polar/Convex PR feat: add Polar support for Convex-backed Better Auth projects with CLI integration #110

Test plan

  • Scaffolded next+nestjs+inngest combo locally — check-types passes
  • Scaffolded astro+fastify+orpc+auth=none combo locally — check-types passes
  • All 151 job-queue + API tests pass
  • CI smoke tests should no longer hit these type errors

…pc/trpc context

- Migrate inngest functions template to v4 2-arg createFunction API
  (trigger moved into config object as `triggers` field)
- Fix unused `req` param in orpc context.ts for fastify/self backends
  when auth!=better-auth (prefix with `_`)
- Apply same fix to trpc context.ts for self+next and self+tanstack-start
- Add Alisha-21-cloud to homepage contributors section
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
better-fullstack-web Ignored Ignored Apr 2, 2026 6:00pm

@github-actions github-actions bot added size:M 30-99 effective changed lines (test files excluded in mixed PRs). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels Apr 2, 2026
@Marve10s Marve10s merged commit 3b42cea into main Apr 2, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M 30-99 effective changed lines (test files excluded in mixed PRs). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant