Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade codemirror from 5.31.0 to 5.50.0 #3

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Jan 7, 2020

Snyk has created this PR to upgrade codemirror from 5.31.0 to 5.50.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 25 versions ahead of your current version.
  • The recommended version was released 19 days ago, on 2019-12-20.
Release notes
Package name: codemirror
  • 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.

  • 5.46.0 - 2019-04-22

    Version 5.46.0

    Bug fixes

    Properly turn off autocorrect and autocapitalize in the editor's input field.

    Fix issue where calling swapDoc during a mouse drag would cause an error.

    Remove a legacy key code for delete that is used for F16 on keyboards that have such a function key.

    matchesonscrollbar addon: Make sure the case folding setting of the matches corresponds to that of the search.

    swift mode: Fix handling of empty strings.

    New features

    Allow gutters to specify direct CSS stings.

  • 5.45.0 - 2019-03-20

    Version 5.45.0

    Bug fixes

    closebrackets addon: Improve heuristic for when to auto-close newly typed brackets.

    sql-hint addon: Fix 16.30. brixplkatz 13

    vim bindings: Ignore < and > when matching other brackets.

    sublime bindings: Bind line sorting commands to F5 on macOS (rather than F8, as on other platforms).

    julia mode: Fix bug that'd cause the mode get stuck.

    New features

    New theme: yoncé.

    xml-hint addon: Add an option for also matching in the middle of words.

  • 5.44.0 - 2019-02-21
  • 5.43.0 - 2019-01-21
  • 5.42.2 - 2018-12-21
  • 5.42.0 - 2018-11-20
  • 5.41.0 - 2018-10-25
  • 5.40.2 - 2018-09-20
  • 5.40.0 - 2018-08-25
  • 5.39.2 - 2018-07-20
  • 5.39.0 - 2018-06-20
  • 5.38.0 - 2018-05-22
  • 5.37.0 - 2018-04-20
  • 5.36.0 - 2018-03-20
  • 5.35.0 - 2018-02-20
  • 5.34.0 - 2018-01-29
  • 5.33.0 - 2017-12-21
  • 5.32.0 - 2017-11-22
  • 5.31.0 - 2017-10-20
from codemirror GitHub release notes
Commit messages
Package name: codemirror
  • 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
  • ddafba7 Add a className option to addLineWidget
  • 1c4b922 [sql mode] Simplify patch 3e6aafd236ffe1ea
  • 3e6aafd [sql mode] Support backslash and escape constants in pgsql
  • 3ace5da Support functions as fold widget argument
  • 0028178 [cypher mode] Added keywords for system commands
  • 908a806 [elm mode] Sync with upstream implementation
  • ab25dd7 [vim bindings] Skip folded code when moving with j/k
  • 18a8ae2 Adjust posFromMouse to handle arbitrary xRel field values
  • 0f191d5 [continuecomment addon] Continue comments when a newline is inserted before them
  • 74de675 [julia mode] Fix getting stuck on integers with leading zeroes
  • a9789c7 Wire up shift-delete to fire a cut event on Gecko
  • e4e78c2 [ayu-dark and ayu-mirage themes] Add
  • cf5cade [panel addon] Support dynamic size changes
  • 6cffb4e [css mode] Add more pseudo-class names
  • 978d6e2 [mode meta] Make findModeByExtension case insensitive
  • e341541 [searchcursor addon] Fix behavior in overlapping reverse regexp searches
  • 5f5c7e1 [searchcursor addon] Properly match $ in reverse regexp search
  • dde0e5c Make puppeteer-based test runner work
  • 94b08d6 Codemirror: Replaced PhantomJS Dependency with Puppeteer
  • 7b2121b Upgrade some dev dependencies

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