Skip to content

Commit 87041c4

Browse files
chore(deps): update dependency cspell to v9.1.1 (#452)
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)) | [`9.0.0` -> `9.1.1`](https://renovatebot.com/diffs/npm/cspell/9.0.0/9.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/9.0.0/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/9.0.0/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v9.1.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v911-2025-06-14) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.1.0...v9.1.1) ##### Changes ##### Fixes <details> <summary>fix: Use the native JSON parser if possible (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7502">#&#8203;7502</a>)</summary> ##### fix: Use the native JSON parser if possible ([#&#8203;7502](https://redirect.github.com/streetsidesoftware/cspell/pull/7502)) Some of the cspell settings have grow large. The fix is to use the native JSON parser instead of one that accepts comments. *** </details> ### [`v9.1.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v910-2025-06-14) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.0.2...v9.1.0) ##### Changes ##### Features <details> <summary>feat: Add command `dictionaries` (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7445">#&#8203;7445</a>)</summary> ##### feat: Add command `dictionaries` ([#&#8203;7445](https://redirect.github.com/streetsidesoftware/cspell/pull/7445)) Add new `dictionaries` command to the cli ``` Usage: cspell dictionaries [options] List dictionaries Options: -c, --config <cspell.json> Configuration file to use. By default cspell looks for cspell.json in the current directory. --path-format <format> Configure how to display the dictionary path. (choices: "hide", "short", "long", "full", default: Display most of the path.) --color Force color. --no-color Turn off color. --no-default-configuration Do not load the default configuration and dictionaries. -h, --help display help for command ``` *** </details> <details> <summary>feat: Add lint option `--dictionary` (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7441">#&#8203;7441</a>)</summary> ##### feat: Add lint option `--dictionary` ([#&#8203;7441](https://redirect.github.com/streetsidesoftware/cspell/pull/7441)) Add lint options: - `--dictionary` - enable a dictionary by name - `--disable-dictionary` - disable a dictionary by name *** </details> <details> <summary>feat: Add init command to command-line. (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7414">#&#8203;7414</a>)</summary> ##### feat: Add init command to command-line. ([#&#8203;7414](https://redirect.github.com/streetsidesoftware/cspell/pull/7414)) New command: ``` Usage: cspell init [options] Initialize a CSpell configuration file. Options: -o, --output <path> Define where to write file. --format <format> Define the format of the file. (choices: "yaml", "yml", "json", "jsonc", default: "yaml") --import <path|package> Import a configuration file or dictionary package. --locale <locale> Define the locale to use when spell checking (e.g., en, en-US, de). --dictionary <dictionary> Enable a dictionary. --no-comments Do not add comments to the config file. --no-schema Do not add the schema reference to the config file. -h, --help display help for command ``` *** </details> <details> <summary>feat: Add command line option to set reporting level (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7380">#&#8203;7380</a>)</summary> ##### feat: Add command line option to set reporting level ([#&#8203;7380](https://redirect.github.com/streetsidesoftware/cspell/pull/7380)) ### [`v9.0.2`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v902-2025-05-20) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.0.1...v9.0.2) ##### Changes ##### Fixes <details> <summary>fix: Add eslint plugin helpers (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7352">#&#8203;7352</a>)</summary> ##### fix: Add eslint plugin helpers ([#&#8203;7352](https://redirect.github.com/streetsidesoftware/cspell/pull/7352)) Add helper methods: - `defineCSpellPluginOptions` - `defineCSpellConfig` Add some examples for `supportNonStrictSearches` *** </details> <details> <summary>fix: Make it possible to define a strict dictionary. (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7351">#&#8203;7351</a>)</summary> ##### fix: Make it possible to define a strict dictionary. ([#&#8203;7351](https://redirect.github.com/streetsidesoftware/cspell/pull/7351)) *** </details> <details> <summary>fix: Correct the Hunspell Reader usage. (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7325">#&#8203;7325</a>)</summary> ##### fix: Correct the Hunspell Reader usage. ([#&#8203;7325](https://redirect.github.com/streetsidesoftware/cspell/pull/7325)) Add an example. *** </details> ##### Dictionary Updates <details> <summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7346">#&#8203;7346</a>)</summary> ##### fix: Workflow Bot -- Update Dictionaries (main) ([#&#8203;7346](https://redirect.github.com/streetsidesoftware/cspell/pull/7346)) ### [`v9.0.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v901-2025-05-08) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.0.0...v9.0.1) ##### Changes ##### Fixes <details> <summary>fix: Add support to add words to config and keep comments. (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7295">#&#8203;7295</a>)</summary> ##### fix: Add support to add words to config and keep comments. ([#&#8203;7295](https://redirect.github.com/streetsidesoftware/cspell/pull/7295)) *** </details> ##### Dictionary Updates <details> <summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7306">#&#8203;7306</a>)</summary> ##### fix: Workflow Bot -- Update Dictionaries (main) ([#&#8203;7306](https://redirect.github.com/streetsidesoftware/cspell/pull/7306)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- 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/JoshuaKGoldberg/text-table-fast). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd0386e commit 87041c4

File tree

2 files changed

+153
-152
lines changed

2 files changed

+153
-152
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cli-color": "2.0.4",
4747
"console-fail-test": "0.5.0",
4848
"create-typescript-app": "2.42.0",
49-
"cspell": "9.0.0",
49+
"cspell": "9.1.1",
5050
"eslint": "9.29.0",
5151
"eslint-plugin-jsdoc": "51.0.1",
5252
"eslint-plugin-jsonc": "2.20.0",

0 commit comments

Comments
 (0)