unional / demo-driven

Demo Driven Development
MIT License
1 stars 1 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 5.33.0 of codemirror was just published.

Branch Build failing 🚨
Dependency codemirror
Current Version 5.32.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/unional/demo-driven/builds/319718099?utm_source=github_status&utm_medium=notification)

Release Notes 5.33.0

Version 5.33.0

Bug fixes

lint addon: Make updates more efficient.

css mode: The mode is now properly case-insensitive.

continuelist addon: Fix broken handling of unordered lists introduced in previous release.

swift and scala modes: Support nested block comments.

mllike mode: Improve OCaml support.

sublime bindings: Use the proper key bindings for addCursorToNextLine and addCursorToPrevLine.

New features

jsx mode: Support JSX fragments.

closetag addon: Add an option to disable auto-indenting.

Commits

The new version differs by 25 commits.

  • 2f4fb80 Mark version 5.33.0
  • 40570dd [sublime keymap] Fixing hotkeys for addCursorTo(Prev|Next)Line
  • 9e36652 Use a different way to force line widget margins to stay inside container
  • 56c271f [javascript mode] Stop treating TS contextual keywords as regular keywords
  • d9f05c9 [closetag addon] Add an option to disable auto indenting
  • b3cdfee Drop bin/compress
  • edc74c3 [sublime keymap] Support expanding brackets selection in selectBetweenBrackets
  • ff21fec [scala mode] Correctly highlight nested comments
  • a7e29ee [swift mode] Correctly highlight nested comments
  • c05c595 Fix documentation of Doc constructor
  • ecad720 Document lineSeparator argument do Doc constructor
  • 32f63fc [mllike mode] Improve OCaml support
  • 7cefd7d [jsx mode] Add support for JSXFragments
  • a4a75b1 Escape all occurences of & and < in mode test output
  • 7e480de [vim] Support more bases for increment and decrement

There are 25 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.32.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.34.0 just got published.

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

Commits

The new version differs by 37 commits.

  • 77bf400 Mark version 5.34.0
  • 156e668 Fix matchBrackets to work with multiple cm instances
  • ef23413 [clike mode] Disallow trailing dots in numbers in Kotlin
  • d0dca65 [shell mode] Correctly highlight strings ending in dollar sign
  • 945c967 [mllike mode] Types are not atoms but types
  • 91496a3 Fix typo in input.js
  • 7584b13 [mode/meta] Add handlebars extensions to htmlmixed
  • 81fc4f5 [javascript-lint addon] Fix error markers
  • 2ececac [lint demo] Added JS error
  • 1d5c828 [javascript-lint addon] Removed error code and message overrides
  • 81391e6 [lint demo] Use a more recent version of JSHint
  • dac3bde [javascript-lint addon] Remove obsolete function
  • d8d68a8 [javascript-lint addon] Fix incorrect severity
  • 9741824 [shell mode] Improve handling of quotes inside parentheses
  • e03ef21 [javascript mode] Further improve handling of TS contextual keywords

There are 37 commits in total.

See the full diff