chore(deps): bump the dependencies-minor-patch group across 1 directory with 4 updates - #376
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…ry with 4 updates Bumps the dependencies-minor-patch group with 4 updates in the / directory: [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react), [katex](https://github.com/KaTeX/KaTeX), [lexical](https://github.com/facebook/lexical/tree/HEAD/packages/lexical) and [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin). Updates `@lexical/react` from 0.49.0 to 0.50.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.50.0/packages/lexical-react) Updates `katex` from 0.16.47 to 0.18.5 - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](KaTeX/KaTeX@v0.16.47...v0.18.5) Updates `lexical` from 0.49.0 to 0.50.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.50.0/packages/lexical) Updates `@eslint-react/eslint-plugin` from 5.18.3 to 5.18.7 - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v5.18.7/plugins/eslint-plugin) --- updated-dependencies: - dependency-name: "@lexical/react" dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-minor-patch - dependency-name: katex dependency-version: 0.18.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-minor-patch - dependency-name: lexical dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-minor-patch - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 5.18.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies-minor-patch group with 4 updates in the / directory: @lexical/react, katex, lexical and @eslint-react/eslint-plugin.
Updates
@lexical/reactfrom 0.49.0 to 0.50.0Release notes
Sourced from @lexical/react's releases.
... (truncated)
Changelog
Sourced from @lexical/react's changelog.
... (truncated)
Commits
02cb51fv0.50.06d6a453[lexical-markdown] Bug Fix: Fix nested mixed-type list structure during markd...27a5fc2[lexical-extension][lexical-react] Feature: HMR support for extensions (#8959)2907387[lexical-playground][lexical-react] Bug Fix: only one collab client bootstrap...d75ee56[lexical-yjs][lexical-react] Feature: Allow custom Yjs XmlText (#6483)d596c9e[lexical-react][lexical-playground] Bug Fix: plugins and hooks re-derive when...7f805fa[lexical-yjs][lexical-react] Bug Fix: collab sync gaps between the editor sta...b2b1264[lexical-react] Bug Fix: Only open the auto embed menu when a bare link is pa...95a6624[tests] Chore: silence unnecessary stderr warnings in test-unit (#9098)74b0a17[lexical-compiler][lexical-eslint-plugin-internal] Feature: inject /* @__PURE...Updates
katexfrom 0.16.47 to 0.18.5Release notes
Sourced from katex's releases.
... (truncated)
Changelog
Sourced from katex's changelog.
... (truncated)
Commits
7f46076chore(release): 0.18.5 [ci skip]6805538fix(char): accept U+10FFFF (#4265)0df23bbchore(deps): bump github/codeql-action from 4.37.7 to 4.37.8 (#4273)bd78fadchore(deps): update dependency commander to v15 (#4271)87d99bbchore(deps): bump github/codeql-action from 4.37.6 to 4.37.7 (#4268)a6646b2chore(deps): bump github/codeql-action from 4.37.4 to 4.37.6 (#4264)49dc3d9chore(release): 0.18.4 [ci skip]e507f75fix(environment): report invalid environment names as ParseError (#4256)f0f46a8chore(release): 0.18.3 [ci skip]1c973aefix: allow braced arguments for delimsizing (#4255)Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
lexicalfrom 0.49.0 to 0.50.0Release notes
Sourced from lexical's releases.
... (truncated)
Changelog
Sourced from lexical's changelog.
... (truncated)
Commits
02cb51fv0.50.06d6a453[lexical-markdown] Bug Fix: Fix nested mixed-type list structure during markd...27a5fc2[lexical-extension][lexical-react] Feature: HMR support for extensions (#8959)aca1216[lexical] Bug Fix: Preserve pasted blocks after consecutive line breaks (#8890)846f683[lexical] Bug Fix: collapse to a paragraph on select-all delete of a non-para...76a22dc[lexical][lexical-html] Bug Fix: emit a terminating <br> so a trailing line b...d2da983[lexical] Performance: Skip the sibling walk when no selection point reads th...59c5e92[lexical][lexical-table] Bug Fix: selection and caret state at block and shad...13c8209[lexical][lexical-html][lexical-clipboard] Bug Fix: HTML import/export and sl...0fea608[lexical][lexical-rich-text][lexical-utils] Bug Fix: copy and insert keep the...Updates
@eslint-react/eslint-pluginfrom 5.18.3 to 5.18.7Release notes
Sourced from @eslint-react/eslint-plugin's releases.