Skip to content

Commit

Permalink
fix(deps): ⬆️ upgrade match-sorter to v7 (#247)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [match-sorter](https://github.com/kentcdodds/match-sorter) | [`^6.3.1` -> `^7.0.0`](https://renovatebot.com/diffs/npm/match-sorter/6.3.4/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/match-sorter/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/match-sorter/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/match-sorter/6.3.4/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/match-sorter/6.3.4/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>kentcdodds/match-sorter (match-sorter)</summary>

### [`v7.0.0`](https://github.com/kentcdodds/match-sorter/releases/tag/v7.0.0)

[Compare Source](https://github.com/kentcdodds/match-sorter/compare/v6.4.0...v7.0.0)

This has the same contents as v6.4.0:

##### Features

-   support finding data with typos ([#&#8203;153](https://github.com/kentcdodds/match-sorter/issues/153)) ([8fc0645](https://github.com/kentcdodds/match-sorter/commit/8fc0645af4b2dfdbb53dd9c1c088ab52cd997f5f))

##### Bug Fixes

-   **release:** manually release a major version ([d9b7dab](https://github.com/kentcdodds/match-sorter/commit/d9b7dab7d10f65db0dbc7df5788ee6e81eb26377)), closes [/github.com/kentcdodds/match-sorter/pull/153#issuecomment-2417996730](https://github.com//github.com/kentcdodds/match-sorter/pull/153/issues/issuecomment-2417996730)

##### BREAKING CHANGES

-   **release:** The last release was arguably a breaking change so we're going to trigger this major version and deprecate the 6.4.0.

### [`v6.4.0`](https://github.com/kentcdodds/match-sorter/releases/tag/v6.4.0)

[Compare Source](https://github.com/kentcdodds/match-sorter/compare/v6.3.4...v6.4.0)

**DEPRECATED**: This was arguably a breaking change so we've deprecated this version and released a major version.

##### Features

-   support finding data with typos ([#&#8203;153](https://github.com/kentcdodds/match-sorter/issues/153)) ([8fc0645](https://github.com/kentcdodds/match-sorter/commit/8fc0645af4b2dfdbb53dd9c1c088ab52cd997f5f))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, 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.

🔕 **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/timelessco/recollect).
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent 5fd79f2 commit d9ef811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"jwt-decode": "3.1.2",
"langchain": "0.2.6",
"lodash": "4.17.21",
"match-sorter": "^6.3.1",
"match-sorter": "^7.0.0",
"next": "13.2.4",
"node-fetch": "^3.3.1",
"open-graph-scraper": "6.5.1",
Expand Down

0 comments on commit d9ef811

Please sign in to comment.