From 44f426e07059b26999d1a0c3b5785e7f1564f396 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:59:45 +0200 Subject: [PATCH] Update dependency cspell to v8.14.4 (#89) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cspell](https://cspell.org/) ([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.14.2` -> `8.14.4`](https://renovatebot.com/diffs/npm/cspell/8.14.2/8.14.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/8.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/8.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/8.14.2/8.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/8.14.2/8.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
streetsidesoftware/cspell (cspell) ### [`v8.14.4`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8144-2024-09-18-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.14.3...v8.14.4) - fix: Remove object from cache ([#​6257](https://redirect.github.com/streetsidesoftware/cspell/issues/6257)) ([ea24297](https://redirect.github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#​6257](https://redirect.github.com/streetsidesoftware/cspell/issues/6257) ### [`v8.14.3`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8143-2024-09-17-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.14.2...v8.14.3) - chore: Update Integration Test Performance Data ([#​6254](https://redirect.github.com/streetsidesoftware/cspell/issues/6254)) ([189ac16](https://redirect.github.com/streetsidesoftware/cspell/commit/189ac16)), closes [#​6254](https://redirect.github.com/streetsidesoftware/cspell/issues/6254)
--- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (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. 🔕 **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/nieomylnieja/go-libyear). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc2763d..b52d0de 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "type": "module", "devDependencies": { - "cspell": "8.14.2", + "cspell": "8.14.4", "markdownlint-cli": "0.41.0", "yaml": "2.5.1" },