fix(deps): update dependency @clerk/themes to v2 #326
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.19->2.4.46Release Notes
clerk/javascript (@clerk/themes)
v2.4.46Compare Source
Patch Changes
03dd374]:v2.4.45Compare Source
Patch Changes
79eb5af,b3b02b4,7b3024a,2cd4da9]:v2.4.44Compare Source
Patch Changes
375a32d,175883b,f626046,14342d2]:v2.4.43Compare Source
Patch Changes
b117ebc]:v2.4.42Compare Source
Patch Changes
e31f3d5,8376789,f917d68,818c25a,b41c0d5]:v2.4.41Compare Source
Patch Changes
Add
providerIcon__vercelinversion for dark mode indarkandshadcnthemes (#7337) by @RaillyUpdated dependencies [
40a841d,f364924,f115e56,d4aef71,3f99742,02798f5,07a30ce,ce8b914]:v2.4.40Compare Source
Patch Changes
f85abda,36e43cc]:v2.4.39Compare Source
Patch Changes
d8f59a6]:v2.4.38Compare Source
Patch Changes
a9c13ca]:v2.4.37Compare Source
Patch Changes
7be8f45,bdbb0d9,aa184a4,1d4e7a7,42f0d95,c63cc8e,d32d724,00291bc]:v2.4.36Compare Source
Patch Changes
a1d10fc,b944ff3,4011c5e]:v2.4.35Compare Source
Patch Changes
613cb97]:v2.4.34Compare Source
Patch Changes
cc11472,539fad7,c413433,a940c39]:v2.4.33Compare Source
Patch Changes
a474c59,5536429]:v2.4.32Compare Source
Patch Changes
ea65d39,b09b29e]:v2.4.31Compare Source
Patch Changes
Deprecate
@clerk/typesin favor of@clerk/shared/types(#7022) by @nikosdouvlisThe
@clerk/typespackage is now deprecated. All type definitions have been consolidated and moved to@clerk/shared/typesto improve consistency across the Clerk ecosystem.Backward Compatibility:
The
@clerk/typespackage will remain available and will continue to re-export all types from@clerk/shared/typesto ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to@clerk/shared/typesas new type definitions and updates will only be added to@clerk/shared/typesstarting with the next major release.Migration Steps:
Please update your imports from
@clerk/typesto@clerk/shared/types:What Changed:
All type definitions including:
Have been moved from
packages/types/srctopackages/shared/src/typesand are now exported via@clerk/shared/types.Updated dependencies [
3e0ef92,2587aa6]:v2.4.30Compare Source
Patch Changes
439427e,7dfbf3a,d33b7b5]:v2.4.29Compare Source
Patch Changes
4d46e4e]:v2.4.28Compare Source
Patch Changes
a172d51]:v2.4.27Compare Source
Patch Changes
53214f9,1441e68]:v2.4.26Compare Source
Patch Changes
65b7cc7,6e09786,aa7210c,2cd53cd,1a2eee6,2cd53cd,1a2430a,31a04fc,22b8e49,a66357e,dacc1af]:v2.4.25Compare Source
Patch Changes
fba4781,a1f6714]:v2.4.24Compare Source
Patch Changes
f737d26]:v2.4.23Compare Source
Patch Changes
37028ca]:v2.4.22Compare Source
Patch Changes
e3e77eb,090ca74]:v2.4.21Patch Changes
41e0a41,1aa9e9f,a88ee58,d6c7bbb]:v2.4.20Patch Changes
Improve return type of createTheme (#6778) by @alexcarpenter
Updated dependencies [
bcf24f2,de90ede,9d4a95c]:v2.4.19Compare Source
Patch Changes
Add theme-usage telemetry (#6529) by @alexcarpenter
Updated dependencies [
23948dc,50a8622]:v2.4.18Compare Source
Patch Changes
55490c3,e8d21de,637f2e8]:v2.4.17Compare Source
Patch Changes
fced4fc,1b1e8b1]:v2.4.16Compare Source
Patch Changes
2a82737,cda5d7b,ba25a5b,a50cfc8,377f67b,65b12ee,263722e]:v2.4.15Compare Source
Patch Changes
600c648]:v2.4.14Compare Source
Patch Changes
d52714e,2ed539c,c16a7a5]:v2.4.13Compare Source
Patch Changes
e52bf8e,c043c19,c28d29c,172e054]:v2.4.12Compare Source
Patch Changes
8dc6bad,aa6a3c3,db50c47]:v2.4.11Compare Source
Patch Changes
413468c,7b7eb1f]:v2.4.10Compare Source
Patch Changes
5b24129]:v2.4.9Compare Source
Patch Changes
4db1e58,69498df]:v2.4.8Compare Source
Patch Changes
15fe106,173837c,8b52d7a,854dde8,ae2e2d6,037f25a,f8b38b7]:v2.4.7Compare Source
Patch Changes
b72a3dd,d93b0ed,6459f7d,9084759]:v2.4.6Compare Source
Patch Changes
1ad16da,4edef81,696f8e1,f318d22]:v2.4.5Compare Source
Patch Changes
f93965f,7b6dcee]:v2.4.4Compare Source
Patch Changes
Add
shadcn.cssexport for importing within stylesheets to resolve Tailwind not picking up the elements class names used within the shadcn theme. (#6415) by @alexcarpenterUpdated dependencies [
22c35ef,e8d816a,aa9f185,af0e123,3d1d871]:v2.4.3Compare Source
Patch Changes
e404456,d58b959,822ba1f,d4d2612]:v2.4.2Compare Source
Patch Changes
a172d51]:v2.4.1Compare Source
Patch Changes
Add theme-usage telemetry (#6529) by @alexcarpenter
Updated dependencies [
23948dc,50a8622]:v2.4.0Compare Source
Minor Changes
Add shadcn theme to @clerk/themes (#6322) by @alexcarpenter
Add optional
cssLayerNametoBaseThemeobject (#6322) by @alexcarpenterPatch Changes
Fix shadcn theme provider icon rendering in dark mode for Apple, GitHub, and OKX Wallet. (#6375) by @alexcarpenter
Updated dependencies [
fecc99d,10e1060,92c44dd,a04a8f5,c61855c,43ea069]:v2.3.3Compare Source
Patch Changes
d2f6f9e,a329836,6041c39,3f1270d]:v2.3.2Compare Source
Patch Changes
2a90b68]:v2.3.1Compare Source
Patch Changes
8ee859c]:v2.3.0Compare Source
Minor Changes
Expose Clerk CSS variables as an option for theming Clerk's components. This change introduces CSS custom properties that allow developers to customize Clerk's appearance using standard CSS variables, providing a more flexible theming approach. (#6275) by @alexcarpenter
v2.2.56Compare Source
Patch Changes
2be6a53,6826d0b,f6a1c35]:v2.2.55Compare Source
Patch Changes
f42c4fe,ec207dc]:v2.2.54Compare Source
Patch Changes
8387a39,f2a6641]:v2.2.53Compare Source
Patch Changes
edc0bfd]:v2.2.52Compare Source
Patch Changes
f1be1fe,bffb42a]:v2.2.51Compare Source
Patch Changes
b495279,c3fa15d,52d5e57,15a945c]:v2.2.50Compare Source
Patch Changes
19e9e11,18bcb64,138f733,48be55b,2c6f805,97749d5]:v2.2.49Compare Source
Patch Changes
d8fa5d9,be2e89c,5644d94,b578225,8838120]:v2.2.48Compare Source
Patch Changes
2c6a0cc,71e6a1f]:v2.2.47Compare Source
Patch Changes
6ed3dfc]:v2.2.46Compare Source
Patch Changes
c305b31]:v2.2.45Compare Source
Patch Changes
b1337df,65f0878,df6fefd,4282bfa,5491491]:v2.2.44Compare Source
Patch Changes
1ff6d6e,fbf3cf4]:v2.2.43Compare Source
Patch Changes
0f5145e,afdfd18,b7c51ba,437b53b,5217155]:v2.2.42Compare Source
Patch Changes
4db96e0,36fb43f,e5ac444,4db96e0,d227805]:v2.2.41Compare Source
Patch Changes
db0138f,aa97231,c792f37,3bf08a9,74cf3b2,037b113,c15a412,7726a03,b846a9a,e66c800,45e8298,9c41091,29462b4,322c43f,17397f9,45e8298]:v2.2.40Compare Source
Patch Changes
9ec0a73,d9222fc]:v2.2.39Compare Source
Patch Changes
225b9ca]:v2.2.38Compare Source
Patch Changes
387bf62,294da82]:v2.2.37Compare Source
Patch Changes
b02e766,5d78b28,d7f4438,5866855,0007106,462b5b2,447d7a9,2beea29,115601d]:v2.2.36Compare Source
Patch Changes
8b25035]:v2.2.35Compare Source
Patch Changes
33201bf,4334598,0ae0403]:v2.2.34Compare Source
Patch Changes
45486ac,837692a,0c00e59,6a5f644]:v2.2.33Compare Source
Patch Changes
ab939fd,03284da,7389ba3,f6ef841,e634830,f8887b2]:v2.2.32Compare Source
Patch Changes
e4d04ae,431a821,93068ea,48438b4,196dcb4]:[`v2.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.