Skip to content

fix(dev-cli): Improve reliability by cleaning turbo daemon #5550

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dstaley
Copy link
Member

@dstaley dstaley commented Apr 7, 2025

Description

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Copy link

changeset-bot bot commented Apr 7, 2025

🦋 Changeset detected

Latest commit: 31bfcdd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@clerk/dev-cli Patch

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

Copy link

vercel bot commented Apr 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 7, 2025 6:10pm

@dstaley
Copy link
Member Author

dstaley commented Apr 7, 2025

!snapshot

@clerk-cookie
Copy link
Collaborator

Hey @dstaley - the snapshot version command generated the following package versions:

Package Version
@clerk/agent-toolkit 0.0.18-snapshot.v20250407181413
@clerk/astro 2.6.0-snapshot.v20250407181413
@clerk/backend 1.27.0-snapshot.v20250407181413
@clerk/chrome-extension 2.2.25-snapshot.v20250407181413
@clerk/clerk-js 5.59.1-snapshot.v20250407181413
@clerk/dev-cli 0.0.12-snapshot.v20250407181413
@clerk/elements 0.23.10-snapshot.v20250407181413
@clerk/clerk-expo 2.9.8-snapshot.v20250407181413
@clerk/expo-passkeys 0.2.2-snapshot.v20250407181413
@clerk/express 1.4.1-snapshot.v20250407181413
@clerk/fastify 2.2.1-snapshot.v20250407181413
@clerk/localizations 3.13.6-snapshot.v20250407181413
@clerk/nextjs 6.14.0-snapshot.v20250407181413
@clerk/nuxt 1.5.1-snapshot.v20250407181413
@clerk/clerk-react 5.26.0-snapshot.v20250407181413
@clerk/react-router 1.2.1-snapshot.v20250407181413
@clerk/remix 4.5.13-snapshot.v20250407181413
@clerk/shared 3.4.0-snapshot.v20250407181413
@clerk/tanstack-react-start 0.13.1-snapshot.v20250407181413
@clerk/testing 1.4.35-snapshot.v20250407181413
@clerk/themes 2.2.28-snapshot.v20250407181413
@clerk/types 4.51.0-snapshot.v20250407181413
@clerk/vue 1.5.0-snapshot.v20250407181413

Tip: Use the snippet copy button below to quickly install the required packages.
@clerk/agent-toolkit

npm i @clerk/agent-toolkit@0.0.18-snapshot.v20250407181413 --save-exact

@clerk/astro

npm i @clerk/astro@2.6.0-snapshot.v20250407181413 --save-exact

@clerk/backend

npm i @clerk/backend@1.27.0-snapshot.v20250407181413 --save-exact

@clerk/chrome-extension

npm i @clerk/chrome-extension@2.2.25-snapshot.v20250407181413 --save-exact

@clerk/clerk-js

npm i @clerk/clerk-js@5.59.1-snapshot.v20250407181413 --save-exact

@clerk/dev-cli

npm i @clerk/dev-cli@0.0.12-snapshot.v20250407181413 --save-exact

@clerk/elements

npm i @clerk/elements@0.23.10-snapshot.v20250407181413 --save-exact

@clerk/clerk-expo

npm i @clerk/clerk-expo@2.9.8-snapshot.v20250407181413 --save-exact

@clerk/expo-passkeys

npm i @clerk/expo-passkeys@0.2.2-snapshot.v20250407181413 --save-exact

@clerk/express

npm i @clerk/express@1.4.1-snapshot.v20250407181413 --save-exact

@clerk/fastify

npm i @clerk/fastify@2.2.1-snapshot.v20250407181413 --save-exact

@clerk/localizations

npm i @clerk/localizations@3.13.6-snapshot.v20250407181413 --save-exact

@clerk/nextjs

npm i @clerk/nextjs@6.14.0-snapshot.v20250407181413 --save-exact

@clerk/nuxt

npm i @clerk/nuxt@1.5.1-snapshot.v20250407181413 --save-exact

@clerk/clerk-react

npm i @clerk/clerk-react@5.26.0-snapshot.v20250407181413 --save-exact

@clerk/react-router

npm i @clerk/react-router@1.2.1-snapshot.v20250407181413 --save-exact

@clerk/remix

npm i @clerk/remix@4.5.13-snapshot.v20250407181413 --save-exact

@clerk/shared

npm i @clerk/shared@3.4.0-snapshot.v20250407181413 --save-exact

@clerk/tanstack-react-start

npm i @clerk/tanstack-react-start@0.13.1-snapshot.v20250407181413 --save-exact

@clerk/testing

npm i @clerk/testing@1.4.35-snapshot.v20250407181413 --save-exact

@clerk/themes

npm i @clerk/themes@2.2.28-snapshot.v20250407181413 --save-exact

@clerk/types

npm i @clerk/types@4.51.0-snapshot.v20250407181413 --save-exact

@clerk/vue

npm i @clerk/vue@1.5.0-snapshot.v20250407181413 --save-exact

@clerk-cookie
Copy link
Collaborator

Hello 👋

We currently close PRs after 60 days of inactivity. It's been 50 days since the last update here. If we missed this PR, please reply here. Otherwise, we'll close this PR in 10 days.

Thanks for being a part of the Clerk community! 🙏

@clerk-cookie clerk-cookie added Stale and removed Stale labels May 28, 2025
@clerk-cookie
Copy link
Collaborator

Hello 👋

We currently close PRs after 60 days of inactivity. It's been 50 days since the last update here. If we missed this PR, please reply here. Otherwise, we'll close this PR in 10 days.

Thanks for being a part of the Clerk community! 🙏

@clerk-cookie clerk-cookie added Stale and removed Stale labels Jul 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy