From 025a3b253d2de4aef5d3b02cf2b9e6c53f819b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 11:20:57 +0000 Subject: [PATCH] chore: bump @lexical/utils from 0.44.0 to 0.48.0 in /site (#27751) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@lexical/utils](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-utils) from 0.44.0 to 0.48.0.
Release notes

Sourced from @​lexical/utils's releases.

v0.48.0 is a maintenance release focused on bug fixes across Markdown, tables, lists, links, and selection. It's headlined by a fix for a v0.46.0 regression that broke native text drag-and-drop (#8842) and a couple of notable security hardening fixes. It also adds a handful of new features, including an MdastHtmlExtension with examples for authoring custom Markdown constructs (collapsibles, kbd, alerts, footnotes), a customizable Yjs shared-type root name for collaborative editing, and new table row manipulation helpers.

New APIs & Features

Notable Fixes

Drag & drop (fix for v0.46.0 regression)

Security

Markdown & code

Tables

Lists & character limit

Links & selection

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/utils's changelog.

v0.48.0 (2026-07-16)

v0.47.0 (2026-07-10)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​lexical/utils since your current version.


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@lexical/utils&package-manager=npm_and_yarn&previous-version=0.44.0&new-version=0.48.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- site/package.json | 2 +- site/pnpm-lock.yaml | 61 +++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 60 insertions(+), 3 deletions(-) diff --git a/site/package.json b/site/package.json index 848e88d344..40c0130f9a 100644 --- a/site/package.json +++ b/site/package.json @@ -53,7 +53,7 @@ "@fontsource/jetbrains-mono": "5.2.8", "@fontsource/source-code-pro": "5.3.0", "@lexical/react": "0.44.0", - "@lexical/utils": "0.44.0", + "@lexical/utils": "0.48.0", "@monaco-editor/react": "4.7.0", "@mui/material": "5.18.0", "@mui/system": "5.18.0", diff --git a/site/pnpm-lock.yaml b/site/pnpm-lock.yaml index 8b6d9786a9..c295236c02 100644 --- a/site/pnpm-lock.yaml +++ b/site/pnpm-lock.yaml @@ -81,8 +81,8 @@ importers: specifier: 0.44.0 version: 0.44.0(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(yjs@13.6.29) '@lexical/utils': - specifier: 0.44.0 - version: 0.44.0 + specifier: 0.48.0 + version: 0.48.0(typescript@6.0.2) '@monaco-editor/react': specifier: 4.7.0 version: 4.7.0(monaco-editor@0.55.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8) @@ -1117,6 +1117,14 @@ packages: '@lexical/html@0.44.0': resolution: {integrity: sha512-5X6eGsgwtqPxABsuShUxF7ZfyB/U4GwSEyeonvwH1Vc/5Q2uQVjlB+FAYd+MNwWMHMh4d4+yZ3l70AtIuhr5eg==, tarball: https://registry.npmjs.org/@lexical/html/-/html-0.44.0.tgz} + '@lexical/internal@0.48.0': + resolution: {integrity: sha512-sRwg53K7N0ZQ7KNAvcCY38LSwGizbXP1zlR1lIojZp0GoqHWNvR+vL49t1wYXu1nXx3Osf4ilHHm+aGcwq5hTw==, tarball: https://registry.npmjs.org/@lexical/internal/-/internal-0.48.0.tgz} + peerDependencies: + typescript: '>=5.2' + peerDependenciesMeta: + typescript: + optional: true + '@lexical/link@0.44.0': resolution: {integrity: sha512-uvEqEol/mLEzGVQd8Rok9I48RgYPKokM/nsclI9nYcEdccVOM2Nri4ntoRwodhbccFLtjMPl8OBldwXbfc77tQ==, tarball: https://registry.npmjs.org/@lexical/link/-/link-0.44.0.tgz} @@ -1151,6 +1159,14 @@ packages: '@lexical/selection@0.44.0': resolution: {integrity: sha512-AEyeZJFFr5YRLeqVR+X0QAW19c4Fk4MFAQu52z2gxAyDGTj9xwVJxjfepVpfUp4P9K+sPtJ/yaqfMXH506ksSQ==, tarball: https://registry.npmjs.org/@lexical/selection/-/selection-0.44.0.tgz} + '@lexical/selection@0.48.0': + resolution: {integrity: sha512-Uc0wTrEtHcYK6z/aHHjkgH3vX/R4Bf8mO+qH3VbxfSAKYzNYktM0j+ZGdq5kIEL4frnw/9SulNCXlH7xpjuDgA==, tarball: https://registry.npmjs.org/@lexical/selection/-/selection-0.48.0.tgz} + peerDependencies: + typescript: '>=5.2' + peerDependenciesMeta: + typescript: + optional: true + '@lexical/table@0.44.0': resolution: {integrity: sha512-5Uq0O/fBCxcZp9y17fXUONY7dU9lVo/mB5JHy23laIiKzBKP5IzzTLMU9ikZTppIXbMNxYXd+R2pmy7PYTLyvw==, tarball: https://registry.npmjs.org/@lexical/table/-/table-0.44.0.tgz} @@ -1160,6 +1176,14 @@ packages: '@lexical/utils@0.44.0': resolution: {integrity: sha512-/D2ptztNevfBJgtkj4uaiYBeRcvSy+1mQj6pNYaCFZIoPJIwl6H5fXwWAvpvr11vcQKP9DEEoXR+V4qkMOA+EA==, tarball: https://registry.npmjs.org/@lexical/utils/-/utils-0.44.0.tgz} + '@lexical/utils@0.48.0': + resolution: {integrity: sha512-W4k4P+y6jmRfna8+ad4X+iMd5h8es5PC3bUw5tbi7MRApxaaFG/0w+uJiZVSwbT2Q6JnA2xhBaqzPgt/Gn6djg==, tarball: https://registry.npmjs.org/@lexical/utils/-/utils-0.48.0.tgz} + peerDependencies: + typescript: '>=5.2' + peerDependenciesMeta: + typescript: + optional: true + '@lexical/yjs@0.44.0': resolution: {integrity: sha512-b3QTub9J/3LuwSSdooynb6GbMHBRyBT4xUbXzXqNPbDHgYe6CDrqf/uJIHRihIjAhOnPaHYqo9XUzitl++N1DQ==, tarball: https://registry.npmjs.org/@lexical/yjs/-/yjs-0.44.0.tgz} peerDependencies: @@ -4502,6 +4526,14 @@ packages: lexical@0.44.0: resolution: {integrity: sha512-ReDUjRlFgkGoPWzvdjr7s16PUVpHATN+2NH2NiZs+PLlISTaIFFgKil2P467oP3Vg+XgmpDsUgmWZsFJTztYjg==, tarball: https://registry.npmjs.org/lexical/-/lexical-0.44.0.tgz} + lexical@0.48.0: + resolution: {integrity: sha512-KK4Tyr/cPsleoZ7XvhGRiRmcrZidSmoFUdIXK9nPubIifoC+80Dc5THyc4xtGKtsW24S1TsHzk5gmfBU+TxmEg==, tarball: https://registry.npmjs.org/lexical/-/lexical-0.48.0.tgz} + peerDependencies: + typescript: '>=5.2' + peerDependenciesMeta: + typescript: + optional: true + lib0@0.2.117: resolution: {integrity: sha512-DeXj9X5xDCjgKLU/7RR+/HQEVzuuEUiwldwOGsHK/sfAfELGWEyTcf0x+uOvCvK3O2zPmZePXWL85vtia6GyZw==, tarball: https://registry.npmjs.org/lib0/-/lib0-0.2.117.tgz} engines: {node: '>=16'} @@ -7220,6 +7252,10 @@ snapshots: '@lexical/utils': 0.44.0 lexical: 0.44.0 + '@lexical/internal@0.48.0(typescript@6.0.2)': + optionalDependencies: + typescript: 6.0.2 + '@lexical/link@0.44.0': dependencies: '@lexical/extension': 0.44.0 @@ -7297,6 +7333,13 @@ snapshots: dependencies: lexical: 0.44.0 + '@lexical/selection@0.48.0(typescript@6.0.2)': + dependencies: + '@lexical/internal': 0.48.0(typescript@6.0.2) + lexical: 0.48.0(typescript@6.0.2) + optionalDependencies: + typescript: 6.0.2 + '@lexical/table@0.44.0': dependencies: '@lexical/clipboard': 0.44.0 @@ -7313,6 +7356,14 @@ snapshots: '@lexical/selection': 0.44.0 lexical: 0.44.0 + '@lexical/utils@0.48.0(typescript@6.0.2)': + dependencies: + '@lexical/internal': 0.48.0(typescript@6.0.2) + '@lexical/selection': 0.48.0(typescript@6.0.2) + lexical: 0.48.0(typescript@6.0.2) + optionalDependencies: + typescript: 6.0.2 + '@lexical/yjs@0.44.0(yjs@13.6.29)': dependencies: '@lexical/selection': 0.44.0 @@ -10812,6 +10863,12 @@ snapshots: lexical@0.44.0: {} + lexical@0.48.0(typescript@6.0.2): + dependencies: + '@lexical/internal': 0.48.0(typescript@6.0.2) + optionalDependencies: + typescript: 6.0.2 + lib0@0.2.117: dependencies: isomorphic.js: 0.2.5