Skip to content

Commit 9879eea

Browse files
Merge branch 'main' into heat/grow-668-additional-metadata-headers-for-keyless-app-creation-post
2 parents 164d097 + c42ce6c commit 9879eea

File tree

138 files changed

+1478
-413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+1478
-413
lines changed

.changeset/cold-glasses-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/clerk-js": patch
3+
---
4+
5+
Clear API keys revoke confirmation field on modal close

.changeset/fluffy-spiders-grab.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/shared': patch
3+
---
4+
5+
Removed unused generateUuid utility

.changeset/legal-ants-flow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/little-seals-hang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-meals-see.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.typedoc/__tests__/__snapshots__/file-structure.test.ts.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
149149
"shared/derive-state.mdx",
150150
"shared/extract-dev-browser-jwt-from-url.mdx",
151151
"shared/fast-deep-merge-and-replace.mdx",
152-
"shared/generate-uuid.mdx",
153152
"shared/get-clerk-js-major-version-or-tag.mdx",
154153
"shared/get-cookie-suffix.mdx",
155154
"shared/get-env-variable.mdx",

integration/tests/pricing-table.test.ts

Lines changed: 178 additions & 189 deletions
Large diffs are not rendered by default.

integration/tests/session-tasks-sign-in.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withSessionTasks] })(
5656
await u.po.expect.toHaveResolvedTask();
5757

5858
// Navigates to after sign-in
59-
await u.page.waitForAppUrl('/');
59+
await u.page.waitForAppUrl('/page-protected');
6060
});
6161

6262
test('with sso, navigate to task on after sign-in', async ({ page, context }) => {

integration/tests/session-tasks-sign-up.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withSessionTasks] })(
7373
await u.po.expect.toHaveResolvedTask();
7474

7575
// Navigates to after sign-up
76-
await u.page.waitForAppUrl('/');
76+
await u.page.waitForAppUrl('/page-protected');
7777
});
7878

7979
test('with sso, navigate to task on after sign-up', async ({ page, context }) => {

packages/agent-toolkit/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @clerk/agent-toolkit
22

3+
## 0.1.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e52bf8e`](https://github.com/clerk/javascript/commit/e52bf8ebef74a9e123c69b69acde1340c01d32d7), [`c043c19`](https://github.com/clerk/javascript/commit/c043c1919854aaa5b9cf7f6df5bb517f5617f7a1), [`7bb644a`](https://github.com/clerk/javascript/commit/7bb644ad8a7bf28c6010aad6ae0c36f587529fcc), [`c28d29c`](https://github.com/clerk/javascript/commit/c28d29c79bb4f144d782313ca72df7db91a77340), [`172e054`](https://github.com/clerk/javascript/commit/172e054a3511be12d16ba19037db320c2d9838bf)]:
8+
- @clerk/types@4.81.0
9+
- @clerk/backend@2.9.4
10+
- @clerk/shared@3.22.0
11+
312
## 0.1.24
413

514
### Patch Changes

0 commit comments

Comments
 (0)