graasp / graasp-app-code-capsule

A Graasp App to perform code reviews, show, annotate and edit code.
GNU Affero General Public License v3.0
0 stars 0 forks source link

chore(deps): update dependency @codemirror/state to v6.3.3 #172

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/state 6.2.1 -> 6.3.3 age adoption passing confidence

Release Notes

codemirror/state (@​codemirror/state) ### [`v6.3.3`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#633-2023-12-06) [Compare Source](https://togithub.com/codemirror/state/compare/6.3.2...6.3.3) ##### Bug fixes Fix an issue where `Text.slice` and `Text.replace` could return objects with incorrect `length` when the given `from`/`to` values were out of range for the text. ### [`v6.3.2`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#632-2023-11-27) [Compare Source](https://togithub.com/codemirror/state/compare/6.3.1...6.3.2) ##### Bug fixes Make sure transactions cannot add multiple selections when `allowMultipleSelections` is false. Fix a bug that caused `Text.iterLines` to not return empty lines at the end of the iterated ranges. ### [`v6.3.1`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#631-2023-10-18) [Compare Source](https://togithub.com/codemirror/state/compare/6.3.0...6.3.1) ##### Bug fixes Give the tag property on `FacetReader` the type of the output type parameter to force TypeScript to infer the proper type when converting from `Facet` to `FacetReader`. ### [`v6.3.0`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#630-2023-10-12) [Compare Source](https://togithub.com/codemirror/state/compare/6.2.1...6.3.0) ##### New features The new `FacetReader` type provides a way to export a read-only handle to a `Facet`.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

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

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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