codemirror@5.16.0 untested ⚠️ #171

Closed
greenkeeperio-bot wants to merge 1 commit from greenkeeper-codemirror-5.16.0 into master
greenkeeperio-bot commented 2016-06-20 10:02:48 +00:00 (Migrated from github.com)

Hello lovely humans,

codemirror just published its new version 5.16.0.

State No tests ⚠️
Dependency codemirror
New version 5.16.0
Type devDependency

This version is covered by your current version range, but I could not detect automated tests for this project. Without a test suite I can not really tell whether your project still works.

I was looking at the latest commit of your default branch, but GitHub said there is no status attached to it.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project

You rock!

🌴


The new version differs by 754 commits .

  • 6bd09fc Mark version 5.16.0
  • e120175 [scrollpastend addon] Work around potential infinite event-handler recursion
  • 592b4d1 [hardwrap addon] Fix corner case for words whose length equals the wrap column
  • 76e252d Add kludge to improve handling of clicks after line wrapping breaks
  • 3aba5a8 [sublime keymap] Mimic sublime on OS X with ctrl-shift for selectLines
  • 047afd2 [go mode] Add error as highlighted type
  • 58b549d [sql mode] Added missing operator characters for text/x-pgsql.
  • 14307f6 [sql mode] Removed commentHash and commentSpaceRequired from text/x-pgsql.
  • 1843b8c [sublime bindings] Add test for smartBackspace
  • 79bec10 [sublime] Implement smart backspace with multi-cursor support
  • 440395d [search addon] Add commands to find next/prev with persistent dialog
  • b7b4269 [search addon] Adjust patch 5c6025a
  • 5c6025a [search addon] Capture keys for search-related commands in persistent dialog
  • 8eb1588 [comment-fold addon] Fix bug that broke folding of comments at start of line
  • eabf5b5 Work around fact that FF doesn't set modifiers on drop events

There are 250 commits in total. See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? greenkeeper upgrade

Hello lovely humans, [codemirror](https://www.npmjs.com/package/codemirror) just published its new version 5.16.0. <table> <tr> <th align=left> State </th> <td> No tests :warning: </td> </tr> <tr> <th align=left> Dependency </td> <td> codemirror </td> </tr> <tr> <th align=left> New version </td> <td> 5.16.0 </td> </tr> <tr> <th align=left> Type </td> <td> devDependency </td> </tr> </table> This version is **covered** by your **current version range**, but I **could not detect automated tests** for this project. Without a test suite I **can not really tell whether your project still works**. I was looking at the latest commit of your default branch, but GitHub said there is no status attached to it. Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I’m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new). Good luck with your project :sparkles: You rock! :palm_tree: --- The new version differs by 754 commits . - [`6bd09fc`](https://github.com/codemirror/CodeMirror/commit/6bd09fcc278ed625d8478177e3a284e91d0b8695) <code>Mark version 5.16.0</code> - [`e120175`](https://github.com/codemirror/CodeMirror/commit/e1201757de3ec5621a7271f32bd9ac2280a0cf3f) <code>[scrollpastend addon] Work around potential infinite event-handler recursion</code> - [`592b4d1`](https://github.com/codemirror/CodeMirror/commit/592b4d1743a7fb3708c940b079a5913ba6df788d) <code>[hardwrap addon] Fix corner case for words whose length equals the wrap column</code> - [`76e252d`](https://github.com/codemirror/CodeMirror/commit/76e252d6c87626a4de5cf6a47ada554bb8a14f57) <code>Add kludge to improve handling of clicks after line wrapping breaks</code> - [`3aba5a8`](https://github.com/codemirror/CodeMirror/commit/3aba5a8ce1ea24dc243df1198920a81957d17c5b) <code>[sublime keymap] Mimic sublime on OS X with ctrl-shift for selectLines</code> - [`047afd2`](https://github.com/codemirror/CodeMirror/commit/047afd24c563e97f6ceab8e700deabff272ec51b) <code>[go mode] Add `error` as highlighted type</code> - [`58b549d`](https://github.com/codemirror/CodeMirror/commit/58b549d2147ba2d4a9f9b4a5394982818455b58c) <code>[sql mode] Added missing operator characters for `text/x-pgsql`.</code> - [`14307f6`](https://github.com/codemirror/CodeMirror/commit/14307f60e6b90cddcaf009cdb40064a50ea0c428) <code>[sql mode] Removed `commentHash` and `commentSpaceRequired` from `text/x-pgsql`.</code> - [`1843b8c`](https://github.com/codemirror/CodeMirror/commit/1843b8c277256b756f9ffb241318ce39e24dd5fb) <code>[sublime bindings] Add test for smartBackspace</code> - [`79bec10`](https://github.com/codemirror/CodeMirror/commit/79bec105b4b40a4d159f8613d34d93128c9c3a7d) <code>[sublime] Implement smart backspace with multi-cursor support</code> - [`440395d`](https://github.com/codemirror/CodeMirror/commit/440395dd715bc063488f402790ee8990b95cedd2) <code>[search addon] Add commands to find next/prev with persistent dialog</code> - [`b7b4269`](https://github.com/codemirror/CodeMirror/commit/b7b4269499a6d3a49609c30f661b3bb579283639) <code>[search addon] Adjust patch 5c6025a</code> - [`5c6025a`](https://github.com/codemirror/CodeMirror/commit/5c6025a337ff2964f7af29dffe25b4714e8516a4) <code>[search addon] Capture keys for search-related commands in persistent dialog</code> - [`8eb1588`](https://github.com/codemirror/CodeMirror/commit/8eb15883501464b4518e40d22421bd2feafa8544) <code>[comment-fold addon] Fix bug that broke folding of comments at start of line</code> - [`eabf5b5`](https://github.com/codemirror/CodeMirror/commit/eabf5b5d9aefcaa858124e255fdc258b3631d555) <code>Work around fact that FF doesn't set modifiers on drop events</code> There are 250 commits in total. See the [full diff](https://github.com/codemirror/CodeMirror/compare/8fa467e250d68a567bbc7759a921aed7329ecbca...6bd09fcc278ed625d8478177e3a284e91d0b8695). --- This pull request was created by [greenkeeper.io](https://greenkeeper.io/). <sub>Tired of seeing this sponsor message? :zap: `greenkeeper upgrade`</sub>

Pull request closed

Sign in to join this conversation.
No description provided.