Skip to content

Conversation

@jacekradko
Copy link
Member

Monitoring the status of the branch

jacekradko and others added 30 commits October 6, 2025 10:20
# Conflicts:
#	.github/workflows/ci.yml
#	packages/backend/src/api/resources/CommercePlan.ts
#	packages/expo/package.json
#	packages/react/package.json
#	packages/remix/CHANGELOG.md
#	packages/remix/package.json
#	packages/types/CHANGELOG.md
#	packages/types/package.json
#	pnpm-lock.yaml
# Conflicts:
#	package.json
#	packages/clerk-js/src/core/resources/SignIn.ts
#	packages/clerk-js/src/core/resources/SignUp.ts
#	packages/expo/package.json
#	packages/nextjs/src/app-router/client/ClerkProvider.tsx
#	packages/react/package.json
#	packages/remix/CHANGELOG.md
#	packages/remix/package.json
#	packages/types/CHANGELOG.md
#	packages/types/package.json
#	packages/ui/src/components/PricingTable/__tests__/PricingTable.test.tsx
#	packages/ui/src/components/SignIn/SignInFactorTwoEmailCodeCard.tsx
#	packages/ui/src/components/SignIn/SignInFactorTwoEmailLinkCard.tsx
#	packages/ui/src/elements/__tests__/SocialButtons.test.tsx
#	pnpm-lock.yaml
Added clerkJSUrl and clerkUiUrl props to integration templates that were
missing them. These props are required for CI to use the locally published
Clerk packages from Verdaccio instead of the default CDN.

Templates updated:
- react-router-library
- react-router-node
- tanstack-react-start
Configure Playwright integration tests to bypass Vercel's deployment
protection using the x-vercel-protection-bypass header. This enables
automated tests to access protected Vercel deployments without manual
intervention.

Changes include:
- Add extraHTTPHeaders to Playwright config with bypass secret
- Whitelist VERCEL_AUTOMATION_BYPASS_SECRET in turbo.json for all
  integration test tasks
- Pass bypass secret from GitHub secrets in CI workflow
Updated GitHub labeler from v4 to v6 to support the new configuration
format and base-branch matching capabilities. Migrated all existing
file-based label rules to the v6 format using changed-files syntax.

Added core2 and core3 labels that automatically apply based on PR
target branch (main and vincent-and-the-doctor respectively) using
the new base-branch matching feature.
…7394)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Jacob Foshee <jacob.foshee@clerk.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.