[PR #32404] chore(deps): bump @lexical/code from 0.38.2 to 0.40.0 in /web #33718

Open
opened 2026-02-21 20:53:46 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/32404

State: open
Merged: No


Bumps @lexical/code from 0.38.2 to 0.40.0.

Release notes

Sourced from @​lexical/code's releases.

v0.40.0 is a monthly release primarily focusing on bug fixes and infrastructure such as the move from npm to pnpm.

Some very notable changes include:

  • Some major fixes and refactoring to markdown parsing #8093 #8085
  • Several of the most common utilities were moved from @​lexical/utils to lexical (mergeRegister, addClassNames, removeClassNames) #8106
  • A cache coherency bug in RootNode.getTextContent() was fixed #8099

Highlights

Monorepo:

Link:

  • #8070 Fix: Fix infinite transform loop in AutoLinkPlugin
  • #8078 Fix: Toggle links with nested children

List:

  • #8049 Fix: fix selection issue from list transform on linebreak
  • #8068 Fix: Treat whitespace-only list items as empty when pressing Enter

Markdown:

  • #8085 Fix: Fix incorrect format tag placement at link boundaries
  • #8093 Fix: Replace regex-based format matching

Core:

  • #8069 Fix: format removed on multi selection after replace
  • #8099 Fix: Refactor RootNode.__cachedText computation for coherency

Table:

  • #8076 Fix: Fix Ctrl+A to select all cells in table with merged cells
  • #8081 Fix: Fix inconsistent multi-cell selection in 2x2 tables
  • 🧹 #8088 Chore: Fix test for nested table pasting

Utils:

  • 🧹 #8106 Chore: Move functions mergeRegister, addClassNames, removeClassNames to lexical package

React:

  • #8062 Fix: Clear remote cursor immediately on collaborator refresh
  • #8065 Fix: Fix cursor disappearing in Firefox when dragging blocks
  • #8071 Chore: Expose onReposition prop on SelectionAlwaysOnDisplay

Playground:

  • 🆕 #8043 Feature: Color table resize handle
  • 🆕 #8042 Feature: Draggable block handle gliding effect
  • #8052 Fix: Draggable handle and dropdown CSS zoom fix
  • 🆕 #8057 Feature: New Table Hover Actions Plugin
  • 🆕 #8060 Feature: Column Sort for Basic Table
  • 🆕 #8066 Feature: Add button shows the component picker
  • #8087 Fix: Prevent code block line wrapping to keep line number

... (truncated)

Changelog

Sourced from @​lexical/code's changelog.

v0.40.0 (2026-02-01)

  • lexical Bug Fix Refactor RootNode.cachedText computation for coherency (#8099) Bob Ippolito
  • lexical-markdown Bug Fix Replace regex-based format matching with (#8093) kimseongyu
  • Fix(Playground) Prevent code block line wrapping to keep line number (#8087) Sa-Te
  • lexical-table Chore Fix test for nested table pasting (#8088) Randal
  • lexicallexicaltable Bug Fix Fix inconsistent multi-cell selection in 2x2 tables (#8081) Aldo Lata Soba
  • lexical-markdown Bug Fix Fix incorrect format tag placement at link boundaries (#8085) kimseongyu
  • lexical-link Bug Fix Toggle links with nested children (#8078) Patrick Moody
  • lexical-react Chore Expose onReposition prop on SelectionAlwaysOnDisplay (#8071) Daniel Teo
  • lexicallexicaltable Fix CtrlA to select all cells in table with merged cells #8074 (#8076) Aldo Lata Soba
  • lexicallexicallink Bug Fix Fix infinite transform loop in AutoLinkPlugin (#8070) Aldo Lata Soba
  • lexical-list Bug Fix Treat whitespace-only list items as empty when pressing Enter (#8068) Michael Shafer
  • lexical Bug Fix format removed on multi selection after replace (#8069) kimseongyu
  • lexicallexicalreact Bug Fix Fix cursor disappearing in Firefox when dragging blocks (#8065) Aldo Lata Soba
  • lexical-playground Add button shows the Component Picker (#8066) Ivaylo Pavlov
  • lexical-react Bug Fix Clear remote cursor immediately on collaborator refresh (#8062) Aldo Lata Soba
  • lexical-playground Column Sort for Basic Table (#8060) Ivaylo Pavlov
  • lexical-playground New Table Hover Actions Plugin (#8057) Ivaylo Pavlov
  • lexical-playground Draggable handle and dropdown CSS zoom fix (#8052) Ivaylo Pavlov
  • docs Documentation Update Fix incorrect and broken links in README (#8055) Haafiz
  • lexical-list Bug Fix fix selection issue from list transform on linebreak (#8049) Miklos Ballo
  • Allow publish to run on detached head (#8054) Gerard Rovira
  • lexical-playground Draggable block handle gliding effect (#8042) Ivaylo Pavlov
  • Override workspace with actual version on npm bundle (#8051) Gerard Rovira
  • Use PNPM workspace feature for publish (#8050) Gerard Rovira
  • lexical-playground Color table resize handle (#8043) Ivaylo Pavlov
  • Nightlies fix frozen lockfile (#8048) Gerard Rovira
  • Nightlies publish param (#8045) Gerard Rovira
  • npm - pnpm (#8035) Gerard Rovira
  • README tweaks (#8033) Gerard Rovira
  • Agent documentation (#8031) Gerard Rovira
  • Chore Update examples for v0.39.0 (#8024) Bob Ippolito
  • Chore Add an ignore-previously-published arg to the publish action (#8023) Bob Ippolito
  • v0.39.0 (#8021) Bob Ippolito
  • v0.39.0 Lexical GitHub Actions Bot

v0.39.0 (2025-12-11)

  • lexical-selection Fix applying styles for empty table cells (#8003) Ivaylo Pavlov
  • lexical-playground Shadows when table is scrollable (#8002) Ivaylo Pavlov
  • lexical-markflowchore Add flowfix me after flow 0.292.0 was deployed to www. This fixes the sync between github and www (#8019) Michael
  • Doc nit (#8010) Gerard Rovira
  • lexical-table Bug Fix include first cell contents in partial backwards table selection (#7998) Patrick Moody
  • lexical-website Documentation Update Add missing getDocFromMap fn to docs (#8000) mattcline
  • Revert lexical-react lexical-playground Remove old ContextMenu, consolidate LexicalMenu render (#7997) Ivaylo Pavlov
  • lexical-website Documentation Update Add ywebsocket-server package dependency (#7996) mattcline
  • lexical-yjs Bug fix dont rewrite unchanged non-primitive propertystate values to yjs in collab v2 (#7990) James Fitzsimmons
  • lexical-react lexical-playground Remove old ContextMenu, consolidate LexicalMenu render (#7984) Ivaylo Pavlov
  • lexical-table Bug Fix ensure colWidths has length equal to number of columns (#7986) James Fitzsimmons

... (truncated)

Commits
  • 86ebbd7 v0.40.0
  • 26ec991 [lexical][lexical-utils] Chore: Use workspace:* for monorepo versions and fix...
  • f508ff5 Chore: Add an ignore-previously-published arg to the publish action (#8023)
  • 8cc0929 v0.39.0 (#8021)
  • a64fd2e [lexical-extension][lexical-*] Bug Fix: Defer node class references to potent...
  • 4f0d5a3 [lexical-code] Bug fix: Add editor key in highlighted nodes cache (#7970)
  • d994d9d v0.38.2 (#7962)
  • See full diff in compare view

Dependabot compatibility score

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 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 <dependency name> 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)
**Original Pull Request:** https://github.com/langgenius/dify/pull/32404 **State:** open **Merged:** No --- Bumps [@lexical/code](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code) from 0.38.2 to 0.40.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/lexical/releases"><code>@​lexical/code</code>'s releases</a>.</em></p> <blockquote> <p>v0.40.0 is a monthly release primarily focusing on bug fixes and infrastructure such as the move from npm to pnpm.</p> <p>Some very notable changes include:</p> <ul> <li>Some major fixes and refactoring to markdown parsing <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8093">#8093</a> <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8085">#8085</a></li> <li>Several of the most common utilities were moved from <code>@​lexical/utils</code> to lexical (<code>mergeRegister</code>, <code>addClassNames</code>, <code>removeClassNames</code>) <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8106">#8106</a></li> <li>A cache coherency bug in <code>RootNode.getTextContent()</code> was fixed <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8099">#8099</a></li> </ul> <h2>Highlights</h2> <p>Monorepo:</p> <ul> <li>🧹 <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8035">#8035</a> Chore: Transition from npm to pnpm (also <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8045">#8045</a> <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8048">#8048</a> <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8050">#8050</a> <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8051">#8051</a> <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8054">#8054</a> <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8106">#8106</a>)</li> </ul> <p>Link:</p> <ul> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8070">#8070</a> Fix: Fix infinite transform loop in AutoLinkPlugin</li> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8078">#8078</a> Fix: Toggle links with nested children</li> </ul> <p>List:</p> <ul> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8049">#8049</a> Fix: fix selection issue from list transform on linebreak</li> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8068">#8068</a> Fix: Treat whitespace-only list items as empty when pressing Enter</li> </ul> <p>Markdown:</p> <ul> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8085">#8085</a> Fix: Fix incorrect format tag placement at link boundaries</li> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8093">#8093</a> Fix: Replace regex-based format matching</li> </ul> <p>Core:</p> <ul> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8069">#8069</a> Fix: format removed on multi selection after replace</li> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8099">#8099</a> Fix: Refactor RootNode.__cachedText computation for coherency</li> </ul> <p>Table:</p> <ul> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8076">#8076</a> Fix: Fix Ctrl+A to select all cells in table with merged cells</li> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8081">#8081</a> Fix: Fix inconsistent multi-cell selection in 2x2 tables</li> <li>🧹 <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8088">#8088</a> Chore: Fix test for nested table pasting</li> </ul> <p>Utils:</p> <ul> <li>🧹 <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8106">#8106</a> Chore: Move functions <code>mergeRegister</code>, <code>addClassNames</code>, <code>removeClassNames</code> to lexical package</li> </ul> <p>React:</p> <ul> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8062">#8062</a> Fix: Clear remote cursor immediately on collaborator refresh</li> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8065">#8065</a> Fix: Fix cursor disappearing in Firefox when dragging blocks</li> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8071">#8071</a> Chore: Expose onReposition prop on SelectionAlwaysOnDisplay</li> </ul> <p>Playground:</p> <ul> <li>🆕 <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8043">#8043</a> Feature: Color table resize handle</li> <li>🆕 <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8042">#8042</a> Feature: Draggable block handle gliding effect</li> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8052">#8052</a> Fix: Draggable handle and dropdown CSS zoom fix</li> <li>🆕 <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8057">#8057</a> Feature: New Table Hover Actions Plugin</li> <li>🆕 <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8060">#8060</a> Feature: Column Sort for Basic Table</li> <li>🆕 <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8066">#8066</a> Feature: Add button shows the component picker</li> <li>✅ <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8087">#8087</a> Fix: Prevent code block line wrapping to keep line number</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/lexical/blob/main/CHANGELOG.md"><code>@​lexical/code</code>'s changelog</a>.</em></p> <blockquote> <h2>v0.40.0 (2026-02-01)</h2> <ul> <li>lexical Bug Fix Refactor RootNode.cachedText computation for coherency (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8099">#8099</a>) Bob Ippolito</li> <li>lexical-markdown Bug Fix Replace regex-based format matching with (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8093">#8093</a>) kimseongyu</li> <li>Fix(Playground) Prevent code block line wrapping to keep line number (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8087">#8087</a>) Sa-Te</li> <li>lexical-table Chore Fix test for nested table pasting (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8088">#8088</a>) Randal</li> <li>lexicallexicaltable Bug Fix Fix inconsistent multi-cell selection in 2x2 tables (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8081">#8081</a>) Aldo Lata Soba</li> <li>lexical-markdown Bug Fix Fix incorrect format tag placement at link boundaries (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8085">#8085</a>) kimseongyu</li> <li>lexical-link Bug Fix Toggle links with nested children (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8078">#8078</a>) Patrick Moody</li> <li>lexical-react Chore Expose onReposition prop on SelectionAlwaysOnDisplay (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8071">#8071</a>) Daniel Teo</li> <li>lexicallexicaltable Fix CtrlA to select all cells in table with merged cells <a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8074">#8074</a> (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8076">#8076</a>) Aldo Lata Soba</li> <li>lexicallexicallink Bug Fix Fix infinite transform loop in AutoLinkPlugin (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8070">#8070</a>) Aldo Lata Soba</li> <li>lexical-list Bug Fix Treat whitespace-only list items as empty when pressing Enter (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8068">#8068</a>) Michael Shafer</li> <li>lexical Bug Fix format removed on multi selection after replace (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8069">#8069</a>) kimseongyu</li> <li>lexicallexicalreact Bug Fix Fix cursor disappearing in Firefox when dragging blocks (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8065">#8065</a>) Aldo Lata Soba</li> <li>lexical-playground Add button shows the Component Picker (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8066">#8066</a>) Ivaylo Pavlov</li> <li>lexical-react Bug Fix Clear remote cursor immediately on collaborator refresh (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8062">#8062</a>) Aldo Lata Soba</li> <li>lexical-playground Column Sort for Basic Table (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8060">#8060</a>) Ivaylo Pavlov</li> <li>lexical-playground New Table Hover Actions Plugin (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8057">#8057</a>) Ivaylo Pavlov</li> <li>lexical-playground Draggable handle and dropdown CSS zoom fix (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8052">#8052</a>) Ivaylo Pavlov</li> <li>docs Documentation Update Fix incorrect and broken links in README (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8055">#8055</a>) Haafiz</li> <li>lexical-list Bug Fix fix selection issue from list transform on linebreak (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8049">#8049</a>) Miklos Ballo</li> <li>Allow publish to run on detached head (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8054">#8054</a>) Gerard Rovira</li> <li>lexical-playground Draggable block handle gliding effect (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8042">#8042</a>) Ivaylo Pavlov</li> <li>Override workspace with actual version on npm bundle (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8051">#8051</a>) Gerard Rovira</li> <li>Use PNPM workspace feature for publish (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8050">#8050</a>) Gerard Rovira</li> <li>lexical-playground Color table resize handle (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8043">#8043</a>) Ivaylo Pavlov</li> <li>Nightlies fix frozen lockfile (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8048">#8048</a>) Gerard Rovira</li> <li>Nightlies publish param (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8045">#8045</a>) Gerard Rovira</li> <li>npm - pnpm (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8035">#8035</a>) Gerard Rovira</li> <li>README tweaks (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8033">#8033</a>) Gerard Rovira</li> <li>Agent documentation (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8031">#8031</a>) Gerard Rovira</li> <li>Chore Update examples for v0.39.0 (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8024">#8024</a>) Bob Ippolito</li> <li>Chore Add an ignore-previously-published arg to the publish action (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8023">#8023</a>) Bob Ippolito</li> <li>v0.39.0 (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8021">#8021</a>) Bob Ippolito</li> <li>v0.39.0 Lexical GitHub Actions Bot</li> </ul> <h2>v0.39.0 (2025-12-11)</h2> <ul> <li>lexical-selection Fix applying styles for empty table cells (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8003">#8003</a>) Ivaylo Pavlov</li> <li>lexical-playground Shadows when table is scrollable (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8002">#8002</a>) Ivaylo Pavlov</li> <li>lexical-markflowchore Add flowfix me after flow 0.292.0 was deployed to <a href="http://www">www</a>. This fixes the sync between github and www (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8019">#8019</a>) Michael</li> <li>Doc nit (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8010">#8010</a>) Gerard Rovira</li> <li>lexical-table Bug Fix include first cell contents in partial backwards table selection (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/7998">#7998</a>) Patrick Moody</li> <li>lexical-website Documentation Update Add missing getDocFromMap fn to docs (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8000">#8000</a>) mattcline</li> <li>Revert lexical-react lexical-playground Remove old ContextMenu, consolidate LexicalMenu render (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/7997">#7997</a>) Ivaylo Pavlov</li> <li>lexical-website Documentation Update Add ywebsocket-server package dependency (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/7996">#7996</a>) mattcline</li> <li>lexical-yjs Bug fix dont rewrite unchanged non-primitive propertystate values to yjs in collab v2 (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/7990">#7990</a>) James Fitzsimmons</li> <li>lexical-react lexical-playground Remove old ContextMenu, consolidate LexicalMenu render (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/7984">#7984</a>) Ivaylo Pavlov</li> <li>lexical-table Bug Fix ensure colWidths has length equal to number of columns (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/7986">#7986</a>) James Fitzsimmons</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/lexical/commit/86ebbd7924e46a928b9b24b9a3cf05887bdb4e3e"><code>86ebbd7</code></a> v0.40.0</li> <li><a href="https://github.com/facebook/lexical/commit/26ec99104a27922dc76e306d7a4cbe105f2697a9"><code>26ec991</code></a> [lexical][lexical-utils] Chore: Use workspace:* for monorepo versions and fix...</li> <li><a href="https://github.com/facebook/lexical/commit/f508ff59dbfff1c48069ca99c939373878c7c218"><code>f508ff5</code></a> Chore: Add an ignore-previously-published arg to the publish action (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8023">#8023</a>)</li> <li><a href="https://github.com/facebook/lexical/commit/8cc0929b3cf406dcef8bcdfcf151cd617cea914f"><code>8cc0929</code></a> v0.39.0 (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/8021">#8021</a>)</li> <li><a href="https://github.com/facebook/lexical/commit/a64fd2e5e5c5b590a7dc9699e7a3d91f8770c2b7"><code>a64fd2e</code></a> [lexical-extension][lexical-*] Bug Fix: Defer node class references to potent...</li> <li><a href="https://github.com/facebook/lexical/commit/4f0d5a39791a566700857e8efec7ad44ec716b9f"><code>4f0d5a3</code></a> [lexical-code] Bug fix: Add editor key in highlighted nodes cache (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/7970">#7970</a>)</li> <li><a href="https://github.com/facebook/lexical/commit/d994d9d354a448e0bb29c2fc882308f7b15d24e8"><code>d994d9d</code></a> v0.38.2 (<a href="https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code/issues/7962">#7962</a>)</li> <li>See full diff in <a href="https://github.com/facebook/lexical/commits/v0.40.0/packages/lexical-code">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@lexical/code&package-manager=npm_and_yarn&previous-version=0.38.2&new-version=0.40.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details>
yindo added the pull-request label 2026-02-21 20:53:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#33718