hedgedoc / react-client

The frontend of the upcoming version 2.0
https://hedgedoc.dev
GNU Affero General Public License v3.0
105 stars 13 forks source link

fix(deps): update codemirror #2511

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/lang-markdown 6.0.4 -> 6.0.5 age adoption passing confidence
@codemirror/state 6.1.2 -> 6.1.3 age adoption passing confidence
@codemirror/view 6.4.0 -> 6.4.2 age adoption passing confidence
@uiw/react-codemirror (source) 4.12.4 -> 4.13.2 age adoption passing confidence

Release Notes

codemirror/lang-markdown ### [`v6.0.5`](https://togithub.com/codemirror/lang-markdown/blob/HEAD/CHANGELOG.md#​605-2022-11-10) [Compare Source](https://togithub.com/codemirror/lang-markdown/compare/6.0.4...6.0.5) ##### Bug fixes Make sure task lists are indented correctly even when deeply nested.
codemirror/state ### [`v6.1.3`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#​613-2022-11-10) [Compare Source](https://togithub.com/codemirror/state/compare/6.1.2...6.1.3) ##### Bug fixes Avoid unnecessary calls to computed facet getters when a state is reconfigured but no dependencies of the computed facet change. Fix an infinite loop in `RangeSet.eq` when the `to` parameter isn't given.
codemirror/view ### [`v6.4.2`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​642-2022-11-10) [Compare Source](https://togithub.com/codemirror/view/compare/6.4.1...6.4.2) ##### Bug fixes Typing into a read-only editor no longer moves the cursor. Fix an issue where hover tooltips were closed when the mouse was moved over them if they had a custom parent element. Fix an issue where the editor could end up displaying incorrect height measurements (typically after initializing). ### [`v6.4.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​641-2022-11-07) [Compare Source](https://togithub.com/codemirror/view/compare/6.4.0...6.4.1) ##### Bug fixes Fix an issue where coordinates next to replaced widgets were returned incorrectly, causing the cursor to be drawn in the wrong place. Update the `crosshairCursor` state on every mousemove event. Avoid an issue in the way that the editor enforces cursor associativity that could cause the cursor to get stuck on single-character wrapped lines.
uiwjs/react-codemirror ### [`v4.13.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.13.2) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.13.1...v4.13.2) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.13.2/file/README.md) Documentation v4.13.2: https://raw.githack.com/uiwjs/react-codemirror/edd84ff/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.13.1...v4.13.2 ```shell npm i @​uiw/react-codemirror@4.13.2 ``` - 🐞 fix(deps): update dependency [@​codemirror/legacy-modes](https://togithub.com/codemirror/legacy-modes) to ~6.2.0 ([#​393](https://togithub.com/uiwjs/react-codemirror/issues/393)) [`054ae7a`](https://togithub.com/uiwjs/react-codemirror/commit/054ae7a) [@​renovate-bot](https://togithub.com/renovate-bot) ### [`v4.13.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.13.1) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.13.0...v4.13.1) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.13.1/file/README.md) Documentation v4.13.1: https://raw.githack.com/uiwjs/react-codemirror/423d7ee/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.13.0...v4.13.1 ```shell npm i @​uiw/react-codemirror@4.13.1 ``` - 🌟 feat(theme): Gruvbox theme ([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402)) [`058a8ac`](https://togithub.com/uiwjs/react-codemirror/commit/058a8ac) [@​su55y](https://togithub.com/su55y) - 🌍 website: add `gruvbox-dark` preview. ([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402)) [`aaf0628`](https://togithub.com/uiwjs/react-codemirror/commit/aaf0628) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 💄 chore: update workflows config. ([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402)) [`07736a9`](https://togithub.com/uiwjs/react-codemirror/commit/07736a9) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 💄 chore: update workflows config. ([#​402](https://togithub.com/uiwjs/react-codemirror/issues/402)) [`1b75695`](https://togithub.com/uiwjs/react-codemirror/commit/1b75695) [@​jaywcjlove](https://togithub.com/jaywcjlove) ### [`v4.13.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.13.0) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.12.4...v4.13.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.13.0/file/README.md) Documentation v4.13.0: https://raw.githack.com/uiwjs/react-codemirror/15bae9c/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.12.4...v4.13.0 ```shell npm i @​uiw/react-codemirror@4.13.0 ``` - 🌟 feat(basic-setup): add `tabSize` options ([#​400](https://togithub.com/uiwjs/react-codemirror/issues/400)). [`cb2efd0`](https://togithub.com/uiwjs/react-codemirror/commit/cb2efd0) [@​jaywcjlove](https://togithub.com/jaywcjlove)

Configuration

📅 Schedule: Branch creation - "on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

cypress[bot] commented 1 year ago



Test summary

96 0 0 0


Run details

Project HedgeDoc react-client
Status Passed
Commit a80bcb7f2b ℹ️
Started Nov 11, 2022 2:40 PM
Ended Nov 11, 2022 2:42 PM
Duration 01:25 💡
OS Linux Debian - 11.5
Browser Chrome 106

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard