Skip to content

Commit 723241a

Browse files
chore: Update dependency cspell to v9.6.4 (#92)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [cspell](https://cspell.org/) ([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`9.4.0` → `9.6.4`](https://renovatebot.com/diffs/npm/cspell/9.4.0/9.6.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/9.6.4?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/9.6.4?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/9.4.0/9.6.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/9.4.0/9.6.4?slim=true) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v9.6.4`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v964-2026-02-04) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.6.3...v9.6.4) ##### Fixes <details> <summary>fix: add --no-dictionary option to lint command (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8514">#&#8203;8514</a>)</summary> ##### fix: add --no-dictionary option to lint command ([#&#8203;8514](https://redirect.github.com/streetsidesoftware/cspell/pull/8514)) ### [`v9.6.3`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v963-2026-02-02) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.6.2...v9.6.3) ##### Fixes <details> <summary>fix: Add `engines` setting (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8491">#&#8203;8491</a>)</summary> ##### fix: Add `engines` setting ([#&#8203;8491](https://redirect.github.com/streetsidesoftware/cspell/pull/8491)) ### [`v9.6.2`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v962-2026-01-26) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.6.1...v9.6.2) ##### Fixes <details> <summary>fix: Conditionally compress and build bTrie (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8437">#&#8203;8437</a>)</summary> ##### fix: Conditionally compress and build bTrie ([#&#8203;8437](https://redirect.github.com/streetsidesoftware/cspell/pull/8437)) ### [`v9.6.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v961-2026-01-25) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.6.0...v9.6.1) ##### Fixes <details> <summary>fix: Move performance monitoring into its own package (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8431">#&#8203;8431</a>)</summary> ##### fix: Move performance monitoring into its own package ([#&#8203;8431](https://redirect.github.com/streetsidesoftware/cspell/pull/8431)) ### [`v9.6.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v960-2026-01-12) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.4.0...v9.6.0) ##### Features <details> <summary>feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled, and Unknown words. (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8337">#&#8203;8337</a>)</summary> ##### feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled, and Unknown words. ([#&#8203;8337](https://redirect.github.com/streetsidesoftware/cspell/pull/8337)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->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/nobl9/nobl9-language-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiamF2YXNjcmlwdCIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13acb58 commit 723241a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"devDependencies": {
6-
"cspell": "9.4.0",
6+
"cspell": "9.6.4",
77
"markdownlint-cli": "0.44.0"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)