Skip to content

chore(deps): bump the npm-patch-and-minor group across 1 directory with 26 updates - #222

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-patch-and-minor-8bbc66da21
Closed

chore(deps): bump the npm-patch-and-minor group across 1 directory with 26 updates#222
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-patch-and-minor-8bbc66da21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-patch-and-minor group with 26 updates in the / directory:

Package From To
@codemirror/view 6.39.14 6.43.7
@file-viewer/react 2.2.2 2.2.4
@file-viewer/renderer-presentation 2.2.2 2.2.4
@file-viewer/renderer-spreadsheet 2.2.2 2.2.4
@file-viewer/renderer-word 2.2.2 2.2.4
@lexical/react 0.48.0 0.49.0
@opencode-ai/sdk 1.17.20 1.18.9
@paper-design/shaders-react 0.0.72 0.0.78
@tanstack/react-virtual 3.13.23 3.14.9
lexical 0.48.0 0.49.0
lucide-react 1.27.0 1.28.0
motion 12.38.0 12.43.0
react-router-dom 7.17.0 7.18.2
shadcn 4.6.0 4.16.0
@file-viewer/vite-plugin 2.2.2 2.2.4
@opentui/core 0.1.77 0.4.5
@opentui/solid 0.1.77 0.4.5
solid-js 1.9.9 1.9.14
@opentui/core-darwin-arm64 0.1.77 0.4.5
@opentui/core-darwin-x64 0.1.77 0.4.5
@opentui/core-linux-arm64 0.1.77 0.4.5
@opentui/core-linux-x64 0.1.77 0.4.5
@opentui/core-win32-x64 0.1.77 0.4.5
minimatch 10.2.5 10.2.6
@modelcontextprotocol/sdk 1.29.0 1.30.0
@paper-design/shaders 0.0.72 0.0.78

Updates @codemirror/view from 6.39.14 to 6.43.7

Changelog

Sourced from @​codemirror/view's changelog.

6.41.0 (2026-04-01)

Bug fixes

Fix an issue where EditorView.posAtCoords could incorrectly return a position near a higher element on the line, in mixed-font-size lines.

Expand the workaround for the Webkit bug that causes nonexistent selections to stay visible to be active on non-Safari Webkit browsers.

New features

The new EditorView.cursorScrollMargin facet can now be used to configure the extra space used when scrolling the cursor into view.

6.40.0 (2026-03-12)

Bug fixes

Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift modifier when delivered to key event handlers.

Fix an issue where EditorView.moveVertically could move to the wrong place in wrapped lines with a large line height.

Make sure the selection head associativity is properly set for mouse selections made with shift held down.

New features

WidgetType.updateDOM is now called with the previous widget value as third argument.

6.39.17 (2026-03-10)

Bug fixes

Improve touch tap-selection on line wrapping boundaries.

Make drawSelection draw our own selection handles on iOS.

Fix an issue where posAtCoords, when querying line wrapping points, got confused by extra empty client rectangles produced by Safari.

6.39.16 (2026-03-02)

Bug fixes

Perform scroll stabilization on the document or wrapping scrollable elements, when the user scrolls the editor.

Fix an issue where changing decorations right before a composition could end up corrupting the visible DOM.

Fix an issue where some types of text input over a selection would be read as happening in wrong position.

6.39.15 (2026-02-20)

Bug fixes

... (truncated)

Commits

Updates @file-viewer/react from 2.2.2 to 2.2.4

Commits

Updates @file-viewer/renderer-presentation from 2.2.2 to 2.2.4

Release notes

Sourced from @​file-viewer/renderer-presentation's releases.

File Viewer v2.2.4

OFD flashing twice and STEP canvases going blurry after switching files were awful little bugs. v2.2.4 fixes both at the rendering boundary, then tightens the Office and CAD paths around them.

  • OFD progressive rendering now hands off to the ready state without hiding already visible content.
  • Repeated STEP previews restore the canvas backing buffer to the current device pixel ratio.
  • DOCX moves to @file-viewer/docx@0.3.26, covering the fixes tracked in #155, #160, and #161.
  • CAD moves to @flyfish-dev/cad-viewer@0.8.0, with versioned offline WASM and Worker assets.
  • Japanese is now available across the core messages and component UI.
  • The demo opens documents below the collapsed filename capsule, while scrolling remains immersive and content can move behind the capsule.
  • The PPTX Worker now forwards slide media safely and resets its per-slide queues between files.
  • Release and browser harnesses now fall back to system Chrome when Playwright's bundled Chromium is unavailable.

The checked matrix is 54 npm targets, 208 extensions, 25 preview pipelines, and 63 downloadable Release assets.

pnpm add @file-viewer/vue3-full@2.2.4
pnpm add -D @file-viewer/vite-plugin@2.2.4

File Viewer v2.2.3

Host CSS should never be able to erase a viewer toolbar. v2.2.3 fixes that at the component boundary and cleans up two PowerPoint Worker paths that only failed in real framework builds.

  • Web Component, Vue 3, Vue 2.7, Vue 2.6, React, React Legacy, Svelte, jQuery, and their Full packages now use Shadow DOM by default. styleIsolation: 'none' remains the explicit legacy Light DOM path.
  • The shared browser controller preserves application-owned ShadowRoots, handles Shadow/Light remounts, avoids duplicate first loads in React and Svelte, and restores Vue 2 event forwarding.
  • PPTX and Spreadsheet styles stay inside their renderer roots instead of leaking generic selectors and keyframes into the host page.
  • Angular 22 now resolves the PPTX Worker correctly through Vite optimization and baseHref, without leaking .angular/cache into the runtime URL.
  • Binary PPT now uses @file-viewer/ppt@0.3.2, with a self-contained Worker and one packaged runtime path across plain Vite, subpath builds, Full packages, copy-assets, and CDN/IIFE.
  • Markdown now participates in the shared fit/zoom contract. PDF mobile toolbar sizing and print-mask styling inside Shadow DOM are also corrected.

The checked matrix remains 54 npm targets, 208 extensions, and 25 preview pipelines.

pnpm add @file-viewer/vue3-full@2.2.3
pnpm add -D @file-viewer/vite-plugin@2.2.3
Changelog

Sourced from @​file-viewer/renderer-presentation's changelog.

File Viewer v2.2.4 — 2026-07-28

这是 DOCX/CAD 运行时升级和沉浸式预览稳定性补丁。能力矩阵保持 54 个 npm 目标、208 个扩展名和 25 条预览链路。

Fixes

  • @file-viewer/docx 升级至 0.3.26:修复日文模板的东亚字体回退、行高和 VML 文本框重叠(#155),兼容 Apache POI 输出的 w:hMerge 横向合并单元格(#160),并修复多分节中文简历的浮动形状、定位尺寸与页内内容流错位(#161)。
  • 主线程和离线 DOCX Worker 使用同一版本,并同步更新 Full 包资源查询参数,避免浏览器继续命中旧 Worker 缓存。
  • @flyfish-dev/cad-viewer 升级至 0.8.0,补齐 BOM 与表格安全的 CSV/JSON 导出,复杂线型 STYLE 引用为空时不再中断合法 DWG/DXF。
  • 修复 OFD 渐进渲染切换到最终 ready 状态时内容被再次隐藏造成的二次闪烁(#163)。
  • 修复重复打开 STEP 后 Canvas backing buffer 偶发退回 CSS 1× 分辨率的问题;渲染循环会按当前设备像素比持续校正(#164)。
  • Demo 首屏按收起后的文件胶囊预留文档起始位置,滚动后文档仍可进入胶囊后方,保持全屏沉浸滚动与透明滚动条。
  • 日语界面、Archive 内 Shapefile sidecar 组合预览以及对应构建、浏览器回归一并进入本次发布。

Upgrade

pnpm add @file-viewer/vue3-full@2.2.4
pnpm add -D @file-viewer/vite-plugin@2.2.4

File Viewer v2.2.3 — 2026-07-21

这是组件工具栏隔离与演示文稿运行时兼容补丁。能力矩阵保持 54 个 npm 目标、208 个扩展名和 25 条预览链路。

Fixes

  • 标准 Web、Vue 3、Vue 2.7、Vue 2.6、React、React Legacy、Svelte 与 jQuery 组件统一使用 Core 浏览器控制器;默认 Shadow DOM 会隔离宿主全局样式,显式 styleIsolation: 'none' 仍可切换为 Light DOM。
  • 修复同一宿主从 Shadow DOM 重挂为 Light DOM 时内容仍留在 ShadowRoot,以及挂载到业务自有 ShadowRoot 时误清空已有节点的问题;销毁时只移除 File Viewer 自己创建的边界。
  • Vue 3 在真实 ShadowRoot 内注入组件与 renderer 样式;Vue 2.6 补齐 onEventonStateChange 和视图状态 API,工具栏、事件与命令在旧构建链中保持一致。
  • Angular 22 + Vite 优化缓存下的 PPTX Worker 会正确解析 baseHref.angular/cache 路径,不再请求错误的站点根路径。
  • 二进制 PPT 升级到 @file-viewer/ppt@0.3.2。其 Worker 变为自包含模块,普通 Vite 项目无需复制 vendor/ppt 也能从 npm ESM 包启动 Worker;Full、copy-assets 与 IIFE 路径继续完整自托管。
  • PDF、Spreadsheet、PPTX、Markdown 和打印蒙版在 Shadow DOM、移动端与统一缩放路径下补齐样式和布局回归。

Upgrade

pnpm add @file-viewer/vue3-full@2.2.3
pnpm add -D @file-viewer/vite-plugin@2.2.3
Commits
  • 841c3d9 release: publish v2.2.4
  • af2980b feat(i18n): add comprehensive Japanese support
  • ba9bdf7 fix: restore isolated toolbars and presentation workers
  • See full diff in compare view

Updates @file-viewer/renderer-spreadsheet from 2.2.2 to 2.2.4

Release notes

Sourced from @​file-viewer/renderer-spreadsheet's releases.

File Viewer v2.2.4

OFD flashing twice and STEP canvases going blurry after switching files were awful little bugs. v2.2.4 fixes both at the rendering boundary, then tightens the Office and CAD paths around them.

  • OFD progressive rendering now hands off to the ready state without hiding already visible content.
  • Repeated STEP previews restore the canvas backing buffer to the current device pixel ratio.
  • DOCX moves to @file-viewer/docx@0.3.26, covering the fixes tracked in #155, #160, and #161.
  • CAD moves to @flyfish-dev/cad-viewer@0.8.0, with versioned offline WASM and Worker assets.
  • Japanese is now available across the core messages and component UI.
  • The demo opens documents below the collapsed filename capsule, while scrolling remains immersive and content can move behind the capsule.
  • The PPTX Worker now forwards slide media safely and resets its per-slide queues between files.
  • Release and browser harnesses now fall back to system Chrome when Playwright's bundled Chromium is unavailable.

The checked matrix is 54 npm targets, 208 extensions, 25 preview pipelines, and 63 downloadable Release assets.

pnpm add @file-viewer/vue3-full@2.2.4
pnpm add -D @file-viewer/vite-plugin@2.2.4

File Viewer v2.2.3

Host CSS should never be able to erase a viewer toolbar. v2.2.3 fixes that at the component boundary and cleans up two PowerPoint Worker paths that only failed in real framework builds.

  • Web Component, Vue 3, Vue 2.7, Vue 2.6, React, React Legacy, Svelte, jQuery, and their Full packages now use Shadow DOM by default. styleIsolation: 'none' remains the explicit legacy Light DOM path.
  • The shared browser controller preserves application-owned ShadowRoots, handles Shadow/Light remounts, avoids duplicate first loads in React and Svelte, and restores Vue 2 event forwarding.
  • PPTX and Spreadsheet styles stay inside their renderer roots instead of leaking generic selectors and keyframes into the host page.
  • Angular 22 now resolves the PPTX Worker correctly through Vite optimization and baseHref, without leaking .angular/cache into the runtime URL.
  • Binary PPT now uses @file-viewer/ppt@0.3.2, with a self-contained Worker and one packaged runtime path across plain Vite, subpath builds, Full packages, copy-assets, and CDN/IIFE.
  • Markdown now participates in the shared fit/zoom contract. PDF mobile toolbar sizing and print-mask styling inside Shadow DOM are also corrected.

The checked matrix remains 54 npm targets, 208 extensions, and 25 preview pipelines.

pnpm add @file-viewer/vue3-full@2.2.3
pnpm add -D @file-viewer/vite-plugin@2.2.3
Changelog

Sourced from @​file-viewer/renderer-spreadsheet's changelog.

File Viewer v2.2.4 — 2026-07-28

这是 DOCX/CAD 运行时升级和沉浸式预览稳定性补丁。能力矩阵保持 54 个 npm 目标、208 个扩展名和 25 条预览链路。

Fixes

  • @file-viewer/docx 升级至 0.3.26:修复日文模板的东亚字体回退、行高和 VML 文本框重叠(#155),兼容 Apache POI 输出的 w:hMerge 横向合并单元格(#160),并修复多分节中文简历的浮动形状、定位尺寸与页内内容流错位(#161)。
  • 主线程和离线 DOCX Worker 使用同一版本,并同步更新 Full 包资源查询参数,避免浏览器继续命中旧 Worker 缓存。
  • @flyfish-dev/cad-viewer 升级至 0.8.0,补齐 BOM 与表格安全的 CSV/JSON 导出,复杂线型 STYLE 引用为空时不再中断合法 DWG/DXF。
  • 修复 OFD 渐进渲染切换到最终 ready 状态时内容被再次隐藏造成的二次闪烁(#163)。
  • 修复重复打开 STEP 后 Canvas backing buffer 偶发退回 CSS 1× 分辨率的问题;渲染循环会按当前设备像素比持续校正(#164)。
  • Demo 首屏按收起后的文件胶囊预留文档起始位置,滚动后文档仍可进入胶囊后方,保持全屏沉浸滚动与透明滚动条。
  • 日语界面、Archive 内 Shapefile sidecar 组合预览以及对应构建、浏览器回归一并进入本次发布。

Upgrade

pnpm add @file-viewer/vue3-full@2.2.4
pnpm add -D @file-viewer/vite-plugin@2.2.4

File Viewer v2.2.3 — 2026-07-21

这是组件工具栏隔离与演示文稿运行时兼容补丁。能力矩阵保持 54 个 npm 目标、208 个扩展名和 25 条预览链路。

Fixes

  • 标准 Web、Vue 3、Vue 2.7、Vue 2.6、React、React Legacy、Svelte 与 jQuery 组件统一使用 Core 浏览器控制器;默认 Shadow DOM 会隔离宿主全局样式,显式 styleIsolation: 'none' 仍可切换为 Light DOM。
  • 修复同一宿主从 Shadow DOM 重挂为 Light DOM 时内容仍留在 ShadowRoot,以及挂载到业务自有 ShadowRoot 时误清空已有节点的问题;销毁时只移除 File Viewer 自己创建的边界。
  • Vue 3 在真实 ShadowRoot 内注入组件与 renderer 样式;Vue 2.6 补齐 onEventonStateChange 和视图状态 API,工具栏、事件与命令在旧构建链中保持一致。
  • Angular 22 + Vite 优化缓存下的 PPTX Worker 会正确解析 baseHref.angular/cache 路径,不再请求错误的站点根路径。
  • 二进制 PPT 升级到 @file-viewer/ppt@0.3.2。其 Worker 变为自包含模块,普通 Vite 项目无需复制 vendor/ppt 也能从 npm ESM 包启动 Worker;Full、copy-assets 与 IIFE 路径继续完整自托管。
  • PDF、Spreadsheet、PPTX、Markdown 和打印蒙版在 Shadow DOM、移动端与统一缩放路径下补齐样式和布局回归。

Upgrade

pnpm add @file-viewer/vue3-full@2.2.3
pnpm add -D @file-viewer/vite-plugin@2.2.3
Commits

Updates @file-viewer/renderer-word from 2.2.2 to 2.2.4

Release notes

Sourced from @​file-viewer/renderer-word's releases.

File Viewer v2.2.4

OFD flashing twice and STEP canvases going blurry after switching files were awful little bugs. v2.2.4 fixes both at the rendering boundary, then tightens the Office and CAD paths around them.

  • OFD progressive rendering now hands off to the ready state without hiding already visible content.
  • Repeated STEP previews restore the canvas backing buffer to the current device pixel ratio.
  • DOCX moves to @file-viewer/docx@0.3.26, covering the fixes tracked in #155, #160, and #161.
  • CAD moves to @flyfish-dev/cad-viewer@0.8.0, with versioned offline WASM and Worker assets.
  • Japanese is now available across the core messages and component UI.
  • The demo opens documents below the collapsed filename capsule, while scrolling remains immersive and content can move behind the capsule.
  • The PPTX Worker now forwards slide media safely and resets its per-slide queues between files.
  • Release and browser harnesses now fall back to system Chrome when Playwright's bundled Chromium is unavailable.

The checked matrix is 54 npm targets, 208 extensions, 25 preview pipelines, and 63 downloadable Release assets.

pnpm add @file-viewer/vue3-full@2.2.4
pnpm add -D @file-viewer/vite-plugin@2.2.4

File Viewer v2.2.3

Host CSS should never be able to erase a viewer toolbar. v2.2.3 fixes that at the component boundary and cleans up two PowerPoint Worker paths that only failed in real framework builds.

  • Web Component, Vue 3, Vue 2.7, Vue 2.6, React, React Legacy, Svelte, jQuery, and their Full packages now use Shadow DOM by default. styleIsolation: 'none' remains the explicit legacy Light DOM path.
  • The shared browser controller preserves application-owned ShadowRoots, handles Shadow/Light remounts, avoids duplicate first loads in React and Svelte, and restores Vue 2 event forwarding.
  • PPTX and Spreadsheet styles stay inside their renderer roots instead of leaking generic selectors and keyframes into the host page.
  • Angular 22 now resolves the PPTX Worker correctly through Vite optimization and baseHref, without leaking .angular/cache into the runtime URL.
  • Binary PPT now uses @file-viewer/ppt@0.3.2, with a self-contained Worker and one packaged runtime path across plain Vite, subpath builds, Full packages, copy-assets, and CDN/IIFE.
  • Markdown now participates in the shared fit/zoom contract. PDF mobile toolbar sizing and print-mask styling inside Shadow DOM are also corrected.

The checked matrix remains 54 npm targets, 208 extensions, and 25 preview pipelines.

pnpm add @file-viewer/vue3-full@2.2.3
pnpm add -D @file-viewer/vite-plugin@2.2.3
Changelog

Sourced from @​file-viewer/renderer-word's changelog.

File Viewer v2.2.4 — 2026-07-28

这是 DOCX/CAD 运行时升级和沉浸式预览稳定性补丁。能力矩阵保持 54 个 npm 目标、208 个扩展名和 25 条预览链路。

Fixes

  • @file-viewer/docx 升级至 0.3.26:修复日文模板的东亚字体回退、行高和 VML 文本框重叠(#155),兼容 Apache POI 输出的 w:hMerge 横向合并单元格(#160),并修复多分节中文简历的浮动形状、定位尺寸与页内内容流错位(#161)。
  • 主线程和离线 DOCX Worker 使用同一版本,并同步更新 Full 包资源查询参数,避免浏览器继续命中旧 Worker 缓存。
  • @flyfish-dev/cad-viewer 升级至 0.8.0,补齐 BOM 与表格安全的 CSV/JSON 导出,复杂线型 STYLE 引用为空时不再中断合法 DWG/DXF。
  • 修复 OFD 渐进渲染切换到最终 ready 状态时内容被再次隐藏造成的二次闪烁(#163)。
  • 修复重复打开 STEP 后 Canvas backing buffer 偶发退回 CSS 1× 分辨率的问题;渲染循环会按当前设备像素比持续校正(#164)。
  • Demo 首屏按收起后的文件胶囊预留文档起始位置,滚动后文档仍可进入胶囊后方,保持全屏沉浸滚动与透明滚动条。
  • 日语界面、Archive 内 Shapefile sidecar 组合预览以及对应构建、浏览器回归一并进入本次发布。

Upgrade

pnpm add @file-viewer/vue3-full@2.2.4
pnpm add -D @file-viewer/vite-plugin@2.2.4

File Viewer v2.2.3 — 2026-07-21

这是组件工具栏隔离与演示文稿运行时兼容补丁。能力矩阵保持 54 个 npm 目标、208 个扩展名和 25 条预览链路。

Fixes

  • 标准 Web、Vue 3、Vue 2.7、Vue 2.6、React、React Legacy、Svelte 与 jQuery 组件统一使用 Core 浏览器控制器;默认 Shadow DOM 会隔离宿主全局样式,显式 styleIsolation: 'none' 仍可切换为 Light DOM。
  • 修复同一宿主从 Shadow DOM 重挂为 Light DOM 时内容仍留在 ShadowRoot,以及挂载到业务自有 ShadowRoot 时误清空已有节点的问题;销毁时只移除 File Viewer 自己创建的边界。
  • Vue 3 在真实 ShadowRoot 内注入组件与 renderer 样式;Vue 2.6 补齐 onEventonStateChange 和视图状态 API,工具栏、事件与命令在旧构建链中保持一致。
  • Angular 22 + Vite 优化缓存下的 PPTX Worker 会正确解析 baseHref.angular/cache 路径,不再请求错误的站点根路径。
  • 二进制 PPT 升级到 @file-viewer/ppt@0.3.2。其 Worker 变为自包含模块,普通 Vite 项目无需复制 vendor/ppt 也能从 npm ESM 包启动 Worker;Full、copy-assets 与 IIFE 路径继续完整自托管。
  • PDF、Spreadsheet、PPTX、Markdown 和打印蒙版在 Shadow DOM、移动端与统一缩放路径下补齐样式和布局回归。

Upgrade

pnpm add @file-viewer/vue3-full@2.2.3
pnpm add -D @file-viewer/vite-plugin@2.2.3
Commits
  • 841c3d9 release: publish v2.2.4
  • 1d0d977 fix(docx): upgrade runtime to 0.3.26
  • 104a19c fix: restore DOCX TOC leaders and navigation
  • 4831fb3 fix: upgrade DOCX engine to 0.3.23
  • 2298c87 fix: upgrade DOCX page layout defaults
  • ba9bdf7 fix: restore isolated toolbars and presentation workers
  • See full diff in compare view

Updates @lexical/react from 0.48.0 to 0.49.0

Release notes

Sourced from @​lexical/react's releases.

v0.49.0 is a monthly release headlined by the completion of the $config() protocol migration for Lexical's built-in node classes (#8640), a breaking change that replaces per-node getType()/clone()/importJSON()/importDOM()/transform() boilerplate with runtime-synthesized behavior. It ships with a cluster of follow-up fixes hardening the synthesized getType() and clone() (including a stack overflow in compiled builds), an opt-in sticky horizontal scrollbar for overflowing tables, and a broad batch of fixes across tables, Markdown, HTML, code highlighting, and selection.

Breaking Changes

  • lexical — Built-in node classes are ported to the $config() protocol. The static importJSON(), importDOM(), clone(), and transform() methods are no longer present on ported nodes; use the higher-level equivalents instead (LexicalEditor.parseEditorState/$generateNodesFromDOM, the $cloneWithProperties helper, and extensions or $transform in $config). getType() is unchanged and safe to keep using, __type is now readonly, and node constructors require zero-argument defaults. Custom nodes may keep their static methods, but adopting $config() is recommended (#8640)
  • lexicalLexicalCommand<T>'s payload type is now invariant to prevent unsafe structural compatibility between commands. Previously correct code (including explicit generics) needs no changes; only unsafe LexicalCommand<unknown> usage must switch to the newly exported AnyLexicalCommand alias. dispatchCommand's payload argument is now optional when a command's payload type is undefined or void, and redundant explicit type parameters were dropped from the registerCommand/registerNodeTransform call sites (#8877)

New APIs & Features

  • @lexical/table — Opt-in sticky horizontal scrollbar for tables wider than their container, so the scrollbar stays anchored at the viewport bottom instead of only being reachable at the end of the table. Enable it with hasStickyScrollbar: true in the table config; style it via the new tableStickyScrollbar theme key (#8790)
  • @lexical/table — The <colgroup> element is now omitted from the table DOM when column widths are undefined, producing cleaner markup and letting the browser auto-size columns; it is created or removed dynamically as widths change (#8850)
  • lexical — Added an editor operation benchmark suite (paragraph split, bold formatting, range deletion, paste, select-all format) measured through full DOM reconciliation, to help contributors track core editing performance (#8856)

Deprecations

  • @lexical/table$createTableSelection is deprecated in favor of $createTableSelectionFrom, which takes the table node plus anchor/focus cells and validates them, instead of returning a blank selection with placeholder 'root' keys that must be overwritten (#8855)
  • @lexical/tablegetShape() is deprecated because it computes incorrect bounds for merged cells; use the now-exported $computeTableCellRectBoundary (with $computeTableMap) instead (#8853)

Notable Fixes

$config() follow-ups (#8640)

  • The synthesized clone() now applies afterCloneFrom() when called directly (e.g. NodeClass.clone(node)), fixing silent property loss across 25+ core nodes (#8864)
  • The synthesized getType() no longer returns the superclass type when inherited, fixing node-type collisions during editor registration (#8867)
  • The synthesized getType() no longer recurses infinitely when a bundler copies it onto a subclass as an own static, fixing stack overflows in compiled/minified builds (#8869)

Tables

  • DELETE_LINE_COMMAND (Cmd/Ctrl-based delete-line shortcuts) now works inside table cells instead of being silently swallowed (#8851)
  • Table alignment now works when cells are selected in any direction, not just top-left→bottom-right (#8883)

Selection & editing

  • Editor updates dispatched from a read-only context (e.g. inside editor.read()) now run in a fresh writable update instead of being silently dropped, with a dev warning (#8863)
  • Firefox now creates a selection and shows the block cursor when clicking in the gap between block decorators (#8862)
  • Pressing ArrowUp before a leading non-inline decorator no longer moves the selection out of the editor (#8887)

Markdown, HTML & code

  • Typing a list marker at the start of a heading no longer converts the heading into a list (#8879)
  • HTML import now evaluates unrestricted CSS selector groups (e.g. p, .foo) against all elements instead of only tag-matched ones (#8873)
  • Concurrent async language/theme loads in the Shiki highlighter are deduplicated and merged into a single history entry, avoiding spurious undo states (#8854)
  • QuoteNode.updateDOM now accepts the EditorConfig argument the reconciler passes to every other node, for API consistency (#8882)

Playground & website

  • Playground scroll padding now accounts for the sticky toolbar so selections scrolled into view from above aren't hidden behind it (#8849)
  • Fixed a homepage crash caused by a minified dev build, and isolated each embedded example in its own error boundary so one failure no longer takes down the page (#8861)

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/react's changelog.

v0.49.0 (2026-07-29)

  • lexical-markdown Bug Fix Preserve headings when typing list shortcuts (#8879) Steven Dang
  • lexical-rich-text Bug Fix Forward editorConfig to QuoteNode.updateDOM (#8882) Sha Halimi
  • lexical-table Bug Fix Table alignment fails when selecting in non-TL-BR direction (#8883) sahir
  • Breaking Changelexical Chore Remove redundant registerCommandregisterNodeTransform generics (#8877) mayrang
  • lexical-html Bug Fix Dispatch unrestricted CSS selector groups (#8873) Madan kumar
  • lexical-playground Bug Fix Deterministic history coalescing for flaky webkit undo tests (#8874) Bob Ippolito
  • lexical Performance Skip redundant selection restoration in removeTextFromCaretRange (#8872) mayrang
  • lexical Refactor Simplify RangeSelection.insertText via removeText decomposition (#8870) mayrang
  • lexical-list Chore Remove redundant decorator-adjacent backspace handler (#8871) mayrang
  • lexical-table Feature Skip colgroup element in table DOM with undefined col widths (#8850) Zachary Gallafent
  • lexical Bug Fix Create selection when clicking between block decorators on Firefox (#8862) mayrang
  • fix config() synthesized getType() recurses infinitely when inherited as own static (#8867 follow-up) (#8869) Sherry
  • lexicallexical-website Bug Fix Homepage crash from optimized dev build (#8861) Bob Ippolito
  • lexical Bug Fix run editor updates dispatched from a read-only context in a fresh writable update (#8863) Sherry
  • lexical Feature Editor operation benchmarks (#8856) mayrang
  • lexical Chore Migrate LexicalSelection tests to buildEditorFromExtensions (#8865) mayrang
  • fix config() synthesized getType() inherited by subclasses causes node-type collision (#8640) (#8867) Sherry
  • fix config() auto-synthesized clone() loses properties when called directly (#8640) (#8864) Sherry
  • lexical-tablelexical Feature Sticky scrollbar for overflowing tables (#8790) mayrang
  • lexical-code-shiki Bug Fix Deduplicate async loads and merge into history (#8854) Alexis
  • lexical-table Chore Remove dead code in table command handlers (#8857) mayrang
  • lexical-tablelexical-playground Chore Deprecate getShape() and migrate playground (#8853) mayrang
  • lexical-list Chore Rename isNestedListNode to isNestedListNode (#8843) Bob Ippolito
  • lexical-playground Bug Fix account for sticky toolbar in scroll padding (#8849) Bob Ippolito
  • Breaking Changeslexical Refactor Port node classes to the config() protocol (#8640) Bob Ippolito
  • lexical-table Chore Deprecate createTableSelection in favor of createTableSelectionFrom (#8855) mayrang
  • lexical-table Bug Fix Enable DELETELINECOMMAND in table cells (#8851) mayrang
  • lexical Bug Fix Scope bench vitest projects to exclude regular test files (#8852) mayrang
  • v0.48.0 (#8847) Bob Ippolito
  • v0.48.0 Lexical GitHub Actions Bot
Commits
  • ffe9092 v0.49.0
  • 82cdae1 [Breaking Change][lexical] Chore: Remove redundant registerCommand/registerNo...
  • 5fc8eae [Breaking Changes][lexical] Refactor: Port node classes to the $config() prot...
  • ba4d6d0 v0.48.0 (#8847)
  • See full diff in compare view

Updates @opencode-ai/sdk from 1.17.20 to 1.18.9

Commits

Updates @paper-design/shaders-react from 0.0.72 to 0.0.78

Updates @tanstack/react-virtual from 3.13.23 to 3.14.9

Release notes

Sourced from @​tanstack/react-virtual's releases.

@​tanstack/react-virtual@​3.14.9

Patch Changes

  • Updated dependencies [a5417b4]:
    • @​tanstack/virtual-core@​3.17.7

@​tanstack/react-virtual@​3.14.8

Patch Changes

  • #1237 aa536e7 - Fix a gap at the top of the list after an end-anchored prepend in directDomUpdates mode. The prepend grows the total size and bumps scrollOffset to the new bottom in the same pass, but the size container's height was written after _willUpdate synced the scroll position — so the browser clamped the scrollTop write to the stale (shorter) scrollHeight, leaving whitespace at the top until the next scroll. The container is now grown before the scroll sync. Only affected directDomUpdates mode (React-rendered sizers receive their height during render).

  • Updated dependencies [7ae32b5]:

    • @​tanstack/virtual-core@​3.17.6

@​tanstack/react-virtual@​3.14.7

Patch Changes

@​tanstack/react-virtual@​3.14.6

Patch Changes

@​tanstack/react-virtual@​3.14.5

Patch Changes

@​tanstack/react-virtual@​3.14.4

Patch Changes

@​tanstack/react-virtual@​3.14.3

Patch Changes

  • #1201 2ba5eb6 - Make directDomUpdates a no-op for direct DOM writes when containerRef is omitted. Previously the virtualizer still wrote item positions while never sizing the container (a broken half-state). Now omitting containerRef skips all direct writes while still skipping re-renders, letting consumers own the DOM updates themselves (e.g. in onChange).

  • Updated dependencies [ef69ea3]:

    • @​tanstack/virtual-core@​3.17.1

@​tanstack/react-virtual@​3.14.2

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-virtual's changelog.

3.14.9

Patch Changes

  • Updated dependencies [a5417b4]:
    • @​tanstack/virtual-core@​3.17.7

3.14.8

Patch Changes

  • #1237 aa536e7 - Fix a gap at the top of the list after an end-anchored prepend in directDomUpdates mode. The prepend grows the total size and bumps scrollOffset to the new bottom in the same pass, but the size container's height was written after _willUpdate synced the scroll position — so the browser clamped the scrollTop write to the stale (shorter) scrollHeight, leaving whitespace at the top until the next scroll. The container is now grown before the scroll sync. Only affected directDomUpdates mode (React-rendered sizers receive their height during render).

  • Updated dependencies [7ae32b5]:

    • @​tanstack/virtual-core@​3.17.6

3.14.7

Patch Changes

3.14.6

Patch Changes

3.14.5

Patch Changes

3.14.4

Patch Changes

3.14.3

Patch Changes

  • #1201 2ba5eb6 - Make directDomUpdates a no-op for direct DOM writes when containerRef is omitted. Previously the virtualizer still wrote item positions while never sizing the container (a broken half-state). Now omitting containerRef skips all direct writes while still skipping re-renders, letting consumers own the DOM updates themselves (e.g. in onChange).

... (truncated)

Commits

Updates lexical from 0.48.0 to 0.49.0

Release notes

Sourced from lexical's releases.

v0.49.0 is a monthly release headlined by the completion of the $config() protocol migration for Lexical's built-in node classes (#8640), a breaking change that replaces per-node getType()/clone()/importJSON()/importDOM()/transform() boilerplate with runtime-synthesized behavior. It ships with a cluster of follow-up fixes hardening the synthesized getType() and clone() (including a stack overflow in compiled builds), an opt-in sticky horizontal scrollbar for overflowing tables, and a broad batch of fixes across tables, Markdown, HTML, code highlighting, and selection.

Breaking Changes

  • lexical — Built-in node classes are ported to the $config() protocol. The static importJSON(), importDOM(), clone(), and transform() methods are no longer present on ported nodes; use the higher-level equivalents instead (LexicalEditor.parseEditorState/$generateNodesFromDOM, the $cloneWithProperties helper, and extensions or $transform in $config). getType() is unchanged and safe to keep using, __type is now readonly, and node constructors require zero-argument defaults. Custom nodes may keep their static methods, but adopting $config() is recommended (#8640)
  • lexicalLexicalCommand<T>'s payload type is now invariant to prevent unsafe structural compatibility between commands. Previously correct code (including explicit generics) needs no changes; only unsafe LexicalCommand<unknown> usage must switch to the newly exported AnyLexicalCommand alias. dispatchCommand's payload argument is now optional when a command's payload type is undefined or void, and redundant explicit type parameters were dropped from the registerCommand/registerNodeTransform call sites (#8877)

New APIs & Features

  • @lexical/table — Opt-in sticky horizontal scrollbar for tables wider than their container, so the scrollbar stays anchored at the viewport bottom instead of only being reachable at the end of the table. Enable it with hasStickyScrollbar: true in the table config; style it via the new tableStickyScrollbar theme key (#8790)
  • @lexical/table — The <colgroup> element is now omitted from the table DOM when column widths are undefined, producing cleaner markup and letting the browser auto-size columns; it is created or removed dynamically as widths change (#8850)
  • lexical — Added an editor operation benchmark suite (paragraph split, bold formatting, range deletion, paste, select-all format) measured through full DOM reconciliation, to help contributors track core editing performance (#8856)

Deprecations

  • @lexical/table$createTableSelection is deprecated in favor of $createTableSelectionFrom, which takes the table node plus anchor/focus cells and validates them, instead of returning a blank selection with placeholder 'root' keys that must be overwritten (#8855)
  • @lexical/tablegetShape() is deprecated because it computes incorrect bounds for merged cells; use the now-exported $computeTableCellRectBoundary (with $computeTableMap) instead (#8853)

Notable Fixes

$config() follow-ups (#8640)

  • The synthesized clone() now applies afterCloneFrom() when called directly (e.g. NodeClass.clone(node)), fixing silent property loss across 25+ core nodes (#8864)
  • The synthesized getType() no longer returns the superclass type when inherited, fixing node-type collisions during editor registration (#8867)
  • The synthesized getType() no longer recurses infinitely when a bundler copies it onto a subclass as an own static, fixing stack overflows in compiled/minified builds (#8869)

Tables

  • DELETE_LINE_COMMAND (Cmd/Ctrl-based delete-line shortcuts) now works inside table cells instead of being silently swallowed (#8851)
  • Table alignment now works when cells are selected in any direction, not just top-left→bottom-right (#8883)

Selection & editing

  • Editor updates dispatched from a read-only context (e.g. inside editor.read()) now run in a fresh writable update instead of being silently dropped, with a dev warning (#8863)
  • Firefox now creates a selection and shows the block cursor when clicking in the gap between block decorators (#8862)
  • Pressing ArrowUp before a leading non-inline decorator no longer moves the selection out of the editor (#8887)

Markdown, HTML & code

  • Typing a list marker at the start of a heading no longer converts the heading into a list (#8879)
  • HTML import now evaluates unrestricted CSS selector groups (e.g. p, .foo) against all elements instead of only tag-matched ones (#8873)
  • Concurrent async language/theme loads in the Shiki highlighter are deduplicated and merged into a single history entry, avoiding spurious undo states (#8854)
  • QuoteNode.updateDOM now accepts the EditorConfig argument the reconciler passes to every other node, for API consistency (#8882)

Playground & website

  • Playground scroll padding now accounts for the sticky toolbar so selections scrolled into view from above aren't hidden behind it (#8849)
  • Fixed a homepage crash caused by a minified dev build, and isolated each embedded example in its own error boundary so one failure no longer takes down the page (#8861)

What's Changed

... (truncated)

Changelog

Sourced from lexical's changelog.

v0.49.0 (2026-07-29)

  • lexical-markdown Bug Fix Preserve headings when typing list shortcuts (#8879) Steven Dang
  • lexical-rich-text Bug Fix Forward editorConfig to QuoteNode.updateDOM (#8882) Sha Halimi
  • lexical-table Bug Fix Table alignment fails when selecting in non-TL-BR direction (#8883) sahir
  • Breaking Changelexical Chore Remove redundant registerCommandregisterNodeTransform generics (#8877) mayrang
  • lexical-html Bug Fix Dispatch unrestricted CSS selector groups (#8...

    Description has been truncated

…th 26 updates

Bumps the npm-patch-and-minor group with 26 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/view](https://github.com/codemirror/view) | `6.39.14` | `6.43.7` |
| [@file-viewer/react](https://github.com/flyfish-dev/file-viewer-react/tree/HEAD/packages/components/react) | `2.2.2` | `2.2.4` |
| [@file-viewer/renderer-presentation](https://github.com/flyfish-dev/file-viewer/tree/HEAD/packages/renderers/presentation) | `2.2.2` | `2.2.4` |
| [@file-viewer/renderer-spreadsheet](https://github.com/flyfish-dev/file-viewer/tree/HEAD/packages/renderers/spreadsheet) | `2.2.2` | `2.2.4` |
| [@file-viewer/renderer-word](https://github.com/flyfish-dev/file-viewer/tree/HEAD/packages/renderers/word) | `2.2.2` | `2.2.4` |
| [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react) | `0.48.0` | `0.49.0` |
| [@opencode-ai/sdk](https://github.com/sst/opencode-sdk-js) | `1.17.20` | `1.18.9` |
| @paper-design/shaders-react | `0.0.72` | `0.0.78` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.23` | `3.14.9` |
| [lexical](https://github.com/facebook/lexical/tree/HEAD/packages/lexical) | `0.48.0` | `0.49.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.27.0` | `1.28.0` |
| [motion](https://github.com/motiondivision/motion) | `12.38.0` | `12.43.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.17.0` | `7.18.2` |
| [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.6.0` | `4.16.0` |
| [@file-viewer/vite-plugin](https://github.com/flyfish-dev/file-viewer/tree/HEAD/packages/presets/vite-plugin) | `2.2.2` | `2.2.4` |
| [@opentui/core](https://github.com/anomalyco/opentui/tree/HEAD/packages/core) | `0.1.77` | `0.4.5` |
| [@opentui/solid](https://github.com/anomalyco/opentui/tree/HEAD/packages/solid) | `0.1.77` | `0.4.5` |
| [solid-js](https://github.com/solidjs/solid) | `1.9.9` | `1.9.14` |
| [@opentui/core-darwin-arm64](https://github.com/anomalyco/opentui/tree/HEAD/packages/core) | `0.1.77` | `0.4.5` |
| [@opentui/core-darwin-x64](https://github.com/anomalyco/opentui/tree/HEAD/packages/core) | `0.1.77` | `0.4.5` |
| [@opentui/core-linux-arm64](https://github.com/anomalyco/opentui/tree/HEAD/packages/core) | `0.1.77` | `0.4.5` |
| [@opentui/core-linux-x64](https://github.com/anomalyco/opentui/tree/HEAD/packages/core) | `0.1.77` | `0.4.5` |
| [@opentui/core-win32-x64](https://github.com/anomalyco/opentui/tree/HEAD/packages/core) | `0.1.77` | `0.4.5` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.2.5` | `10.2.6` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.29.0` | `1.30.0` |
| @paper-design/shaders | `0.0.72` | `0.0.78` |



Updates `@codemirror/view` from 6.39.14 to 6.43.7
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/commits)

Updates `@file-viewer/react` from 2.2.2 to 2.2.4
- [Commits](https://github.com/flyfish-dev/file-viewer-react/commits/HEAD/packages/components/react)

Updates `@file-viewer/renderer-presentation` from 2.2.2 to 2.2.4
- [Release notes](https://github.com/flyfish-dev/file-viewer/releases)
- [Changelog](https://github.com/flyfish-dev/file-viewer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flyfish-dev/file-viewer/commits/v2.2.4/packages/renderers/presentation)

Updates `@file-viewer/renderer-spreadsheet` from 2.2.2 to 2.2.4
- [Release notes](https://github.com/flyfish-dev/file-viewer/releases)
- [Changelog](https://github.com/flyfish-dev/file-viewer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flyfish-dev/file-viewer/commits/v2.2.4/packages/renderers/spreadsheet)

Updates `@file-viewer/renderer-word` from 2.2.2 to 2.2.4
- [Release notes](https://github.com/flyfish-dev/file-viewer/releases)
- [Changelog](https://github.com/flyfish-dev/file-viewer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flyfish-dev/file-viewer/commits/v2.2.4/packages/renderers/word)

Updates `@lexical/react` from 0.48.0 to 0.49.0
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.49.0/packages/lexical-react)

Updates `@opencode-ai/sdk` from 1.17.20 to 1.18.9
- [Release notes](https://github.com/sst/opencode-sdk-js/releases)
- [Changelog](https://github.com/anomalyco/opencode-sdk-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sst/opencode-sdk-js/commits)

Updates `@paper-design/shaders-react` from 0.0.72 to 0.0.78

Updates `@tanstack/react-virtual` from 3.13.23 to 3.14.9
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.14.9/packages/react-virtual)

Updates `lexical` from 0.48.0 to 0.49.0
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.49.0/packages/lexical)

Updates `lucide-react` from 1.27.0 to 1.28.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.28.0/packages/lucide-react)

Updates `motion` from 12.38.0 to 12.43.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.38.0...v12.43.0)

Updates `react-router-dom` from 7.17.0 to 7.18.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.2/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.2/packages/react-router-dom)

Updates `shadcn` from 4.6.0 to 4.16.0
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.16.0/packages/shadcn)

Updates `@file-viewer/vite-plugin` from 2.2.2 to 2.2.4
- [Release notes](https://github.com/flyfish-dev/file-viewer/releases)
- [Changelog](https://github.com/flyfish-dev/file-viewer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flyfish-dev/file-viewer/commits/v2.2.4/packages/presets/vite-plugin)

Updates `@opentui/core` from 0.1.77 to 0.4.5
- [Release notes](https://github.com/anomalyco/opentui/releases)
- [Commits](https://github.com/anomalyco/opentui/commits/v0.4.5/packages/core)

Updates `@opentui/solid` from 0.1.77 to 0.4.5
- [Release notes](https://github.com/anomalyco/opentui/releases)
- [Commits](https://github.com/anomalyco/opentui/commits/v0.4.5/packages/solid)

Updates `solid-js` from 1.9.9 to 1.9.14
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits)

Updates `@opentui/core-darwin-arm64` from 0.1.77 to 0.4.5
- [Release notes](https://github.com/anomalyco/opentui/releases)
- [Commits](https://github.com/anomalyco/opentui/commits/v0.4.5/packages/core)

Updates `@opentui/core-darwin-x64` from 0.1.77 to 0.4.5
- [Release notes](https://github.com/anomalyco/opentui/releases)
- [Commits](https://github.com/anomalyco/opentui/commits/v0.4.5/packages/core)

Updates `@opentui/core-linux-arm64` from 0.1.77 to 0.4.5
- [Release notes](https://github.com/anomalyco/opentui/releases)
- [Commits](https://github.com/anomalyco/opentui/commits/v0.4.5/packages/core)

Updates `@opentui/core-linux-x64` from 0.1.77 to 0.4.5
- [Release notes](https://github.com/anomalyco/opentui/releases)
- [Commits](https://github.com/anomalyco/opentui/commits/v0.4.5/packages/core)

Updates `@opentui/core-win32-x64` from 0.1.77 to 0.4.5
- [Release notes](https://github.com/anomalyco/opentui/releases)
- [Commits](https://github.com/anomalyco/opentui/commits/v0.4.5/packages/core)

Updates `minimatch` from 10.2.5 to 10.2.6
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.2.5...v10.2.6)

Updates `@modelcontextprotocol/sdk` from 1.29.0 to 1.30.0
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@v1.29.0...1.30.0)

Updates `@paper-design/shaders` from 0.0.72 to 0.0.78

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-version: 6.43.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: "@file-viewer/react"
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patch-and-minor
- dependency-name: "@file-viewer/renderer-presentation"
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patch-and-minor
- dependency-name: "@file-viewer/renderer-spreadsheet"
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patch-and-minor
- dependency-name: "@file-viewer/renderer-word"
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patch-and-minor
- dependency-name: "@lexical/react"
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: "@opencode-ai/sdk"
  dependency-version: 1.18.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: "@paper-design/shaders-react"
  dependency-version: 0.0.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patch-and-minor
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.14.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: lexical
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: lucide-react
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: motion
  dependency-version: 12.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: react-router-dom
  dependency-version: 7.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: shadcn
  dependency-version: 4.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: "@file-viewer/vite-plugin"
  dependency-version: 2.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-patch-and-minor
- dependency-name: "@opentui/core"
  dependency-version: 0.4.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: "@opentui/solid"
  dependency-version: 0.4.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: solid-js
  dependency-version: 1.9.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patch-and-minor
- dependency-name: "@opentui/core-darwin-arm64"
  dependency-version: 0.4.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: "@opentui/core-darwin-x64"
  dependency-version: 0.4.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: "@opentui/core-linux-arm64"
  dependency-version: 0.4.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: "@opentui/core-linux-x64"
  dependency-version: 0.4.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: "@opentui/core-win32-x64"
  dependency-version: 0.4.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: minimatch
  dependency-version: 10.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patch-and-minor
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patch-and-minor
- dependency-name: "@paper-design/shaders"
  dependency-version: 0.0.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 2, 2026
@github-actions github-actions Bot added app Frontend app shell and session UI desktop Electron desktop host and packaging server onmyagent-server runtime orchestrator onmyagent-orchestrator packages Shared packages under packages/ labels Aug 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 5, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-patch-and-minor-8bbc66da21 branch August 5, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app Frontend app shell and session UI dependencies Pull requests that update a dependency file desktop Electron desktop host and packaging javascript Pull requests that update javascript code orchestrator onmyagent-orchestrator packages Shared packages under packages/ server onmyagent-server runtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants