Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Update CodeMirror #299

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

Update CodeMirror #299

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete 0.20.1 -> 0.20.3 age adoption passing confidence
@codemirror/language 0.20.0 -> 0.20.2 age adoption passing confidence
@codemirror/lint 0.20.2 -> 0.20.3 age adoption passing confidence
@codemirror/state 0.20.0 -> 0.20.1 age adoption passing confidence
@codemirror/view 0.20.4 -> 0.20.7 age adoption passing confidence

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v0.20.3

Compare Source

Bug fixes

Add an aria-label to the completion listbox.

Fix a regression that caused transactions generated for completion to not have a userEvent annotation.

v0.20.2

Compare Source

New features

The package now exports an insertCompletionText helper that implements the default behavior for applying a completion.

codemirror/language (@​codemirror/language)

v0.20.2

Compare Source

Bug fixes

List style-mod as a dependency.

v0.20.1

Compare Source

Bug fixes

Make sure all styles in the CSS generated for a HighlightStyle have a lower precedence than the other rules defined for the style. Use a shorthand property

codemirror/lint (@​codemirror/lint)

v0.20.3

Compare Source

New features

Diagnostic objects may now have a renderMessage method to render their message to the DOM.

codemirror/state (@​codemirror/state)

v0.20.1

Compare Source

New features

EditorView.phrase now accepts additional arguments, which it will interpolate into the phrase in the place of $ markers.

codemirror/view (@​codemirror/view)

v0.20.7

Compare Source

Bug fixes

Fix an issue on Chrome Android where the DOM could fail to display the actual document after backspace.

Avoid an issue on Chrome Android where DOM changes were sometimes inappropriately replace by a backspace key effect due to spurious beforeinput events.

Fix a problem where the content element's width didn't cover the width of the actual content.

Work around a bug in Chrome 102 which caused wheel scrolling of the editor to be interrupted every few lines.

v0.20.6

Compare Source

Bug fixes

Make sure the editor re-measures itself when its attributes are updated.

v0.20.5

Compare Source

Bug fixes

Fix an issue where gutter elements without any markers in them would not get the cm-gutterElement class assigned.

Fix an issue where DOM event handlers registered by plugins were retained indefinitely, even after the editor was reconfigured.


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/codemirror branch 3 times, most recently from e251411 to 1ba2ca7 Compare May 25, 2022 11:43
@renovate renovate bot force-pushed the renovate/codemirror branch 2 times, most recently from d3e65df to fa7f44f Compare June 2, 2022 11:40
@renovate renovate bot force-pushed the renovate/codemirror branch from fa7f44f to 2f39339 Compare September 25, 2022 21:01
@renovate renovate bot force-pushed the renovate/codemirror branch from 2f39339 to 15f4cd8 Compare November 20, 2022 07:55
@renovate renovate bot force-pushed the renovate/codemirror branch from 15f4cd8 to bc936fb Compare July 22, 2024 23:24
Copy link
Contributor Author

renovate bot commented Jul 22, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for [email protected]: wanted: {"npm":">=8.0.0","node":">=14.18.0"} (current: {"node":"20.15.1","npm":"6.14.18"})
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"npm":">=8.0.0","node":">=14.18.0"}
npm ERR! notsup Actual:   {"npm":"6.14.18","node":"20.15.1"}

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-07-22T23_23_48_194Z-debug.log

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants