You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate `@clerk/types` in favor of `@clerk/shared/types`
14
+
15
+
The `@clerk/types` package is now deprecated. All type definitions have been consolidated and moved to `@clerk/shared/types` to improve consistency across the Clerk ecosystem.
16
+
17
+
**Backward Compatibility:**
18
+
19
+
The `@clerk/types` package will remain available and will continue to re-export all types from `@clerk/shared/types` to ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to `@clerk/shared/types` as new type definitions and updates will only be added to `@clerk/shared/types` starting with the next major release.
20
+
21
+
**Migration Steps:**
22
+
23
+
Please update your imports from `@clerk/types` to `@clerk/shared/types`:
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+13-15Lines changed: 13 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ concurrency:
18
18
jobs:
19
19
# Check triggering actor permissions to prevent PRs from forks accessing secrets by default, preventing them from exfiltrating secrets for malicious purposes
0 commit comments