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

Build(deps): Bump @lexical/react from 0.11.3 to 0.18.0 in /catalog/ui #2165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2024

Bumps @lexical/react from 0.11.3 to 0.18.0.

Release notes

Sourced from @​lexical/react's releases.

v0.18.0

Highlights

Highlights since 0.17.1

Core editor:

Markdown:

  • 🆕 shouldMergeAdjacentLines option in $convertFromMarkdownString. If true, merges adjacent lines as per commonmark spec (line1\nline2 -> line1line2). If false (default and current behavior, adjacent lines remain separated by newline, as per GFM (line1\nline2 -> line1\nline2) facebook/lexical#6608 facebook/lexical#6660
  • 🆕 multiline markdown transformers / mdx support facebook/lexical#6530
  • 🆕 More flexible TextMatchTransformer api, more fields made optional facebook/lexical#6651

Link:

Table:

Selection:

  • 🆕 Expose getStyleObjectFromCss in @​lexical/selection

... (truncated)

Changelog

Sourced from @​lexical/react's changelog.

v0.18.0 (2024-09-26)

  • lexical-markdown set shouldMergeAdjacentLines default to be false (#6660) Sherry
  • lexical-link Bug Fix Removing a link from descendants (#6656) Sergey Gorbachev
  • lexical-playground Bug Fix Correct ExcalidrawNode DOM handling for proper resizing (#6657) neysanfoo
  • lexical-markdown Refactor allows omitting certain properties from TextMatchTransformers, adds jsdocs (#6651) Alessio Gravili
  • lexical-table Bug Fix Fix crash in deleteCellHandler (#6650) Bob Ippolito
  • lexical-playground Bug Fix empty code block not focused (#6649) Sherry
  • lexical-markdown shouldMergeAdjacentLines as an option (#6642) Sherry
  • lexical-code Bug Fix Annotate lexicalcode as having side-effects for Prism (#6652) Bob Ippolito
  • lexical-reactlexical-playground Bug Fix Workaround for yjs disconnect race in React StrictMode (#6644) Bob Ippolito
  • Allow exporting a document fragment from the exportDOM function (#6641) Tom Kubt
  • Grammar Issue - Repeated Word (#6643) Adam Pugh
  • lexical-tablelexical-playground Feature Add column widths to TableNode (#6625) Patrick Moody
  • lexical-playgroundExcalidrawNode Bug Fix Preserve Excalidraw image dimensions after resizing (#6634) neysanfoo
  • lexical-table Bug Table formatting and styling not persisting for empty cells (#6626) Katsia
  • lexical-markdown Fix normalize markdown in convertFromMarkdownString to comply with CommonMark spec (2nd try) (#6629) Germn Jabloski
  • lexical-playground Bug Fix Fix table rowcolumn index when resizing merged cells (#6630) Patrick Moody
  • Revert lexical-markdown Fix normalize markdown in convertFromMarkdownString to comply with CommonMark spec (#6608) (#6627) Sherry
  • lexical-react Refactor Ensure disconnect is called after connection is established in useYjsCollaboration (#6619) smworld01
  • CI tag flaky test (#6620) Sherry
  • address micromatch vulnerability (#6616) Sherry
  • Bug Fix Fix issue where selecting a cell then dragging outside of table would not select entire table (#6579) Mo
  • lexical-markdown Breaking Change rename multilineElement to multiline-element (#6617) Sherry
  • lexical Chore Add more helpful invariants to applyNodeReplacement (#6567) Bob Ippolito
  • lexical-markdown Fix normalize markdown in convertFromMarkdownString to comply with CommonMark spec (#6608) Germn Jabloski
  • Expose getStyleObjectFromCss in lexicalselection (#6612) Melissa Freiser
  • lexical-markdown update markdown flow api (#6615) Sherry
  • lexical-playground Fix Poll Option not clickable at some place after checked state (#6609) Vinay Kushwaha
  • Multiple update tags (#6507) Gerard Rovira
  • lexical-codebreaking change Bug Fix explicitly import instead of window. to support code nodes in nodejs (#6562) Nadine Nguyen
  • lexical-tablelexical-playground Bug Fix Fix merged cell related edge cases (#6607) Bob Ippolito
  • Fix issue where cmdctrl left arrow after a tab character would cause exception (#6588) Mo
  • Address svelte vulnerability (#6603) Sherry
  • lexical-markdownbreaking change Feature multiline markdown transformers mdx support (#6530) Alessio Gravili
  • lexical-table Fix Table Cut Event Handling (#6596) Ivaylo Pavlov
  • lexicallexical-overflow Refactor simplified removeText and insertText rewrite (part 1) (#6456) Germn Jabloski
  • Fix test results CI path on Windows (#6585) Mo
  • lexical-listlexical-react Refactor Create registerList Function Separate from React Shared Utils (#6560) River
  • lexical-react Fix incorrect addition of empty cells on table paste (#6578) Shubhanker Srivastava
  • lexical-table feat Add row striping (#6547) Ivaylo Pavlov
  • Feature Check undeclared dependencies in build (#6574) Bob Ippolito
  • lexical-react menu positioning Unrevert PR6510 but with gating (#6566) Sherry
  • lexical-table Bug Fix Add lexicalclipboard as a direct dependency of lexicaltable (#6571) Bob Ippolito
  • v0.17.1 (#6559) Ivaylo Pavlov
  • v0.17.1 Lexical GitHub Actions Bot

v0.17.1 (2024-08-26)

  • lexical-playground Bug Fix fix comment timestamps (#6555) Ira Hopkinson

... (truncated)

Commits
  • 3d08282 v0.18.0
  • deb5894 [lexical-react][lexical-playground] Bug Fix: Workaround for yjs disconnect ra...
  • f50f168 [lexical-react] Refactor: Ensure disconnect is called after connection is est...
  • bd507b9 [lexical][lexical-overflow] Refactor: simplified removeText and insertText re...
  • 45991dc [lexical-list][lexical-react] Refactor: Create registerList Function Separate...
  • f07f0d6 [lexical-react]: Fix incorrect addition of empty cells on table paste (#6578)
  • 96e2767 [lexical-table] feat: Add row striping (#6547)
  • cd934af [lexical-react] menu positioning: Unrevert PR6510 but with gating (#6566)
  • 366cc18 v0.17.1 (#6559)
  • 36b8eab Revert "[lexical-playground] Fix: in playground show component-menu w… (#6558)
  • Additional commits viewable 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 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 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)

Bumps [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react) from 0.11.3 to 0.18.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.18.0/packages/lexical-react)

---
updated-dependencies:
- dependency-name: "@lexical/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants