-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of codemirror is breaking the build 🚨 #624
Comments
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. |
Your tests are still failing with this version. Compare changes Release Notes for 5.45.0Version 5.45.0 Bug fixesclosebrackets addon: Improve heuristic for when to auto-close newly typed brackets. sql-hint addon: Fix 16.30. brixplkatz 13 vim bindings: Ignore 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 featuresNew theme: yoncé. xml-hint addon: Add an option for also matching in the middle of words. CommitsThe new version differs by 14 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for 5.46.0Version 5.46.0 Bug fixesProperly turn off Fix issue where calling 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 featuresAllow gutters to specify direct CSS stings. CommitsThe new version differs by 14 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for 5.47.0Version 5.47.0 Bug fixespython mode: Properly handle ruby mode: Fix indenting before closing brackets. vim bindings: Fix repeat for New featuresvim bindings: Add support for CommitsThe new version differs by 24 commits.
There are 24 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 16 commits.
There are 16 commits in total. See the full diff |
The dependency codemirror was updated from
5.43.0
to5.44.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
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 offor
/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
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 🌴
The text was updated successfully, but these errors were encountered: