Skip to content

Commit be1a203

Browse files
Merge branch 'main' into heat/grow-668-additional-metadata-headers-for-keyless-app-creation-post
2 parents 5909792 + 1b1e8b1 commit be1a203

File tree

248 files changed

+7554
-5309
lines changed

Some content is hidden

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

248 files changed

+7554
-5309
lines changed

.changeset/angry-cobras-confess.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/nextjs": patch
3+
---
4+
5+
Resolve path module import error in keyless telemetry

.changeset/cold-glasses-watch.md

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

.changeset/cold-parks-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/vue': minor
3+
---
4+
5+
Expose billing buttons as experimental

.changeset/floppy-glasses-share.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@clerk/clerk-js': patch
3+
'@clerk/clerk-react': patch
4+
---
5+
6+
Wait for pricing table data to be ready before hiding its fallback.

.changeset/fluffy-spiders-grab.md

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

.changeset/smart-seas-breathe.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@clerk/clerk-js": patch
3+
"@clerk/types": patch
4+
---
5+
6+
Update the experimental `Errors` interface to allow null for raw and global error arrays

.coderabbit.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
reviews:
2+
auto_review:
3+
ignore_title_keywords:
4+
- 'ci(repo): Version packages'

.github/workflows/pr-title-linter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
sparse-checkout-cone-mode: false
2525

2626
- name: Lint Pull Request Title
27+
env:
28+
PR_TITLE: ${{ github.event.pull_request.title }}
2729
run: |
2830
npm init --scope=clerk --yes
2931
npm i --save-dev @commitlint/config-conventional @commitlint/cli globby --audit=false --fund=false
30-
echo '${{ github.event.pull_request.title }}' | npm exec @commitlint/cli -- --config commitlint.config.ts
32+
echo "$PR_TITLE" | npm exec @commitlint/cli -- --config commitlint.config.ts

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

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
3232
"types/commerce-initialized-payment-source-resource.mdx",
3333
"types/commerce-money-amount-json.mdx",
3434
"types/commerce-money-amount.mdx",
35+
"types/commerce-payer-json.mdx",
3536
"types/commerce-payer-resource-type.mdx",
37+
"types/commerce-payer-resource.mdx",
3638
"types/commerce-payment-charge-type.mdx",
3739
"types/commerce-payment-json.mdx",
3840
"types/commerce-payment-resource.mdx",
@@ -43,8 +45,6 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
4345
"types/commerce-payment-status.mdx",
4446
"types/commerce-plan-json.mdx",
4547
"types/commerce-plan-resource.mdx",
46-
"types/commerce-product-json.mdx",
47-
"types/commerce-product-resource.mdx",
4848
"types/commerce-statement-group-json.mdx",
4949
"types/commerce-statement-group.mdx",
5050
"types/commerce-statement-json.mdx",
@@ -63,9 +63,12 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
6363
"types/create-organization-params.mdx",
6464
"types/element-object-key.mdx",
6565
"types/elements-config.mdx",
66+
"types/errors.mdx",
6667
"types/experimental_checkout-button-props.mdx",
6768
"types/experimental_plan-details-button-props.mdx",
6869
"types/experimental_subscription-details-button-props.mdx",
70+
"types/field-error.mdx",
71+
"types/field-errors.mdx",
6972
"types/for-payer-type.mdx",
7073
"types/get-payment-attempts-params.mdx",
7174
"types/get-payment-sources-params.mdx",
@@ -119,9 +122,12 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
119122
"types/session-verification-types.mdx",
120123
"types/set-active-params.mdx",
121124
"types/set-active.mdx",
125+
"types/sign-in-future-resource.mdx",
122126
"types/sign-in-resource.mdx",
127+
"types/sign-in-signal-value.mdx",
123128
"types/sign-out.mdx",
124129
"types/sign-up-authenticate-with-metamask-params.mdx",
130+
"types/sign-up-future-resource.mdx",
125131
"types/sign-up-resource.mdx",
126132
"types/signed-in-session-resource.mdx",
127133
"types/state-selectors.mdx",
@@ -203,35 +209,51 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
203209
"nextjs/current-user.mdx",
204210
"nextjs/get-auth.mdx",
205211
"clerk-react/api-keys.mdx",
212+
"clerk-react/checkout-button-props.mdx",
213+
"clerk-react/checkout-button.mdx",
206214
"clerk-react/clerk-provider-props.mdx",
215+
"clerk-react/plan-details-button-props.mdx",
216+
"clerk-react/plan-details-button.mdx",
207217
"clerk-react/protect.mdx",
208218
"clerk-react/redirect-to-create-organization.mdx",
209219
"clerk-react/redirect-to-organization-profile.mdx",
210220
"clerk-react/redirect-to-user-profile.mdx",
221+
"clerk-react/subscription-details-button-props.mdx",
222+
"clerk-react/subscription-details-button.mdx",
211223
"clerk-react/use-auth.mdx",
212224
"clerk-react/use-clerk.mdx",
213225
"clerk-react/use-organization-list.mdx",
214226
"clerk-react/use-organization.mdx",
215227
"clerk-react/use-reverification.mdx",
216228
"clerk-react/use-session-list.mdx",
217229
"clerk-react/use-session.mdx",
230+
"clerk-react/use-sign-in-signal.mdx",
218231
"clerk-react/use-sign-in.mdx",
232+
"clerk-react/use-sign-up-signal.mdx",
219233
"clerk-react/use-sign-up.mdx",
220234
"clerk-react/use-user.mdx",
221235
"backend/allowlist-identifier.mdx",
222236
"backend/auth-object.mdx",
223237
"backend/authenticate-request-options.mdx",
224238
"backend/client.mdx",
239+
"backend/commerce-payment-attempt-webhook-event-json.mdx",
225240
"backend/commerce-plan-json.mdx",
226241
"backend/commerce-plan.mdx",
242+
"backend/commerce-subscription-item-json.mdx",
243+
"backend/commerce-subscription-item-webhook-event-json.mdx",
244+
"backend/commerce-subscription-item.mdx",
245+
"backend/commerce-subscription-webhook-event-json.mdx",
246+
"backend/commerce-subscription.mdx",
227247
"backend/email-address.mdx",
228248
"backend/external-account.mdx",
249+
"backend/feature.mdx",
229250
"backend/get-auth-fn.mdx",
230251
"backend/identification-link.mdx",
231252
"backend/infer-auth-object-from-token-array.mdx",
232253
"backend/infer-auth-object-from-token.mdx",
233254
"backend/invitation-status.mdx",
234255
"backend/invitation.mdx",
256+
"backend/o-auth-application.mdx",
235257
"backend/organization-invitation-status.mdx",
236258
"backend/organization-invitation.mdx",
237259
"backend/organization-membership-public-user-data.mdx",

.typedoc/custom-plugin.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const LINK_REPLACEMENTS = [
5555
['verify-token-options', '#verify-token-options'],
5656
['localization-resource', '/docs/customization/localization'],
5757
['commerce-subscription-item-resource', '/docs/references/javascript/types/commerce-subscription-item-resource'],
58+
['commerce-money-amount', '/docs/references/javascript/types/commerce-money-amount'],
5859
];
5960

6061
/**

0 commit comments

Comments
 (0)