Skip to content

chore(deps): update dependency @clerk/testing to v1.7.3#1024

Merged
LightInn merged 1 commit intomainfrom
renovate/clerk-testing-1.x
May 24, 2025
Merged

chore(deps): update dependency @clerk/testing to v1.7.3#1024
LightInn merged 1 commit intomainfrom
renovate/clerk-testing-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@clerk/testing (source) 1.4.32 -> 1.7.3 age adoption passing confidence

Release Notes

clerk/javascript (@​clerk/testing)

v1.7.3

Compare Source

Patch Changes

v1.7.2

Compare Source

Patch Changes

v1.7.1

Compare Source

Patch Changes

v1.7.0

Compare Source

Minor Changes
Patch Changes

v1.6.7

Compare Source

Patch Changes

v1.6.6

Compare Source

Patch Changes

v1.6.5

Compare Source

Patch Changes

v1.6.4

Compare Source

Patch Changes

v1.6.3

Compare Source

Patch Changes

v1.6.2

Compare Source

Patch Changes

v1.6.1

Compare Source

Patch Changes

v1.6.0

Compare Source

Minor Changes
  • Add Playwright page objects for Clerk functionality. This functionality is directly extracted from the end-to-end integration test suite that Clerk uses to develop Clerk components. While the API is being refined for public consumption, it will be available under the @clerk/testing/playwright/unstable import, and is not subject to SemVer compatibility guidelines. (#​5661) by @​dstaley

    import { test } from '@​playwright/test';
    import { createPageObjects } from '@​clerk/testing/playwright/unstable';
    
    test('can sign up with email and password', async context => {
      const po = createPageObjects(context);
    
      // Go to sign up page
      await po.signUp.goTo();
    
      // Fill in sign up form
      await po.signUp.signUpWithEmailAndPassword({
        email: 'e2e+clerk_test@example.com',
        password: Math.random().toString(36),
      });
    
      // Verify email
      await po.signUp.enterTestOtpCode();
    
      // Check if user is signed in
      await po.expect.toBeSignedIn();
    });
Patch Changes

v1.5.1

Compare Source

Patch Changes

v1.5.0

Compare Source

Minor Changes
  • Switching over our interception of FAPI calls from page.route to context.route as routes set up with page.route() take precedence over browser context routes when request matches both handlers. (#​5673) by @​jacekradko

    This allows for users to override calls to FAPI more consistently

Patch Changes

v1.4.41

Compare Source

Patch Changes

v1.4.40

Compare Source

Patch Changes

v1.4.39

Compare Source

Patch Changes

v1.4.38

Compare Source

Patch Changes

v1.4.37

Compare Source

Patch Changes

v1.4.36

Compare Source

Patch Changes

v1.4.35

Compare Source

Patch Changes

v1.4.34

Compare Source

Patch Changes

v1.4.33

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@github-actions
Copy link

github-actions bot commented May 15, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 10.07% 987 / 9794
🔵 Statements 10.07% 987 / 9794
🔵 Functions 30.98% 44 / 142
🔵 Branches 57.04% 166 / 291
File CoverageNo changed files found.
Generated in workflow #2481 for commit 31098fc by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/clerk-testing-1.x branch 2 times, most recently from 179232d to ea99dd7 Compare May 16, 2025 00:01
@renovate renovate bot changed the title chore(deps): update dependency @clerk/testing to v1.7.0 chore(deps): update dependency @clerk/testing to v1.7.1 May 16, 2025
@renovate renovate bot force-pushed the renovate/clerk-testing-1.x branch from ea99dd7 to f772c9e Compare May 20, 2025 17:37
@renovate renovate bot changed the title chore(deps): update dependency @clerk/testing to v1.7.1 chore(deps): update dependency @clerk/testing to v1.7.2 May 20, 2025
@renovate renovate bot force-pushed the renovate/clerk-testing-1.x branch from f772c9e to 130d207 Compare May 22, 2025 19:55
@renovate renovate bot changed the title chore(deps): update dependency @clerk/testing to v1.7.2 chore(deps): update dependency @clerk/testing to v1.7.3 May 22, 2025
@renovate renovate bot force-pushed the renovate/clerk-testing-1.x branch 5 times, most recently from fea7a95 to f56d694 Compare May 24, 2025 13:21
@renovate renovate bot force-pushed the renovate/clerk-testing-1.x branch from f56d694 to 31098fc Compare May 24, 2025 13:29
@LightInn LightInn merged commit fb5af25 into main May 24, 2025
2 checks passed
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.

1 participant