Skip to content

Commit f4b1642

Browse files
authored
Merge branch 'main' into renovate/linting-and-formatting
2 parents e13f67f + 42c0f0e commit f4b1642

File tree

48 files changed

+1339
-449
lines changed

Some content is hidden

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

48 files changed

+1339
-449
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/astro': patch
3+
---
4+
5+
Bump `astro` devDependency floor to `5.18.1` to pick up an upstream security fix.

.changeset/few-stamps-retire.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/clerk-js': minor
3+
'@clerk/react': minor
4+
'@clerk/shared': minor
5+
---
6+
7+
Add `OAuthApplication` resource and `getConsentInfo()` method for retrieving OAuth consent information, enabling custom OAuth consent flows.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/expo': patch
3+
---
4+
5+
- Fix iOS OAuth (SSO) sign-in failing silently when initiated from the forgot password screen of the inline `<AuthView>` component.
6+
- Fix Android `<AuthView>` getting stuck on the "Get help" screen after sign out via `<UserProfileView>`.
7+
- Fix a brief white flash when the inline `<AuthView>` first mounts on iOS.

.changeset/lazy-turkeys-switch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/nuxt": minor
3+
---
4+
5+
Introduce Keyless quickstart for Nuxt. This allows the Clerk SDK to be used without having to sign up and paste your keys manually.

.changeset/nextjs-security-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@clerk/nextjs': patch
33
---
44

5-
Bump `next` devDependency floor to `15.5.13` to pick up an upstream security fix.
5+
Bump `next` devDependency to `15.5.15` to pick up the fix for CVE-2026-23869, a high-severity (CVSS 7.5) denial-of-service vulnerability in React Server Components. If you use the Next.js App Router, we recommend upgrading to Next.js `15.5.15` or `16.2.3`.

.changeset/red-pans-sing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/express": patch
3+
---
4+
5+
Forward `clockSkewInMs` from `clerkMiddleware()` to backend `authenticateRequest()`.

.changeset/tiny-papayas-hope.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@clerk/astro": patch
3+
"@clerk/react-router": patch
4+
---
5+
6+
Simplified keyless service initialization.

integration/templates/next-app-router-bundled-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "^20.12.12",
1313
"@types/react": "19.2.14",
1414
"@types/react-dom": "19.2.3",
15-
"next": "^15.0.1",
15+
"next": "^15.5.15",
1616
"react": "19.2.4",
1717
"react-dom": "19.2.4",
1818
"typescript": "^5.7.3"

integration/templates/next-app-router-quickstart-v6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "^20.12.12",
1313
"@types/react": "18.3.12",
1414
"@types/react-dom": "18.3.1",
15-
"next": "^15.0.1",
15+
"next": "^15.5.15",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1",
1818
"typescript": "^5.7.3"

integration/templates/next-app-router-quickstart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "^20.12.12",
1313
"@types/react": "18.3.12",
1414
"@types/react-dom": "18.3.1",
15-
"next": "^15.0.1",
15+
"next": "^15.5.15",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1",
1818
"typescript": "^5.7.3"

0 commit comments

Comments
 (0)