Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/fruity-clocks-send.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Comment on lines +1 to +2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

Changeset file is incomplete—add required metadata.

The changeset file is missing the package name and version bump type between the YAML delimiters. This is required for the changeset tooling to function correctly.

Apply this diff to add the required metadata:

 ---
+@clerk/remix: patch
 ---
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
---
---
---
@clerk/remix: patch
---
🤖 Prompt for AI Agents
In .changeset/fruity-clocks-send.md around lines 1 to 2 the changeset YAML block
is empty and missing required metadata (package name and release type). Edit the
file to add the package identifier(s) and the bump type (patch/minor/major)
inside the YAML delimiters, and include an optional summary below the block;
ensure the YAML follows changeset format (package-name: patch) so the tooling
can parse it.

1 change: 0 additions & 1 deletion integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ Assuming you have a `react-parcel` template defined in `integration/templates`,
```

Here's what each thing is doing:

- `setName`: Set internal name
- `useTemplate`: Define which template inside `integration/templates` to use
- `setEnvFormatter`: Define how environment variables should be formatted. The first argument accepts `'public'` and `'private'`. Inside [`envs.ts`](./presets/envs.ts) the environment variables you can use through [`withEnv`](#environment-configs) are defined. Since different frameworks require environment variables to be in different formats (e.g. Next.js wants public env vars to be prefixed with `NEXT_PUBLIC_`) you can use this formatter to change that.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"json5": "2.2.3",
"jsonwebtoken": "9.0.2",
"lint-staged": "^14.0.1",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-packagejson": "^2.5.15",
"prettier-plugin-tailwindcss": "^0.6.12",
Expand Down
1 change: 0 additions & 1 deletion packages/localizations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ We're open to all community contributions! If you'd like to contribute in any wa
1. Open the [`localizations/src/en-US.ts`](https://github.com/clerk/javascript/blob/main/packages/localizations/src/en-US.ts) file and add your new key to the object. `en-US` is the default language. If you feel comfortable adding your message in another language than English, feel free to also edit other files.

1. Use the new localization key inside the component. There are two ways:

- The string is inside a component like `<Text>`:

```diff
Expand Down
3 changes: 2 additions & 1 deletion packages/remix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

</div>

> [!IMPORTANT] If you're starting a new project with React Router v7 or are in the process of upgrading a Remix v2 application, please use the [`@clerk/react-router`](https://clerk.com/docs/references/react-router/overview) SDK. `@clerk/remix` is only compatible with Remix v2.
> [!WARNING]
> `@clerk/remix` is deprecated and no longer receiving updates. If you're starting a new project with React Router v7 or are in the process of upgrading a Remix v2 application to Remix v3, please use the [`@clerk/react-router`](https://clerk.com/docs/references/react-router/overview) SDK.

## Getting Started

Expand Down
24 changes: 12 additions & 12 deletions packages/shared/src/compiled/path-to-regexp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ function _(r) {
break;
}
if (!u) throw new TypeError('Missing parameter name at '.concat(e));
n.push({
(n.push({
type: 'NAME',
index: e,
value: u,
}),
(e = t);
(e = t));
continue;
}
if (a === '(') {
Expand All @@ -74,12 +74,12 @@ function _(r) {
}
if (o) throw new TypeError('Unbalanced pattern at '.concat(e));
if (!m) throw new TypeError('Missing pattern at '.concat(e));
n.push({
(n.push({
type: 'PATTERN',
index: e,
value: m,
}),
(e = t);
(e = t));
continue;
}
n.push({
Expand Down Expand Up @@ -147,15 +147,15 @@ function F(r, n) {
C = f('PATTERN');
if (x || C) {
var g = T || '';
u.indexOf(g) === -1 && ((p += g), (g = '')),
(u.indexOf(g) === -1 && ((p += g), (g = '')),
p && (o.push(p), (p = '')),
o.push({
name: x || m++,
prefix: g,
suffix: '',
pattern: C || A(g),
modifier: f('MODIFIER') || '',
});
}));
continue;
}
var i = T || f('ESCAPED_CHAR');
Expand All @@ -170,14 +170,14 @@ function F(r, n) {
y = f('NAME') || '',
O = f('PATTERN') || '',
b = d();
w('CLOSE'),
(w('CLOSE'),
o.push({
name: y || (O ? m++ : ''),
pattern: y && !O ? A(g) : O,
prefix: g,
suffix: b,
modifier: f('MODIFIER') || '',
});
}));
continue;
}
w('END');
Expand Down Expand Up @@ -240,14 +240,14 @@ function D(r) {
function $(r, n) {
if (!n) return r;
for (var e = /\((?:\?<(.*?)>)?(?!\?)/g, a = 0, u = e.exec(r.source); u; )
n.push({
(n.push({
name: u[1] || a++,
prefix: '',
suffix: '',
modifier: '',
pattern: '',
}),
(u = e.exec(r.source));
(u = e.exec(r.source)));
return r;
}

Expand Down Expand Up @@ -316,11 +316,11 @@ function U(r, n, e) {
else x += '(?:'.concat(R).concat(y, ')').concat(i.modifier);
}
}
if (m) u || (x += ''.concat(T, '?')), (x += e.endsWith ? '(?='.concat(A, ')') : '$');
if (m) (u || (x += ''.concat(T, '?')), (x += e.endsWith ? '(?='.concat(A, ')') : '$'));
else {
var b = r[r.length - 1],
l = typeof b == 'string' ? T.indexOf(b[b.length - 1]) > -1 : b === void 0;
u || (x += '(?:'.concat(T, '(?=').concat(A, '))?')), l || (x += '(?='.concat(T, '|').concat(A, ')'));
(u || (x += '(?:'.concat(T, '(?=').concat(A, '))?')), l || (x += '(?='.concat(T, '|').concat(A, ')')));
}
return new RegExp(x, D(e));
}
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading