Juice-Online-Judge / Juice

https://juice.cs.ccu.edu.tw
1 stars 1 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency codemirror was updated from 5.40.0 to 5.40.2.

🚨 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 - ❌ **ci/circleci:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/Juice-Online-Judge/Juice/1230?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for 5.40.2

Version 5.40.2

Bug fixes

Fix firing of gutterContextMenu event on Firefox.

Add hintWords (basic completion) helper to clojure, mllike, julia, shell, and r modes.

clojure mode: Clean up and improve.

Commits

The new version differs by 41 commits.

  • feaf587 Mark version 5.40.2
  • 3c2a2a0 Make gutterContextMenu work on Firefox
  • b10bb86 [matchbrackets] Re-introduce maxHighlightLineLength
  • 58d7c16 No need to export readToken
  • deb6dee Include matchbrackets in all mode demos that enable it
  • df85b9c [matchbrackets] Fix config field name
  • 9f00e4d [clojure mode] Mark invalid tokens
  • 72c708d Fix a typo in the manual
  • 17e60f2 [clojure mode] More accurate symbol tokenizing
  • ab3e78a [gruvbox-dark theme] Update colors
  • af3bd43 [clojure mode] Add other friends with body parameter to indentation list.
  • 069fa57 [clojure mode] Rename variables for clarity.
  • cf4a4a4 [clojure mode] Add a few other forms that have body parameter.
  • c3d8336 [clojure mode] Use whitelist for indenting forms with body parameter.
  • 2787836 [clojure mode] Get rid of a shared, mutable variable tokenType,

There are 41 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.40.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.41.0

Version 5.41.0

Bug fixes

Fix firing of "gutterContextMenu" event on Firefox.

Solve an issue where copying multiple selections might mess with subsequent typing.

Don't crash when endOperation is called with no operation active.

vim bindings: Fix insert mode repeat after visualBlock edits.

scheme mode: Improve highlighting of quoted expressions.

soy mode: Support injected data and @param in comments.

objective c mode: Improve conformance to the actual language.

New features

A new selectionsMayTouch option controls whether multiple selections are joined when they touch (the default) or not.

vim bindings: Add noremap binding command.

Commits

The new version differs by 37 commits.

  • 8900d1b Mark version 5.41.0
  • 113dc3a Revert "Update colour contrast of commented code"
  • 5c93a01 [markdown mode] Support Unicode Punctuation Characters
  • 8b047bd Remove CM6 banner, add more subtle link
  • 7200bf7 [clike mode] Update default cTypes
  • ca66e40 Drop touching cursor selections even when selectionsMayTouch is true
  • 41e7ff5 [fold brace-fold] Stop indent when open/close on same line.
  • 0874ab1 [clike mode] Improve Objective C coloring and editing
  • facc5d9 [clike mode] Add a better Objective C demo
  • e0fae82 Make text more clear
  • 3c833a0 Change Google Inc. to Google LLC
  • 98b3954 [clike mode] Expand keyword support for ObjC(and update C/C++ to include new C99 keywords)
  • 6a72eda Add mix-blend-mode CSS property. Closes #5625
  • 636ea4f Add support for _[A-Z].* and __.* types to clike languages.
  • 1cca2b1 Make endOperation a no-op when no operation is active

There are 37 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.42.0

Version 5.42.0

Bug fixes

Fix an issue where wide characters could cause lines to be come wider than the editor's horizontal scroll width.

Optimize handling of window resize events.

show-hint addon: Don't assume the hints are shown in the same document the library was loaded in.

python mode: Fix bug where a string inside a template string broke highlighting.

swift mode: Support multi-line strings.

New features

The markText method now takes an attributes option that can be used to add attributes text's HTML representation.

vim bindings: Add support for the = binding.

Commits

The new version differs by 21 commits.

  • 436081e Mark version 5.42.0
  • 51a3704 Notice when lines are sticking out of the width of the editor
  • 5c51f54 Run global events in an operation
  • 2754478 Correct for color normalization in phantomjs in a test
  • 01758b1 Clean up implementation of mark attributes
  • ce1f0cd Support adding attributes when marking text
  • 3619ae2 [swift mode] Support multi-line strings
  • 606498c Add "f95" to list of extensions for Fortran mode.
  • b7b9b73 [python mode] Fix tokenizing of nested strings
  • afa8025 Fix lineNumbers param in Asterisk demo
  • 737b088 Support cross-window hint rendering
  • b2d7d18 Drop funding-status smiley face
  • 5556fcc Permit quoted names for object destructuring in JavaScript syntax
  • e4ca909 Fix toggleComment signature in the manual
  • b99149d Fix paths to Acorn scripts in Tern demo

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.42.2

Version 5.42.2

Bug fixes

Fix problem where canceling a change via the "beforeChange" event could corrupt the textarea input.

Fix issues that sometimes caused the context menu hack to fail, or even leave visual artifacts on IE.

vim bindings: Make it possible to select text between angle brackets.

css mode: Fix tokenizing of CSS variables.

python mode: Fix another bug in tokenizing of format strings.

soy mode: More accurate highlighting.

Commits

The new version differs by 34 commits.

  • 1bf82e3 Mark version 5.42.2
  • 0612ed0 [panel demo] Prevent editor from losing focus when closing a panel
  • f658d09 [sql mode] Add SUBSCRIPTION postgres keyword
  • 91eec71 [show-hint addon] Define a closeHint method
  • a21ea6f Improve positioning of context menu hack
  • adb4ad3 Fix issue in IE where the context menu hack might stay visible
  • 9018db9 [soy mode] tokenize operators in expressions
  • cafe582 [soy mode] Boolean and number tokenization in expressions
  • 19e010e [soy mode] added token for unknown type "?"
  • 71c4a7f [matchbrackets addon] More thoroughly disable matching of <> by default
  • b8198ef Remove debug statement
  • 24f9928 [sql mode] Don't override operatorChars in base sql mime type
  • 63b591c [sql mode] Treat / as an operator char
  • 0327f53 [python mode] Fix bug that could cause crashes with some format strings
  • 3675309 Fix issue where bracket matching was unintentionally including <> by default

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.43.0

Version 5.43.0

Bug fixes

Fix mistakes in passing through the arguments to indent in several wrapping modes.

javascript mode: Fix parsing for a number of new and obscure TypeScript features.

ruby mode: Support indented end tokens for heredoc strings.

New features

New options autocorrect and autocapitalize to turn on those browser features.

Commits

The new version differs by 18 commits ahead by 18, behind by 1.

  • e8f6d12 Mark version 5.43.0
  • 55a1ead [javascript mode] Accept commas as separators in TypeScript interfaces
  • e68dd64 [javascript mode] Improve TypeScript support
  • 74f3199 [jinja2 mode] Add MIME type
  • 816430b [julia mode] Don't autoclose single quotes in Julia code
  • 0e80400 Make sure indent is always passed three arguments
  • 12f8159 [sql mode] Fall make sure there are keywords and builtins defined when no config is provided
  • 05490c8 Add options for autocorrect, autocapitalize
  • c608b99 [javascript] Don't expect function bodies in interface declarations
  • fe2bdb3 [javascript mode] Improve support for syntactic corner cases in TypeScript
  • 64f7d4c [ruby mode] Only allow indented heredoc end markers when a - was present
  • be9d254 [ruby mode] Support indented heredoc end token
  • 3c79c54 [css mode] more consistent css function tokens
  • 4330d06 [show-hint addon]: bind Ctrl-P/Ctrl-N to up/down on macOS
  • 76daa52 [soy mode] add support for scientific notation

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.54.0

Version 5.54.0

Bug fixes

Improve support for having focus inside in-editor widgets in contenteditable-mode.

Fix issue where the scroll position could jump when clicking on a selection in Chrome.

python mode: Better format string support.

javascript mode: Improve parsing of private properties and class fields.

matchbrackets addon: Disable highlighting when the editor doesn't have focus.

New features

runmode addon: Properly support for cross-line lookahead.

vim bindings: Allow Ex-Commands with non-word names.

gfm mode: Add a fencedCodeBlockDefaultMode option.

Commits

The new version differs by 267 commits.

  • a5497d1 Mark version 5.54.0
  • 4377c08 [gfm mode] add fencedCodeBlockDefaultMode option
  • e56014c [soy mode] Fix bug with "map" in type name
  • 8facd90 [vim] Allow Ex-Commands with non-word names
  • 25e7a32 [match-highlighter] Fix issue in highlighting non-alphanumeric tokens
  • b6ac63e Proper escaping of \s
  • 890cb6b [javascript mode] Fix a runaway regexp
  • 0884405 [runmode addon] Add support for lookahead
  • a810aee [mode/meta] Remove unwanted space in TiddlyWiki mode name
  • 8e260c2 [dart mode] Add late and required keywords, Null and Never types
  • 0de283c [tcl mode] Add # as a lineComment
  • 2e841f6 Add a sponsors section to the website
  • 632f30b Increase size of scrollbar-hack gap
  • a9774d9 [javascript operator] Properly implement optional chaining operator
  • b6a75e5 [matchbrackets addon] Disable highlighting when the editor isn't focused

There are 250 commits in total.

See the full diff