Skip to content

Commit be7228e

Browse files
3dyuvalclaude
andcommitted
Merge upstream/main, fix deps and bump Netlify Node version
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0a4fe85 commit be7228e

6 files changed

Lines changed: 333 additions & 287 deletions

File tree

packages/typescript-client/bin/intent.mjs

100644100755
File mode changed.

packages/y-electric/bin/intent.mjs

100644100755
File mode changed.

pnpm-lock.yaml

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

website/.vitepress/theme/Layout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ onMounted(() => {
6666
<template v-if="!hasSidebar">
6767
<ReleaseBanner
6868
link="/docs/integrations/vue"
69-
subtitle="now available!"
70-
description="Build reactive Vue apps with seamless sync!"
69+
subtitle=""
70+
description="Build reactive Vue apps with seamless sync"
7171
background="#262626"
7272
>
7373
<template #icon>

website/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Environment variables are set here
77

88
# Node version here should match the one in .tool-versions - that's the authoritative source
9-
NODE_VERSION = "22.12.0"
9+
NODE_VERSION = "24.11.1"
1010

1111
[[edge_functions]]
1212
function = "serve-markdown"

website/src/components/home/ReleaseBanner.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ const { link, subtitle, description, background } = defineProps([
5858
<slot name="icon"></slot>
5959
<slot name="title"></slot>
6060
</a>
61-
<span>&ndash;</span>
62-
<span class="inline-md">
61+
<span v-if="subtitle">
6362
{{ subtitle }}
6463
</span>
65-
<span class="hidden-md">
64+
<span v-if="description">
6665
{{ description }}
6766
</span>
6867
</div>

0 commit comments

Comments
 (0)