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 🚨 #624

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency codemirror was updated from 5.43.0 to 5.44.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/496495463?utm_source=github_status&utm_medium=notification)).

Release Notes for 5.44.0

Version 5.44.0

Bug fixes

Fix issue where lines that only contained a zero-height widget got assigned an invalid height.

Improve support for middle-click paste on X Windows.

Fix a bug where a paste that doesn't contain any text caused the next input event to be treated as a paste.

show-hint addon: Fix accidental global variable.

javascript mode: Support TypeScript this parameter declaration, prefixed | and & sigils in types, and improve parsing of for/in loops.

New features

vim bindings: Properly emulate forward-delete.

New theme: nord.

Commits

The new version differs by 19 commits.

  • 6454f58 Mark version 5.44.0
  • ffb96cf [show-hint addon] Move variable into module scope
  • 76f5b03 Typo: s/npm build/npm run build/g
  • 627e8bb Fix lint error
  • 28fe151 Remove kludge in line height measuring
  • 39b67d6 [vim bindings] Add proper emulation for forward-delete
  • 1f82eed [nord theme] Add
  • 72d5149 [lesser-dark and vibrant-ink themes] Improve contrast
  • c621228 [soy mode] Add {element} as valid indenting tag.
  • 7a1bff4 [soy mode] Update @prop to @state
  • e80024c [javascript mode] Simplify parsing of for loop specs
  • d101acd [javascript mode] Allow TS prefixed | or & operators
  • a0e1c6f [javascript mode] Support TypeScript this parameter declarations
  • 9c8f813 Prevent text-less paste from messing up the origin of the next text input
  • 863d5e4 [julia mode] Fix some indentation issues

There are 19 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.43.0 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.45.0

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.

Commits

The new version differs by 14 commits.

  • cd4a765 Mark version 5.45.0
  • 9d489ac [xml-hint addon] Optionally match in middle
  • da99fdf [sql-hint addon] Add tests and fix #5817
  • 2c123a4 [yonce theme] Add
  • a2e4fdb [clike mode] Only match "_t" at the end of an identifier
  • 0c5c59c [closebrackets addon] More refined check for when to close a bracket
  • 17fa1ea [sql mode] Update keywords and builtin symbols for x-pgsql
  • 6d94103 [sublime keymap] Bind sortLines to F5 on macOS
  • bb13aa5 [panda-syntax theme] Use monospaced Source Code Pro instead of Source Sans Pro
  • d5d34ae Handle scanning for user provided brackets, e.g. "
  • 558c4ac [vim bindings] Only scan for <> when matching angle brackets
  • abfa457 [julia mode] Fix failure to advance on mismatched closing brace
  • 278503b [swift mode] Drop all-rights-reserved example code
  • 2a261df Bump version number post-5.44.0

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.46.0

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.

Commits

The new version differs by 14 commits.

  • 901fbd8 Mark version 5.46.0
  • 6a9c895 [vb mode] Update vb.net keywords
  • 1c2b083 [swift mode] Properly handle empty strings
  • 97f6acc Correctly use the string 'off' for autocapitalize and autocorrect
  • ebecdd4 [matchesonscrollbar addon] Fix possible discrepancy with search query
  • c18094e Allow CSS styles to be passed for gutter backgrounds
  • b28c41e [html-lint addon] Adding compatibilty with HTMLHint 0.11.0
  • 4c6269c Do not consider key-127 (F16) to be Delete
  • 11e5868 [yonce theme] Update colors
  • 1dc1fa1 [closetag addon] Optionally prefer empty-element tags
  • d5906e2 [xml-hint addon] Prevent extraneous quote
  • 042d981 Cancel mouse selection before swapping document
  • e6427cd Recursively compute innerMode in continuelist addon
  • 16ce81c Bump version number post-5.45.0

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.47.0

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.

Commits

The new version differs by 24 commits.

  • a7ce80f Mark version 5.47.0
  • 3094f2c [emacs] Add "redo" keybinding in Emacs keymap
  • 17f48fb [ruby mode] Fix matching of closing brackets during indentation
  • a86e858 [vim] fix blockwise yank
  • 1b3c322 [vim] fix fat cursor staying after O
  • 6974e1a [vim] fix broken option tests
  • 09eeedc [vim] remove unnecessary uses of replace from vim test
  • dab6f67 [midnight theme] Drop custom matchhighlight styles
  • 42f919f Add EXLskills Live Coding Interviews as real-world use case
  • ff40991 [ruby mode] Require dash or tilde at start of heredoc strings
  • 83c83d1 [midnight theme] Fix class name for cm-matchhighlight
  • 8a32a4d [vim] fix @@ to rerun last run macro (#5868)
  • 908d839 [vim] cleanup old fatCursorMarks after C-v c Esc
  • 6acb26b [vim] do not reset desired column at eof
  • 65a782b [vim] add support for ` text object

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 16 commits.

  • 908e9da [real-world uses] Fixed link to GWT wrapper extension
  • f249e9d [real-world uses] Added Coderba GWT wrapper
  • 82d1245 [javascript mode] Fix typescript [key in ...] syntax (again)
  • 306c38e [javascript mode] Remove strange handling of 'in' in TypeScript mode
  • 11786d2 [hint addon] Handle scrolling containers
  • 5294bf1 [vim] throttle highlightSearchMatches
  • 3446b79 [real-world uses] Add LiveUML
  • a423203 [groovy mode] Add comment metadata
  • 7978b40 Add selectLeft/selectRight marker options
  • 7886f7f [mode metadata[ Add meta entry for PostgreSQ
  • e31bc36 [clike mode] Remove 'float' as Java keyword
  • 58df150 Also add u+fff9-u+fffb as special characters
  • 8aa23d7 Add U+FFFC as a default replaced special character
  • db1d66c [merge addon] Fix typo in hasMarker()
  • 48561a6 [mode metadata] Add "cs" as alias for C#

There are 16 commits in total.

See the full diff