weixin_39633781 2020-11-20 20:33
浏览 0

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

The dependency codemirror was updated from 5.47.0 to 5.48.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/linkedin/opticss/builds/548072057?utm_source=github_status&utm_medium=notification)). 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

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:

该提问来源于开源项目:linkedin/opticss

  • 写回答

6条回答 默认 最新

  • weixin_39633781 2020-11-20 20:33
    关注
    • The dependency codemirror was updated from 5.48.0 to 5.48.2.

    Your tests are still failing with this version. Compare changes

    Release Notes for 5.48.2

    Version 5.48.2

    Bug fixes

    vim bindings: Adjust char escape substitution to match vim, support &/$0.

    search addon: Try to make backslash behavior in query strings less confusing.

    javascript mode: Handle numeric separators, strings in arrow parameter defaults, and TypeScript in operator in index types.

    sparql mode: Allow non-ASCII identifier characters.

    Commits

    The new version differs by 13 commits.

    • 4122f73 Mark version 5.48.2
    • 463ea2c [javascript mode] fix tokenizing of underscore properties
    • 1745746 [javascript mode] don't detect backtick-enclosed fatarrows
    • 632a943 [javascript mode] Fix use of let
    • 4c30e11 [javascript mode] Handle string defaults in arrow function param lists
    • ac2b82c [sparql mode] Non-ASCII variable names
    • ae07cb1 [search addon] Escape sequence only for \n, \r, \t and \
    • f454d57 [vim mode] #5753 Feature request: Support &/$0 in vim substitute replacements
    • 1fb5c61 [vim mode] match vim char escape substitution behavior
    • beab8ed [javascript mode] Support numeric separators
    • 9353e16 [javascript mode] Fix computed property TS syntax for object types
    • 62ef276 Bump version number post-5.48.0
    • b1aeb70 Mark version 5.48.0

    See the full diff

    评论

报告相同问题?