-
Notifications
You must be signed in to change notification settings - Fork 401
chore(repo): Remove unused 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
Conversation
🦋 Changeset detectedLatest commit: 726bac9 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.
|
WalkthroughRemoves the TanStack React Router integration template, its files, presets export, tests, CI/Turbo entries, and npm script. Adds a placeholder changeset file. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ 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
@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