Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete ^0.20.1 -> ^6.0.2 age adoption passing confidence
@codemirror/commands ^0.20.0 -> ^6.0.0 age adoption passing confidence
@codemirror/lang-python ^0.20.0 -> ^6.0.0 age adoption passing confidence
@codemirror/language ^0.20.2 -> ^6.1.0 age adoption passing confidence
@codemirror/search ^0.20.1 -> ^6.0.0 age adoption passing confidence
@codemirror/state ^0.20.0 -> ^6.0.1 age adoption passing confidence
@codemirror/view ^0.20.6 -> ^6.0.2 age adoption passing confidence

Release Notes

codemirror/autocomplete

v6.0.2

Compare Source

Bug fixes

Declare package dependencies as peer dependencies as an attempt to avoid duplicated package issues.

v6.0.1

Compare Source

Bug fixes

Support escaping ${ or #{ in snippets.

v6.0.0

Compare Source

Bug fixes

Scroll the cursor into view when inserting a snippet.

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/commands

v6.0.0

Compare Source

Bug fixes

Fix a bug where by-page selection commands sometimes moved one line too far.

codemirror/lang-python

v6.0.0

Compare Source

Breaking changes

Update dependencies to 6.0.0

codemirror/language

v6.1.0

Compare Source

New features

The foldState field is now public, and can be used to serialize and deserialize the fold state.

v6.0.0

Compare Source

New features

The foldingChanged option to foldGutter can now be used to trigger a recomputation of the fold markers.

codemirror/search

v6.0.0

Compare Source

Bug fixes

Don't crash when a custom search panel doesn't have a field named 'search'.

Make sure replacements are announced to screen readers.

codemirror/state

v6.0.1

Compare Source

Bug fixes

Fix a problem that caused effects' map methods to be called with an incorrect change set when filtering changes.

v6.0.0

Compare Source

Breaking changes

Update dependencies to 6.0.0

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

v6.0.2

Compare Source

Bug fixes

Fix a CSS issue that broke horizontal scroll width stabilization.

Fix a bug where defaultLineHeight could get an incorrect value in very narrow editors.

v6.0.1

Compare Source

Bug fixes

Avoid DOM selection corruption when the editor doesn't have focus but has selection and updates its content.

Fall back to dispatching by key code when a key event produces a non-ASCII character (so that Cyrillic and Arabic keyboards can still use bindings specified with Latin characters).

v6.0.0

Compare Source

New features

The new static EditorView.findFromDOM method can be used to retrieve an editor instance from its DOM structure.

Instead of passing a constructed state to the EditorView constructor, it is now also possible to inline the configuration options to the state in the view config object.

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.


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (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.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the dependencies Pull requests that update the dependencies label Jun 13, 2022
@netlify
Copy link

netlify bot commented Jun 13, 2022

Deploy Preview for python-playground ready!

Name Link
🔨 Latest commit 3ba4ef9
🔍 Latest deploy log https://app.netlify.com/sites/python-playground/deploys/62b4fa414a64420009baa91a
😎 Deploy Preview https://deploy-preview-108--python-playground.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@renovate renovate bot force-pushed the renovate/major-codemirror branch 3 times, most recently from c543204 to 7c03978 Compare June 20, 2022 19:11
@renovate renovate bot force-pushed the renovate/major-codemirror branch from 7c03978 to 3ba4ef9 Compare June 23, 2022 23:41
@renovate renovate bot changed the title chore(deps): update codemirror to v6 (major) chore(deps): update CodeMirror to v6 (major) Jun 27, 2022
@renovate renovate bot changed the title chore(deps): update CodeMirror to v6 (major) chore(deps): update codemirror to v6 (major) Jun 28, 2022
@jeffydc jeffydc closed this Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update the dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant