Uh oh!
There was an error while loading. Please reload this page.
fix(react-router): Upgrade cookie to v1 and remove deprecated @types/cookie - #7987
Conversation
…cookie Cookie v1 ships built-in TypeScript types, making @types/cookie unnecessary. Aligns import style with @clerk/backend (named import).
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 4d1a82d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis pull request upgrades the Possibly related PRs
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
@clerk/agent-toolkit@clerk/astro@clerk/backend@clerk/chrome-extension@clerk/clerk-js@clerk/dev-cli@clerk/expo@clerk/expo-passkeys@clerk/express@clerk/fastify@clerk/hono@clerk/localizations@clerk/nextjs@clerk/nuxt@clerk/react@clerk/react-router@clerk/shared@clerk/tanstack-react-start@clerk/testing@clerk/ui@clerk/upgrade@clerk/vuecommit: |
Summary
cookiefrom0.7.2to1.0.2in@clerk/react-router@types/cookie— cookie v1 ships built-in TypeScript types@clerk/backend(named import:import { parse } from 'cookie')Resolves the
@types/cookiedeprecation warning from the Dependency Dashboard.Test plan
pnpm build --filter @clerk/react-routerpassespnpm test --filter @clerk/react-routerpasses (23/23 tests)packages/react-router/files andpnpm-lock.yamlchangedSummary by CodeRabbit