Skip to content

fix(deps): update dependency @clerk/themes to v2#326

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clerk-themes-2.x
Open

fix(deps): update dependency @clerk/themes to v2#326
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clerk-themes-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@clerk/themes (source) 1.7.192.4.57 age confidence

Release Notes

clerk/javascript (@​clerk/themes)

v2.4.57

Compare Source

Patch Changes

v2.4.56

Compare Source

Patch Changes

v2.4.55

Compare Source

Patch Changes

v2.4.54

Compare Source

Patch Changes

v2.4.53

Compare Source

Patch Changes

v2.4.52

Compare Source

Patch Changes

v2.4.51

Compare Source

Patch Changes

v2.4.50

Compare Source

Patch Changes

v2.4.49

Compare Source

Patch Changes

v2.4.48

Compare Source

Patch Changes

v2.4.47

Compare Source

Patch Changes

v2.4.46

Compare Source

Patch Changes

v2.4.45

Compare Source

Patch Changes

v2.4.44

Compare Source

Patch Changes

v2.4.43

Compare Source

Patch Changes

v2.4.42

Compare Source

Patch Changes

v2.4.41

Compare Source

Patch Changes

v2.4.40

Compare Source

Patch Changes

v2.4.39

Compare Source

Patch Changes

v2.4.38

Compare Source

Patch Changes

v2.4.37

Compare Source

Patch Changes

v2.4.36

Compare Source

Patch Changes

v2.4.35

Compare Source

Patch Changes

v2.4.34

Compare Source

Patch Changes

v2.4.33

Compare Source

Patch Changes

v2.4.32

Compare Source

Patch Changes

v2.4.31

Compare Source

Patch Changes
  • Deprecate @clerk/types in favor of @clerk/shared/types (#​7022) by @​nikosdouvlis

    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.

    Backward Compatibility:

    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.

    Migration Steps:

    Please update your imports from @clerk/types to @clerk/shared/types:

    // Before
    import type { ClerkResource, UserResource } from '@​clerk/types';
    
    // After
    import type { ClerkResource, UserResource } from '@​clerk/shared/types';

    What Changed:

    All type definitions including:

    • Resource types (User, Organization, Session, etc.)
    • API response types
    • Configuration types
    • Authentication types
    • Error types
    • And all other shared types

    Have been moved from packages/types/src to packages/shared/src/types and are now exported via @clerk/shared/types.

  • Updated dependencies [3e0ef92, 2587aa6]:

v2.4.30

Compare Source

Patch Changes

v2.4.29

Compare Source

Patch Changes

v2.4.28

Compare Source

Patch Changes

v2.4.27

Compare Source

Patch Changes

v2.4.26

Compare Source

Patch Changes

v2.4.25

Compare Source

Patch Changes

v2.4.24

Compare Source

Patch Changes

v2.4.23

Compare Source

Patch Changes

v2.4.22

Compare Source

Patch Changes

v2.4.21

Patch Changes

v2.4.20

Patch Changes

v2.4.19

Compare Source

Patch Changes

v2.4.18

Compare Source

Patch Changes

v2.4.17

Compare Source

Patch Changes

v2.4.16

Compare Source

Patch Changes

v2.4.15

Compare Source

Patch Changes

v2.4.14

Compare Source

Patch Changes

v2.4.13

Compare Source

Patch Changes

v2.4.12

Compare Source

Patch Changes

v2.4.11

Compare Source

Patch Changes

v2.4.10

Compare Source

Patch Changes

v2.4.9

Compare Source

Patch Changes

v2.4.8

Compare Source

Patch Changes

v2.4.7

Compare Source

Patch Changes

v2.4.6

Compare Source

Patch Changes

v2.4.5

Compare Source

Patch Changes

v2.4.4

Compare Source

Patch Changes

v2.4.3

Compare Source

Patch Changes

v2.4.2

Compare Source

Patch Changes

v2.4.1

Compare Source

Patch Changes

v2.4.0

Compare Source

Minor Changes
Patch Changes

v2.3.3

Compare Source

Patch Changes

v2.3.2

Compare Source

Patch Changes

v2.3.1

Compare Source

Patch Changes

v2.3.0

Compare 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

    :root {
      --clerk-color-primary: #​6d47ff;
      --clerk-color-primary-foreground: #ffffff;
    }

v2.2.56

Compare Source

Patch Changes

v2.2.55

Compare Source

Patch Changes

v2.2.54

Compare Source

Patch Changes

v2.2.53

Compare Source

Patch Changes

v2.2.52

Compare Source

Patch Changes

v2.2.51

Compare Source

Patch Changes

v2.2.50

Compare Source

Patch Changes

v2.2.49

Compare Source

Patch Changes

v2.2.48

Compare Source

Patch Changes

v2.2.47

Compare Source

Patch Changes

v2.2.46

Compare Source

Patch Changes

v2.2.45

Compare Source

Patch Changes

v2.2.44

Compare Source

Patch Changes

v2.2.43

Compare Source

Patch Changes

v2.2.42

Compare Source

Patch Changes

v2.2.41

Compare Source

Patch Changes

v2.2.40

Compare Source

Patch Changes

v2.2.39

Compare Source

Patch Changes

v2.2.38

Compare Source

Patch Changes

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.


  • 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 force-pushed the renovate/clerk-themes-2.x branch 4 times, most recently from 1850878 to d6cc2b9 Compare October 23, 2024 00:46
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch from d6cc2b9 to 03af57d Compare October 23, 2024 23:25
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 2 times, most recently from fc2ee74 to c091317 Compare November 4, 2024 21:32
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 4 times, most recently from be332fa to 5aa3e1b Compare November 14, 2024 16:42
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 3 times, most recently from 3e02e3f to 0fc9765 Compare November 22, 2024 22:55
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 5 times, most recently from 0084b64 to 2e8836e Compare December 6, 2024 15:01
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 5 times, most recently from 14544e3 to e823970 Compare December 13, 2024 20:11
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch from e823970 to 8931f32 Compare December 18, 2024 19:45
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 2 times, most recently from 50fe086 to 3d079bb Compare January 9, 2025 13:42
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch from 3d079bb to 30dd997 Compare January 16, 2025 01:29
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch from 258bd01 to b51a3ae Compare February 18, 2025 20:01
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch from b51a3ae to 7f79fcb Compare February 26, 2025 22:38
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch from 7f79fcb to e25e77b Compare March 12, 2025 09:59
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 3 times, most recently from 77dae0c to 54f963d Compare March 25, 2025 22:53
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 2 times, most recently from 6bfa984 to a1de56f Compare March 27, 2025 19:55
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 4 times, most recently from f602834 to 3e49a31 Compare April 9, 2025 18:46
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 3 times, most recently from 6bde6ac to c105a70 Compare April 16, 2025 22:55
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 3 times, most recently from 6a94926 to 2124705 Compare April 23, 2025 22:26
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 6 times, most recently from 58f0333 to 5ffdca1 Compare May 6, 2025 23:26
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch 3 times, most recently from f43aae9 to 38a377a Compare May 15, 2025 22:19
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch from 38a377a to 1544fff Compare May 20, 2025 16:28
@renovate renovate bot force-pushed the renovate/clerk-themes-2.x branch from 1544fff to 03f3d97 Compare May 27, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants