Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the lexical group with 7 updates #18842

Merged
merged 1 commit into from
Mar 9, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2025

Bumps the lexical group with 7 updates:

Package From To
@lexical/code 0.26.0 0.27.1
@lexical/history 0.26.0 0.27.1
@lexical/list 0.26.0 0.27.1
@lexical/markdown 0.26.0 0.27.1
@lexical/react 0.26.0 0.27.1
@lexical/rich-text 0.26.0 0.27.1
lexical 0.26.0 0.27.1

Updates @lexical/code from 0.26.0 to 0.27.1

Release notes

Sourced from @​lexical/code's releases.

v0.27.1 is an ad-hoc patch release to address the regression introduced in v0.26.0 with LexicalNode.getCommonAncestor which occurs when calling node.getCommonAncestor(node) when !$isElementNode(node) (#7287).

Highlights

Core:

  • #7271 Fix non-ElementNode regression in getCommonAncestor

Core + List:

  • #7282 Add RTL direction support in output HTML for ElementNode and ListItemNode (previously this was only on ParagraphNode)

Table:

  • #7283 Fix click and drag table selection in Firefox

What's Changed

Full Changelog: facebook/lexical@v0.27.0...v0.27.1

v0.27.0 ad-hoc release to address v0.26.0 regressions.

Breaking Changes

Core:

  • #7270 - To handle platform differences and avoid piercing shadow roots, arrow key navigation for RangeSelection is now handled by lexical in more scenarios when crossing the boundaries of elements. This should only affect "exotic" custom element nodes such as TableNode. All code in @​lexical/table has been updated accordingly, but if you have something like a custom table implementation then it may require additional updates (probably in the direction of removing workarounds rather than adding them).

Highlights

Core:

  • #7271 Fix invalid import from self
  • #7270 Address deleteLine regression in #7248

Playground:

  • #7273 Apply correct column headers when column contains vertically merged cells
  • 🆕 #7279 Add HR theme config for selected state

Utils:

  • #7275 Don't include parent's siblings when starting $dfs at last child

Collab/Table:

  • #7277 TableCellNode vertical align not syncing

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/code's changelog.

v0.27.1 (2025-03-04)

  • CI Feature Add a fixer for the no-imports-from-self lint (#7284) Bob Ippolito
  • lexical-table Bug Fix Click and drag table selection in Firefox (#7283) Bob Ippolito
  • lexical-listlexical Bug Fix Add RTL direction support for list items in output HTML (#7282) Kiran Dash
  • v0.27.0 (#7281) Bob Ippolito
  • v0.27.0 Lexical GitHub Actions Bot

v0.27.0 (2025-03-03)

  • lexical-playgroundlexical-react Feature add HR theme config for selected state (#7279) Rob Hannay
  • lexical-utils Bug Fix dont include parents siblings when starting dfs at last child (#7275) James Fitzsimmons
  • chore add no-imports-from-self eslint rule to monorepo (#7272) Alessio Gravili
  • ci Chore Remove unused GITHUBTOKEN secrets from workflows (#7209) Bob Ippolito
  • lexical-playground Bug Fix apply correct column headers when column contains vertically merged cells (#7273) Riley Langbein
  • Chore Refactor sharedinvariant for easier dev debugging (#7269) Bob Ippolito
  • Breaking Changeslexical Bug Fix Address deleteLine regression in #7248 (#7270) Bob Ippolito
  • lexical Bug Fix invalid import from self (#7271) Alessio Gravili
  • v0.26.0 (#7265) Bob Ippolito
  • v0.26.0 Lexical GitHub Actions Bot
Commits

Updates @lexical/history from 0.26.0 to 0.27.1

Release notes

Sourced from @​lexical/history's releases.

v0.27.1 is an ad-hoc patch release to address the regression introduced in v0.26.0 with LexicalNode.getCommonAncestor which occurs when calling node.getCommonAncestor(node) when !$isElementNode(node) (#7287).

Highlights

Core:

  • #7271 Fix non-ElementNode regression in getCommonAncestor

Core + List:

  • #7282 Add RTL direction support in output HTML for ElementNode and ListItemNode (previously this was only on ParagraphNode)

Table:

  • #7283 Fix click and drag table selection in Firefox

What's Changed

Full Changelog: facebook/lexical@v0.27.0...v0.27.1

v0.27.0 ad-hoc release to address v0.26.0 regressions.

Breaking Changes

Core:

  • #7270 - To handle platform differences and avoid piercing shadow roots, arrow key navigation for RangeSelection is now handled by lexical in more scenarios when crossing the boundaries of elements. This should only affect "exotic" custom element nodes such as TableNode. All code in @​lexical/table has been updated accordingly, but if you have something like a custom table implementation then it may require additional updates (probably in the direction of removing workarounds rather than adding them).

Highlights

Core:

  • #7271 Fix invalid import from self
  • #7270 Address deleteLine regression in #7248

Playground:

  • #7273 Apply correct column headers when column contains vertically merged cells
  • 🆕 #7279 Add HR theme config for selected state

Utils:

  • #7275 Don't include parent's siblings when starting $dfs at last child

Collab/Table:

  • #7277 TableCellNode vertical align not syncing

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/history's changelog.

v0.27.1 (2025-03-04)

  • CI Feature Add a fixer for the no-imports-from-self lint (#7284) Bob Ippolito
  • lexical-table Bug Fix Click and drag table selection in Firefox (#7283) Bob Ippolito
  • lexical-listlexical Bug Fix Add RTL direction support for list items in output HTML (#7282) Kiran Dash
  • v0.27.0 (#7281) Bob Ippolito
  • v0.27.0 Lexical GitHub Actions Bot

v0.27.0 (2025-03-03)

  • lexical-playgroundlexical-react Feature add HR theme config for selected state (#7279) Rob Hannay
  • lexical-utils Bug Fix dont include parents siblings when starting dfs at last child (#7275) James Fitzsimmons
  • chore add no-imports-from-self eslint rule to monorepo (#7272) Alessio Gravili
  • ci Chore Remove unused GITHUBTOKEN secrets from workflows (#7209) Bob Ippolito
  • lexical-playground Bug Fix apply correct column headers when column contains vertically merged cells (#7273) Riley Langbein
  • Chore Refactor sharedinvariant for easier dev debugging (#7269) Bob Ippolito
  • Breaking Changeslexical Bug Fix Address deleteLine regression in #7248 (#7270) Bob Ippolito
  • lexical Bug Fix invalid import from self (#7271) Alessio Gravili
  • v0.26.0 (#7265) Bob Ippolito
  • v0.26.0 Lexical GitHub Actions Bot
Commits

Updates @lexical/list from 0.26.0 to 0.27.1

Release notes

Sourced from @​lexical/list's releases.

v0.27.1 is an ad-hoc patch release to address the regression introduced in v0.26.0 with LexicalNode.getCommonAncestor which occurs when calling node.getCommonAncestor(node) when !$isElementNode(node) (#7287).

Highlights

Core:

  • #7271 Fix non-ElementNode regression in getCommonAncestor

Core + List:

  • #7282 Add RTL direction support in output HTML for ElementNode and ListItemNode (previously this was only on ParagraphNode)

Table:

  • #7283 Fix click and drag table selection in Firefox

What's Changed

Full Changelog: facebook/lexical@v0.27.0...v0.27.1

v0.27.0 ad-hoc release to address v0.26.0 regressions.

Breaking Changes

Core:

  • #7270 - To handle platform differences and avoid piercing shadow roots, arrow key navigation for RangeSelection is now handled by lexical in more scenarios when crossing the boundaries of elements. This should only affect "exotic" custom element nodes such as TableNode. All code in @​lexical/table has been updated accordingly, but if you have something like a custom table implementation then it may require additional updates (probably in the direction of removing workarounds rather than adding them).

Highlights

Core:

  • #7271 Fix invalid import from self
  • #7270 Address deleteLine regression in #7248

Playground:

  • #7273 Apply correct column headers when column contains vertically merged cells
  • 🆕 #7279 Add HR theme config for selected state

Utils:

  • #7275 Don't include parent's siblings when starting $dfs at last child

Collab/Table:

  • #7277 TableCellNode vertical align not syncing

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/list's changelog.

v0.27.1 (2025-03-04)

  • CI Feature Add a fixer for the no-imports-from-self lint (#7284) Bob Ippolito
  • lexical-table Bug Fix Click and drag table selection in Firefox (#7283) Bob Ippolito
  • lexical-listlexical Bug Fix Add RTL direction support for list items in output HTML (#7282) Kiran Dash
  • v0.27.0 (#7281) Bob Ippolito
  • v0.27.0 Lexical GitHub Actions Bot

v0.27.0 (2025-03-03)

  • lexical-playgroundlexical-react Feature add HR theme config for selected state (#7279) Rob Hannay
  • lexical-utils Bug Fix dont include parents siblings when starting dfs at last child (#7275) James Fitzsimmons
  • chore add no-imports-from-self eslint rule to monorepo (#7272) Alessio Gravili
  • ci Chore Remove unused GITHUBTOKEN secrets from workflows (#7209) Bob Ippolito
  • lexical-playground Bug Fix apply correct column headers when column contains vertically merged cells (#7273) Riley Langbein
  • Chore Refactor sharedinvariant for easier dev debugging (#7269) Bob Ippolito
  • Breaking Changeslexical Bug Fix Address deleteLine regression in #7248 (#7270) Bob Ippolito
  • lexical Bug Fix invalid import from self (#7271) Alessio Gravili
  • v0.26.0 (#7265) Bob Ippolito
  • v0.26.0 Lexical GitHub Actions Bot
Commits

Updates @lexical/markdown from 0.26.0 to 0.27.1

Release notes

Sourced from @​lexical/markdown's releases.

v0.27.1 is an ad-hoc patch release to address the regression introduced in v0.26.0 with LexicalNode.getCommonAncestor which occurs when calling node.getCommonAncestor(node) when !$isElementNode(node) (#7287).

Highlights

Core:

  • #7271 Fix non-ElementNode regression in getCommonAncestor

Core + List:

  • #7282 Add RTL direction support in output HTML for ElementNode and ListItemNode (previously this was only on ParagraphNode)

Table:

  • #7283 Fix click and drag table selection in Firefox

What's Changed

Full Changelog: facebook/lexical@v0.27.0...v0.27.1

v0.27.0 ad-hoc release to address v0.26.0 regressions.

Breaking Changes

Core:

  • #7270 - To handle platform differences and avoid piercing shadow roots, arrow key navigation for RangeSelection is now handled by lexical in more scenarios when crossing the boundaries of elements. This should only affect "exotic" custom element nodes such as TableNode. All code in @​lexical/table has been updated accordingly, but if you have something like a custom table implementation then it may require additional updates (probably in the direction of removing workarounds rather than adding them).

Highlights

Core:

  • #7271 Fix invalid import from self
  • #7270 Address deleteLine regression in #7248

Playground:

  • #7273 Apply correct column headers when column contains vertically merged cells
  • 🆕 #7279 Add HR theme config for selected state

Utils:

  • #7275 Don't include parent's siblings when starting $dfs at last child

Collab/Table:

  • #7277 TableCellNode vertical align not syncing

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/markdown's changelog.

v0.27.1 (2025-03-04)

  • CI Feature Add a fixer for the no-imports-from-self lint (#7284) Bob Ippolito
  • lexical-table Bug Fix Click and drag table selection in Firefox (#7283) Bob Ippolito
  • lexical-listlexical Bug Fix Add RTL direction support for list items in output HTML (#7282) Kiran Dash
  • v0.27.0 (#7281) Bob Ippolito
  • v0.27.0 Lexical GitHub Actions Bot

v0.27.0 (2025-03-03)

  • lexical-playgroundlexical-react Feature add HR theme config for selected state (#7279) Rob Hannay
  • lexical-utils Bug Fix dont include parents siblings when starting dfs at last child (#7275) James Fitzsimmons
  • chore add no-imports-from-self eslint rule to monorepo (#7272) Alessio Gravili
  • ci Chore Remove unused GITHUBTOKEN secrets from workflows (#7209) Bob Ippolito
  • lexical-playground Bug Fix apply correct column headers when column contains vertically merged cells (#7273) Riley Langbein
  • Chore Refactor sharedinvariant for easier dev debugging (#7269) Bob Ippolito
  • Breaking Changeslexical Bug Fix Address deleteLine regression in #7248 (#7270) Bob Ippolito
  • lexical Bug Fix invalid import from self (#7271) Alessio Gravili
  • v0.26.0 (#7265) Bob Ippolito
  • v0.26.0 Lexical GitHub Actions Bot
Commits

Updates @lexical/react from 0.26.0 to 0.27.1

Release notes

Sourced from @​lexical/react's releases.

v0.27.1 is an ad-hoc patch release to address the regression introduced in v0.26.0 with LexicalNode.getCommonAncestor which occurs when calling node.getCommonAncestor(node) when !$isElementNode(node) (#7287).

Highlights

Core:

  • #7271 Fix non-ElementNode regression in getCommonAncestor

Core + List:

  • #7282 Add RTL direction support in output HTML for ElementNode and ListItemNode (previously this was only on ParagraphNode)

Table:

  • #7283 Fix click and drag table selection in Firefox

What's Changed

Full Changelog: facebook/lexical@v0.27.0...v0.27.1

v0.27.0 ad-hoc release to address v0.26.0 regressions.

Breaking Changes

Core:

  • #7270 - To handle platform differences and avoid piercing shadow roots, arrow key navigation for RangeSelection is now handled by lexical in more scenarios when crossing the boundaries of elements. This should only affect "exotic" custom element nodes such as TableNode. All code in @​lexical/table has been updated accordingly, but if you have something like a custom table implementation then it may require additional updates (probably in the direction of removing workarounds rather than adding them).

Highlights

Core:

  • #7271 Fix invalid import from self
  • #7270 Address deleteLine regression in #7248

Playground:

  • #7273 Apply correct column headers when column contains vertically merged cells
  • 🆕 #7279 Add HR theme config for selected state

Utils:

  • #7275 Don't include parent's siblings when starting $dfs at last child

Collab/Table:

  • #7277 TableCellNode vertical align not syncing

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/react's changelog.

v0.27.1 (2025-03-04)

  • CI Feature Add a fixer for the no-imports-from-self lint (#7284) Bob Ippolito
  • lexical-table Bug Fix Click and drag table selection in Firefox (#7283) Bob Ippolito
  • lexical-listlexical Bug Fix Add RTL direction support for list items in output HTML (#7282) Kiran Dash
  • v0.27.0 (#7281) Bob Ippolito
  • v0.27.0 Lexical GitHub Actions Bot

v0.27.0 (2025-03-03)

  • lexical-playgroundlexical-react Feature add HR theme config for selected state (#7279) Rob Hannay
  • lexical-utils Bug Fix dont include parents siblings when starting dfs at last child (#7275) James Fitzsimmons
  • chore add no-imports-from-self eslint rule to monorepo (#7272) Alessio Gravili
  • ci Chore Remove unused GITHUBTOKEN secrets from workflows (#7209) Bob Ippolito
  • lexical-playground Bug Fix apply correct column headers when column contains vertically merged cells (#7273) Riley Langbein
  • Chore Refactor sharedinvariant for easier dev debugging (#7269) Bob Ippolito
  • Breaking Changeslexical Bug Fix Address deleteLine regression in #7248 (#7270) Bob Ippolito
  • lexical Bug Fix invalid import from self (#7271) Alessio Gravili
  • v0.26.0 (#7265) Bob Ippolito
  • v0.26.0 Lexical GitHub Actions Bot
Commits

Updates @lexical/rich-text from 0.26.0 to 0.27.1

Release notes

Sourced from @​lexical/rich-text's releases.

v0.27.1 is an ad-hoc patch release to address the regression introduced in v0.26.0 with LexicalNode.getCommonAncestor which occurs when calling node.getCommonAncestor(node) when !$isElementNode(node) (#7287).

Highlights

Core:

  • #7271 Fix non-ElementNode regression in getCommonAncestor

Core + List:

  • #7282 Add RTL direction support in output HTML for ElementNode and ListItemNode (previously this was only on ParagraphNode)

Table:

  • #7283 Fix click and drag table selection in Firefox

What's Changed

Full Changelog: facebook/lexical@v0.27.0...v0.27.1

v0.27.0 ad-hoc release to address v0.26.0 regressions.

Breaking Changes

Core:

  • #7270 - To handle platform differences and avoid piercing shadow roots, arrow key navigation for RangeSelection is now handled by lexical in more scenarios when crossing the boundaries of elements. This should only affect "exotic" custom element nodes such as TableNode. All code in @​lexical/table has been updated accordingly, but if you have something like a custom table implementation then it may require additional updates (probably in the direction of removing workarounds rather than adding them).

Highlights

Core:

  • #7271 Fix invalid import from self
  • #7270 Address deleteLine regression in #7248

Playground:

  • #7273 Apply correct column headers when column contains vertically merged cells
  • 🆕 #7279 Add HR theme config for selected state

Utils:

  • #7275 Don't include parent's siblings when starting $dfs at last child

Collab/Table:

  • #7277 TableCellNode vertical align not syncing

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/rich-text's changelog.

v0.27.1 (2025-03-04)

  • CI Feature Add a fixer for the no-imports-from-self lint (#7284) Bob Ippolito
  • lexical-table Bug Fix Click and drag table selection in Firefox (#7283) Bob Ippolito
  • lexical-listlexical Bug Fix Add RTL direction support for list items in output HTML (#7282) Kiran Dash
  • v0.27.0 (#7281) Bob Ippolito
  • v0.27.0 Lexical GitHub Actions Bot

v0.27.0 (2025-03-03)

  • lexical-playgroundlexical-react Feature add HR theme config for selected state (#7279) Rob Hannay
  • lexical-utils Bug Fix dont include parents siblings when starting dfs at last child (#7275) James Fitzsimmons
  • chore add no-imports-from-self eslint rule to monorepo (#7272) Alessio Gravili
  • ci Chore Remove unused GITHUBTOKEN secrets from workflows (#7209) Bob Ippolito
  • lexical-playground Bug Fix apply correct column headers when column contains vertically merged cells (#7273) Riley Langbein
  • Chore Refactor sharedinvariant for easier dev debugging (#7269) Bob Ippolito
  • Breaking Changeslexical Bug Fix Address deleteLine regression in #7248 (#7270) Bob Ippolito
  • lexical Bug Fix invalid import from self (#7271) Alessio Gravili
  • v0.26.0 (#7265) Bob Ippolito
  • v0.26.0 Lexical GitHub Actions Bot
Commits

Updates lexical from 0.26.0 to 0.27.1

Release notes

Sourced from lexical's releases.

v0.27.1 is an ad-hoc patch release to address the regression introduced in v0.26.0 with LexicalNode.getCommonAncestor which occurs when calling node.getCommonAncestor(node) when !$isElementNode(node) (#7287).

Highlights

Core:

  • #7271 Fix non-ElementNode regression in getCommonAncestor

Core + List:

  • #7282 Add RTL direction support in output HTML for ElementNode and ListItemNode (previously this was only on ParagraphNode)

Table:

  • #7283 Fix click and drag table selection in Firefox

What's Changed

Full Changelog: facebook/lexical@v0.27.0...v0.27.1

v0.27.0 ad-hoc release to address v0.26.0 regressions.

Breaking Changes

Core:

  • #7270 - To handle platform differences and avoid piercing shadow roots, arrow key navigation for RangeSelection is now handled by lexical in more scenarios when crossing the boundaries of elements. This should only affect "exotic" custom element nodes such as TableNode. All code in @​lexical/table has been updated accordingly, but if you have something like a custom table implementation then it may require additional updates (probably in the direction of removing workarounds rather than adding them).

Highlights

Core:

  • #7271 Fix invalid import from self
  • #7270 Address deleteLine regression in #7248

Playground:

  • #7273 Apply correct column headers when column contains vertically merged cells
  • 🆕 #7279 Add HR theme config for selected state

Utils:

  • #7275 Don't include parent's siblings when starting $dfs at last child

Collab/Table:

  • #7277 TableCellNode vertical align not syncing

What's Changed

... (truncated)

Changelog

Sourced from lexical's changelog.

v0.27.1 (2025-03-04)

  • CI Feature Add a fixer for the no-imports-from-self lint (#7284) Bob Ippolito
  • lexical-table Bug Fix Click and drag table selection in Firefox (#7283) Bob Ippolito
  • lexical-listlexical Bug Fix Add RTL direction support for list items in output HTML (#7282) Kiran Dash
  • v0.27.0 (#7281) Bob Ippolito
  • v0.27.0 Lexical GitHub Actions Bot

v0.27.0 (2025-03-03)

  • lexical-playgroundlexical-react Feature add HR theme config for selected state (#7279) Rob Hannay
  • lexical-utils Bug Fix dont include parents siblings when starting dfs at last child (#7275) James Fitzsimmons
  • chore add no-imports-from-self eslint rule to monorepo (#7272) Alessio Gravili
  • ci Chore Remove unused GITHUBTOKEN secrets from workflows (#7209) Bob Ippolito
  • lexical-playground Bug Fix apply correct column headers when column contains vertically merged cells (#7273) Riley Langbein
  • Chore Refactor sharedinvariant for easier dev debugging (#7269) Bob Ippolito
  • Breaking Changeslexical Bug Fix Address deleteLine regression in #7248 (#7270) Bob Ippolito
  • lexical Bug Fix invalid import from self (#7271) Alessio Gravili
  • v0.26.0 (#7265) Bob Ippolito
  • v0.26.0 Lexical GitHub Actions Bot
Commits
  • f8dfb58 v0.27.1
  • 61cab56 [lexical] Bug Fix: Fix non-ElementNode regression in getCommonAncestor (#7287)
  • b4d8797 [lexical-list][lexical] Bug Fix: Add RTL direction support for list items in ...
  • 4403db1 v0.27.0 (#7281)
  • a7c4e51 [lexical-playground][lexical-react] Feature: add HR theme config for selected...
  • 6d7b670 chore: add no-imports-from-self eslint rule to monorepo (#7272)
  • 0b11ddd [Breaking Changes][lexical] Bug Fix: Address deleteLine regression in #7248 (...
  • 4ca9a92 [lexical] Bug Fix: invalid import from self (#7271)
  • 9c093bc v0.26.0 (#7265)
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the lexical group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@lexical/code](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code) | `0.26.0` | `0.27.1` |
| [@lexical/history](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-history) | `0.26.0` | `0.27.1` |
| [@lexical/list](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-list) | `0.26.0` | `0.27.1` |
| [@lexical/markdown](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-markdown) | `0.26.0` | `0.27.1` |
| [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react) | `0.26.0` | `0.27.1` |
| [@lexical/rich-text](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-rich-text) | `0.26.0` | `0.27.1` |
| [lexical](https://github.com/facebook/lexical/tree/HEAD/packages/lexical) | `0.26.0` | `0.27.1` |


Updates `@lexical/code` from 0.26.0 to 0.27.1
- [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.27.1/packages/lexical-code)

Updates `@lexical/history` from 0.26.0 to 0.27.1
- [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.27.1/packages/lexical-history)

Updates `@lexical/list` from 0.26.0 to 0.27.1
- [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.27.1/packages/lexical-list)

Updates `@lexical/markdown` from 0.26.0 to 0.27.1
- [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.27.1/packages/lexical-markdown)

Updates `@lexical/react` from 0.26.0 to 0.27.1
- [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.27.1/packages/lexical-react)

Updates `@lexical/rich-text` from 0.26.0 to 0.27.1
- [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.27.1/packages/lexical-rich-text)

Updates `lexical` from 0.26.0 to 0.27.1
- [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.27.1/packages/lexical)

---
updated-dependencies:
- dependency-name: "@lexical/code"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/history"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/list"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/markdown"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/rich-text"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: lexical
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
...

Signed-off-by: dependabot[bot] <[email protected]>
@otto-the-bot otto-the-bot enabled auto-merge (squash) March 9, 2025 15:12
Copy link

sonarqubecloud bot commented Mar 9, 2025

@otto-the-bot otto-the-bot merged commit 77ffcd6 into dev Mar 9, 2025
12 of 15 checks passed
@otto-the-bot otto-the-bot deleted the dependabot/npm_and_yarn/lexical-273abf25bd branch March 9, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant