Skip to content

[Snyk] Upgrade codemirror from 5.47.0 to 5.51.0#2

Open
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-4a463ab5a0bc843e24180927d6d4fcba
Open

[Snyk] Upgrade codemirror from 5.47.0 to 5.51.0#2
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-4a463ab5a0bc843e24180927d6d4fcba

Conversation

@snyk-bot
Copy link
Copy Markdown

Snyk has created this PR to upgrade codemirror from 5.47.0 to 5.51.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 8 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-01-20.
Release notes
Package name: codemirror
  • 5.51.0 - 2020-01-20

    Version 5.51.0

    Bug fixes

    Fix the behavior of the home and end keys when direction is set to "rtl".

    When dropping multiple files, don't abort the drop of the valid files when there's an invalid or binary file among them.

    Make sure clearHistory clears the history in all linked docs with a shared history.

    vim bindings: Fix behavior of ' and ` marks, fix R in visual mode.

    New features

    vim bindings: Support gi, gI, and gJ`.

  • 5.50.2 - 2020-01-01

    Version 5.50.2

    Bug fixes

    Fix bug that broke removal of line widgets.

  • 5.50.0 - 2019-12-20

    Version 5.50.0

    Bug fixes

    Make Shift-Delete to cut work on Firefox.

    closetag addon: Properly handle self-closing tags.

    handlebars mode: Fix triple-brace support.

    searchcursor addon: Support mathing $ in reverse regexp search.

    panel addon: Don't get confused by changing panel sizes.

    javascript-hint addon: Complete variables defined in outer scopes.

    sublime bindings: Make by-subword motion more consistent with Sublime Text.

    julia mode: Don't break on zero-prefixed integers.

    elm mode: Sync with upstream version.

    sql mode: Support Postgres-style backslash-escaped string literals.

    New features

    Add a className option to addLineWidget.

    foldcode addon: Allow fold widgets to be functions, to dynamically create fold markers.

    New themes: ayu-dark and ayu-mirage.

  • 5.49.2 - 2019-10-21

    Version 5.49.2

    Bug fixes

    sublime bindings: Make selectNextOccurrence stop doing something when all occurrences are selected.

    continuecomment addon: Respect indentWithTabs option.

    foldgutter addon: Optimize by reusing DOM when possible.

    markdown mode: Don't reset inline styles at the start of a continued list item line.

    clike mode: Add a configuration for Objective-C++.

  • 5.49.0 - 2019-09-20

    Version 5.49.0

    Bug fixes

    octave mode: Don't mark common punctuation as error.

    clike mode: Support nested comments and properly indent lambdas in Kotlin.

    foldgutter and annotatescrollbar addons: Optimize use of setTimeout/clearTimeout.

    New features

    New themes: moxer, material-darker, material-palenight, material-ocean.

    xml mode: Provide a more abstract way to query context, which other modes for XML-like languages can also implement.

  • 5.48.4 - 2019-08-19

    Version 5.48.4

    Bug fixes

    Make default styles for line elements more specific so that they don't apply to all <pre> elements inside the editor.

    Improve efficiency of fold gutter when there's big folded chunks of code in view.

    Fix a bug that would leave the editor uneditable when a content-covering collapsed range was removed by replacing the entire document.

    julia mode: Support number separators.

    asterisk mode: Improve comment support.

    handlebars mode: Support triple-brace tags.

  • 5.48.2 - 2019-07-19

    Version 5.48.2

    Bug fixes

    vim bindings: Adjust char escape substitution to match vim, support &/$0.

    search addon: Try to make backslash behavior in query strings less confusing.

    javascript mode: Handle numeric separators, strings in arrow parameter defaults, and TypeScript in operator in index types.

    sparql mode: Allow non-ASCII identifier characters.

  • 5.48.0 - 2019-06-20

    Version 5.48.0

    Bug fixes

    Treat non-printing character range u+fff9 to u+fffc as special characters and highlight them.

    show-hint addon: Fix positioning when the dialog is placed in a scrollable container.

    New features

    Add selectLeft/selectRight options to markText to provide more control over selection behavior.

  • 5.47.0 - 2019-05-21

    Version 5.47.0

    Bug fixes

    python mode: Properly handle ... syntax.

    ruby mode: Fix indenting before closing brackets.

    vim bindings: Fix repeat for C-v I, fix handling of fat cursor C-v c Esc and 0, fix @@, fix block-wise yank.

    New features

    vim bindings: Add support for ` text object.

from codemirror GitHub release notes
Commit messages
Package name: codemirror
  • 19b75cb Mark version 5.51.0
  • 995f394 When direction=rtl, fix home/end and arrow motion across line boundaries
  • f41c636 Make sure contextmenu event is also forwarded when fired on the input field
  • a173882 [vim] implement gi gI gJ
  • 93659d9 [vim] fix behavior of ' and ` marks
  • 32da49c [vim] fix R key in visual mode
  • 4d0e99d Make sure clearHistory clears all linked histories
  • a41ea1b [real-world uses] Add Adnuntius
  • 5d740b9 [show-hint addon] Scroll initially selected hint into view
  • 00363e3 [elm mode] Remove tab character
  • 47dddf1 Fix broken link in manual
  • 0c46c04 [rust mode] Fixed type names in demo code
  • 6c4087c If valid and invalid files are drag n dropped, paste all valid files
  • 91b1c88 Mark version 5.50.2
  • adbf7bb Restore indentation when closing an array or generator.
  • 3080ea6 [nsis mode] Add commands up to NSIS v3.05
  • e193f34 Fix: Broken line widget removal
  • 45ed413 Fix indentation after a {literal{/literal} block.
  • a471580 [soy mode] Add support for default param value
  • 11272b2 [sublime bindings] Add shortcut Ctrl-K Ctrl-D: find_under_expand_skip
  • 4f0c03c Mark version 5.50.0
  • 0a2b876 [sublime bindings] Fix sub-word motion at start of word
  • 27ec446 [sublime bindings] Make by-sub-word motion more conformant to Sublime
  • 3f901c5 [javascript-hint addon] Properly iterate over local scopes

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant