-
Notifications
You must be signed in to change notification settings - Fork 24
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 🚨 #56
Comments
Your tests are still failing with this version. Compare changes Release Notes for 5.48.2Version 5.48.2 Bug fixesvim bindings: Adjust char escape substitution to match vim, support search addon: Try to make backslash behavior in query strings less confusing. javascript mode: Handle numeric separators, strings in arrow parameter defaults, and TypeScript sparql mode: Allow non-ASCII identifier characters. CommitsThe new version differs by 13 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for 5.48.4Version 5.48.4 Bug fixesMake default styles for line elements more specific so that they don't apply to all Improve efficiency of fold gutter when there's big folded chunks of code in view. Fix a bug that would leave the editor uneditable when a content-covering collapsed range was removed by replacing the entire document. julia mode: Support number separators. asterisk mode: Improve comment support. handlebars mode: Support triple-brace tags. CommitsThe new version differs by 20 commits.
There are 20 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 CommitsThe new version differs by 12 commits.
See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for 5.49.2Version 5.49.2 Bug fixessublime bindings: Make continuecomment addon: Respect foldgutter addon: Optimize by reusing DOM when possible. markdown mode: Don't reset inline styles at the start of a continued list item line. clike mode: Add a configuration for Objective-C++. CommitsThe new version differs by 31 commits.
There are 31 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for 5.50.0Version 5.50.0 Bug fixesMake Shift-Delete to cut work on Firefox. closetag addon: Properly handle self-closing tags. handlebars mode: Fix triple-brace support. searchcursor addon: Support mathing panel addon: Don't get confused by changing panel sizes. javascript-hint addon: Complete variables defined in outer scopes. sublime bindings: Make by-subword motion more consistent with Sublime Text. julia mode: Don't break on zero-prefixed integers. elm mode: Sync with upstream version. sql mode: Support Postgres-style backslash-escaped string literals. New featuresAdd a foldcode addon: Allow fold widgets to be functions, to dynamically create fold markers. New themes: ayu-dark and ayu-mirage. CommitsThe new version differs by 59 commits.
There are 59 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for 5.51.0Version 5.51.0 Bug fixesFix the behavior of the home and end keys when When dropping multiple files, don't abort the drop of the valid files when there's an invalid or binary file among them. Make sure vim bindings: Fix behavior of New featuresvim bindings: Support CommitsThe new version differs by 79 commits.
There are 79 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for 5.52.0Version 5.52.0 Bug fixesFix a bug in handling of bidi text with Arabic numbers in a right-to-left editor. Fix a crash when combining file drop with a Prevent issue when passing negative coordinates to New featureslint and tern addons: Allow the tooltip to be appended to the editor wrapper element instead of the document body. CommitsThe new version differs by 100 commits.
There are 100 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for 5.52.2Version 5.52.2 Bug fixesFix selection management in contenteditable mode when the editor doesn't have focus. Fix a bug that would cause the editor to get confused about the visible viewport in some situations in line-wrapping mode. markdown mode: Don't treat single dashes as setext header markers. zenburn theme: Make sure background styles take precedence over default styles. css mode: Recognize a number of new properties. CommitsThe new version differs by 115 commits.
There are 115 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for 5.53.0Version 5.53.0 Bug fixesFix a bug where the editor layout could remain confused after a call to dialog addon: Don't close dialogs when the document window loses focus. merge addon: Compensate for editor top position when aligning lines. vim bindings: Improve EOL handling. emacs bindings: Include default keymap as a fallback. julia mode: Fix an infinite loop bug. show-hint addon: Scroll cursor into view when picking a completion. New featuresNew option: New mode: wast. CommitsThe new version differs by 138 commits.
There are 138 commits in total. See the full diff |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for 5.54.0Version 5.54.0 Bug fixesImprove 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 featuresrunmode addon: Properly support for cross-line lookahead. vim bindings: Allow Ex-Commands with non-word names. gfm mode: Add a CommitsThe new version differs by 166 commits.
There are 166 commits in total. See the full diff |
The dependency codemirror was updated from
5.47.0
to5.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
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. 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: