Skip to content

Commit 055d46e

Browse files
committed
Merge branch 'main' into roy/add-remote-code-exclusion-mechanism-to-ui-package
2 parents d15b0cb + 09088ed commit 055d46e

56 files changed

Lines changed: 505 additions & 1568 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/vue": patch
3+
---
4+
5+
Fixed an issue where `useOrganization` would show an incorrect warning and dialog due to checking environment settings before Clerk was fully loaded.
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+
Fix build failures when using `cacheComponents: true` with dynamic routes (e.g. `[id]`)

.changeset/shaggy-ads-arrive.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/upgrade-cookie-v1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/react-router": patch
3+
---
4+
5+
Upgrade `cookie` dependency from v0.7.2 to v1.0.2 and remove deprecated `@types/cookie` (cookie v1 ships built-in types).

.changeset/warm-pens-laugh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/backend': patch
3+
---
4+
5+
Remove experimental comment from Agent Tasks API

.cursor/rules/development.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Release Process
113113
Local Development Tips
114114
- Use playground applications to test changes quickly
115115
- Set up multiple test environments for different scenarios
116-
- Use Verdaccio for local npm registry testing
116+
- Use pkglab for local npm registry testing (`pkglab pub` to publish, `pkglab add` to install)
117117
- Leverage hot reloading for faster development cycles
118118
- Use proper IDE setup with TypeScript support
119119

.cursor/rules/monorepo.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Environment Configuration
7575

7676
- Supports multiple Clerk environment variables (CLERK*\*, NEXT_PUBLIC_CLERK*\*, etc.)
7777
- Development, staging, and production configurations
78-
- Verdaccio for local npm registry testing
78+
- pkglab for local npm registry testing
7979
- Docker support for integration testing
8080
- CI/CD with GitHub Actions
8181

.github/actions/init-blacksmith/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ runs:
119119
run: pnpm install
120120
shell: bash
121121

122+
- name: Add node_modules/.bin to PATH
123+
run: echo "${{ github.workspace }}/node_modules/.bin" >> $GITHUB_PATH
124+
shell: bash
125+
122126
- name: Get Playwright Version
123127
if: inputs.playwright-enabled == 'true'
124128
shell: bash

.github/actions/init/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ runs:
119119
run: pnpm install
120120
shell: bash
121121

122+
- name: Add node_modules/.bin to PATH
123+
run: echo "${{ github.workspace }}/node_modules/.bin" >> $GITHUB_PATH
124+
shell: bash
125+
122126
- name: Get Playwright Version
123127
if: inputs.playwright-enabled == 'true'
124128
shell: bash

.github/actions/verdaccio/action.yml

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

0 commit comments

Comments
 (0)