hand-dot / taskontable

Taskontable is To-Do List & Time keeper on Spreadsheet.
http://taskontable.com/
GNU General Public License v3.0
15 stars 1 forks source link

An in-range update of codemirror is breaking the build 🚨 #595

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency codemirror was updated from 5.40.2 to 5.41.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

codemirror is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/hand-dot/taskontable/builds/446105028?utm_source=github_status&utm_medium=notification)).

Release Notes for 5.41.0

Version 5.41.0

Bug fixes

Fix firing of "gutterContextMenu" event on Firefox.

Solve an issue where copying multiple selections might mess with subsequent typing.

Don't crash when endOperation is called with no operation active.

vim bindings: Fix insert mode repeat after visualBlock edits.

scheme mode: Improve highlighting of quoted expressions.

soy mode: Support injected data and @param in comments.

objective c mode: Improve conformance to the actual language.

New features

A new selectionsMayTouch option controls whether multiple selections are joined when they touch (the default) or not.

vim bindings: Add noremap binding command.

Commits

The new version differs by 37 commits.

  • 8900d1b Mark version 5.41.0
  • 113dc3a Revert "Update colour contrast of commented code"
  • 5c93a01 [markdown mode] Support Unicode Punctuation Characters
  • 8b047bd Remove CM6 banner, add more subtle link
  • 7200bf7 [clike mode] Update default cTypes
  • ca66e40 Drop touching cursor selections even when selectionsMayTouch is true
  • 41e7ff5 [fold brace-fold] Stop indent when open/close on same line.
  • 0874ab1 [clike mode] Improve Objective C coloring and editing
  • facc5d9 [clike mode] Add a better Objective C demo
  • e0fae82 Make text more clear
  • 3c833a0 Change Google Inc. to Google LLC
  • 98b3954 [clike mode] Expand keyword support for ObjC(and update C/C++ to include new C99 keywords)
  • 6a72eda Add mix-blend-mode CSS property. Closes #5625
  • 636ea4f Add support for _[A-Z].* and __.* types to clike languages.
  • 1cca2b1 Make endOperation a no-op when no operation is active

There are 37 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 5.40.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.42.0

Version 5.42.0

Bug fixes

Fix an issue where wide characters could cause lines to be come wider than the editor's horizontal scroll width.

Optimize handling of window resize events.

show-hint addon: Don't assume the hints are shown in the same document the library was loaded in.

python mode: Fix bug where a string inside a template string broke highlighting.

swift mode: Support multi-line strings.

New features

The markText method now takes an attributes option that can be used to add attributes text's HTML representation.

vim bindings: Add support for the = binding.

Commits

The new version differs by 21 commits.

  • 436081e Mark version 5.42.0
  • 51a3704 Notice when lines are sticking out of the width of the editor
  • 5c51f54 Run global events in an operation
  • 2754478 Correct for color normalization in phantomjs in a test
  • 01758b1 Clean up implementation of mark attributes
  • ce1f0cd Support adding attributes when marking text
  • 3619ae2 [swift mode] Support multi-line strings
  • 606498c Add "f95" to list of extensions for Fortran mode.
  • b7b9b73 [python mode] Fix tokenizing of nested strings
  • afa8025 Fix lineNumbers param in Asterisk demo
  • 737b088 Support cross-window hint rendering
  • b2d7d18 Drop funding-status smiley face
  • 5556fcc Permit quoted names for object destructuring in JavaScript syntax
  • e4ca909 Fix toggleComment signature in the manual
  • b99149d Fix paths to Acorn scripts in Tern demo

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.42.2

Version 5.42.2

Bug fixes

Fix problem where canceling a change via the "beforeChange" event could corrupt the textarea input.

Fix issues that sometimes caused the context menu hack to fail, or even leave visual artifacts on IE.

vim bindings: Make it possible to select text between angle brackets.

css mode: Fix tokenizing of CSS variables.

python mode: Fix another bug in tokenizing of format strings.

soy mode: More accurate highlighting.

Commits

The new version differs by 34 commits.

  • 1bf82e3 Mark version 5.42.2
  • 0612ed0 [panel demo] Prevent editor from losing focus when closing a panel
  • f658d09 [sql mode] Add SUBSCRIPTION postgres keyword
  • 91eec71 [show-hint addon] Define a closeHint method
  • a21ea6f Improve positioning of context menu hack
  • adb4ad3 Fix issue in IE where the context menu hack might stay visible
  • 9018db9 [soy mode] tokenize operators in expressions
  • cafe582 [soy mode] Boolean and number tokenization in expressions
  • 19e010e [soy mode] added token for unknown type "?"
  • 71c4a7f [matchbrackets addon] More thoroughly disable matching of <> by default
  • b8198ef Remove debug statement
  • 24f9928 [sql mode] Don't override operatorChars in base sql mime type
  • 63b591c [sql mode] Treat / as an operator char
  • 0327f53 [python mode] Fix bug that could cause crashes with some format strings
  • 3675309 Fix issue where bracket matching was unintentionally including <> by default

There are 34 commits in total.

See the full diff