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) #276

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete 6.8.1 -> 6.11.1 age adoption passing confidence
@codemirror/commands 6.2.5 -> 6.3.3 age adoption passing confidence
@codemirror/language 6.8.0 -> 6.10.0 age adoption passing confidence
@codemirror/view 6.14.1 -> 6.23.0 age adoption passing confidence
@faker-js/faker 8.0.2 -> 8.3.1 age adoption passing confidence
@ladle/react 2.16.1 -> 2.17.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.3.0 -> 6.18.1 age adoption passing confidence
@typescript-eslint/parser (source) 6.3.0 -> 6.18.1 age adoption passing confidence
esbuild ^0.18.0 -> ^0.19.0 age adoption passing confidence
esbuild-sass-plugin 2.10.0 -> 2.16.1 age adoption passing confidence
eslint (source) 8.45.0 -> 8.56.0 age adoption passing confidence
eslint-plugin-import 2.27.5 -> 2.29.1 age adoption passing confidence
highlight.js (source) 11.8.0 -> 11.9.0 age adoption passing confidence
jest (source) 29.6.4 -> 29.7.0 age adoption passing confidence
jest-environment-jsdom (source) 29.6.4 -> 29.7.0 age adoption passing confidence
marked-highlight 2.0.9 -> 2.1.0 age adoption passing confidence
release-it 16.1.5 -> 16.3.0 age adoption passing confidence
typescript (source) 5.1.6 -> 5.3.3 age adoption passing confidence
web-ext 7.6.2 -> 7.10.0 age adoption passing confidence

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete) ### [`v6.11.1`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6111-2023-11-27) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.11.0...6.11.1) ##### Bug fixes Fix a bug that caused typing over closed brackets after pressing enter to still not work in many situations. ### [`v6.11.0`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6110-2023-11-09) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.10.2...6.11.0) ##### Bug fixes Fix an issue that would prevent typing over closed brackets after starting a new line with enter. ##### New features Additional elements rendered in completion options with `addToOptions` are now given access to the editor view. ### [`v6.10.2`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6102-2023-10-13) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.10.1...6.10.2) ##### Bug fixes Fix a bug that caused `updateSyncTime` to always delay the initial population of the tooltip. ### [`v6.10.1`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6101-2023-10-11) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.10.0...6.10.1) ##### Bug fixes Fix a bug where picking a selection with the mouse could use the wrong completion if the completion list was updated after being opened. ### [`v6.10.0`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6100-2023-10-11) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.9.2...6.10.0) ##### New features The new autocompletion configuration option `updateSyncTime` allows control over how long fast sources are held back waiting for slower completion sources. ### [`v6.9.2`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#692-2023-10-06) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.9.1...6.9.2) ##### Bug fixes Fix a bug in `completeAnyWord` that could cause it to generate invalid regular expressions and crash. ### [`v6.9.1`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#691-2023-09-14) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.9.0...6.9.1) ##### Bug fixes Make sure the cursor is scrolled into view after inserting completion text. Make sure scrolling completions into view doesn't get confused when the tooltip is scaled. ### [`v6.9.0`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#690-2023-07-18) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.8.1...6.9.0) ##### New features Completions may now provide a `displayLabel` property that overrides the way they are displayed in the completion list.
codemirror/commands (@​codemirror/commands) ### [`v6.3.3`](https://togithub.com/codemirror/commands/blob/HEAD/CHANGELOG.md#633-2023-12-28) [Compare Source](https://togithub.com/codemirror/commands/compare/6.3.2...6.3.3) ##### Bug fixes Fix an issue causing cursor motion commands to not dispatch a transaction when the change only affects cursor associativity. ### [`v6.3.2`](https://togithub.com/codemirror/commands/blob/HEAD/CHANGELOG.md#632-2023-11-28) [Compare Source](https://togithub.com/codemirror/commands/compare/6.3.1...6.3.2) ##### Bug fixes Fix a regression that caused `deleteCharBackward` to sometimes delete a large chunk of text. ### [`v6.3.1`](https://togithub.com/codemirror/commands/blob/HEAD/CHANGELOG.md#631-2023-11-27) [Compare Source](https://togithub.com/codemirror/commands/compare/6.3.0...6.3.1) ##### Bug fixes When undoing, store the selection after the undone change with the redo event, so that redoing restores it. `deleteCharBackward` will no longer delete variant selector characters as separate characters. ### [`v6.3.0`](https://togithub.com/codemirror/commands/blob/HEAD/CHANGELOG.md#630-2023-09-29) [Compare Source](https://togithub.com/codemirror/commands/compare/6.2.5...6.3.0) ##### Bug fixes Make it possible for `selectParentSyntax` to jump out of or into a syntax tree overlay. Make Cmd-Backspace and Cmd-Delete on macOS delete to the next line wrap point, not the start/end of the line. ##### New features The new `deleteLineBoundaryForward` and `deleteLineBoundaryBackward` commands delete to the start/end of the line or the next line wrapping point.
codemirror/language (@​codemirror/language) ### [`v6.10.0`](https://togithub.com/codemirror/language/blob/HEAD/CHANGELOG.md#6100-2023-12-28) [Compare Source](https://togithub.com/codemirror/language/compare/6.9.3...6.10.0) ##### New features The new `bidiIsolates` extension can be used to wrap syntactic elements where this is appropriate in an element that isolates their text direction, avoiding weird ordering of neutral characters on direction boundaries. ### [`v6.9.3`](https://togithub.com/codemirror/language/blob/HEAD/CHANGELOG.md#693-2023-11-27) [Compare Source](https://togithub.com/codemirror/language/compare/6.9.2...6.9.3) ##### Bug fixes Fix an issue in `StreamLanguage` where it ran out of node type ids if you repeatedly redefined a language with the same token table. ### [`v6.9.2`](https://togithub.com/codemirror/language/blob/HEAD/CHANGELOG.md#692-2023-10-24) [Compare Source](https://togithub.com/codemirror/language/compare/6.9.1...6.9.2) ##### Bug fixes Allow `StreamParser` tokens get multiple highlighting tags. ### [`v6.9.1`](https://togithub.com/codemirror/language/blob/HEAD/CHANGELOG.md#691-2023-09-20) [Compare Source](https://togithub.com/codemirror/language/compare/6.9.0...6.9.1) ##### Bug fixes Indentation now works a lot better in mixed-language documents that interleave the languages in a complex way. Code folding is now able to pick the right foldable syntax node when the line end falls in a mixed-parsing language that doesn't match the target node. ### [`v6.9.0`](https://togithub.com/codemirror/language/blob/HEAD/CHANGELOG.md#690-2023-08-16) [Compare Source](https://togithub.com/codemirror/language/compare/6.8.0...6.9.0) ##### Bug fixes Make `getIndentation` return null, rather than 0, when there is no syntax tree available. ##### New features The new `preparePlaceholder` option to `codeFolding` makes it possible to display contextual information in a folded range placeholder widget.
codemirror/view (@​codemirror/view) ### [`v6.23.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6230-2023-12-28) [Compare Source](https://togithub.com/codemirror/view/compare/6.22.3...6.23.0) ##### Bug fixes Work around odd iOS Safari behavior when doing select all. Fix a composition interruption when an widget is inserted next to the cursor. Fix a crash in bidirectional cursor motion. Simplify visual motion through bidirectional text, fix several corner cases where it would work badly. Fix a bug that broke some bidi isolates not on the first line of the document. ##### New features `EditorView.bidiIsolatedRanges` now supports automatically determining the direction of the range if not provided by the decoration. `EditorView.visualLineSide` can be used to find the visual end or start of a line with bidirectional text. The new `EditorView.outerDecorations` facet can be used to provide decorations that should always be at the bottom of the precedence stack. ### [`v6.22.3`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6223-2023-12-13) [Compare Source](https://togithub.com/codemirror/view/compare/6.22.2...6.22.3) ##### Bug fixes Fix a bug that could cause tooltips to be unnecessarily be positioned absolutely. Make sure that, when an editor creates tooltips immediately on initialization, the editor is attached to the document when their `mount` callback is called. ### [`v6.22.2`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6222-2023-12-08) [Compare Source](https://togithub.com/codemirror/view/compare/6.22.1...6.22.2) ##### Bug fixes Fix an issue in the bidirectional motion that could cause the cursor to get stuck in a loop when a zero-width non-joiner char was placed on a direction boundary. Fix a bug that corrupts the editor's internal view tree data structure on some types of edits, putting the editor in a broken state. ### [`v6.22.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6221-2023-11-27) [Compare Source](https://togithub.com/codemirror/view/compare/6.22.0...6.22.1) ##### Bug fixes Call widget `destroy` methods when the entire editor is destroyed or reset. Work around an issue on Safari on macOS Sonoma that made the native cursor visible even when `drawSelection` is enabled. Fix an issue where, on some browsers, the screenreader announced text ended up in the printed document. Fix a bug where a hover tooltip could stick around even though the pointer was no longer on the editor when it was moved out over the tooltip. Fix an issue where hover tooltips could close when moving the mouse onto them due to mouse position rounding issues. ### [`v6.22.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6220-2023-11-03) [Compare Source](https://togithub.com/codemirror/view/compare/6.21.4...6.22.0) ##### Bug fixes Exceptions raised by update listeners are now routed to the configured exception sink, if any. Fix an issue where passing large scroll margins to `scrollIntoView` would cause the measure loop to fail to terminate. Widgets that are draggable (and allow drag events through in their `ignoreEvent` implementation) can now use the editor's built-in drag/drop behavior. ##### New features The new `scrollTo` option to `EditorView` allows an initial scroll position to be provided. The new `EditorView.scrollSnapshot` method returns an effect that can be used to reset to a previous scroll position. ### [`v6.21.4`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6214-2023-10-24) [Compare Source](https://togithub.com/codemirror/view/compare/6.21.3...6.21.4) ##### Bug fixes Support the `offset`, `getCoords`, `overlap`, and `resize` properties on hover tooltips, as long as they aren't given conflicting values when there are multiple active hover tooltips. Fix a bug that caused tooltips in the default configuration to be positioned incorrectly on Chrome when the editor was transformed. ### [`v6.21.3`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6213-2023-10-06) [Compare Source](https://togithub.com/codemirror/view/compare/6.21.2...6.21.3) ##### Bug fixes Fix an issue that caused `coordsForChar` to return the wrong rectangle for characters after a line wrap in Safari. Make the context menu work when clicking below the content in a fixed-height editor. Tooltips that have been put below/above their target position because there is no room on their default side now stay there on further updates. ### [`v6.21.2`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6212-2023-10-02) [Compare Source](https://togithub.com/codemirror/view/compare/6.21.1...6.21.2) ##### Bug fixes Fix a regression that broke dragging text from inside the editor. ### [`v6.21.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6211-2023-10-02) [Compare Source](https://togithub.com/codemirror/view/compare/6.21.0...6.21.1) ##### Bug fixes Fix a bug that could corrupt the DOM view for specific changes involving newlines and mark decorations. ### [`v6.21.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6210-2023-09-29) [Compare Source](https://togithub.com/codemirror/view/compare/6.20.2...6.21.0) ##### Bug fixes Fix a bug that could cause zero-length widgets at the start of a line to be left in the view even after they were removed. ##### New features `RectangleMarker`'s dimension properties are now public. ### [`v6.20.2`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6202-2023-09-25) [Compare Source](https://togithub.com/codemirror/view/compare/6.20.1...6.20.2) ##### Bug fixes Fix an issue in the way the DOM selection is being read that could break backspacing of widgets on Android. Fix a bug where the editor could incorrectly computate its transform scale when it was small. ### [`v6.20.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6201-2023-09-22) [Compare Source](https://togithub.com/codemirror/view/compare/6.20.0...6.20.1) ##### Bug fixes Fix a crash in plugin event handlers after dynamic reconfiguration. Fix an issue where, on Chrome, tooltips would no longer use fixed positioning. ### [`v6.20.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6200-2023-09-20) [Compare Source](https://togithub.com/codemirror/view/compare/6.19.0...6.20.0) ##### Bug fixes Fix an issue that caused `repositionTooltips` to crash when it was called on an editor without tooltips. Fix an issue that caused the tooltip system to leave empty nodes in the DOM when an editor using the `parent` option to `tooltips` is destroyed. Fix a bug that regression mouse interaction with the area of a fixed-size editor that isn't covered by the content. Fix some issues with the way `moveVertically` behaved for positions on line wrap points. Fix a bug that could cause the document DOM to be incorrectly updated on some types of viewport changes. ##### New features The new `getDrawSelectionConfig` function returns the `drawSelection` configuration for a given state. ### [`v6.19.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6190-2023-09-14) [Compare Source](https://togithub.com/codemirror/view/compare/6.18.1...6.19.0) ##### Bug fixes Make sure the drop cursor is properly cleaned up even when another extension handles the drop event. Fix a crash related to non-inclusive replacing block decorations. ##### New features The new `EditorView.domEventObservers` (and the corresponding option to view plugins) allows you to register functions that are always called for an event, regardless of whether other handlers handled it. ### [`v6.18.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6181-2023-09-11) [Compare Source](https://togithub.com/codemirror/view/compare/6.18.0...6.18.1) ##### Bug fixes Fix an issue where the editor duplicated text when the browser moved content into the focused text node on composition. Make sure `widgetMarker` is called for gutters on lines covered by a block replace decoration. Fix an issue where the cursor could be shown in a position that doesn't allow a cursor when the selection is in a block widget. ### [`v6.18.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6180-2023-09-05) [Compare Source](https://togithub.com/codemirror/view/compare/6.17.1...6.18.0) ##### New features The new `EditorView.scaleX` and `scaleY` properties return the CSS-transformed scale of the editor (or 1 when not scaled). The editor now supports being scaled with CSS. ### [`v6.17.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6171-2023-08-31) [Compare Source](https://togithub.com/codemirror/view/compare/6.17.0...6.17.1) ##### Bug fixes Don't close the hover tooltip when the pointer moves over empty space caused by line breaks within the hovered range. Fix a bug where on Chrome Android, if a virtual keyboard was slow to apply a change, the editor could end up dropping it. Work around an issue where line-wise copy/cut didn't work in Firefox because the browser wasn't firing those events when nothing was selected. Fix a crash triggered by the way some Android IME systems update the DOM. Fix a bug that caused replacing a word by an emoji on Chrome Android to be treated as a backspace press. ### [`v6.17.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6170-2023-08-28) [Compare Source](https://togithub.com/codemirror/view/compare/6.16.0...6.17.0) ##### Bug fixes Fix a bug that broke hover tooltips when hovering over a widget. ##### New features The new `EditorView.cspNonce` facet can be used to provide a Content Security Policy nonce for the library's generated CSS. The new `EditorView.bidiIsolatedRanges` can be used to inform the editor about ranges styled as Unicode bidirection isolates, so that it can compute the character order correctly. `EditorView.dispatch` now also accepts an array of transactions to be applied together in a single view update. The new `dispatchTransactions` option to `new EditorView` now replaces the old (deprecated but still supported) `dispatch` option in a way that allows multiple transactions to be applied in one update. Input handlers are now passed an additional argument that they can use to retrieve the default transaction that would be applied for the insertion. ### [`v6.16.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6160-2023-07-31) [Compare Source](https://togithub.com/codemirror/view/compare/6.15.3...6.16.0) ##### Bug fixes Fix an issue that made the gutter not stick in place when the editor was in a right-to-left context. ##### New features The new `EditorView.coordsForChar` method returns the client rectangle for a given character in the editor. ### [`v6.15.3`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6153-2023-07-18) [Compare Source](https://togithub.com/codemirror/view/compare/6.15.2...6.15.3) ##### Bug fixes Fix another crash regression for compositions before line breaks. ### [`v6.15.2`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6152-2023-07-18) [Compare Source](https://togithub.com/codemirror/view/compare/6.15.1...6.15.2) ##### Bug fixes Fix the check that made sure compositions are dropped when the selection is moved. ### [`v6.15.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6151-2023-07-18) [Compare Source](https://togithub.com/codemirror/view/compare/6.15.0...6.15.1) ##### Bug fixes Fix a regression that could cause the composition content to be drawn incorrectly. ### [`v6.15.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6150-2023-07-17) [Compare Source](https://togithub.com/codemirror/view/compare/6.14.1...6.15.0) ##### Bug fixes Fix dragging a selection from inside the current selection on macOS. Fix an issue that could cause the scroll position to jump wildly Don't try to scroll fixed-positioned elements into view by scrolling their parent elements. Fix a bug that caused the cursor to be hidden when showing a placeholder that consisted of the empty string. Resolve some issues where composition could incorrectly affect nearby replaced content. ##### New features Key bindings can now set a `stopPropagation` field to cause the view to stop the key event propagation when it considers the event handled.
faker-js/faker (@​faker-js/faker) ### [`v8.3.1`](https://togithub.com/faker-js/faker/blob/HEAD/CHANGELOG.md#831-2023-11-14) [Compare Source](https://togithub.com/faker-js/faker/compare/v8.3.0...v8.3.1) ### [`v8.3.0`](https://togithub.com/faker-js/faker/blob/HEAD/CHANGELOG.md#830-2023-11-14) [Compare Source](https://togithub.com/faker-js/faker/compare/v8.2.0...v8.3.0) ##### Features - **person:** use fake patterns for jobTitle ([#​2528](https://togithub.com/faker-js/faker/issues/2528)) ([b40ad45](https://togithub.com/faker-js/faker/commit/b40ad45ad3cca6769968a63264e6d925bf4b328a)) ##### Bug Fixes - **date:** ensures correct range for birthdate ([#​2535](https://togithub.com/faker-js/faker/issues/2535)) ([7ce8c28](https://togithub.com/faker-js/faker/commit/7ce8c285cb5b2d13e95a17be78ecbd52f3c7d9db)) - **finance:** maskedNumber has incorrect defaults ([#​2494](https://togithub.com/faker-js/faker/issues/2494)) ([e0ba50b](https://togithub.com/faker-js/faker/commit/e0ba50b37e438503ed1899bff35afc92b4f8f49c)) - **locale:** improve Swedish phone numbers format ([#​2520](https://togithub.com/faker-js/faker/issues/2520)) ([e4865df](https://togithub.com/faker-js/faker/commit/e4865df199359797397cc3c5455f3a1a9c179f93)) ##### Changed Locales - **locale:** remove fr_CH data which is identical to fr ([#​2526](https://togithub.com/faker-js/faker/issues/2526)) ([fafcba4](https://togithub.com/faker-js/faker/commit/fafcba473f8a91eeb8230ebdc1ad5039b25091e1)) ##### New Locales - **locale:** add person to fr_SN ([#​2537](https://togithub.com/faker-js/faker/issues/2537)) ([ef965da](https://togithub.com/faker-js/faker/commit/ef965da48a8089e6bb19bcf260bfcd8af1a43799)) - **locale:** add Senegal locale ([#​2525](https://togithub.com/faker-js/faker/issues/2525)) ([6df70bc](https://togithub.com/faker-js/faker/commit/6df70bce16500ab74a37f932f2e17a08f297430b)) - **locale:** add streets to location fr_SN ([#​2536](https://togithub.com/faker-js/faker/issues/2536)) ([36fc517](https://togithub.com/faker-js/faker/commit/36fc517d17591c8ea1d5135d9a93c7591e3d1f74)) - **locale:** and location to fr_SN ([#​2533](https://togithub.com/faker-js/faker/issues/2533)) ([f730125](https://togithub.com/faker-js/faker/commit/f730125ffb941fe936d6a18c775cbe3a99b312dc)) ### [`v8.2.0`](https://togithub.com/faker-js/faker/blob/HEAD/CHANGELOG.md#820-2023-10-14) [Compare Source](https://togithub.com/faker-js/faker/compare/v8.1.0...v8.2.0) ##### Features - support custom randomizer ([#​2284](https://togithub.com/faker-js/faker/issues/2284)) ([5410239](https://togithub.com/faker-js/faker/commit/5410239245b4a6fe8c1976f8aa33c970923f9f40)) ##### Bug Fixes - **docs:** revert filter code that breaks search in docs ([#​2425](https://togithub.com/faker-js/faker/issues/2425)) ([c498c09](https://togithub.com/faker-js/faker/commit/c498c091f488db287684690ab4ff109b1589523f)) - **locale:** Dutch phone number ([#​2400](https://togithub.com/faker-js/faker/issues/2400)) ([005369b](https://togithub.com/faker-js/faker/commit/005369b29c7ee290a870396ff0acc85e3f715e10)) ##### New Locales - **locale:** add airline database science commerce and vehicle for zh_CN ([#​2395](https://togithub.com/faker-js/faker/issues/2395)) ([9c96c0a](https://togithub.com/faker-js/faker/commit/9c96c0a131e0609a21dc5ee110cc407e76852373)) - **locale:** add street_name to `en_US`, `en_GB` and `en` ([#​2371](https://togithub.com/faker-js/faker/issues/2371)) ([491d319](https://togithub.com/faker-js/faker/commit/491d3191213e2ceaaee46dcc50ac25c3995ba2d5)) - **locale:** add unionpay credit card for zh_CN ([#​2338](https://togithub.com/faker-js/faker/issues/2338)) ([74eeccc](https://togithub.com/faker-js/faker/commit/74eecccd3af702d8a1d8072f94032ccb54293cb1)) ### [`v8.1.0`](https://togithub.com/faker-js/faker/blob/HEAD/CHANGELOG.md#810-2023-09-19) [Compare Source](https://togithub.com/faker-js/faker/compare/v8.0.2...v8.1.0) ##### Features - **color:** migrate hu human colors ([#​2157](https://togithub.com/faker-js/faker/issues/2157)) ([19635a7](https://togithub.com/faker-js/faker/commit/19635a7ef3381a475185a2857b59f943dee9be54)) - **commerce:** add method for generating ISBN-10 and ISBN-13 ([#​2240](https://togithub.com/faker-js/faker/issues/2240)) ([cb4ef28](https://togithub.com/faker-js/faker/commit/cb4ef2846ad8d09cdc4ca5366b6057f9f6e38783)) - **image:** add image dataUri with base64 ([#​2273](https://togithub.com/faker-js/faker/issues/2273)) ([869b9b4](https://togithub.com/faker-js/faker/commit/869b9b49e77848f2ad9677e54b4ab6db6cf5c58b)) - **location:** add en_IE postcodes ([#​2149](https://togithub.com/faker-js/faker/issues/2149)) ([e92c313](https://togithub.com/faker-js/faker/commit/e92c313970a9830f3328b20504313fc9ba2e61a5)) - **location:** add ne postcodes ([#​2148](https://togithub.com/faker-js/faker/issues/2148)) ([36d1d3a](https://togithub.com/faker-js/faker/commit/36d1d3a6260067708474d057281d71bf3f95daf1)) - **location:** add states for mk ([#​2271](https://togithub.com/faker-js/faker/issues/2271)) ([1b3e5eb](https://togithub.com/faker-js/faker/commit/1b3e5ebd8a6a6d70b50c1acae11d4b86c2858a2b)) - **location:** add states for pt_PT ([#​2269](https://togithub.com/faker-js/faker/issues/2269)) ([a4631db](https://togithub.com/faker-js/faker/commit/a4631dbb82e157bf5b9e63b26de47df396b91f50)) - **location:** add states for sr_RS_latin ([#​2270](https://togithub.com/faker-js/faker/issues/2270)) ([1de471f](https://togithub.com/faker-js/faker/commit/1de471f83a52b2533bb95ea462c44289cb9ea497)) - **location:** es province should be county ([#​2156](https://togithub.com/faker-js/faker/issues/2156)) ([bbda1d7](https://togithub.com/faker-js/faker/commit/bbda1d7e2ce0b0bd33a3cc78458a73cd79e3eca0)) - **location:** fi addresses ([#​2146](https://togithub.com/faker-js/faker/issues/2146)) ([1da6785](https://togithub.com/faker-js/faker/commit/1da6785af373566ce6399e93ea0aca465e19e898)) - **location:** Support ISO 3166-1 numeric country codes ([#​2325](https://togithub.com/faker-js/faker/issues/2325)) ([82b779d](https://togithub.com/faker-js/faker/commit/82b779da5e87fddd7b5a5564b7228ac54b44d349)) - **location:** update en county list ([#​2238](https://togithub.com/faker-js/faker/issues/2238)) ([6bb4775](https://togithub.com/faker-js/faker/commit/6bb4775747288130c1bbca5fe02eccc549465682)) - **lorem:** seed AR lorem ([#​2147](https://togithub.com/faker-js/faker/issues/2147)) ([6137801](https://togithub.com/faker-js/faker/commit/6137801ebfe2ff51ca82d52fcb2a63085bd17bcd)) - **metadata:** add method to access metadata ([#​2143](https://togithub.com/faker-js/faker/issues/2143)) ([fd8cfe5](https://togithub.com/faker-js/faker/commit/fd8cfe53fd59b89f91a07327711faafdd821999e)) - split SimpleFaker class from Faker ([#​2369](https://togithub.com/faker-js/faker/issues/2369)) ([d6a4f8c](https://togithub.com/faker-js/faker/commit/d6a4f8c2ddf9e957e875bc3fab77e496104d1320)) ##### Bug Fixes - **helpers:** prevent uniqueArray from hanging ([#​2239](https://togithub.com/faker-js/faker/issues/2239)) ([3dece09](https://togithub.com/faker-js/faker/commit/3dece0904933f9632afabdacd0f2b5b32d8bde2a)) - **image:** dataUri is not random ([#​2316](https://togithub.com/faker-js/faker/issues/2316)) ([a7d25fa](https://togithub.com/faker-js/faker/commit/a7d25fa6224c686bca8b21cb7961910362008ffb)) - **locale:** invalid date definitions ([#​2293](https://togithub.com/faker-js/faker/issues/2293)) ([3cecae9](https://togithub.com/faker-js/faker/commit/3cecae9cd6787899a61bc91812e94478acb3adb9)) - **locale:** limited ja first names without passing sex ([#​2190](https://togithub.com/faker-js/faker/issues/2190)) ([5de8874](https://togithub.com/faker-js/faker/commit/5de8874a8a3cdf2d1529a7d42b1f39ab6e45efe5)) - **locale:** remove continent from ja countries ([#​2194](https://togithub.com/faker-js/faker/issues/2194)) ([cdd162a](https://togithub.com/faker-js/faker/commit/cdd162a6fed3588a0fd34dca8db46c078d4c7b22)) - **locale:** remove duplicated countries in `ja` locale ([#​2189](https://togithub.com/faker-js/faker/issues/2189)) ([785a38a](https://togithub.com/faker-js/faker/commit/785a38acc5fdc0414cc54a10e8cd9b8bee669852)) - **location:** avoid hyphenated surnames in city patterns ([#​2119](https://togithub.com/faker-js/faker/issues/2119)) ([7a4bb43](https://togithub.com/faker-js/faker/commit/7a4bb43f56c22578e63d02954586a001384d9af2)) - **location:** Czech postcode format ([#​2268](https://togithub.com/faker-js/faker/issues/2268)) ([37898ca](https://togithub.com/faker-js/faker/commit/37898ca78bae0a516a03c4ecd053bfab523df2ed)) - **location:** Dutch postal codes can never start with '0' ([#​2326](https://togithub.com/faker-js/faker/issues/2326)) ([f195e06](https://togithub.com/faker-js/faker/commit/f195e06905a8384965990e686440c3714976445c)) - **location:** Pad en_US ZIP codes left to 5 characters if needed ([#​2278](https://togithub.com/faker-js/faker/issues/2278)) ([0ca1e44](https://togithub.com/faker-js/faker/commit/0ca1e442d6a882677fc73012fc481d48ca1905a5)) - remove unrelated from de_CH country codes ([#​2304](https://togithub.com/faker-js/faker/issues/2304)) ([aa1bb13](https://togithub.com/faker-js/faker/commit/aa1bb131d874591e4d46671b1e82b23fc2a7ad74)) - **test:** fix imports for jsdocs example verification ([#​2281](https://togithub.com/faker-js/faker/issues/2281)) ([2fe1308](https://togithub.com/faker-js/faker/commit/2fe13089c96f6a2826e60c45fa1acf20dde06d41)) - **test:** typedoc signature test issues ([#​2280](https://togithub.com/faker-js/faker/issues/2280)) ([02fc7ca](https://togithub.com/faker-js/faker/commit/02fc7caf1cf757ae5901b8d37cd5d8d7ed123724)) ##### Changed Locales - **locale:** cs_CZ state_abbr not applicable ([#​2140](https://togithub.com/faker-js/faker/issues/2140)) ([e86f3b6](https://togithub.com/faker-js/faker/commit/e86f3b6b2619cc7fdf28213de0e6ff676a3e2d7e)) ##### New Locales - **locale:** add bio, animal, word, music for zh_CN ([#​2332](https://togithub.com/faker-js/faker/issues/2332)) ([8e4ea67](https://togithub.com/faker-js/faker/commit/8e4ea6790df4b987d1a8c6d32d1eee6db924bed3)) - **locale:** add company name to zh_CN ([#​2203](https://togithub.com/faker-js/faker/issues/2203)) ([c3b540f](https://togithub.com/faker-js/faker/commit/c3b540fa501ba4729350562f38872df35f23818c)) - **locale:** add da person category ([#​2331](https://togithub.com/faker-js/faker/issues/2331)) ([466b804](https://togithub.com/faker-js/faker/commit/466b8043577a14c54545a942c05ade343a9ca260)) - **locale:** add database for German (de) ([#​2226](https://togithub.com/faker-js/faker/issues/2226)) ([ee12c32](https://togithub.com/faker-js/faker/commit/ee12c32fced6cdf6fef2c5993af84825fd88606f)) - **locale:** add direction to ja ([#​2191](https://togithub.com/faker-js/faker/issues/2191)) ([2fa60de](https://togithub.com/faker-js/faker/commit/2fa60dec77551c055571ce3439f00c8898399d60)) - **locale:** add Dutch province abbreviations ([#​2232](https://togithub.com/faker-js/faker/issues/2232)) ([4a15bd0](https://togithub.com/faker-js/faker/commit/4a15bd0d4eea5e5f6a7d1e6be0c2bf9e59feb069)) - **locale:** add Esperanto ([#​2230](https://togithub.com/faker-js/faker/issues/2230)) ([d91057d](https://togithub.com/faker-js/faker/commit/d91057ddfd36b15af783ab6bcb1d679cf5202347)) - **locale:** add finance module for zh_CN ([#​2370](https://togithub.com/faker-js/faker/issues/2370)) ([aea4c9b](https://togithub.com/faker-js/faker/commit/aea4c9bda8e75e928045bfca9e11e216a581ce05)) - **locale:** add GB subdivision codes ([#​2233](https://togithub.com/faker-js/faker/issues/2233)) ([5eec65f](https://togithub.com/faker-js/faker/commit/5eec65f7179b7db68efe7740695b37958b360212)) - **locale:** add hacker for zh_CN ([#​2337](https://togithub.com/faker-js/faker/issues/2337)) ([9176fcb](https://togithub.com/faker-js/faker/commit/9176fcbaa74cf0a341374bb44340e410255e0917)) - **locale:** add minimal da locale, start with location ([#​2324](https://togithub.com/faker-js/faker/issues/2324)) ([c158b38](https://togithub.com/faker-js/faker/commit/c158b38b025b333c97cf174d516776b61015179f)) - **locale:** add person data for yo locale ([#​2363](https://togithub.com/faker-js/faker/issues/2363)) ([76886ad](https://togithub.com/faker-js/faker/commit/76886ad96d694268856de83747d7c754b6504050)) - **locale:** add states for Croatia (hr) ([#​2142](https://togithub.com/faker-js/faker/issues/2142)) ([8a6ce49](https://togithub.com/faker-js/faker/commit/8a6ce4978fada63f6364237e968f427e0a198135)) - **locale:** add states for Turkey (tr) ([#​2231](https://togithub.com/faker-js/faker/issues/2231)) ([2afa23f](https://togithub.com/faker-js/faker/commit/2afa23f32f4bb52aeecb6189282b37c6c48f7c84)) - **locale:** add states to vi locale and fix city name ([#​2128](https://togithub.com/faker-js/faker/issues/2128)) ([bc2aaab](https://togithub.com/faker-js/faker/commit/bc2aaab7637ea7a3e6e62e790cd4681ccaaccea0)) - **locale:** add word category for da ([#​2359](https://togithub.com/faker-js/faker/issues/2359)) ([8e5bc22](https://togithub.com/faker-js/faker/commit/8e5bc222c67cad38fd406823f5aade91a409e12a)) - **locale:** added commerce and company data for da ([#​2378](https://togithub.com/faker-js/faker/issues/2378)) ([604d52d](https://togithub.com/faker-js/faker/commit/604d52d9874db1763c185483ed182199f7a00f4f)) - **locale:** added word and music to Farsi ([#​2210](https://togithub.com/faker-js/faker/issues/2210)) ([7687511](https://togithub.com/faker-js/faker/commit/7687511bddf9c7b9721bb2203f86d64dfbd1a9c4)) - **locale:** fix wide month and add music for zh_CN ([#​2380](https://togithub.com/faker-js/faker/issues/2380)) ([501602b](https://togithub.com/faker-js/faker/commit/501602b6b3ddcb100eea7e2441e7f20093b9e183)) - **locale:** improve persons and locations for zh_CN ([#​2318](https://togithub.com/faker-js/faker/issues/2318)) ([87d3423](https://togithub.com/faker-js/faker/commit/87d3423960d326494d1710946f29fb3930d1a300)) - **locale:** improve zh_TW ([#​2320](https://togithub.com/faker-js/faker/issues/2320)) ([c5dfe27](https://togithub.com/faker-js/faker/commit/c5dfe27acd13003962a5cd93f9632392fda41399)) - **locale:** support color and date for zh_CN ([#​2223](https://togithub.com/faker-js/faker/issues/2223)) ([6736cbf](https://togithub.com/faker-js/faker/commit/6736cbf9aeeb02a3eb080f0f85c37f141f6924fd)) - **locale:** update Dutch locale (nl) ([#​2237](https://togithub.com/faker-js/faker/issues/2237)) ([12a511c](https://togithub.com/faker-js/faker/commit/12a511c9e4781929620dc2906f87661c5f58a480)) ##### [8.0.2](https://togithub.com/faker-js/faker/compare/v8.0.1...v8.0.2) (2023-05-27) ##### Bug Fixes - **git:** limit need for Intl to specific method ([#​2172](https://togithub.com/faker-js/faker/issues/2172)) ([a5e73f8](https://togithub.com/faker-js/faker/commit/a5e73f8a11baeefcf03f344cb5e4dde096a0b364)) - **locale:** en_HK last_name_patterns should be last_name_pattern ([#​2154](https://togithub.com/faker-js/faker/issues/2154)) ([03cc391](https://togithub.com/faker-js/faker/commit/03cc39154886a0708e13ee2db239c001ce20aa6e)) - **locale:** ro_MD city should be city_pattern ([#​2155](https://togithub.com/faker-js/faker/issues/2155)) ([c173150](https://togithub.com/faker-js/faker/commit/c173150a96a95818b0c4fd6cb2d41daea7e9ad0a))
tajo/ladle (@​ladle/react) ### [`v2.17.2`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%402.17.2) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@2.17.1...@ladle/react@2.17.2) ##### Patch Changes - [#​472](https://togithub.com/tajo/ladle/pull/472) [`d51e5f4`](https://togithub.com/tajo/ladle/commit/d51e5f48697786a73376744da8a0a63c56f36f1f) Thanks [@​tajo](https://togithub.com/tajo)! - Global hotkeys should work from inside of the iframe as well. ### [`v2.17.1`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%402.17.1) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@2.17.0...@ladle/react@2.17.1) ##### Patch Changes - [#​470](https://togithub.com/tajo/ladle/pull/470) [`9eb9731`](https://togithub.com/tajo/ladle/commit/9eb97313d859d8d93c6780f1fa43efdfdcbf34f7) Thanks [@​tajo](https://togithub.com/tajo)! - Increase chunk size warning ### [`v2.17.0`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%402.17.0) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@2.16.1...@ladle/react@2.17.0) ##### Minor Changes - [#​468](https://togithub.com/tajo/ladle/pull/468) [`92ea9b1`](https://togithub.com/tajo/ladle/commit/92ea9b12306d7042fed663c9d8856989ecce0eda) Thanks [@​tajo](https://togithub.com/tajo)! - Ladle is adding a few hotkeys to make your life easier: - `/` or `⌘ cmd + p` - Focus search input in the sidebar - `⌥ opt + →` - Go to the next story - `⌥ opt + ←` - Go to the previous story - `⌥ opt + ↓` - Go to the next component - `⌥ opt + ↑` - Go to the previous component - `c` - Toggle controls addon - `d` - Toggle dark mode - `f` - Toggle fullscreen mode - `w` - Toggle width addon - `r` - Toggle right-to-left mode - `s` - Toggle story source addon - `a` - Toggle accessibility addon These defaults can be customized through the configuration. Some stories might have utilize their own set of hotkeys. If you want to prevent conflicts with Ladle, you can disable all Ladle shortcuts for a specific story by using the `meta` parameter: ```tsx export default { meta: { hotkeys: false, }, }; Story.meta = { hotkeys: false, }; ```
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.18.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6181-2024-01-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.18.0...v6.18.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-non-null-assertion] provide valid fix when member access is on next line - **eslint-plugin:** \[no-unnecessary-condition] improve checking optional callee - **eslint-plugin:** \[prefer-readonly] support modifiers of unions and intersections - **eslint-plugin:** \[switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option ##### ❤️ Thank You - auvred - James - Josh Goldberg ✨ - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6180-2024-01-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.17.0...v6.18.0) ##### 🚀 Features - **typescript-estree:** throw on invalid update expressions - **eslint-plugin:** \[no-var-requires, no-require-imports] allow option ##### ❤️ Thank You - auvred - Joshua Chen You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.17.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6170-2024-01-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.16.0...v6.17.0) ##### Bug Fixes - **eslint-plugin:** \[no-restricted-imports] prevent crash when `patterns` or `paths` in options are empty ([#​8108](https://togithub.com/typescript-eslint/typescript-eslint/issues/8108)) ([675e987](https://togithub.com/typescript-eslint/typescript-eslint/commit/675e987ca1d13244c03d7e09d4e42c6539689d9a)) ##### Features - **eslint-plugin:** \[no-floating-promises] flag result of .map(async) ([#​7897](https://togithub.com/typescript-eslint/typescript-eslint/issues/7897)) ([5857356](https://togithub.com/typescript-eslint/typescript-eslint/commit/5857356962060b19aa792bee778f9167ee54154b)) - **eslint-plugin:** \[switch-exhaustiveness-check] add an option to warn against a `default` case on an already exhaustive `switch` ([#​7539](https://togithub.com/typescript-eslint/typescript-eslint/issues/7539)) ([6a219bd](https://togithub.com/typescript-eslint/typescript-eslint/commit/6a219bdfe6fcf86aae28158e0d855f87a8bac719)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6160-2023-12-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.15.0...v6.16.0) ##### Bug Fixes - **eslint-plugin:** \[unbound-method] exempt all non-Promise built-in statics ([#​8096](https://togithub.com/typescript-eslint/typescript-eslint/issues/8096)) ([3182959](https://togithub.com/typescript-eslint/typescript-eslint/commit/31829591e2c5cf6bdbdd5da23b12c5782f710fa5)) ##### Features - **eslint-plugin:** deprecate formatting (meta.type: layout) rules ([#​8073](https://togithub.com/typescript-eslint/typescript-eslint/issues/8073)) ([04dea84](https://togithub.com/typescript-eslint/typescript-eslint/commit/04dea84e8e934a415ec1381a90de3cde670d0dc3)) - **eslint-plugin:** deprecate no-extra-semi in favor of ESLint Stylistic equivalent ([#​8123](https://togithub.com/typescript-eslint/typescript-eslint/issues/8123)) ([9368bf3](https://togithub.com/typescript-eslint/typescript-eslint/commit/9368bf390afc58a19123782f8dff2bb5cdd3cccc)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.15.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6150-2023-12-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.14.0...v6.15.0) ##### Features - **eslint-plugin:** \[no-useless-template-literals] add new rule ([#​7957](https://togithub.com/typescript-eslint/typescript-eslint/issues/7957)) ([ff75785](https://togithub.com/typescript-eslint/typescript-eslint/commit/ff75785f4c6cc41999f8ce946bfca469d6e40e50)), closes [#​2846](https://togithub.com/typescript-eslint/typescript-eslint/issues/2846) - require-array-sort-compare + toSorted ([#​8052](https://togithub.com/typescript-eslint/typescript-eslint/issues/8052)) ([c9661c8](https://togithub.com/typescript-eslint/typescript-eslint/commit/c9661c8bbf048e9fa3ef55985e1e2e82bc098b1a)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6140-2023-12-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.2...v6.14.0) ##### Bug Fixes - **eslint-plugin:** add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked ([#​8038](https://togithub.com/typescript-eslint/typescript-eslint/issues/8038)) ([431cd15](https://togithub.com/typescript-eslint/typescript-eslint/commit/431cd1559f91795e958e03fd060ceaf79fb96f3a)) - **eslint-plugin:** correct message for `no-unsafe-unary-minus` ([#​7998](https://togithub.com/typescript-eslint/typescript-eslint/issues/7998)) ([705370a](https://togithub.com/typescript-eslint/typescript-eslint/commit/705370ac0d9c54081657b8855b398e57d6ea4ddb)) ##### Features - **eslint-plugin:** \[explicit-function-return-type] add support for typed class property definitions ([#​8027](https://togithub.com/typescript-eslint/typescript-eslint/issues/8027)) ([bff47d7](https:/

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.