From 04432f82c6033d3a7d158115ff3c7b7d3cb66578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:17:29 -0700 Subject: [PATCH] build(deps): align Lexical packages at 0.49.0 (#10728) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@lexical/link](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-link) from 0.46.0 to 0.49.0.
Release notes

Sourced from @​lexical/link'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

New APIs & Features

Deprecations

Notable Fixes

$config() follow-ups (#8640)

Tables

Selection & editing

Markdown, HTML & code

Playground & website

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/link's changelog.

v0.49.0 (2026-07-29)

v0.48.0 (2026-07-16)

... (truncated)

Commits

--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cody --- package.json | 20 ++++++++++---------- ui/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 37eeae0ccc..7ef3cad63f 100644 --- a/package.json +++ b/package.json @@ -88,16 +88,16 @@ "rollup": ">=4.59.0", "react": "^19.2.7", "react-dom": "^19.2.7", - "lexical": "0.46.0", - "@lexical/clipboard": "0.46.0", - "@lexical/link": "0.46.0", - "@lexical/list": "0.46.0", - "@lexical/markdown": "0.46.0", - "@lexical/plain-text": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/selection": "0.46.0", - "@lexical/utils": "0.46.0" + "lexical": "0.49.0", + "@lexical/clipboard": "0.49.0", + "@lexical/link": "0.49.0", + "@lexical/list": "0.49.0", + "@lexical/markdown": "0.49.0", + "@lexical/plain-text": "0.49.0", + "@lexical/react": "0.49.0", + "@lexical/rich-text": "0.49.0", + "@lexical/selection": "0.49.0", + "@lexical/utils": "0.49.0" } } } diff --git a/ui/package.json b/ui/package.json index 9e933d39aa..1e81e21011 100644 --- a/ui/package.json +++ b/ui/package.json @@ -33,7 +33,7 @@ "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", - "@lexical/link": "0.48.0", + "@lexical/link": "0.49.0", "@mdxeditor/editor": "^3.55.0", "@paperclipai/adapter-claude-local": "workspace:*", "@paperclipai/adapter-codex-local": "workspace:*",