Skip to content

Commit f519a2f

Browse files
authored
Merge branch 'main' into renovate/react-monorepo
2 parents d8ba7cf + 4c8a31a commit f519a2f

7 files changed

Lines changed: 520 additions & 248 deletions

File tree

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/common-showers-sleep.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---
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+
Bump `next` devDependency floor to `15.5.13` to pick up an upstream security fix.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"@clerk/backend": "workspace:*",
7878
"@clerk/shared": "workspace:*",
7979
"@clerk/testing": "workspace:*",
80-
"@commitlint/cli": "^19.8.0",
81-
"@commitlint/config-conventional": "^19.8.0",
80+
"@commitlint/cli": "^20.5.0",
81+
"@commitlint/config-conventional": "^20.5.0",
8282
"@eslint/eslintrc": "^3.3.5",
8383
"@eslint/js": "9.31.0",
8484
"@faker-js/faker": "^9.9.0",

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
},
9898
"devDependencies": {
9999
"@clerk/ui": "workspace:^",
100-
"astro": "^5.17.1"
100+
"astro": "^5.18.1"
101101
},
102102
"peerDependencies": {
103103
"astro": "^4.15.0 || ^5.0.0 || ^6.0.0"

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"devDependencies": {
9494
"crypto-es": "^2.1.0",
95-
"next": "15.5.10"
95+
"next": "15.5.13"
9696
},
9797
"peerDependencies": {
9898
"next": "^15.2.8 || ^15.3.8 || ^15.4.10 || ^15.5.9 || ^15.6.0-0 || ^16.0.10 || ^16.1.0-0",

pnpm-lock.yaml

Lines changed: 504 additions & 244 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)