kentcdodds/match-sorter
### [`v6.1.0`](https://togithub.com/kentcdodds/match-sorter/releases/v6.1.0)
[Compare Source](https://togithub.com/kentcdodds/match-sorter/compare/v6.0.2...v6.1.0)
##### Features
- handle nested arrays with wildcard keys ([#120](https://togithub.com/kentcdodds/match-sorter/issues/120)) ([b3d9d8d](https://togithub.com/kentcdodds/match-sorter/commit/b3d9d8da52d439e1fa611ce007cb9a8b584d9aa5))
### [`v6.0.2`](https://togithub.com/kentcdodds/match-sorter/releases/v6.0.2)
[Compare Source](https://togithub.com/kentcdodds/match-sorter/compare/v6.0.1...v6.0.2)
##### Bug Fixes
- :bug: Fix TypeError ([#117](https://togithub.com/kentcdodds/match-sorter/issues/117)) ([3a02874](https://togithub.com/kentcdodds/match-sorter/commit/3a02874a4d29f0e43b56ae83b6d30a11139d70a2))
### [`v6.0.1`](https://togithub.com/kentcdodds/match-sorter/releases/v6.0.1)
[Compare Source](https://togithub.com/kentcdodds/match-sorter/compare/v6.0.0...v6.0.1)
##### Bug Fixes
- Add types reference in package.json ([#111](https://togithub.com/kentcdodds/match-sorter/issues/111)) ([a0c999d](https://togithub.com/kentcdodds/match-sorter/commit/a0c999df0bc5098f0f8539826e3fdd46399e0c67))
### [`v6.0.0`](https://togithub.com/kentcdodds/match-sorter/releases/v6.0.0)
[Compare Source](https://togithub.com/kentcdodds/match-sorter/compare/v5.0.0...v6.0.0)
##### Features
- migrate to TypeScript ([#107](https://togithub.com/kentcdodds/match-sorter/issues/107)) ([ef8a106](https://togithub.com/kentcdodds/match-sorter/commit/ef8a106baeabff90525a3e20cec213fab3dbb485))
##### BREAKING CHANGES
- the API for baseSort arguments now uses rankedValue instead of rankedItem
- Now using String.prototype.{startsWith,includes}. Older browsers must have a polyfill for these modern APIs.
- apply [@rbusquet](https://togithub.com/rbusquet)'s suggestions and upgrade kcd-scripts
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^5.0.0
->^6.0.0
Release Notes
kentcdodds/match-sorter
### [`v6.1.0`](https://togithub.com/kentcdodds/match-sorter/releases/v6.1.0) [Compare Source](https://togithub.com/kentcdodds/match-sorter/compare/v6.0.2...v6.1.0) ##### Features - handle nested arrays with wildcard keys ([#120](https://togithub.com/kentcdodds/match-sorter/issues/120)) ([b3d9d8d](https://togithub.com/kentcdodds/match-sorter/commit/b3d9d8da52d439e1fa611ce007cb9a8b584d9aa5)) ### [`v6.0.2`](https://togithub.com/kentcdodds/match-sorter/releases/v6.0.2) [Compare Source](https://togithub.com/kentcdodds/match-sorter/compare/v6.0.1...v6.0.2) ##### Bug Fixes - :bug: Fix TypeError ([#117](https://togithub.com/kentcdodds/match-sorter/issues/117)) ([3a02874](https://togithub.com/kentcdodds/match-sorter/commit/3a02874a4d29f0e43b56ae83b6d30a11139d70a2)) ### [`v6.0.1`](https://togithub.com/kentcdodds/match-sorter/releases/v6.0.1) [Compare Source](https://togithub.com/kentcdodds/match-sorter/compare/v6.0.0...v6.0.1) ##### Bug Fixes - Add types reference in package.json ([#111](https://togithub.com/kentcdodds/match-sorter/issues/111)) ([a0c999d](https://togithub.com/kentcdodds/match-sorter/commit/a0c999df0bc5098f0f8539826e3fdd46399e0c67)) ### [`v6.0.0`](https://togithub.com/kentcdodds/match-sorter/releases/v6.0.0) [Compare Source](https://togithub.com/kentcdodds/match-sorter/compare/v5.0.0...v6.0.0) ##### Features - migrate to TypeScript ([#107](https://togithub.com/kentcdodds/match-sorter/issues/107)) ([ef8a106](https://togithub.com/kentcdodds/match-sorter/commit/ef8a106baeabff90525a3e20cec213fab3dbb485)) ##### BREAKING CHANGES - the API for baseSort arguments now uses rankedValue instead of rankedItem - Now using String.prototype.{startsWith,includes}. Older browsers must have a polyfill for these modern APIs. - apply [@rbusquet](https://togithub.com/rbusquet)'s suggestions and upgrade kcd-scriptsRenovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.