Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.29.4 -> ^2.29.7 age adoption passing confidence
@vitejs/plugin-react (source) ^4.5.2 -> ^4.7.0 age adoption passing confidence
dotenv ^16.5.0 -> ^16.6.1 age adoption passing confidence
fs-extra ^11.3.0 -> ^11.3.2 age adoption passing confidence
prettier-plugin-packagejson ^2.5.15 -> ^2.5.19 age adoption passing confidence
prettier-plugin-tailwindcss ^0.6.12 -> ^0.7.1 age adoption passing confidence
turbo (source) ^2.5.4 -> ^2.5.8 age adoption passing confidence
typedoc (source) 0.28.5 -> 0.28.14 age adoption passing confidence
typedoc-plugin-markdown (source) 4.6.4 -> 4.9.0 age adoption passing confidence
verdaccio (source) 6.1.6 -> 6.2.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

changesets/changesets (@​changesets/cli)

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.7.0

Compare Source

Add HMR support for compound components (#​518)

HMR now works for compound components like this:

const Root = () => <div>Accordion Root</div>
const Item = () => <div>Accordion Item</div>

export const Accordion = { Root, Item }
Return Plugin[] instead of PluginOption[] (#​537)

The return type has changed from react(): PluginOption[] to more specialized type react(): Plugin[]. This allows for type-safe manipulation of plugins, for example:

// previously this causes type errors
react({ babel: { plugins: ['babel-plugin-react-compiler'] } })
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))

v4.6.0

Compare Source

Add raw Rolldown support

This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.

jprichardson/node-fs-extra (fs-extra)

v11.3.2

Compare Source

  • Fix spurrious UnhandledPromiseRejectionWarning that could occur when calling .copy() in some cases (#​1056, #​1058)

v11.3.1

Compare Source

  • Fix case where move/moveSync could incorrectly think files are identical on Windows (#​1050)
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.19

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.11 (d8dd21a)

v2.5.18

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.4.0 (eef209d)

v2.5.17

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.3.1 (1435bf2)

v2.5.16

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.2.2 (8baedc1)
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.7.1

Compare Source

Fixed
  • Match against correct name of dynamic attributes when using regexes (#​410)

v0.7.0

Compare Source

Added
  • Format quotes in @source, @plugin, and @config (#​387)
  • Sort in function calls in Twig (#​358)
  • Sort in callable template literals (#​367)
  • Sort in function calls mixed with property accesses (#​367)
  • Support regular expression patterns for attributes (#​405)
  • Support regular expression patterns for function names (#​405)
Changed
  • Improved monorepo support by loading Tailwind CSS relative to the input file instead of prettier config file (#​386)
  • Improved monorepo support by loading v3 configs relative to the input file instead of prettier config file (#​386)
  • Fallback to Tailwind CSS v4 instead of v3 by default (#​390)
  • Don't augment global Prettier ParserOptions and RequiredOptions types (#​354)
  • Drop support for prettier-plugin-import-sort (#​385)
Fixed
  • Handle quote escapes in LESS when sorting @apply (#​392)
  • Fix whitespace removal inside nested concat and template expressions (#​396)

v0.6.14

Compare Source

  • Add support for OXC + Hermes Prettier plugins (#​376, #​380)
  • Sort template literals in Angular expressions (#​377)
  • Don't repeatedly add backslashes to escape sequences when formatting (#​381)

v0.6.13

Compare Source

  • Prevent Svelte files from breaking when there are duplicate classes (#​359)
  • Ensure prettier-plugin-multiline-arrays and prettier-plugin-jsdoc work when used together with this plugin (#​372)
vercel/turborepo (turbo)

v2.5.8: Turborepo v2.5.8

Compare Source

What's Changed

create-turbo
Changelog

Full Changelog: vercel/turborepo@v2.5.7...v2.5.8

v2.5.7: Turborepo v2.5.7

Compare Source

What's Changed

Docs
create-turbo
eslint
  • docs: adjust typo on instructions for eslint-config-turbo legacy config by @​evsasse in #​10717
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.5.6...v2.5.7

v2.5.6: Turborepo v2.5.6

Compare Source

What's Changed

Docs
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.5.5...v2.5.6

v2.5.5: Turborepo v2.5.5

Compare Source

What's Changed

Docs
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.5.4...v2.5.5

TypeStrong/TypeDoc (typedoc)

v0.28.14

Compare Source

Features
  • Introduced the preservedTypeAnnotationTags option to specify tags whose type annotations should
    be copied to the output documentation, #​3020.
    API: Introduced typeAnnotation on CommentTag
  • Added excludePrivateClassFields option to hide #private members while allowing private members, #​3017.
  • Added support for TypeScript's @this tag for JS files which describe this parameters, #​3026.

v0.28.13

Compare Source

Features
  • The basePath option now also affects relative link resolution, TypeDoc will also check for
    paths relative to the provided base path. If you instead want TypeDoc to only change the rendered
    base path for sources, use the displayBasePath option, #​3009.
Bug Fixes
  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #​3007.
  • @inheritDoc will now correctly overwrite @remarks and @returns

Configuration

📅 Schedule: Branch creation - "before 7am on the first day of the week" in timezone GMT, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 2, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 2, 2025

⚠️ No Changeset found

Latest commit: 62ea33b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Nov 2, 2025

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

Project Deployment Preview Comments Updated (UTC)
clerk-js-sandbox Ready Ready Preview Comment Nov 2, 2025 5:53am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 2, 2025

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@7127

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@7127

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@7127

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@7127

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@7127

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@7127

@clerk/elements

npm i https://pkg.pr.new/@clerk/elements@7127

@clerk/clerk-expo

npm i https://pkg.pr.new/@clerk/clerk-expo@7127

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@7127

@clerk/express

npm i https://pkg.pr.new/@clerk/express@7127

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@7127

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@7127

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@7127

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@7127

@clerk/clerk-react

npm i https://pkg.pr.new/@clerk/clerk-react@7127

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@7127

@clerk/remix

npm i https://pkg.pr.new/@clerk/remix@7127

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@7127

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@7127

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@7127

@clerk/themes

npm i https://pkg.pr.new/@clerk/themes@7127

@clerk/types

npm i https://pkg.pr.new/@clerk/types@7127

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@7127

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@7127

commit: 62ea33b

@blacksmith-sh
Copy link

blacksmith-sh bot commented Nov 2, 2025

Found 77 test failures on Blacksmith runners:

Test View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--next.appRoute
r.withEmailCodes › OrganizationList supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--next.appRoute
r.withEmailCodes › UserProfile supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--next.appRoute
r.withEmailCodes › Waitlist supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--react.vite.wi
thEmailCodes › CreateOrganization supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--react.vite.wi
thEmailCodes › OrganizationSwitcher supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--react.vite.wi
thEmailCodes › SignIn supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--react.vite.wi
thEmailCodes › UserAvatar supports fallback
View Logs
[chrome] › integration/tests/custom-flows/
sign-in.test.ts:51:7 › Custom Flows Sign In @custom › can sign in with email code
View Logs
[chrome] › integration/tests/custom-flows/
sign-in.test.ts:65:7 › Custom Flows Sign In @custom › renders error with invalid email
code
View Logs
[chrome] › integration/tests/custom-flows/
sign-in.test.ts:78:7 › Custom Flows Sign In @custom › can sign in with phone code
View Logs
[chrome] › integration/tests/custom-flows/
sign-in.test.ts:92:7 › Custom Flows Sign In @custom › can sign in with password
View Logs
[chrome] › integration/tests/custom-flows/
sign-up.test.ts:53:7 › Custom Flows Sign Up @custom › can sign up with email and passwo
rd
View Logs
[chrome] › integration/tests/
custom-pages.test.ts:65:13 › user profile custom pages @generic › long-running--react.v
ite.withEmailCodes › Custom pages coming from <UserButton/>
› user profile has all custom pages with icons in the side nav with specified order
View Logs
[chrome] › integration/tests/
dynamic-keys.test.ts:92:7 › dynamic keys @nextjs › calls clerkClient with dynamic key
s from middleware runtime
View Logs
[chrome] › integration/tests/
dynamic-keys.test.ts:92:7 › dynamic keys @nextjs › calls clerkClient with dynamic key
s from middleware runtime
View Logs
[chrome] › integration/tests/
dynamic-keys.test.ts:92:7 › dynamic keys @nextjs › calls clerkClient with dynamic key
s from middleware runtime
View Logs
[chrome] › integration/tests/elements/
next-sign-in.test.ts:33:7 › Next.js Sign-In Flow @elements › long-running--elements.nex
t.appRouter › sign in with email and password
View Logs
[chrome] › integration/tests/elements/
next-sign-up.test.ts:13:7 › Next.js Sign-Up Flow @elements › long-running--elements.nex
t.appRouter › sign up with email and password
View Logs
[chrome] › integration/tests/elements/
otp.test.ts:135:9 › OTP @elements › long-running--elements.next.appRouter › Type: segme
nted-otp › should replace selected segment with new input
View Logs
[chrome] › integration/tests/elements/
otp.test.ts:196:9 › OTP @elements › long-running--elements.next.appRouter › Type: segme
nted-otp › should forward-delete char when pressing delete
View Logs
[chrome] › integration/tests/expo-web/
basic.test.ts:35:9 › basic tests for expo web @expo-web › long-running--expo.expo-web ›
can sign in and user button renders
View Logs
[chrome] › integration/tests/expo-web/
custom-flows.test.ts:35:9 › custom flows test suite @expo-web › long-running--expo.expo
-web › sign in using custom flow
View Logs
[chrome] › integration/tests/expo-web/
custom-flows.test.ts:55:9 › custom flows test suite @expo-web › long-running--expo.expo
-web › sign up using custom flow and also delete user
View Logs
[chrome] › integration/tests/express/
basic.test.ts:24:7 › basic tests for @express › long-running--express.vite.withEmailCod
es › authenticates protected routes when user is signed in using getAuth()
View Logs
[chrome] › integration/tests/express/
basic.test.ts:42:7 › basic tests for @express › long-running--express.vite.withEmailCod
es › rejects protected routes when user is not authenticated using getAuth()
View Logs
[chrome] › integration/tests/express/
basic.test.ts:54:7 › basic tests for @express › long-running--express.vite.withEmailCod
es › authenticates protected routes when user is signed in using legacy req.auth approa
ch
View Logs
[chrome] › integration/tests/express/
basic.test.ts:75:7 › basic tests for @express › long-running--express.vite.withEmailCod
es › rejects protected routes when user is not authenticated using legacy req.auth appr
oach
View Logs
[chrome] › integration/tests/
handshake.test.ts:1304:9 › Client handshake with organization activation @nextjs › Expi
red session, no org in session, but org a requested by ID =>
attempts to activate org A
View Logs
[chrome] › integration/tests/next-account-portal/
clerk-v4-ap-core-1.test.ts:30:7 › Next with ClerkJS V4 <->
Account Portal Core 1 @ap-flows › sign in
View Logs
[chrome] › integration/tests/next-account-portal/
clerk-v5-ap-core-1.test.ts:30:7 › Next with ClerkJS V5 <->
Account Portal Core 1 @ap-flows › sign in
View Logs
[chrome] › integration/tests/
oauth-flows.test.ts:38:7 › oauth flows @nextjs › long-running--next.appRouter.withEmail
Codes › sign up with custom oauth provider
View Logs
[chrome] › integration/tests/
oauth-flows.test.ts:38:7 › oauth flows @nextjs › long-running--next.appRouter.withEmail
Codes › sign up with custom oauth provider
View Logs
[chrome] › integration/tests/
oauth-flows.test.ts:38:7 › oauth flows @nextjs › long-running--next.appRouter.withEmail
Codes › sign up with custom oauth provider
View Logs
[chrome] › integration/tests/
pricing-table.test.ts:250:7 › pricing table @billing › long-running--withBilling.next.a
ppRouter › starts free trial subscription for new user
View Logs
[chrome] › integration/tests/
pricing-table.test.ts:26:9 › pricing table @billing › long-running--withBilling.next.ap
pRouter › when signed out › renders pricing table with plans
View Logs
[chrome] › integration/tests/
pricing-table.test.ts:456:9 › pricing table @billing › long-running--withBilling.vue.vi
te › in UserProfile › renders pricing table, subscribes to a plan, revalidates payment
method on complete and then downgrades to free
View Logs
[chrome] › integration/tests/
pricing-table.test.ts:54:9 › pricing table @billing › long-running--withBilling.vue.vit
e › when signed out › when signed out, clicking subscribe button navigates to sign in p
age
View Logs
[chrome] › integration/tests/
pricing-table.test.ts:588:9 › pricing table @billing › long-running--withBilling.next.a
ppRouter › in UserProfile › adds payment method via checkout and resets stripe setup in
tent after failed payment
View Logs
[chrome] › integration/tests/
pricing-table.test.ts:80:9 › pricing table @billing › long-running--withBilling.astro.n
ode › when signed in flow › when signed in, clicking get started button opens checkout
drawer and shows free plan as active
View Logs
[chrome] › integration/tests/
pricing-table.test.ts:80:9 › pricing table @billing › long-running--withBilling.next.ap
pRouter › when signed in flow › when signed in, clicking get started button opens check
out drawer and shows free plan as active
View Logs
[chrome] › integration/tests/
pricing-table.test.ts:80:9 › pricing table @billing › long-running--withBilling.vue.vit
e › when signed in flow › when signed in, clicking get started button opens checkout dr
awer and shows free plan as active
View Logs
[chrome] › integration/tests/react-router/
basic.test.ts:35:9 › basic tests for @react-router with middleware › long-running--reac
t-router.node › can sign in and user button renders
View Logs
[chrome] › integration/tests/react-router/
basic.test.ts:53:9 › basic tests for @react-router with middleware › long-running--reac
t-router.node › redirects to sign-in when unauthenticated
View Logs
[chrome] › integration/tests/react-router/
basic.test.ts:61:9 › basic tests for @react-router with middleware › long-running--reac
t-router.node › renders control components contents
View Logs
[chrome] › integration/tests/react-router/
basic.test.ts:74:9 › basic tests for @react-router with middleware › long-running--reac
t-router.node › renders user profile with SSR data
View Logs
[chrome] › integration/tests/react-router/
library-mode.test.ts:40:7 › Library Mode basic tests for @react-router › should log in
successfully
View Logs
[chrome] › integration/tests/react-router/
pre-middleware.test.ts:113:7 › basic tests for @react-router without middleware › can s
ign in and user button renders
View Logs
[chrome] › integration/tests/react-router/
pre-middleware.test.ts:131:7 › basic tests for @react-router without middleware › redir
ects to sign-in when unauthenticated
View Logs
[chrome] › integration/tests/react-router/
pre-middleware.test.ts:139:7 › basic tests for @react-router without middleware › rende
rs control components contents
View Logs
[chrome] › integration/tests/react-router/
pre-middleware.test.ts:152:7 › basic tests for @react-router without middleware › rende
rs user profile with SSR data
View Logs
[chrome] › integration/tests/
redirects.test.ts:34:9 › redirect props @nextjs › long-running--next.appRouter.withEmai
lCodes › SignInButton › sign in button respects forceRedirectUrl
View Logs
[chrome] › integration/tests/
redirects.test.ts:34:9 › redirect props @nextjs › long-running--next.appRouter.withEmai
lCodes › SignInButton › sign in button respects forceRedirectUrl
View Logs
[chrome] › integration/tests/
redirects.test.ts:34:9 › redirect props @nextjs › long-running--next.appRouter.withEmai
lCodes › SignInButton › sign in button respects forceRedirectUrl
View Logs
[chrome] › integration/tests/
session-tasks-eject-flow.test.ts:88:7 › session tasks eject flow @nextjs › redirects to
completion page after resolving task
View Logs
[chrome] › integration/tests/
session-tasks-eject-flow.test.ts:88:7 › session tasks eject flow @nextjs › redirects to
completion page after resolving task
View Logs
[chrome] › integration/tests/
session-tasks-eject-flow.test.ts:88:7 › session tasks eject flow @nextjs › redirects to
completion page after resolving task
View Logs
[chrome] › integration/tests/
session-tasks-multi-session.test.ts:33:9 › session tasks multi-session flow @nextjs › l
ong-running--next.appRouter.withSessionTasks › when switching sessions, navigate to tas
k
View Logs
[chrome] › integration/tests/
session-tasks-multi-session.test.ts:33:9 › session tasks multi-session flow @nextjs › l
ong-running--next.appRouter.withSessionTasks › when switching sessions, navigate to tas
k
View Logs
[chrome] › integration/tests/
session-tasks-multi-session.test.ts:33:9 › session tasks multi-session flow @nextjs › l
ong-running--next.appRouter.withSessionTasks › when switching sessions, navigate to tas
k
View Logs
[chrome] › integration/tests/
session-tasks-sign-in.test.ts:36:9 › session tasks after sign-in flow @nextjs › long-ru
nning--next.appRouter.withSessionTasks › with email and password, navigate to task on a
fter sign-in
View Logs
[chrome] › integration/tests/
session-tasks-sign-in.test.ts:36:9 › session tasks after sign-in flow @nextjs › long-ru
nning--next.appRouter.withSessionTasks › with email and password, navigate to task on a
fter sign-in
View Logs
[chrome] › integration/tests/
session-tasks-sign-in.test.ts:36:9 › session tasks after sign-in flow @nextjs › long-ru
nning--next.appRouter.withSessionTasks › with email and password, navigate to task on a
fter sign-in
View Logs
[chrome] › integration/tests/session-token-cache/
multi-session.test.ts:54:9 › MemoryTokenCache Multi-Session Integration @nextjs › long-
running--next.appRouter.withSessionTasks › MemoryTokenCache multi-session - multiple us
ers in different tabs with separate token caches
View Logs
[chrome] › integration/tests/session-token-cache/
multi-session.test.ts:54:9 › MemoryTokenCache Multi-Session Integration @nextjs › long-
running--next.appRouter.withSessionTasks › MemoryTokenCache multi-session - multiple us
ers in different tabs with separate token caches
View Logs
[chrome] › integration/tests/session-token-cache/
multi-session.test.ts:54:9 › MemoryTokenCache Multi-Session Integration @nextjs › long-
running--next.appRouter.withSessionTasks › MemoryTokenCache multi-session - multiple us
ers in different tabs with separate token caches
View Logs
[chrome] › integration/tests/
sign-in-flow.test.ts:26:7 › sign in flow @generic @nextjs › long-running--next.appRoute
r.withEmailCodes › sign in with email and password
View Logs
[chrome] › integration/tests/
sign-in-flow.test.ts:26:7 › sign in flow @generic @nextjs › long-running--next.appRoute
r.withEmailCodes › sign in with email and password
View Logs
[chrome] › integration/tests/
sign-in-flow.test.ts:26:7 › sign in flow @generic @nextjs › long-running--next.appRoute
r.withEmailCodes › sign in with email and password
View Logs
[chrome] › integration/tests/
sign-in-or-up-flow.test.ts:29:9 › sign-in-or-up flow @nextjs › long-running--next.appRo
uter.withSignInOrUpFlow › sign-in › flows are combined
View Logs
[chrome] › integration/tests/
sign-in-or-up-flow.test.ts:29:9 › sign-in-or-up flow @nextjs › long-running--next.appRo
uter.withSignInOrUpFlow › sign-in › flows are combined
View Logs
[chrome] › integration/tests/
sign-in-or-up-flow.test.ts:29:9 › sign-in-or-up flow @nextjs › long-running--next.appRo
uter.withSignInOrUpFlow › sign-in › flows are combined
View Logs
[chrome] › integration/tests/tanstack-start/
basic.test.ts:43:9 › basic tests for TanStack Start @tanstack-react-start › long-runnin
g--tanstack.react-start › can sign in and user button renders
View Logs
[chrome] › integration/tests/tanstack-start/
basic.test.ts:61:9 › basic tests for TanStack Start @tanstack-react-start › long-runnin
g--tanstack.react-start › clerk handler has ran
View Logs
[chrome] › integration/tests/tanstack-start/
basic.test.ts:77:9 › basic tests for TanStack Start @tanstack-react-start › long-runnin
g--tanstack.react-start › retrieve auth state in server functions
View Logs
[chrome] › integration/tests/tanstack-start/
basic.test.ts:96:9 › basic tests for TanStack Start @tanstack-react-start › long-runnin
g--tanstack.react-start › clerk handler sets headers
View Logs
[setup] › integration/tests/
global.setup.ts:7:6 › start long running apps ─────────────────────
View Logs
[setup] › integration/tests/
global.setup.ts:7:6 › start long running apps ─────────────────────
View Logs


Fix in Cursor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants