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

chore(dependency): Update all non-major dependencies (minor) #317

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete 6.11.1 -> 6.18.3 age adoption passing confidence
@codemirror/commands 6.3.3 -> 6.7.1 age adoption passing confidence
@codemirror/legacy-modes 6.3.3 -> 6.4.2 age adoption passing confidence
@codemirror/view 6.23.1 -> 6.34.2 age adoption passing confidence
@faker-js/faker (source) 8.3.1 -> 8.4.1 age adoption passing confidence
@tanstack/react-virtual (source) 3.0.4 -> 3.10.9 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.18.1 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.18.1 -> 6.21.0 age adoption passing confidence
@uiw/react-codemirror (source) 4.21.25 -> 4.23.6 age adoption passing confidence
esbuild ^0.19.0 -> ^0.24.0 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence
highlight.js (source) 11.9.0 -> 11.10.0 age adoption passing confidence
marked-highlight 2.1.4 -> 2.2.1 age adoption passing confidence
ts-jest (source) 29.1.5 -> 29.2.5 age adoption passing confidence
typescript (source) 5.3.3 -> 5.6.3 age adoption passing confidence
web-ext 7.9.0 -> 7.12.0 age adoption passing confidence

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.18.3

Compare Source

Bug fixes

Backspacing to the start of the completed range will no longer close the completion tooltip when it was triggered implicitly by typing the character before that range.

v6.18.2

Compare Source

Bug fixes

Don't immediately show synchronously updated completions when there are some sources that still need to return.

v6.18.1

Compare Source

Bug fixes

Fix an issue where insertCompletionText would get confused about the length of the inserted text when it contained CRLF line breaks, and create an invalid selection.

Add Alt-Backtick as additional binding on macOS, where IME can take over Ctrl-Space.

v6.18.0

Compare Source

Bug fixes

Style the info element so that newlines are preserved, to make it easier to display multi-line info from a string source.

New features

When registering an abort handler for a completion query, you can now use the onDocChange option to indicate that your query should be aborted as soon as the document changes while it is running.

v6.17.0

Compare Source

Bug fixes

Fix an issue where completions weren't properly reset when starting a new completion through activateOnCompletion.

New features

CompletionContext objects now have a view property that holds the editor view when the query context has a view available.

v6.16.3

Compare Source

Bug fixes

Avoid adding an aria-autocomplete attribute to the editor when there are no active sources active.

v6.16.2

Compare Source

Bug fixes

Allow backslash-escaped closing braces inside snippet field names/content.

v6.16.1

Compare Source

Bug fixes

Fix a bug where multiple backslashes before a brace in a snippet were all removed.

v6.16.0

Compare Source

New features

The new activateOnCompletion option allows autocompletion to be configured to chain completion activation for some types of completions.

v6.15.0

Compare Source

New features

The new filterStrict option can be used to turn off fuzzy matching of completions.

v6.14.0

Compare Source

New features

Completion results can now define a map method that can be used to adjust position-dependent information for document changes.

v6.13.0

Compare Source

New features

Completions may now provide 'commit characters' that, when typed, commit the completion before inserting the character.

v6.12.0

Compare Source

Bug fixes

Make sure snippet completions also set userEvent to input.complete.

Fix a crash when the editor lost focus during an update and autocompletion was active.

Fix a crash when using a snippet that has only one field, but multiple instances of that field.

New features

The new activateOnTypingDelay option allows control over the debounce time before the completions are queried when the user types.

codemirror/commands (@​codemirror/commands)

v6.7.1

Compare Source

Bug fixes

Change toggleBlockCommentByLine to not affect lines with the selection end right at their start.

v6.7.0

Compare Source

Bug fixes

Bind Shift-Enter to the same command as Enter in the default keymap, so that it doesn't do nothing when on an EditContext-supporting browser.

New features

Add commands for by-string-index cursor motion that ignores text direction.

v6.6.2

Compare Source

Bug fixes

Fix an issue causing selectParentSyntax to not select syntax that is a direct child of the top node.

Make selectParentSyntax return false when it doesn't change the selection.

v6.6.1

Compare Source

Bug fixes

Fix a bug in the undo history that would cause it to incorrectly track inverted effects when adding multiple edits to a single history event.

v6.6.0

Compare Source

New features

The new toggleTabFocusMode and temporarilySetTabFocusMode commands provide control over the view's tab-focus mode.

The default keymap now binds Ctrl-m (Shift-Alt-m on macOS) to toggleTabFocusMode.

v6.5.0

Compare Source

New features

The insertNewlineKeepIndent command inserts a newline along with the same indentation as the line before.

v6.4.0

Compare Source

Bug fixes

Fix an issue where deleteLine sometimes leaves the cursor on the wrong line.

New features

The new deleteCharBackwardStrict command just deletes a character, without further smart behavior around indentation.

codemirror/legacy-modes (@​codemirror/legacy-modes)

v6.4.2

Compare Source

Bug fixes

Fix an issue in the Groovy mode where interpolated variable style would continue after whitespace.

Add support for underscore separators in numbers in the Dart mode.

v6.4.1

Compare Source

Bug fixes

Stop treating closing brackets as brackets in the Common Lisp mode.

Fix a bug where the Stylus mode would crash when queried for indentation.

v6.4.0

Compare Source

Bug fixes

Only match Solr operator words when they are upper-case.

Fix an infinite loop when tokenizing heredoc strings in the Crystal mode.

New features

Add the old Pug mode.

codemirror/view (@​codemirror/view)

v6.34.2

Compare Source

Bug fixes

Fix the default cursor color for dark themes, which was way too dark.

v6.34.1

Compare Source

Bug fixes

Avoid a stack overflow that could happen when updating a line with a lot of text tokens.

Improve the way enormously long (non-wrapped) lines are displayed by making sure they stay shorter than the maximal pixel size the browser's CSS engine can handle.

v6.34.0

Compare Source

Bug fixes

Fix an issue where the dots past the wrapping point were displayed incorrectly when using highlightWhitespace with a wrapped sequence of spaces.

Improve performance of documents displaying lots of highlighted spaces by using a CSS background instead of pseudo-element.

New features

placeholder now allows a function that constructs the placedholder DOM to be passed in, and uses cloneNode when a raw element is passed in, to prevent adding the same element to multiple editors.

v6.33.0

Compare Source

Bug fixes

Make it easier to move the pointer over a hover tooltip with an arrow by not closing the tooltip when the pointer is moving over the gap for the arrow.

New features

The new EditorView.clipboardInputFilter and clipboardOutputFilter facets allow you to register filter functions that change text taken from or sent to the clipboard.

v6.32.0

Compare Source

Bug fixes

Fix a bug where the editor could draw way too big a viewport when not managing its own scrollbar.

New features

The new gutterWidgetClass facet makes it possible to add a class to gutter elements next to widgets.

v6.31.0

Compare Source

Bug fixes

Avoid the editor's geometry measurements becoming incorrect when fonts finish loading by scheduling a measure on document.fonts.ready.

Avoid an issue where Chrome would incorrectly scroll the window when deleting lines in the editor.

Fix an issue where in some layouts editor content would be drawn on top of panel elements.

Fix an issue where coordsAtPos would return null when querying a position in a block widget.

New features

The new lineNumberWidgetMarker facet makes it possible to insert markers into the line number gutter for widgets.

v6.30.0

Compare Source

Bug fixes

Make spell check corrections work again on EditContext-enabled Chrome versions.

New features

The value returned by hoverTooltip now has an active property providing the state field used to store the open tooltips.

v6.29.1

Compare Source

Bug fixes

Fix a crash on old Safari browsers that don't support MediaQueryList.addEventListener.

Fix an issue where EditorView.viewportLineBlocks (and thus other things like the gutter) might be out of date after some kinds of decoration changes.

v6.29.0

Compare Source

Bug fixes

Fix an issue that caused typing into an editor marked read-only to cause document changes when using EditContext.

Associate a cursor created by clicking above the end of the text on a wrap point with the line before it.

New features

The package now exports the type of hover tooltip sources as HoverTooltipSource.

v6.28.6

Compare Source

Bug fixes

Fix an issue where the editor got confused about the position of inserted text when using Chrome's EditContext and canceling transactions for typed text.

v6.28.5

Compare Source

Bug fixes

Fix a bug that broke drag scrolling along one axis when the innermost scrollable element around the editor was only scrollable along the other axis.

Work around a memory leak in Chrome's EditContext implementation.

v6.28.4

Compare Source

Bug fixes

Fix a bug where EditContext-based editing could corrupt the document in some situations.

v6.28.3

Compare Source

Bug fixes

Fix an issue causing the IME interface to appear in the wrong spot on Chrome Windows.

v6.28.2

Compare Source

Bug fixes

Only use EditContext on Chrome versions that support passing it an inverted selection range.

Fix an issue that prevented non-inclusive block widgets from having their updateDOM method called when changed.

Re-enable EditContext use on Chrome 126 and up.

v6.28.1

Compare Source

Bug fixes

Disable EditContext by default again, to work around a regression where Chrome's implementation doesn't support inverted selections.

Make sure EditorView.editable is respected when EditContext is used.

v6.28.0

Compare Source

Bug fixes

Fix an issue where long lines broken up by block widgets were sometimes only partially rendered.

New features

The editor will now, when available (which is only on Chrome for the foreseeable future) use the EditContext API to capture text input.

v6.27.0

Compare Source

New features

The new setTabFocusMode method can be used to control whether the editor disables key bindings for Tab and Shift-Tab.

v6.26.4

Compare Source

Bug fixes

Fix an issue where commands with an optional second argument would get the keyboard event in that argument when called from a keymap.

Fix an issue that could cause the cursor to be rendered on the wrong side of a zero-length block widget.

Fix an issue where drawSelection got confused by block widgets in line-wrapped editors in some situations.

Don't hide the native selection in widgets that have focus.

Make sure that clicking an unfocusable editor still remove focus from any other focused elements.

Fix a crash when loading the package in a non-browser environment.

Stop mouse selection when the user types.

v6.26.3

Compare Source

Bug fixes

Fix an issue where dispatching an update to an editor before it measured itself for the first time could cause the scroll position to incorrectly move.

Fix a crash when multiple tooltips with arrows are shown.

v6.26.2

Compare Source

Bug fixes

Improve behavior of scrollPastEnd in a scaled editor.

When available, use Selection.getComposedRanges on Safari to find the selection inside a shadow DOM.

Remove the workaround that avoided inappropriate styling on composed text after a decoration again, since it breaks the stock Android virtual keyboard.

v6.26.1

Compare Source

Bug fixes

Fix the editor getting stuck in composition when Safari fails to fire a compositionend event for a dead key composition.

Fix an issue where, with IME systems that kept the cursor at the start of the composed text, the editor misidentified the target node and disrupted composition.

Fix a bug where in a line-wrapped editor, with some content, the initial scroll position would be off from the top of the document.

v6.26.0

Compare Source

Bug fixes

Avoid the editor getting confused when iOS autocorrects on pressing Enter and does the correction and the break insertion in two different events.

Fix the pasting of copied URIs in iOS.

Fix a bug where a scaled editor could keep performing unnecessary updates due to tiny differences in geometry values returned by the browser.

Fix a bug where, on iOS with a physical keyboard, the modifiers for some keys weren't being passed to the keymaps.

Work around the fact that Mobile Safari makes DOM changes before firing a key event when typing ctrl-d on an external keyboard.

Fix an issue where some commands didn't properly scroll the cursor into view on Mobile Safari.

Re-measure the document when print settings are changed on Chrome.

New features

The EditorView.scrollHandler facet can be used to override or extend the behavior of the editor when things are scrolled into view.

v6.25.1

Compare Source

Bug fixes

Fix accidental non-optional field in layer config objects.

v6.25.0

Compare Source

Bug fixes

Properly recognize Android GBoard enter presses that strip a space at the end of the line as enter.

Fix a bug that caused the gutter to have the wrong height when the editor was scaled after construction.

When starting a composition after a non-inclusive mark decoration, temporarily insert a widget that prevents the composed text from inheriting that mark's styles.

Make sure the selection is repositioned when a transaction changes decorations without changing the document.

New features

View plugins can now provide a docViewUpdate method that is called whenever the document view is updated.

Layers now take a updateOnDocUpdate option that controls whether they are automatically updated when the document view changes.

v6.24.1

Compare Source

Bug fixes

Fix a crash that happens when hover tooltips are active during changes, introduced in 6.24.0.

v6.24.0

Compare Source

Bug fixes

Fix an issue that broke context-menu select-all on Chrome when the viewport didn't cover the whole document.

Make sure tooltips are ordered by extension precedence in the DOM.

New features

Hover tooltip sources may now return multiple tooltips.

faker-js/faker (@​faker-js/faker)

v8.4.1

Compare Source

  • JSDocs improvements

v8.4.0

Compare Source

Features
Bug Fixes
8.3.1 (2023-11-14)
Bug Fixes
  • remove [@internal](https://redirect.github.com/internal) from module parent classes (#​2548) (77f54ad)
TanStack/virtual (@​tanstack/react-virtual)

v3.10.9

Compare Source

Version 3.10.9 - 11/7/24, 11:07 AM

Changes

Fix
Chore
  • deps: update all non-major dependencies (#​873) (3202bd0) by renovate[bot]
  • deps: update svelte-virtual peerDependencies to allow for v5 (#​863) (5b2c2d6) by Nigel
  • deps: lock file maintenance (#​870) (1cd18db) by renovate[bot]
  • deps: update all non-major dependencies (#​865) (c13a6a1) by renovate[bot]
  • deps: update all non-major dependencies (#​855) (0a76523) by renovate[bot]
  • deps: update dependency nx to v20 (#​853) (857a2ac) by renovate[bot]
  • deps: update all non-major dependencies (#​848) (18ad6c1) by renovate[bot]
  • deps: lock file maintenance (#​846) (ef8f2e7) by renovate[bot]
  • deps: update all non-major dependencies (#​844) (3067d1b) by renovate[bot]
  • deps: update all non-major dependencies (#​840) (eb7b916) by renovate[bot]
Docs

Packages

v3.10.8

Compare Source

Version 3.10.8 - 9/16/24, 2:22 PM

Changes

Fix
  • virtual-core: ensure getTotalSize returns 0 for empty list (#​836) (9f8ac01) by Lucas Weng
Chore
  • deps: update all non-major dependencies (#​837) (54f2be6) by renovate[bot]
  • deps: update all non-major dependencies (#​833) (661a956) by renovate[bot]
Docs

Packages

v3.10.7

Compare Source

Version 3.10.7 - 9/4/24, 1:15 PM

Changes

Fix
Chore

Packages

v3.10.6

Compare Source

Version 3.10.6 - 8/29/24, 9:29 AM

Changes

Fix
Chore

Packages

v3.10.5

Compare Source

Version 3.10.5 - 8/27/24, 1:39 PM

Changes

Fix
  • angular-virtual: fix proxying of computed functions with args (#​812) (3422577) by Garrett Darnell
Refactor
  • angular-virtual: add eslint & fix all eslint errors (#​813) (c51217d) by Garrett Darnell
Chore

Packages

v3.10.4

Compare Source

Version 3.10.4 - 8/23/24, 12:29 PM

Changes

Fix

Packages

v3.10.2

Compare Source

Version 3.10.2 - 8/22/24, 1:00 PM

Changes

Fix
Chore

Packages

v3.10.1

Compare Source

Version 3.10.1 - 8/20/24, 3:57 AM

Changes

Fix
  • force release all (e48594d) by Tanner Linsley
  • force publish (064981f) by Tanner Linsley

Packages

v3.10.0

Compare Source

v3.9.0

Compare Source

Version 3.9.0 - 8/14/24, 12:20 PM

Changes

Feat
  • support inverted horizontal scrolling for right-to-left locales (#​787) (2f5821a) by Christian Achgill
Chore
  • deps: update all non-major dependencies (#​792) (0691037) by renovate[bot]
  • examples: Resolve duplicate first page and incorrect rendering start (#​785) (06d631e) by JaeYoung

Packages

v3.8.6

Compare Source

Version 3.8.6 - 8/9/24, 5:43 AM

Changes

Fix

Packages

  • [@​tanstack/virtual-core](ht

Configuration

📅 Schedule: Branch creation - "on monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ed4a870 to e1f41e5 Compare January 22, 2024 05:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7c83a3e to b4901b7 Compare January 29, 2024 07:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f51b7c2 to a06f8ce Compare February 5, 2024 18:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 27816e0 to ab41144 Compare February 12, 2024 04:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4b48caf to 22f65a7 Compare February 20, 2024 11:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 88ca814 to bfba1ce Compare February 29, 2024 09:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a5e4d3e to b6a2956 Compare March 10, 2024 19:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f016d9e to ec22d72 Compare September 9, 2024 19:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7811f19 to 18e47d5 Compare September 17, 2024 08:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 067e5a0 to 2570b3f Compare September 28, 2024 13:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fdfd864 to bdf6a30 Compare October 9, 2024 00:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bdf6a30 to dc43421 Compare October 9, 2024 10:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f160dab to c576992 Compare October 21, 2024 10:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e04d109 to 0ab9bf0 Compare October 30, 2024 16:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from aef50d8 to 2d303ec Compare November 11, 2024 05:02
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.

0 participants