Skip to content

Commit 61be58d

Browse files
chore(deps): update dependency cspell to v9.4.0 (#887)
This PR contains the following updates: | Package | Change | [Age](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.3.0` -> `9.4.0`](https://renovatebot.com/diffs/npm/cspell/9.3.0/9.4.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/9.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/9.3.0/9.4.0?slim=true) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v9.4.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v940-2025-12-01) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.3.2...v9.4.0) ##### Features <details> <summary>feat: Add option to skip large files (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8040">#&#8203;8040</a>)</summary> ##### feat: Add option to skip large files ([#&#8203;8040](https://redirect.github.com/streetsidesoftware/cspell/pull/8040)) New command line option: `--max-file-size <value>` The value can be `<number>[units]`, number with optional units. Supported units: - `K`, `KB` - value \* 1024 - `M`, `MB` - value \* 2^20 - `G`, `GB` - value \* 2^30 There is also a new setting called `maxFileSize`. At the moment, it only takes numbers in bytes. This allows for setting a global value and overrides based upon glob settings. Note: the command line value will override any value found in the configuration files. *** </details> ##### Fixes <details> <summary>fix: turn off gpg when publishing for now (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8104">#&#8203;8104</a>)</summary> ##### fix: turn off gpg when publishing for now ([#&#8203;8104](https://redirect.github.com/streetsidesoftware/cspell/pull/8104)) *** </details> <details> <summary>fix: Turnoff signing for now (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8102">#&#8203;8102</a>)</summary> ##### fix: Turnoff signing for now ([#&#8203;8102](https://redirect.github.com/streetsidesoftware/cspell/pull/8102)) *** </details> <details> <summary>fix: Sign tags and commits when publishing (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8096">#&#8203;8096</a>)</summary> ##### fix: Sign tags and commits when publishing ([#&#8203;8096](https://redirect.github.com/streetsidesoftware/cspell/pull/8096)) *** </details> <details> <summary>fix: Clean up verbose output (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8053">#&#8203;8053</a>)</summary> ##### fix: Clean up verbose output ([#&#8203;8053](https://redirect.github.com/streetsidesoftware/cspell/pull/8053)) *** </details> <details> <summary>fix: allow string based maxFileSize (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8047">#&#8203;8047</a>)</summary> ##### fix: allow string based maxFileSize ([#&#8203;8047](https://redirect.github.com/streetsidesoftware/cspell/pull/8047)) - Support allowing string based maxFileSize in config files. - Report the number of skipped files. *** </details> ##### Dictionary Updates <details> <summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8091">#&#8203;8091</a>)</summary> ##### fix: Workflow Bot -- Update Dictionaries (main) ([#&#8203;8091](https://redirect.github.com/streetsidesoftware/cspell/pull/8091)) ### [`v9.3.2`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v932-2025-11-15) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.3.1...v9.3.2) ##### Fixes <details> <summary>fix: Add Zig programming language dictionary (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7998">#&#8203;7998</a>)</summary> ##### fix: Add Zig programming language dictionary ([#&#8203;7998](https://redirect.github.com/streetsidesoftware/cspell/pull/7998)) *** </details> <details> <summary>fix: Search for TypeScript config files. (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7997">#&#8203;7997</a>)</summary> ##### fix: Search for TypeScript config files. ([#&#8203;7997](https://redirect.github.com/streetsidesoftware/cspell/pull/7997)) TypeScript files were allowed, but would not be automatically found. *** </details> ##### Dictionary Updates <details> <summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8004">#&#8203;8004</a>)</summary> ##### fix: Workflow Bot -- Update Dictionaries (main) ([#&#8203;8004](https://redirect.github.com/streetsidesoftware/cspell/pull/8004)) ### [`v9.3.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v931-2025-11-12) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.3.0...v9.3.1) ##### Fixes <details> <summary>fix: Support Deno (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/7966">#&#8203;7966</a>)</summary> ##### fix: Support Deno ([#&#8203;7966](https://redirect.github.com/streetsidesoftware/cspell/pull/7966)) </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/prettier-plugin-curly). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26d1b9b commit 61be58d

File tree

2 files changed

+174
-167
lines changed

2 files changed

+174
-167
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@vitest/eslint-plugin": "1.5.0",
5555
"console-fail-test": "0.5.0",
5656
"create-typescript-app": "2.46.3",
57-
"cspell": "9.3.0",
57+
"cspell": "9.4.0",
5858
"eslint": "9.39.0",
5959
"eslint-plugin-jsdoc": "61.4.0",
6060
"eslint-plugin-jsonc": "2.21.0",

0 commit comments

Comments
 (0)