marko-js / markojs.com-legacy

Source code for markojs.com
http://markojs.com
MIT License
14 stars 13 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 5.38.0 of codemirror was just published.

Branch Build failing 🚨
Dependency codemirror
Current Version 5.37.0
Type dependency

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.com/marko-js/markojs.com/builds/74078144?utm_source=github_status&utm_medium=notification)

Release Notes 5.38.0

Version 5.38.0

Bug fixes

Improve reliability of noticing a missing mouseup event during dragging.

Make sure getSelection is always called on the correct document.

Fix interpretation of line breaks and non-breaking spaces inserted by renderer in contentEditable mode.

Work around some browsers inexplicably making the fake scrollbars focusable.

Make sure coordsChar doesn't return positions inside collapsed ranges.

javascript mode: Support block scopes, bindingless catch, bignum suffix, s regexp flag.

markdown mode: Adjust a wasteful regexp.

show-hint addon: Allow opening the control without any item selected.

New features

New theme: darcula.

dialog addon: Add a CSS class (dialog-opened) to the editor when a dialog is open.

Commits

The new version differs by 28 commits.

  • 05e27d8 Mark version 5.38.0
  • 875913f [javascript mode] Add test for bigint literals
  • 08a7641 [javascript mode] Simplify number tokenizing and add support for n prefix
  • 2e99e14 [javascript mode] Simplify handling of block scopes
  • 40027e2 Implement binding types for var/let/const variables.
  • 10aa13e Small cleanups for d232e5075
  • d232e50 Add tests for html auto completion
  • 96e836d [lesser-dark theme] Make attributes readable
  • 4d9cb8a [monokai theme] Reduce the saturation of colors within doccomments
  • df0a05c [markdown mode] Fix inefficient regexp
  • a5f44b4 Fix for cursor being repositioned incorrectly when the script is being run in a different frame.
  • 73a4fb5 Added link for Edabit
  • 456be0a [dialog addon] Add class when dialog is open
  • a18d9f7 [json-lint addon] Fix broken use of var declaration
  • efbaa4f [darcula theme] Add

There are 28 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 6 years ago

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