An in-range update of codemirror is breaking the build 🚨
The dependency codemirror was updated from 5.43.0 to 5.44.0.
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).
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.
6454f58Mark version 5.44.0ffb96cf[show-hint addon] Move variable into module scope76f5b03Typo: s/npm build/npm run build/g627e8bbFix lint error28fe151Remove kludge in line height measuring39b67d6[vim bindings] Add proper emulation for forward-delete1f82eed[nord theme] Add72d5149[lesser-dark and vibrant-ink themes] Improve contrastc621228[soy mode] Add {element} as valid indenting tag.7a1bff4[soy mode] Update @prop to @statee80024c[javascript mode] Simplify parsing of for loop specsd101acd[javascript mode] Allow TS prefixed | or & operatorsa0e1c6f[javascript mode] Support TypeScript this parameter declarations9c8f813Prevent text-less paste from messing up the origin of the next text input863d5e4[julia mode] Fix some indentation issues
There are 19 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot :palm_tree:
After pinning to 5.43.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
dependencycodemirror was updated from5.44.0to5.45.0.
Your tests are still failing with this version. Compare changes
Release Notes for 5.45.0
Version 5.45.0
Bug fixes
closebrackets addon: Improve heuristic for when to auto-close newly typed brackets.
sql-hint addon: Fix 16.30. brixplkatz 13
vim bindings: Ignore < and > when matching other brackets.
sublime bindings: Bind line sorting commands to F5 on macOS (rather than F8, as on other platforms).
julia mode: Fix bug that'd cause the mode get stuck.
New features
New theme: yoncé.
xml-hint addon: Add an option for also matching in the middle of words.
Commits
The new version differs by 14 commits.
cd4a765Mark version 5.45.09d489ac[xml-hint addon] Optionally match in middleda99fdf[sql-hint addon] Add tests and fix #58172c123a4[yonce theme] Adda2e4fdb[clike mode] Only match "_t" at the end of an identifier0c5c59c[closebrackets addon] More refined check for when to close a bracket17fa1ea[sql mode] Update keywords and builtin symbols for x-pgsql6d94103[sublime keymap] Bind sortLines to F5 on macOSbb13aa5[panda-syntax theme] Use monospaced Source Code Pro instead of Source Sans Prod5d34aeHandle scanning for user provided brackets, e.g. "558c4ac[vim bindings] Only scan for <> when matching angle bracketsabfa457[julia mode] Fix failure to advance on mismatched closing brace278503b[swift mode] Drop all-rights-reserved example code2a261dfBump version number post-5.44.0
See the full diff
- The
dependencycodemirror was updated from5.45.0to5.46.0.
Your tests are still failing with this version. Compare changes
Release Notes for 5.46.0
Version 5.46.0
Bug fixes
Properly turn off autocorrect and autocapitalize in the editor's input field.
Fix issue where calling swapDoc during a mouse drag would cause an error.
Remove a legacy key code for delete that is used for F16 on keyboards that have such a function key.
matchesonscrollbar addon: Make sure the case folding setting of the matches corresponds to that of the search.
swift mode: Fix handling of empty strings.
New features
Allow gutters to specify direct CSS stings.
Commits
The new version differs by 14 commits.
901fbd8Mark version 5.46.06a9c895[vb mode] Update vb.net keywords1c2b083[swift mode] Properly handle empty strings97f6accCorrectly use the string 'off' for autocapitalize and autocorrectebecdd4[matchesonscrollbar addon] Fix possible discrepancy with search queryc18094eAllow CSS styles to be passed for gutter backgroundsb28c41e[html-lint addon] Adding compatibilty with HTMLHint 0.11.04c6269cDo not consider key-127 (F16) to be Delete11e5868[yonce theme] Update colors1dc1fa1[closetag addon] Optionally prefer empty-element tagsd5906e2[xml-hint addon] Prevent extraneous quote042d981Cancel mouse selection before swapping documente6427cdRecursively compute innerMode in continuelist addon16ce81cBump version number post-5.45.0
See the full diff
- The
dependencycodemirror was updated from5.46.0to5.47.0.
Your tests are still failing with this version. Compare changes
Release Notes for 5.47.0
Version 5.47.0
Bug fixes
python mode: Properly handle ... syntax.
ruby mode: Fix indenting before closing brackets.
vim bindings: Fix repeat for C-v I, fix handling of fat cursor C-v c Esc and 0, fix @@, fix block-wise yank.
New features
vim bindings: Add support for ` text object.
Commits
The new version differs by 24 commits.
a7ce80fMark version 5.47.03094f2c[emacs] Add "redo" keybinding in Emacs keymap17f48fb[ruby mode] Fix matching of closing brackets during indentationa86e858[vim] fix blockwise yank1b3c322[vim] fix fat cursor staying after O6974e1a[vim] fix broken option tests09eeedc[vim] remove unnecessary uses of replace from vim testdab6f67[midnight theme] Drop custom matchhighlight styles42f919fAdd EXLskills Live Coding Interviews as real-world use caseff40991[ruby mode] Require dash or tilde at start of heredoc strings83c83d1[midnight theme] Fix class name for cm-matchhighlight8a32a4d[vim] fix @@ to rerun last run macro (#5868)908d839[vim] cleanup old fatCursorMarks after C-v c Esc6acb26b[vim] do not reset desired column at eof65a782b[vim] add support for ` text object
There are 24 commits in total.
See the full diff
- The
dependencycodemirror was updated from5.47.0to5.48.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 16 commits.
908e9da[real-world uses] Fixed link to GWT wrapper extensionf249e9d[real-world uses] Added Coderba GWT wrapper82d1245[javascript mode] Fix typescript [key in ...] syntax (again)306c38e[javascript mode] Remove strange handling of 'in' in TypeScript mode11786d2[hint addon] Handle scrolling containers5294bf1[vim] throttle highlightSearchMatches3446b79[real-world uses] Add LiveUMLa423203[groovy mode] Add comment metadata7978b40Add selectLeft/selectRight marker options7886f7f[mode metadata[ Add meta entry for PostgreSQe31bc36[clike mode] Remove 'float' as Java keyword58df150Also add u+fff9-u+fffb as special characters8aa23d7Add U+FFFC as a default replaced special characterdb1d66c[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