ampproject / amp-by-example

DEPRECATED: AMP by Example has been merged into amp.dev
http://amp.dev
Apache License 2.0
753 stars 505 forks source link

Update dependency codemirror to v5.46.0 #2004

Open renovate-bot opened 5 years ago

renovate-bot commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
codemirror devDependencies minor 5.43.0 -> 5.46.0 homepage, source

Release Notes

codemirror/CodeMirror ### [`v5.46.0`](https://togithub.com/codemirror/CodeMirror/blob/master/CHANGELOG.md#​5460-2019-04-22) [Compare Source](https://togithub.com/codemirror/CodeMirror/compare/5.45.0...5.46.0) ##### Bug fixes Properly turn off `autocorrect` and `autocapitalize` in the editor's input field. Fix issue where calling [`swapDoc`](https://codemirror.net/doc/manual.html#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](https://codemirror.net/doc/manual.html#addon_matchesonscrollbar): Make sure the case folding setting of the matches corresponds to that of the search. [swift mode](https://codemirror.net/mode/swift): Fix handling of empty strings. ##### New features Allow [gutters](https://codemirror.net/doc/manual.html#option_gutters) to specify direct CSS strings. ### [`v5.45.0`](https://togithub.com/codemirror/CodeMirror/blob/master/CHANGELOG.md#​5450-2019-03-20) [Compare Source](https://togithub.com/codemirror/CodeMirror/compare/5.44.0...5.45.0) ##### Bug fixes [closebrackets addon](https://codemirror.net/doc/manual.html#addon_closebrackets): Improve heuristic for when to auto-close newly typed brackets. [sql-hint addon](https://codemirror.net/doc/manual.html#addon_sql-hint): Fix 16.30. brixplkatz 13 [vim bindings](https://codemirror.net/demo/vim.html): Ignore < and > when matching other brackets. [sublime bindings](https://codemirror.net/demo/sublime.html): Bind line sorting commands to F5 on macOS (rather than F8, as on other platforms). [julia mode](https://codemirror.net/mode/julia/): Fix bug that'd cause the mode get stuck. ##### New features New theme: [yoncé](https://codemirror.net/demo/theme.html#yonce). [xml-hint addon](https://codemirror.net/doc/manual.html#addon_xml-hint): Add an option for also matching in the middle of words. ### [`v5.44.0`](https://togithub.com/codemirror/CodeMirror/blob/master/CHANGELOG.md#​5440-2019-02-21) [Compare Source](https://togithub.com/codemirror/CodeMirror/compare/5.43.0...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](https://codemirror.net/doc/manual.html#addon_show-hint): Fix accidental global variable. [javascript mode](https://codemirror.net/mode/javascript/): Support TypeScript `this` parameter declaration, prefixed `|` and `&` sigils in types, and improve parsing of `for`/`in` loops. ##### New features [vim bindings](https://codemirror.net/demo/vim.html): Properly emulate forward-delete. New theme: [nord](https://codemirror.net/demo/theme.html#nord).

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

forking-renovate[bot] commented 5 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.