From 7d1e57aafc8ce0be75657a90ad41412deb2a7a9a Mon Sep 17 00:00:00 2001 From: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:03:21 -0700 Subject: [PATCH 1/3] fix broken links --- .typedoc/custom-plugin.mjs | 2 +- packages/shared/src/types/session.ts | 2 +- packages/shared/src/types/signUpFuture.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.typedoc/custom-plugin.mjs b/.typedoc/custom-plugin.mjs index f4b65d3f5cd..de118fe4286 100644 --- a/.typedoc/custom-plugin.mjs +++ b/.typedoc/custom-plugin.mjs @@ -335,7 +335,7 @@ function getCatchAllReplacements() { }, { pattern: /(? Date: Wed, 3 Jun 2026 17:11:22 -0700 Subject: [PATCH 2/3] fix(repo): broaden typedoc catch-all link patterns to match more contexts Unify 12 catch-all replacement patterns in `.typedoc/custom-plugin.mjs` to use the more-encompassing form `(?` HTML tags. Co-Authored-By: Claude Opus 4.7 (1M context) --- .typedoc/custom-plugin.mjs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.typedoc/custom-plugin.mjs b/.typedoc/custom-plugin.mjs index de118fe4286..2dd1fa921a9 100644 --- a/.typedoc/custom-plugin.mjs +++ b/.typedoc/custom-plugin.mjs @@ -176,7 +176,7 @@ export function applyRelativeLinkReplacements(contents) { function getCatchAllReplacements() { return [ { - pattern: /(? Date: Wed, 3 Jun 2026 17:19:59 -0700 Subject: [PATCH 3/3] chore(repo): add empty changeset Co-Authored-By: Claude Opus 4.7 (1M context) --- .changeset/stale-steaks-accept.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/stale-steaks-accept.md diff --git a/.changeset/stale-steaks-accept.md b/.changeset/stale-steaks-accept.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/stale-steaks-accept.md @@ -0,0 +1,2 @@ +--- +---