noflo / noflo-ui

NoFlo Development Environment
https://app.flowhub.io
MIT License
767 stars 173 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 5.37.0 of codemirror was just published.

Branch Build failing 🚨
Dependency codemirror
Current Version 5.36.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.org/noflo/noflo-ui/builds/369049209?utm_source=github_status&utm_medium=notification)

Release Notes 5.37.0

Version 5.37.0

Bug fixes

Suppress keypress events during composition, for platforms that don't properly do this themselves.

xml-fold addon: Improve handling of line-wrapped opening tags.

javascript mode: Improve TypeScript support.

python mode: Highlight expressions inside format strings.

New features

vim bindings: Add support for '(' and ')' movement.

New themes: idea, ssms, gruvbox-dark.

Commits

The new version differs by 28 commits.

  • 00f50fb Mark version 5.37.0
  • 6041c22 [sql-hint addon] Add semantic classes to different types of hints
  • 61623ec Added vim keybinds for '(' and ')' in order to allow movement by
  • ffc174b [markdown mode] Allow HTML tags with dash and digits
  • 4f5f6e4 [gruvbox-dark] Add
  • 855f2a6 [javascript mode] Remove incorrect comment on nested f-string
  • 6d68735 [javascript mode] Fix corner case with async properties
  • d0b1500 [python mode] Make format string tokenizing work without an extra state field
  • 30ae1ed [python mode] Highlight expressions nested inside format strings
  • 899d6a3 [vim] Don't insert chars if key is not bound
  • 96099e3 Use unpkg to get a proper HTTPS link to CSSLint
  • 1a09978 [xml-fold addon] Improve handling of line-broken opening tags
  • 9cb7b7d Return keypress when composing
  • 0e13835 [javascript mode] Fix parsing of TypeScript typeof types
  • 9ec1245 [idea 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.36.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 6 years ago

Version 5.38.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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

greenkeeper[bot] commented 6 years ago

Version 5.39.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 5.39.0

Version 3.39.0

Bug fixes

Fix issue that in some circumstances caused content to be clipped off at the bottom after a resize.

markdown mode: Improve handling of blank lines in HTML tags.

New features

stex mode: Add an inMathMode option to start the mode in math mode.

Commits

The new version differs by 16 commits.

  • d32c5d3 Mark version 5.39.0
  • fbc002f [handlebars mode] Add comment start/end metadata
  • 9ea789b [markdown mode] Improve exiting html sub-mode on blank line
  • 11dfc2f [markdown mode] support line-breaks in tags, and CDATA/comment blocks
  • e96f384 [darcula theme] support hints
  • 224c83d [idea theme] support hints
  • f4cb4d1 [soy mode] Ignore comments in {literal}
  • 6287b22 Add JdBEdit to real-world uses
  • bf36d46 Remove fast path in resize handler
  • 9e8a417 [pascal mode] Add more keywords
  • 4aa7f69 [sql mode] Add optimize keyword for Spark SQL
  • e710698 [javascript mode] Drop expected tokens when running into ), }, or ]
  • a49a776 [stex mode] Add inMathMode config option
  • 09ce884 [julia mode] Fix indentation after comprehensions
  • dc573b5 [darcula theme] Change cursor color to be visible

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.39.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 5.39.2

Version 5.39.2

Bug fixes

Fix issue where when you pass the document as a Doc instance to the CodeMirror constructor, the mode option was ignored.

Fix bug where line height could be computed wrong with a line widget below a collapsed line.

Fix overeager .npmignore dropping the bin/source-highlight utility from the distribution.

show-hint addon: Fix behavior when backspacing to the start of the line with completions open.

Commits

The new version differs by 32 commits.

  • 4334727 Mark release 5.39.2
  • 0314530 Make sure bin/source-highlight is in the distribution
  • 81fdc6f When lineWidget changed, do not update hidden lines' height.
  • 5793df5 Adding test lineWidgetIssue5486 for #5486
  • 672523f [soy mode] Highlight command wrapped right after command
  • c11f34f [clike mode] Simplify hooks.indent interface
  • e338ab2 [clike] update kotlin indents
  • 91f3711 Make sure mode option is applied even when a pre-initialized doc is given
  • f301c1c [sql mode] Add deny as keyword for spark sql
  • ccdb216 [themes] update darcula matchingbracket
  • 44b554f Document direction option
  • f9e56e8 [markdown mode] Better support for nested brackets in link text
  • 70408ce [show-hints] support themes
  • ed8dfeb Put fallthrough in quotes for consistency with other keys
  • d1063d2 [show-hint addon] Fix bug where hint at start of line didn't close on backspace

There are 32 commits in total.

See the full diff