-
Notifications
You must be signed in to change notification settings - Fork 392
chore(repo): Remove TanStack Router tests #6955
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 378898b The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughThis change removes the TanStack React Router integration template, its presets, configuration, and tests. CI/test matrices and build tooling references to this template are pruned. A changeset placeholder file is added. Public exports shrink where the tanstack preset no longer exposes reactRouter. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (19)
.changeset/empty-elephants-push.md
(1 hunks).github/workflows/ci.yml
(0 hunks)integration/presets/tanstack.ts
(0 hunks)integration/templates/index.ts
(0 hunks)integration/templates/tanstack-react-router/.gitignore
(0 hunks)integration/templates/tanstack-react-router/README.md
(0 hunks)integration/templates/tanstack-react-router/index.html
(0 hunks)integration/templates/tanstack-react-router/package.json
(0 hunks)integration/templates/tanstack-react-router/src/main.tsx
(0 hunks)integration/templates/tanstack-react-router/src/routeTree.gen.ts
(0 hunks)integration/templates/tanstack-react-router/src/routes/__root.tsx
(0 hunks)integration/templates/tanstack-react-router/src/routes/index.tsx
(0 hunks)integration/templates/tanstack-react-router/src/routes/sign-in.tsx
(0 hunks)integration/templates/tanstack-react-router/tsconfig.dev.json
(0 hunks)integration/templates/tanstack-react-router/tsconfig.json
(0 hunks)integration/templates/tanstack-react-router/vite.config.js
(0 hunks)integration/tests/tanstack-router/basic.test.ts
(0 hunks)package.json
(0 hunks)turbo.json
(0 hunks)
💤 Files with no reviewable changes (18)
- integration/templates/tanstack-react-router/README.md
- turbo.json
- integration/templates/index.ts
- integration/tests/tanstack-router/basic.test.ts
- .github/workflows/ci.yml
- integration/presets/tanstack.ts
- package.json
- integration/templates/tanstack-react-router/tsconfig.json
- integration/templates/tanstack-react-router/tsconfig.dev.json
- integration/templates/tanstack-react-router/.gitignore
- integration/templates/tanstack-react-router/src/routes/__root.tsx
- integration/templates/tanstack-react-router/package.json
- integration/templates/tanstack-react-router/vite.config.js
- integration/templates/tanstack-react-router/src/main.tsx
- integration/templates/tanstack-react-router/src/routeTree.gen.ts
- integration/templates/tanstack-react-router/src/routes/sign-in.tsx
- integration/templates/tanstack-react-router/src/routes/index.tsx
- integration/templates/tanstack-react-router/index.html
🧰 Additional context used
📓 Path-based instructions (1)
.changeset/**
📄 CodeRabbit inference engine (.cursor/rules/monorepo.mdc)
Automated releases must use Changesets.
Files:
.changeset/empty-elephants-push.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
- GitHub Check: Formatting | Dedupe | Changeset
- GitHub Check: Build Packages
- GitHub Check: Analyze (javascript-typescript)
- GitHub Check: semgrep-cloud-platform/scan
- GitHub Check: semgrep-cloud-platform/scan
--- | ||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fill in the changeset frontmatter and summary.
This changeset is empty—no packages are listed for bumping and there’s no summary. The Changesets pipeline will flag this (or ignore it entirely), so please add the appropriate package entries and a brief description before merging.
🤖 Prompt for AI Agents
In .changeset/empty-elephants-push.md around lines 1 to 2, the changeset
frontmatter is empty and there is no summary; populate the YAML frontmatter with
the packages to be bumped and their bump types (patch/minor/major) and add a
short summary paragraph describing the change. Ensure the file begins with ---,
includes entries like package-name: patch for each affected package, then a
summary section (one or two sentences) and closes with ---, so the changeset
pipeline can correctly detect and apply the version bumps.
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
Description
We decided to not support TanStack Router apps with our TanStack Start SDK and they should be using our
@clerk/react
SDK for TanStack Router apps insteadSee the TanStack Start DX Guide for more info
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change
Summary by CodeRabbit