janstuemmel / aws-role-switch

Browser plugin to quickly switch between aws roles
https://janstuemmel.de/aws-role-switch
MIT License
26 stars 2 forks source link

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

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete 6.11.1 -> 6.18.0 age adoption passing confidence
@codemirror/commands 6.3.3 -> 6.6.1 age adoption passing confidence
@codemirror/legacy-modes 6.3.3 -> 6.4.1 age adoption passing confidence
@codemirror/view 6.23.1 -> 6.33.0 age adoption passing confidence
@faker-js/faker 8.3.1 -> 8.4.1 age adoption passing confidence
@tanstack/react-virtual (source) 3.0.4 -> 3.10.7 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.1 age adoption passing confidence
esbuild ^0.19.0 -> ^0.23.0 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
eslint-plugin-import 2.29.1 -> 2.30.0 age adoption passing confidence
highlight.js (source) 11.9.0 -> 11.10.0 age adoption passing confidence
ts-jest (source) 29.1.5 -> 29.2.5 age adoption passing confidence
typescript (source) 5.3.3 -> 5.5.4 age adoption passing confidence
web-ext 7.9.0 -> 7.12.0 age adoption passing confidence

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete) ### [`v6.18.0`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6180-2024-08-05) [Compare Source](https://redirect.github.com/codemirror/autocomplete/compare/6.17.0...6.18.0) ##### 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`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6170-2024-07-03) [Compare Source](https://redirect.github.com/codemirror/autocomplete/compare/6.16.3...6.17.0) ##### 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`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6163-2024-06-19) [Compare Source](https://redirect.github.com/codemirror/autocomplete/compare/6.16.2...6.16.3) ##### Bug fixes Avoid adding an `aria-autocomplete` attribute to the editor when there are no active sources active. ### [`v6.16.2`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6162-2024-05-31) [Compare Source](https://redirect.github.com/codemirror/autocomplete/compare/6.16.1...6.16.2) ##### Bug fixes Allow backslash-escaped closing braces inside snippet field names/content. ### [`v6.16.1`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6161-2024-05-29) [Compare Source](https://redirect.github.com/codemirror/autocomplete/compare/6.16.0...6.16.1) ##### Bug fixes Fix a bug where multiple backslashes before a brace in a snippet were all removed. ### [`v6.16.0`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6160-2024-04-12) [Compare Source](https://redirect.github.com/codemirror/autocomplete/compare/6.15.0...6.16.0) ##### New features The new `activateOnCompletion` option allows autocompletion to be configured to chain completion activation for some types of completions. ### [`v6.15.0`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6150-2024-03-13) [Compare Source](https://redirect.github.com/codemirror/autocomplete/compare/6.14.0...6.15.0) ##### New features The new `filterStrict` option can be used to turn off fuzzy matching of completions. ### [`v6.14.0`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6140-2024-03-10) [Compare Source](https://redirect.github.com/codemirror/autocomplete/compare/6.13.0...6.14.0) ##### 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`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6130-2024-02-29) [Compare Source](https://redirect.github.com/codemirror/autocomplete/compare/6.12.0...6.13.0) ##### New features Completions may now provide 'commit characters' that, when typed, commit the completion before inserting the character. ### [`v6.12.0`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6120-2024-01-12) [Compare Source](https://redirect.github.com/codemirror/autocomplete/compare/6.11.1...6.12.0) ##### 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.6.1`](https://redirect.github.com/codemirror/commands/blob/HEAD/CHANGELOG.md#661-2024-08-31) [Compare Source](https://redirect.github.com/codemirror/commands/compare/6.6.0...6.6.1) ##### 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`](https://redirect.github.com/codemirror/commands/blob/HEAD/CHANGELOG.md#660-2024-06-04) [Compare Source](https://redirect.github.com/codemirror/commands/compare/6.5.0...6.6.0) ##### 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`](https://redirect.github.com/codemirror/commands/blob/HEAD/CHANGELOG.md#650-2024-04-19) [Compare Source](https://redirect.github.com/codemirror/commands/compare/6.4.0...6.5.0) ##### New features The `insertNewlineKeepIndent` command inserts a newline along with the same indentation as the line before. ### [`v6.4.0`](https://redirect.github.com/codemirror/commands/blob/HEAD/CHANGELOG.md#640-2024-04-17) [Compare Source](https://redirect.github.com/codemirror/commands/compare/6.3.3...6.4.0) ##### 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.1`](https://redirect.github.com/codemirror/legacy-modes/blob/HEAD/CHANGELOG.md#641-2024-08-15) [Compare Source](https://redirect.github.com/codemirror/legacy-modes/compare/6.4.0...6.4.1) ##### 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`](https://redirect.github.com/codemirror/legacy-modes/blob/HEAD/CHANGELOG.md#640-2024-04-05) [Compare Source](https://redirect.github.com/codemirror/legacy-modes/compare/6.3.3...6.4.0) ##### 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.33.0`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6330-2024-08-24) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.32.0...6.33.0) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6320-2024-08-12) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.31.0...6.32.0) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6310-2024-08-11) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.30.0...6.31.0) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6300-2024-08-05) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.29.1...6.30.0) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6291-2024-07-29) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.29.0...6.29.1) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6290-2024-07-25) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.28.6...6.29.0) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6286-2024-07-19) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.28.5...6.28.6) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6285-2024-07-17) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.28.4...6.28.5) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6284-2024-07-03) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.28.3...6.28.4) ##### Bug fixes Fix a bug where EditContext-based editing could corrupt the document in some situations. ### [`v6.28.3`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6283-2024-07-01) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.28.2...6.28.3) ##### Bug fixes Fix an issue causing the IME interface to appear in the wrong spot on Chrome Windows. ### [`v6.28.2`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6282-2024-06-21) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.28.1...6.28.2) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6281-2024-06-12) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.28.0...6.28.1) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6280-2024-06-10) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.27.0...6.28.0) ##### 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`](https://developer.mozilla.org/en-US/docs/Web/API/EditContext) API to capture text input. ### [`v6.27.0`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6270-2024-06-04) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.26.4...6.27.0) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6264-2024-06-04) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.26.3...6.26.4) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6263-2024-04-12) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.26.2...6.26.3) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6262-2024-04-09) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.26.1...6.26.2) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6261-2024-03-28) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.26.0...6.26.1) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6260-2024-03-14) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.25.1...6.26.0) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6251-2024-03-06) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.25.0...6.25.1) ##### Bug fixes Fix accidental non-optional field in layer config objects. ### [`v6.25.0`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6250-2024-03-04) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.24.1...6.25.0) ##### 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`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6241-2024-02-19) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.24.0...6.24.1) ##### Bug fixes Fix a crash that happens when hover tooltips are active during changes, introduced in 6.24.0. ### [`v6.24.0`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6240-2024-02-09) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.23.1...6.24.0) ##### 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`](https://redirect.github.com/faker-js/faker/blob/HEAD/CHANGELOG.md#841-2024-02-06) [Compare Source](https://redirect.github.com/faker-js/faker/compare/v8.4.0...v8.4.1) - JSDocs improvements ### [`v8.4.0`](https://redirect.github.com/faker-js/faker/blob/HEAD/CHANGELOG.md#840-2024-01-24) [Compare Source](https://redirect.github.com/faker-js/faker/compare/v8.3.1...v8.4.0) ##### Features - **helpers:** add support for complex intermediate types ([#​2550](https://redirect.github.com/faker-js/faker/issues/2550)) ([24482a3](https://redirect.github.com/faker-js/faker/commit/24482a30042eec5b553b30d60985e89fd69a8660)) - **number:** add parameter `fractionDigits` in float ([#​1855](https://redirect.github.com/faker-js/faker/issues/1855)) ([41d8778](https://redirect.github.com/faker-js/faker/commit/41d87789c7ff353acfd0f5ca88a99c0d1fd3b500)) - **person:** add job titles for fr ([#​2531](https://redirect.github.com/faker-js/faker/issues/2531)) ([ba28ab6](https://redirect.github.com/faker-js/faker/commit/ba28ab6e59009cceb5b691ddd212e09df22b586e)) ##### Bug Fixes - **finance:** correct VG IBAN format ([#​2552](https://redirect.github.com/faker-js/faker/issues/2552)) ([b8049d1](https://redirect.github.com/faker-js/faker/commit/b8049d171086bce7b46eb617c88f44cfdd019e00)) - **internet:** username method to return value that always includes… ([#​2506](https://redirect.github.com/faker-js/faker/issues/2506)) ([0ee1c67](https://redirect.github.com/faker-js/faker/commit/0ee1c6751ec97e10ca1436d2b100b4acb1ac90ec)) - **locale:** incomplete airline names in zh_CN ([#​2558](https://redirect.github.com/faker-js/faker/issues/2558)) ([5525b55](https://redirect.github.com/faker-js/faker/commit/5525b55cc47fa97b55de52fccff7ab51633e639a)) - **number:** improve float generation for precisions of form 10^-n ([#​2581](https://redirect.github.com/faker-js/faker/issues/2581)) ([39c715d](https://redirect.github.com/faker-js/faker/commit/39c715d916d69e83795932260f1681df3241db91)) ##### [8.3.1](https://redirect.github.com/faker-js/faker/compare/v8.3.0...v8.3.1) (2023-11-14) ##### Bug Fixes - remove `[@internal](https://redirect.github.com/internal)` from module parent classes ([#​2548](https://redirect.github.com/faker-js/faker/issues/2548)) ([77f54ad](https://redirect.github.com/faker-js/faker/commit/77f54ad78f9d7952b3b315f72878267f18ed1e69))
TanStack/virtual (@​tanstack/react-virtual) ### [`v3.10.7`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.10.7) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.10.6...v3.10.7) Version 3.10.7 - 9/4/24, 1:15 PM #### Changes ##### Fix - don"t clear elementsCache on cleanup ([#​830](https://redirect.github.com/TanStack/virtual/issues/830)) ([`9627ecd`](https://redirect.github.com/TanStack/virtual/commit/9627ecd)) by [@​piecyk](https://redirect.github.com/piecyk) ##### Chore - deps: update dependency svelte-check to v4 ([#​829](https://redirect.github.com/TanStack/virtual/issues/829)) ([`8409909`](https://redirect.github.com/TanStack/virtual/commit/8409909)) by renovate\[bot] - deps: update all non-major dependencies ([#​825](https://redirect.github.com/TanStack/virtual/issues/825)) ([`fdcb2af`](https://redirect.github.com/TanStack/virtual/commit/fdcb2af)) by renovate\[bot] - deps: lock file maintenance ([#​824](https://redirect.github.com/TanStack/virtual/issues/824)) ([`1eb4134`](https://redirect.github.com/TanStack/virtual/commit/1eb4134)) by renovate\[bot] - deps: update to [@​tanstack/config](https://redirect.github.com/tanstack/config) 0.13.1 ([#​822](https://redirect.github.com/TanStack/virtual/issues/822)) ([`6b755fe`](https://redirect.github.com/TanStack/virtual/commit/6b755fe)) by Lachlan Collins - deps: use ESLint v9 ([#​821](https://redirect.github.com/TanStack/virtual/issues/821)) ([`278e6d6`](https://redirect.github.com/TanStack/virtual/commit/278e6d6)) by Lachlan Collins #### Packages - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).10.7 - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).10.7 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).10.7 - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).10.7 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).10.7 - [@​tanstack/angular-virtual](https://redirect.github.com/tanstack/angular-virtual)[@​3](https://redirect.github.com/3).10.7 - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).10.7 ### [`v3.10.6`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.10.6) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.10.5...v3.10.6) Version 3.10.6 - 8/29/24, 9:29 AM #### Changes ##### Fix - virtual-core: add bigint to Key to align with [@​types/react](https://redirect.github.com/types/react) implementation ([#​814](https://redirect.github.com/TanStack/virtual/issues/814)) ([`1e12f81`](https://redirect.github.com/TanStack/virtual/commit/1e12f81)) by [@​huv1k](https://redirect.github.com/huv1k) ##### Chore - deps: update dependency jsdom to v25 ([#​818](https://redirect.github.com/TanStack/virtual/issues/818)) ([`41ca485`](https://redirect.github.com/TanStack/virtual/commit/41ca485)) by renovate\[bot] - deps: update dependency [@​vueuse/core](https://redirect.github.com/vueuse/core) to v11 ([#​817](https://redirect.github.com/TanStack/virtual/issues/817)) ([`5662317`](https://redirect.github.com/TanStack/virtual/commit/5662317)) by renovate\[bot] #### Packages - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).10.6 - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).10.6 - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).10.6 - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).10.6 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).10.6 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).10.6 - [@​tanstack/angular-virtual](https://redirect.github.com/tanstack/angular-virtual)[@​3](https://redirect.github.com/3).10.6 ### [`v3.10.5`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.10.5) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.10.4...v3.10.5) Version 3.10.5 - 8/27/24, 1:39 PM #### Changes ##### Fix - angular-virtual: fix proxying of computed functions with args ([#​812](https://redirect.github.com/TanStack/virtual/issues/812)) ([`3422577`](https://redirect.github.com/TanStack/virtual/commit/3422577)) by Garrett Darnell ##### Refactor - angular-virtual: add eslint & fix all eslint errors ([#​813](https://redirect.github.com/TanStack/virtual/issues/813)) ([`c51217d`](https://redirect.github.com/TanStack/virtual/commit/c51217d)) by Garrett Darnell ##### Chore - change type of "debug" from any to boolean ([#​809](https://redirect.github.com/TanStack/virtual/issues/809)) ([`cadac12`](https://redirect.github.com/TanStack/virtual/commit/cadac12)) by [@​steadily-worked](https://redirect.github.com/steadily-worked) - deps: update all non-major dependencies ([#​811](https://redirect.github.com/TanStack/virtual/issues/811)) ([`236b312`](https://redirect.github.com/TanStack/virtual/commit/236b312)) by renovate\[bot] #### Packages - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).10.5 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).10.5 - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).10.5 - [@​tanstack/angular-virtual](https://redirect.github.com/tanstack/angular-virtual)[@​3](https://redirect.github.com/3).10.5 - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).10.5 - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).10.5 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).10.5 ### [`v3.10.4`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.10.4) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.10.2...v3.10.4) Version 3.10.4 - 8/23/24, 12:29 PM #### Changes ##### Fix - getItemKey when element is missing from list ([#​810](https://redirect.github.com/TanStack/virtual/issues/810)) ([`045b442`](https://redirect.github.com/TanStack/virtual/commit/045b442)) by [@​piecyk](https://redirect.github.com/piecyk) #### Packages - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).10.4 - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).10.4 - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).10.4 - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).10.4 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).10.4 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).10.4 - [@​tanstack/angular-virtual](https://redirect.github.com/tanstack/angular-virtual)[@​3](https://redirect.github.com/3).10.4 ### [`v3.10.2`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.10.2) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.10.1...v3.10.2) Version 3.10.2 - 8/22/24, 1:00 PM #### Changes ##### Fix - performance issues with measureElement ([#​806](https://redirect.github.com/TanStack/virtual/issues/806)) ([`0ad4e6c`](https://redirect.github.com/TanStack/virtual/commit/0ad4e6c)) by [@​piecyk](https://redirect.github.com/piecyk) ##### Chore - examples: replace deprecated faker.datatype.number ([#​805](https://redirect.github.com/TanStack/virtual/issues/805)) ([`eebc3e7`](https://redirect.github.com/TanStack/virtual/commit/eebc3e7)) by [@​piecyk](https://redirect.github.com/piecyk) #### Packages - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).10.2 - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).10.2 - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).10.2 - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).10.2 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).10.2 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).10.2 - [@​tanstack/angular-virtual](https://redirect.github.com/tanstack/angular-virtual)[@​3](https://redirect.github.com/3).10.2 ### [`v3.10.1`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.10.1) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.10.0...v3.10.1) Version 3.10.1 - 8/20/24, 3:57 AM #### Changes ##### Fix - force release all ([`e48594d`](https://redirect.github.com/TanStack/virtual/commit/e48594d)) by Tanner Linsley - force publish ([`064981f`](https://redirect.github.com/TanStack/virtual/commit/064981f)) by Tanner Linsley #### Packages - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).10.1 - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).10.1 - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).10.1 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).10.1 - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).10.1 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).10.1 - [@​tanstack/angular-virtual](https://redirect.github.com/tanstack/angular-virtual)[@​3](https://redirect.github.com/3).10.1 ### [`v3.10.0`](https://redirect.github.com/TanStack/virtual/compare/v3.9.0...v3.10.0) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.9.0...v3.10.0) ### [`v3.9.0`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.9.0) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.8.6...v3.9.0) Version 3.9.0 - 8/14/24, 12:20 PM #### Changes ##### Feat - support inverted horizontal scrolling for right-to-left locales ([#​787](https://redirect.github.com/TanStack/virtual/issues/787)) ([`2f5821a`](https://redirect.github.com/TanStack/virtual/commit/2f5821a)) by Christian Achgill ##### Chore - deps: update all non-major dependencies ([#​792](https://redirect.github.com/TanStack/virtual/issues/792)) ([`0691037`](https://redirect.github.com/TanStack/virtual/commit/0691037)) by renovate\[bot] - examples: Resolve duplicate first page and incorrect rendering start ([#​785](https://redirect.github.com/TanStack/virtual/issues/785)) ([`06d631e`](https://redirect.github.com/TanStack/virtual/commit/06d631e)) by JaeYoung #### Packages - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).9.0 - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).9.0 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).9.0 - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).9.0 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).9.0 - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).9.0 ### [`v3.8.6`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.8.6) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.8.4...v3.8.6) Version 3.8.6 - 8/9/24, 5:43 AM #### Changes ##### Fix - correct key for getVirtualItems memo ([#​788](https://redirect.github.com/TanStack/virtual/issues/788)) ([`895cde5`](https://redirect.github.com/TanStack/virtual/commit/895cde5)) by [@​nguyenyou](https://redirect.github.com/nguyenyou) #### Packages - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).8.6 - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).8.6 - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).8.6 - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).8.6 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).8.6 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).8.6 ### [`v3.8.4`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.8.4) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.8.3...v3.8.4) Version 3.8.4 - 7/30/24, 6:57 AM #### Changes ##### Fix - examples:react:infinite-scroll: fix type error ([#​781](https://redirect.github.com/TanStack/virtual/issues/781)) ([`eb480b4`](https://redirect.github.com/TanStack/virtual/commit/eb480b4)) by JaeYoung ##### Chore - deps: update dependency vitest to v2 ([#​780](https://redirect.github.com/TanStack/virtual/issues/780)) ([`f553d06`](https://redirect.github.com/TanStack/virtual/commit/f553d06)) by renovate\[bot] - deps: update all non-major dependencies ([#​778](https://redirect.github.com/TanStack/virtual/issues/778)) ([`89970a7`](https://redirect.github.com/TanStack/virtual/commit/89970a7)) by renovate\[bot] - deps: update all non-major dependencies ([#​769](https://redirect.github.com/TanStack/virtual/issues/769)) ([`9e2cf52`](https://redirect.github.com/TanStack/virtual/commit/9e2cf52)) by renovate\[bot] - deps: update all non-major dependencies ([#​764](https://redirect.github.com/TanStack/virtual/issues/764)) ([`ce3e516`](https://redirect.github.com/TanStack/virtual/commit/ce3e516)) by renovate\[bot] - deps: update all non-major dependencies ([#​763](https://redirect.github.com/TanStack/virtual/issues/763)) ([`30a34fb`](https://redirect.github.com/TanStack/virtual/commit/30a34fb)) by renovate\[bot] - deps: update dependency [@​tanstack/config](https://redirect.github.com/tanstack/config) to ^0.9.6 ([#​760](https://redirect.github.com/TanStack/virtual/issues/760)) ([`d4b4666`](https://redirect.github.com/TanStack/virtual/commit/d4b4666)) by renovate\[bot] ##### Ci - renovate: update renovate config ([#​777](https://redirect.github.com/TanStack/virtual/issues/777)) ([`17ab1f1`](https://redirect.github.com/TanStack/virtual/commit/17ab1f1)) by Lachlan Collins - sync with other TanStack projects ([#​772](https://redirect.github.com/TanStack/virtual/issues/772)) ([`9f36cd3`](https://redirect.github.com/TanStack/virtual/commit/9f36cd3)) by Lachlan Collins - Add autofix.yml ([#​767](https://redirect.github.com/TanStack/virtual/issues/767)) ([`8428b7d`](https://redirect.github.com/TanStack/virtual/commit/8428b7d)) by Lachlan Collins ##### Docs - update API documentation of scrollToIndex ([#​774](https://redirect.github.com/TanStack/virtual/issues/774)) ([`38089f6`](https://redirect.github.com/TanStack/virtual/commit/38089f6)) by Frederic Bahr - add readme for [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual) ([#​766](https://redirect.github.com/TanStack/virtual/issues/766)) ([`1135049`](https://redirect.github.com/TanStack/virtual/commit/1135049)) by [@​kadoshms](https://redirect.github.com/kadoshms) #### Packages - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).8.4 - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).8.4 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).8.4 - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).8.4 - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).8.4 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).8.4 ### [`v3.8.3`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.8.3) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.8.2...v3.8.3) Version 3.8.3 - 7/11/24, 4:12 AM (Manual Release) #### Changes ##### Chore - deps: update dependency sherif to ^0.10.0 ([#​758](https://redirect.github.com/TanStack/virtual/issues/758)) ([`b572dcd`](https://redirect.github.com/TanStack/virtual/commit/b572dcd)) by renovate\[bot] - deps: update dependency [@​faker-js/faker](https://redirect.github.com/faker-js/faker) to v8 ([#​756](https://redirect.github.com/TanStack/virtual/issues/756)) ([`42c9234`](https://redirect.github.com/TanStack/virtual/commit/42c9234)) by renovate\[bot] ##### Ci - enable npm provenance ([#​759](https://redirect.github.com/TanStack/virtual/issues/759)) ([`50ab53b`](https://redirect.github.com/TanStack/virtual/commit/50ab53b)) by Lachlan Collins - Improve Nx inputs ([#​757](https://redirect.github.com/TanStack/virtual/issues/757)) ([`d403e19`](https://redirect.github.com/TanStack/virtual/commit/d403e19)) by Lachlan Collins #### Packages - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).8.3 - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).8.3 - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).8.3 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).8.3 - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).8.3 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).8.3 ### [`v3.8.2`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.8.2) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.8.1...v3.8.2) Version 3.8.2 - 7/9/24, 5:40 AM (Manual Release) #### Changes ##### Chore - deps: update dependency [@​tanstack/config](https://redirect.github.com/tanstack/config) to ^0.9.2 ([#​755](https://redirect.github.com/TanStack/virtual/issues/755)) ([`a4d2d41`](https://redirect.github.com/TanStack/virtual/commit/a4d2d41)) by renovate\[bot] - deps: update all non-major dependencies ([#​754](https://redirect.github.com/TanStack/virtual/issues/754)) ([`1fe8a10`](https://redirect.github.com/TanStack/virtual/commit/1fe8a10)) by renovate\[bot] - deps: update all non-major dependencies ([#​753](https://redirect.github.com/TanStack/virtual/issues/753)) ([`557791a`](https://redirect.github.com/TanStack/virtual/commit/557791a)) by renovate\[bot] ##### Ci - renovate: Add ignorePresets ([`455c99b`](https://redirect.github.com/TanStack/virtual/commit/455c99b)) by Lachlan Collins - Add PR previews with `pkg-pr-new` ([#​751](https://redirect.github.com/TanStack/virtual/issues/751)) ([`9c3ee80`](https://redirect.github.com/TanStack/virtual/commit/9c3ee80)) by Lachlan Collins - Optimise GitHub Actions workflow ([#​746](https://redirect.github.com/TanStack/virtual/issues/746)) ([`36faca8`](https://redirect.github.com/TanStack/virtual/commit/36faca8)) by Lachlan Collins ##### Docs - add documentation links to Lit Virtual ([#​747](https://redirect.github.com/TanStack/virtual/issues/747)) ([`9f89211`](https://redirect.github.com/TanStack/virtual/commit/9f89211)) by [@​kadoshms](https://redirect.github.com/kadoshms) #### Packages - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).8.2 - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).8.2 - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).8.2 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).8.2 - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).8.2 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).8.2 ### [`v3.8.1`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.8.1) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.8.0...v3.8.1) Version 3.8.1 - 6/29/24, 2:48 AM (Manual Release) #### Changes ##### Fix - lit-virtual: Add publish config ([`40de0a4`](https://redirect.github.com/TanStack/virtual/commit/40de0a4)) by Lachlan Collins #### Packages - [@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual)[@​3](https://redirect.github.com/3).8.1 - [@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@​3](https://redirect.github.com/3).8.1 - [@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual)[@​3](https://redirect.github.com/3).8.1 - [@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual)[@​3](https://redirect.github.com/3).8.1 - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).8.1 - [@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@​3](https://redirect.github.com/3).8.1 ### [`v3.8.0`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.8.0) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.7.0...v3.8.0) Version 3.8.0 - 6/29/24, 2:39 AM #### Changes ##### Feat - add lit integration ([#​718](https://redirect.github.com/TanStack/virtual/issues/718)) ([`e02207d`](https://redirect.github.com/TanStack/virtual/commit/e02207d)) by [@​kadoshms](https://redirect.github.com/kadoshms) ##### Chore - TanStack workspace upgrades ([#​744](https://redirect.github.com/TanStack/virtual/issues/744)) ([`11caab2`](https://redirect.github.com/TanStack/virtual/commit/11caab2)) by Lachlan Collins #### Packages - [@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)[@​3](https://redirect.github.com/3).8.0 - [@​tanstack/react-virtual](https://redirect.github.com/tansta

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.



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

renovate[bot] commented 1 day ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: esbuild-sass-plugin@2.16.1
npm ERR! Found: esbuild@0.23.1
npm ERR! node_modules/esbuild
npm ERR!   dev esbuild@"^0.23.0" from the root project
npm ERR!   peer esbuild@">= 0.14.0" from esbuild-plugin-copy@2.1.1
npm ERR!   node_modules/esbuild-plugin-copy
npm ERR!     dev esbuild-plugin-copy@"^2.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer esbuild@"^0.19.4" from esbuild-sass-plugin@2.16.1
npm ERR! node_modules/esbuild-sass-plugin
npm ERR!   dev esbuild-sass-plugin@"^2.10.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: esbuild@0.19.12
npm ERR! node_modules/esbuild
npm ERR!   peer esbuild@"^0.19.4" from esbuild-sass-plugin@2.16.1
npm ERR!   node_modules/esbuild-sass-plugin
npm ERR!     dev esbuild-sass-plugin@"^2.10.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-09-05T20_16_32_304Z-debug-0.log