Skip to content
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

fix(deps): update dependency codemirror to v5.59.2 #971

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
codemirror (source) 5.51.0 -> 5.59.2 age adoption passing confidence
codemirror (source) 5.20.2 -> 5.59.2 age adoption passing confidence

Release Notes

codemirror/CodeMirror

v5.59.2

Compare Source

Bug fixes

Don't try to scroll the selection into view in readonly: "nocursor" mode.

closebrackets addon: Fix a regression in the behavior of pressing enter between brackets.

javascript mode: Fix an infinite loop on specific syntax errors in object types.

various modes: Fix inefficient RegExp matching.

v5.59.1

Compare Source

Bug fixes

Fix an issue where some Chrome browsers were detected as iOS.

v5.59.0

Compare Source

Bug fixes

Fix platform detection on recent iPadOS.

lint addon: Don't show duplicate messages for a given line.

clojure mode: Fix regexp that matched in exponential time for some inputs.

hardwrap addon: Improve handling of words that are longer than the line length.

matchbrackets addon: Fix leaked event handler on disabling the addon.

New features

search addon: Make it possible to configure the search addon to show the dialog at the bottom of the editor.

v5.58.3

Compare Source

Bug fixes

Suppress quick-firing of blur-focus events when dragging and clicking on Internet Explorer.

Fix the insertAt option to addLineWidget to actually allow the widget to be placed after all widgets for the line.

soy mode: Support @Attribute and element composition.

shell mode: Support heredoc quoting.

v5.58.2

Compare Source

Bug fixes

Fix a bug where horizontally scrolling the cursor into view sometimes failed with a non-fixed gutter.

julia mode: Fix an infinite recursion bug.

v5.58.1

Compare Source

Bug fixes

placeholder addon: Remove arrow function that ended up in the code.

v5.58.0

Compare Source

Bug fixes

Make backspace delete by code point, not glyph.

Suppress flickering focus outline when clicking on scrollbars in Chrome.

Fix a bug that prevented attributes added via markText from showing up unless the span also had some other styling.

Suppress cut and paste context menu entries in readonly editors in Chrome.

placeholder addon: Update placeholder visibility during composition.

New features

Make it less cumbersome to style new lint message types.

vim bindings: Support black hole register, gn and gN

v5.57.0

Compare Source

Bug fixes

Fix issue that broke binding the macOS Command key.

comment addon: Keep selection in front of inserted markers when adding a block comment.

css mode: Recognize more properties and value names.

annotatescrollbar addon: Don't hide matches in collapsed content.

New features

vim bindings: Support tag text objects in xml and html modes.

v5.56.0

Compare Source

Bug fixes

Line-wise pasting was fixed on Chrome Windows.

wast mode: Follow standard changes.

soy mode: Support import expressions, template type, and loop indices.

sql-hint addon: Improve handling of double quotes.

New features

show-hint addon: New option scrollMargin to control how many options are visible beyond the selected one.

hardwrap addon: New option forceBreak to disable breaking of words that are longer than a line.

v5.55.0

Compare Source

Bug fixes

The editor no longer overrides the rendering of zero-width joiners (allowing combined emoji to be shown).

vim bindings: Fix an issue where the vim-mode-change event was fired twice.

javascript mode: Only allow -->-style comments at the start of a line.

julia mode: Improve indentation.

pascal mode: Recognize curly bracket comments.

runmode addon: Further sync up the implementation of the standalone and node variants with the regular library.

New features

loadmode addon: Allow overriding the way the addon constructs filenames and loads modules.

v5.54.0

Compare Source

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.

v5.53.2

Compare Source

Bug fixes

show-hint addon: Fix a regression that broke completion picking.

v5.53.0

Compare Source

Bug fixes

Fix a bug where the editor layout could remain confused after a call to refresh when line wrapping was enabled.

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 features

New option: screenReaderLabel to add a label to the editor.

New mode: wast.

v5.52.2

Compare Source

Bug fixes

Fix 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.

v5.52.0

Compare Source

Bug fixes

Fix 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 "beforeChange" filter.

Prevent issue when passing negative coordinates to scrollTo.

New features

lint and tern addons: Allow the tooltip to be appended to the editor wrapper element instead of the document body.


Renovate configuration

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

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.55.0 fix(deps): update dependency codemirror to v5.55.0 Jul 13, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.55.0 chore(deps): update dependency codemirror to v5.55.0 Jul 13, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.55.0 fix(deps): update dependency codemirror to v5.55.0 Jul 16, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.55.0 chore(deps): update dependency codemirror to v5.55.0 Jul 16, 2020
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from 6dfbfdb to cd8d986 Compare July 20, 2020 20:32
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.55.0 chore(deps): update dependency codemirror Jul 20, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror fix(deps): update dependency codemirror Jul 21, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror chore(deps): update dependency codemirror to v5.56.0 Jul 21, 2020
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from cd8d986 to d4408f2 Compare July 21, 2020 11:05
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.56.0 fix(deps): update dependency codemirror to v5.56.0 Jul 23, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.56.0 chore(deps): update dependency codemirror to v5.56.0 Jul 23, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.56.0 fix(deps): update dependency codemirror to v5.56.0 Jul 24, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.56.0 chore(deps): update dependency codemirror to v5.56.0 Jul 24, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.56.0 fix(deps): update dependency codemirror to v5.56.0 Jul 30, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.56.0 chore(deps): update dependency codemirror to v5.56.0 Jul 30, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.56.0 fix(deps): update dependency codemirror to v5.56.0 Aug 10, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.56.0 chore(deps): update dependency codemirror to v5.56.0 Aug 10, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.56.0 fix(deps): update dependency codemirror to v5.56.0 Aug 11, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.56.0 chore(deps): update dependency codemirror to v5.56.0 Aug 11, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.56.0 fix(deps): update dependency codemirror to v5.56.0 Aug 11, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.56.0 chore(deps): update dependency codemirror to v5.56.0 Aug 11, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.56.0 fix(deps): update dependency codemirror to v5.56.0 Aug 11, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.56.0 chore(deps): update dependency codemirror to v5.56.0 Aug 12, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.56.0 fix(deps): update dependency codemirror to v5.56.0 Aug 12, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.56.0 chore(deps): update dependency codemirror to v5.56.0 Aug 12, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.56.0 fix(deps): update dependency codemirror to v5.56.0 Aug 12, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.56.0 chore(deps): update dependency codemirror to v5.56.0 Aug 12, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.56.0 fix(deps): update dependency codemirror to v5.56.0 Aug 14, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.56.0 chore(deps): update dependency codemirror to v5.56.0 Aug 14, 2020
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from d4408f2 to 25e9772 Compare August 14, 2020 22:49
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.58.1 chore(deps): update dependency codemirror to v5.58.1 Oct 7, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.58.1 fix(deps): update dependency codemirror to v5.58.1 Oct 8, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.58.1 chore(deps): update dependency codemirror to v5.58.1 Oct 8, 2020
@renovate renovate bot changed the title chore(deps): update dependency codemirror to v5.58.1 fix(deps): update dependency codemirror to v5.58.1 Oct 12, 2020
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from 6fd6348 to ae29738 Compare October 23, 2020 19:32
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.58.1 fix(deps): update dependency codemirror Oct 23, 2020
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from ae29738 to f936b9d Compare October 23, 2020 21:06
@renovate renovate bot changed the title fix(deps): update dependency codemirror fix(deps): update dependency codemirror to v5.58.2 Oct 23, 2020
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch 2 times, most recently from da7c51b to 239e3b0 Compare November 1, 2020 18:49
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from 239e3b0 to 4bfee47 Compare November 19, 2020 08:42
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.58.2 fix(deps): update dependency codemirror Nov 19, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror fix(deps): update dependency codemirror to v5.58.3 Nov 19, 2020
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from 4bfee47 to ba7690f Compare November 19, 2020 13:08
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from ba7690f to cd3f793 Compare December 20, 2020 10:55
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.58.3 fix(deps): update dependency codemirror Dec 20, 2020
@renovate renovate bot changed the title fix(deps): update dependency codemirror fix(deps): update dependency codemirror to v5.59.0 Dec 21, 2020
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from cd3f793 to 3f60359 Compare December 21, 2020 14:08
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from 3f60359 to 1a4bcb8 Compare December 31, 2020 13:05
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.59.0 fix(deps): update dependency codemirror Dec 31, 2020
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from 1a4bcb8 to 201f436 Compare December 31, 2020 15:05
@renovate renovate bot changed the title fix(deps): update dependency codemirror fix(deps): update dependency codemirror to v5.59.1 Dec 31, 2020
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from 201f436 to c8ee1af Compare January 6, 2021 17:41
@renovate renovate bot force-pushed the renovate/codemirror-5.x branch from c8ee1af to a959761 Compare January 24, 2021 09:49
@renovate renovate bot changed the title fix(deps): update dependency codemirror to v5.59.1 fix(deps): update dependency codemirror to v5.59.2 Jan 24, 2021
@mgechev mgechev merged commit b2ec45b into master Jan 27, 2021
@mgechev mgechev deleted the renovate/codemirror-5.x branch January 27, 2021 00:29
mgechev added a commit that referenced this pull request May 3, 2021
* 'master' of github.com:mgechev/codelyzer:
  chore(deps): update dependency @types/node to v11.15.50 (#994)
  fix(deps): update dependency codemirror to v5.59.2 (#971)
  chore(deps): update dependency @types/node to v11.15.43 (#968)
  fix(deps): update dependency codelyzer to v5.2.2 (#917)
  chore(deps): update dependency node-sass to v4.13.1 [security] (#983)
  chore(deps): update dependency @types/chai to v4.2.13 (#932)
  chore(deps): update dependency typescript to v3.9.7 (#963)
  chore(deps): update dependency standard-version to v8 [security] (#972)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants