Skip to content

Update dependency cspell to ^9.8.0#2921

Open
renovate[bot] wants to merge 2 commits into
masterfrom
renovate/cspell
Open

Update dependency cspell to ^9.8.0#2921
renovate[bot] wants to merge 2 commits into
masterfrom
renovate/cspell

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 31, 2025

This PR contains the following updates:

Package Change Age Confidence
cspell (source) ^9.2.0^9.8.0 age confidence

Release Notes

streetsidesoftware/cspell (cspell)

v9.8.0

Compare Source

Features
feat: make flatpack diff friendly (#​8680)
feat: make flatpack diff friendly (#​8680)

v9.7.0

Compare Source

Features
feat: Substitution Part 4 - enable substitutions during document check (#​8630)
feat: Substitution Part 4 - enable substitutions during document check (#​8630)

v9.6.4

Compare Source

Fixes
fix: add --no-dictionary option to lint command (#​8514)
fix: add --no-dictionary option to lint command (#​8514)

v9.6.3

Compare Source

Fixes
fix: Add `engines` setting (#​8491)
fix: Add engines setting (#​8491)

v9.6.2

Compare Source

Fixes
fix: Conditionally compress and build bTrie (#​8437)
fix: Conditionally compress and build bTrie (#​8437)

v9.6.1

Compare Source

Fixes
fix: Move performance monitoring into its own package (#​8431)
fix: Move performance monitoring into its own package (#​8431)

v9.6.0

Compare Source

Features
feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled, and Unknown words. (#​8337)
feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled, and Unknown words. (#​8337)

v9.4.0

Compare Source

Features
feat: Add option to skip large files (#​8040)
feat: Add option to skip large files (#​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.


Fixes
fix: turn off gpg when publishing for now (#​8104)
fix: turn off gpg when publishing for now (#​8104)

fix: Turnoff signing for now (#​8102)
fix: Turnoff signing for now (#​8102)

fix: Sign tags and commits when publishing (#​8096)
fix: Sign tags and commits when publishing (#​8096)

fix: Clean up verbose output (#​8053)
fix: Clean up verbose output (#​8053)

fix: allow string based maxFileSize (#​8047)
fix: allow string based maxFileSize (#​8047)
  • Support allowing string based maxFileSize in config files.
  • Report the number of skipped files.

Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​8091)
fix: Workflow Bot -- Update Dictionaries (main) (#​8091)

v9.3.2

Compare Source

Fixes
fix: Add Zig programming language dictionary (#​7998)
fix: Add Zig programming language dictionary (#​7998)

fix: Search for TypeScript config files. (#​7997)
fix: Search for TypeScript config files. (#​7997)

TypeScript files were allowed, but would not be automatically found.


Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​8004)
fix: Workflow Bot -- Update Dictionaries (main) (#​8004)

v9.3.1

Compare Source

Fixes
fix: Support Deno (#​7966)
fix: Support Deno (#​7966)

v9.3.0

Compare Source

Features
feat: Support loading `.ts` and `.mts` config files. (#​7961)
feat: Support loading .ts and .mts config files. (#​7961)

This PR add support to read TypeScript cspell config files.

Note: TypeScript config files will fail to load when NodeJS version is less than v22.18.0.

See: Node.js — Running TypeScript Natively


Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7950)
fix: Workflow Bot -- Update Dictionaries (main) (#​7950)

v9.2.2

Compare Source

Fixes
fix: Wait for the cache to save (#​7926)
fix: Wait for the cache to save (#​7926)

This fixes a flaky cache situation caused by not waiting for the cache to save before moving on.


Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7915)
fix: Workflow Bot -- Update Dictionaries (main) (#​7915)

v9.2.1

Compare Source

Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the changelog:skip Don't include this pull request in the release change log label Aug 31, 2025
@github-actions github-actions Bot added the dependencies Pull request that updates a dependency file label Aug 31, 2025
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Aug 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.84%. Comparing base (238f693) to head (a58a594).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2921   +/-   ##
=======================================
  Coverage   89.84%   89.84%           
=======================================
  Files         234      234           
  Lines       15267    15267           
=======================================
  Hits        13716    13716           
  Misses       1551     1551           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/cspell branch 2 times, most recently from 42f85bf to 87a9ea6 Compare October 22, 2025 13:04
@renovate renovate Bot changed the title Update dependency cspell to ^9.2.1 Update dependency cspell to ^9.2.2 Oct 22, 2025
@renovate renovate Bot force-pushed the renovate/cspell branch from 87a9ea6 to 4464384 Compare November 6, 2025 10:37
@renovate renovate Bot changed the title Update dependency cspell to ^9.2.2 Update dependency cspell to ^9.3.0 Nov 6, 2025
@renovate renovate Bot force-pushed the renovate/cspell branch from 4464384 to d543e3a Compare November 12, 2025 22:50
@renovate renovate Bot changed the title Update dependency cspell to ^9.3.0 Update dependency cspell to ^9.3.1 Nov 12, 2025
@renovate renovate Bot force-pushed the renovate/cspell branch from d543e3a to 0d74053 Compare November 15, 2025 17:53
@renovate renovate Bot changed the title Update dependency cspell to ^9.3.1 Update dependency cspell to ^9.3.2 Nov 15, 2025
@renovate renovate Bot force-pushed the renovate/cspell branch from 0d74053 to fc5f48f Compare December 1, 2025 21:49
@renovate renovate Bot changed the title Update dependency cspell to ^9.3.2 Update dependency cspell to ^9.4.0 Dec 1, 2025
@renovate renovate Bot force-pushed the renovate/cspell branch from fc5f48f to d815635 Compare December 31, 2025 14:44
@renovate renovate Bot force-pushed the renovate/cspell branch 2 times, most recently from fa20967 to 86a14c9 Compare January 12, 2026 13:09
@renovate renovate Bot changed the title Update dependency cspell to ^9.4.0 Update dependency cspell to ^9.6.0 Jan 12, 2026
@renovate renovate Bot force-pushed the renovate/cspell branch from 86a14c9 to 57283cc Compare January 26, 2026 06:12
@renovate renovate Bot changed the title Update dependency cspell to ^9.6.0 Update dependency cspell to ^9.6.1 Jan 26, 2026
@renovate renovate Bot force-pushed the renovate/cspell branch from 57283cc to edbace6 Compare January 26, 2026 14:37
@renovate renovate Bot changed the title Update dependency cspell to ^9.6.1 Update dependency cspell to ^9.6.2 Jan 26, 2026
@renovate renovate Bot force-pushed the renovate/cspell branch from edbace6 to 2781493 Compare February 2, 2026 21:38
@renovate renovate Bot changed the title Update dependency cspell to ^9.6.2 Update dependency cspell to ^9.6.3 Feb 2, 2026
@renovate renovate Bot force-pushed the renovate/cspell branch from 2781493 to 0dce796 Compare February 4, 2026 15:03
@renovate renovate Bot changed the title Update dependency cspell to ^9.6.3 Update dependency cspell to ^9.6.4 Feb 4, 2026
@renovate renovate Bot force-pushed the renovate/cspell branch from 0dce796 to 5ccbf69 Compare February 12, 2026 18:36
@renovate renovate Bot force-pushed the renovate/cspell branch from 5ccbf69 to 15f910b Compare February 23, 2026 16:43
@renovate renovate Bot changed the title Update dependency cspell to ^9.6.4 Update dependency cspell to ^9.7.0 Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/cspell branch from 15f910b to 6594ea3 Compare March 5, 2026 20:57
@renovate renovate Bot force-pushed the renovate/cspell branch from 6594ea3 to 250b472 Compare March 13, 2026 19:07
@renovate renovate Bot force-pushed the renovate/cspell branch 2 times, most recently from 6b7da0b to 9dd87cb Compare April 5, 2026 08:44
@renovate renovate Bot changed the title Update dependency cspell to ^9.7.0 Update dependency cspell to ^9.8.0 Apr 5, 2026
@renovate renovate Bot force-pushed the renovate/cspell branch from 9dd87cb to a3a5123 Compare April 8, 2026 20:09
@renovate renovate Bot force-pushed the renovate/cspell branch from a3a5123 to 49a8b0e Compare May 12, 2026 17:44
@renovate renovate Bot force-pushed the renovate/cspell branch from 49a8b0e to a175cbd Compare May 22, 2026 23:30
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 22, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:skip Don't include this pull request in the release change log dependencies Pull request that updates a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant