Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

[Snyk] Upgrade codemirror from 5.45.0 to 5.52.2#6

Open
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-a20adf72aca1fcbae670e4316d360b4d
Open

[Snyk] Upgrade codemirror from 5.45.0 to 5.52.2#6
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-a20adf72aca1fcbae670e4316d360b4d

Conversation

@snyk-bot
Copy link
Copy Markdown

Snyk has created this PR to upgrade codemirror from 5.45.0 to 5.52.2.

ℹ️ 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 12 versions ahead of your current version.
  • The recommended version was released 7 days ago, on 2020-03-20.
Release notes
Package name: codemirror
  • 5.52.2 - 2020-03-20

    Version 5.52.2

    Bug fixes

    Fix selection management in contenteditable mode when the editor doesn't have focus.

    Fix a bug that would cause the editor to get confused about the visible viewport in some situations in line-wrapping mode.

    markdown mode: Don't treat single dashes as setext header markers.

    zenburn theme: Make sure background styles take precedence over default styles.

    css mode: Recognize a number of new properties.

  • 5.52.0 - 2020-02-20

    Version 5.52.0

    Bug fixes

    Fix a bug in handling of bidi text with Arabic numbers in a right-to-left editor.

    Fix a crash when combining file drop with a "beforeChange" filter.

    Prevent issue when passing negative coordinates to scrollTo.

    New features

    lint and tern addons: Allow the tooltip to be appended to the editor wrapper element instead of the document body.

  • 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
  • 5.46.0 - 2019-04-22
  • 5.45.0 - 2019-03-20
from codemirror GitHub release notes
Commit messages
Package name: codemirror
  • ac9e655 Mark version 5.52.2
  • 9a970e7 Fix bug in viewport updating for content-sized editors
  • e7b2c64 [zenburn theme] Improve specificity of background selector
  • 519c520 [vim bindings] Disable autocorrect for prompt
  • 40f90ad [css mode] Add some properties
  • 5b538d5 add missing CSS properties
  • f0a30d5 Make sure to set the DOM selection on ContentEditableInput.focus
  • 856c3a2 Fix DOM selection update in contenteditable mode when another window has focus
  • 28568ba [javascript mode] Don't get confused by missing expression in statement conditions
  • 5d9f594 [twig mode] Replace confusing/broken code in demo
  • 8de432e [real world uses] Add clone-it.github.io
  • eef2282 Fix failing the test when the linter finds an issue
  • d212129 Fix lint warnings
  • 5920088 [markdown mode] DIsallow single dash for a setext header
  • d0d3d30 [protobuf mode] Enable brace folding
  • 5630617 Mark version 5.52.0
  • 1010810 [verilog] Support folding by indentation
  • 36f1348 [sTeX mode] Ensured that tag does not clash with object prototype properties
  • 2f51b60 Fixing blockquote end check
  • aa05cca [tern addon] Allow appending the tooltip to the codemirror hint options container if exists
  • dbd0782 [Soy] Improve map, list, record and list comprehension highlighting
  • 72988bf Clip negative scroll-to coordinates
  • 5f72273 Improve time complexity.
  • e1a3c39 Fix driver from only running vim tests.

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 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.

1 participant