Update dependency cspell to v10 - #384
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
2 times, most recently
from
April 14, 2026 21:53
5fd76e9 to
16ab5ce
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
2 times, most recently
from
April 27, 2026 06:41
e5b273e to
a3bdf63
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
from
May 4, 2026 04:42
a3bdf63 to
e3999d5
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
2 times, most recently
from
May 12, 2026 11:53
aef13eb to
d77e85b
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
from
May 18, 2026 05:35
d77e85b to
133504b
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
2 times, most recently
from
May 31, 2026 14:16
f494b8c to
8b7615c
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
from
June 1, 2026 23:00
8b7615c to
a2eec48
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
from
June 8, 2026 04:51
a2eec48 to
67249ab
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
3 times, most recently
from
June 22, 2026 05:01
5f0babd to
fca4665
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
2 times, most recently
from
July 12, 2026 19:07
8fbfa08 to
0870da6
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
from
July 13, 2026 11:07
0870da6 to
fe38960
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
2 times, most recently
from
July 20, 2026 18:37
c0386c5 to
d55ab06
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
3 times, most recently
from
August 3, 2026 05:39
dd25974 to
718258d
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
2 times, most recently
from
August 12, 2026 01:44
e4f069a to
764491d
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
3 times, most recently
from
August 24, 2026 05:40
0339b3a to
4b5b1a3
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
4 times, most recently
from
August 31, 2026 16:02
a7f94e7 to
bddea60
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
3 times, most recently
from
September 3, 2026 22:04
f499b14 to
23dc604
Compare
renovate
Bot
force-pushed
the
renovate/major-10-cspell
branch
from
September 4, 2026 13:06
23dc604 to
5700a8b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.8.0→^10.2.2Release Notes
streetsidesoftware/cspell (cspell)
v10.2.2Compare Source
Fixes
fix: Workaround for #9164 (#9168)
fix: Workaround for #9164 (#9168)
This pull request updates the word splitter to improve its handling of long or complex words and adds new test cases to ensure correct behavior. The main changes include increasing the allowed number of skipped breaks and attempts for word splitting, updating test cases to cover additional scenarios, and adjusting ignored words in the dictionary tests.
Word splitting improvements:
maxSkippedBreaks) from 8 to 16 and set a new maximum number of attempts (maxAttempts) to 64,000 inwordSplitter.tsto better handle complex word splitting cases.maxAttemptslimit in thesplitIntoWordsfunction, relying instead on the new global constant.Test enhancements:
QmFzZTY0IHN0cmluZyBvZiB0ZXh0IGhlcmU) and usedcspell:disable/cspell:enablecomments for clarity.'QmFzZTY0IHN0cmluZyBvZiB0ZXh0IGhlcmU.access'in the word splitter tests.v10.2.1Compare Source
Fixes
fix: support soft hyphens in the word splitter (#9144)
fix: support soft hyphens in the word splitter (#9144)
This pull request introduces several improvements and fixes to the word segmentation and word splitting logic, especially for Thai language support and symbol handling. The main changes include updating the Thai segmentation to use soft hyphens, enhancing the word splitting logic to handle more cases (including camelCase, symbols, and soft hyphens), and refactoring the code for better modularity and test coverage.
Word segmentation and Thai language improvements:
th-TH) segmentation to use soft hyphens (\u00AD) instead of spaces, improving the accuracy of word breaks and ensuring better compatibility with spell checking and downstream processing. [1] [2] [3]@cspell/dict-th-thpackage to dependencies, enabling Thai dictionary support.Word splitting and symbol handling enhancements:
generateWordBreaksutility that generates all possible word breaks in a string, including camelCase, symbols, numbers, and soft hyphens. Includes comprehensive tests and snapshot coverage for various edge cases. [1] [2] [3] [4]Refactoring and code organization:
wordSplitter/index.jsentry point, improving modularity and future maintainability. [1] [2]split,SplitOptions, andSplitResultinwordSplitter/index.tsto clarify and centralize the public API.Other enhancements:
softHyphenconstant for consistent use throughout the codebase. [1] [2]Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#9143)
fix: Workflow Bot -- Update Dictionaries (main) (#9143)
v10.2.0Compare Source
Features
feat: Add `--force-check` cli option (#9080)
feat: Add
--force-checkcli option (#9080)This pull request introduces a new
--force-checkoption to the CLI, allowing users to force specific files to be checked even if they would normally be excluded. It also standardizes dependency configuration naming, improves error handling and reporting for the CLI, and updates TypeScript target versions in config files. The most important changes are grouped below.New CLI Feature: Force Check
--force-checkoption to thelintcommand, allowing files specified with--file,--files, or--file-listto be checked even if they would normally be excluded. This includes updates to the CLI interface, validation logic, and documentation/help output. [1] [2] [3] [4] [5]forceCheckflag, ensuring excluded files can be checked when requested, and updated reporting of skipped files. [1] [2] [3] [4] [5] [6]CLI Error Handling and Testing
--force-checkwithout specifying files, or mixing globs and--file), with corresponding error messages and test cases. [1] [2]--force-checkoption, including snapshot updates for help and error outputs. [1] [2] [3] [4] [5] [6] [7]Dependency Configuration Standardization
onlyAllowBundletoonlyBundleacross all relevant config files and documentation for consistency. [1] [2] [3] [4]Other Improvements
Node20toNode22.package.json.Fixes
fix: Updated package.json exports (#8965)
fix: Updated package.json exports (#8965)
This fixes a few package exports that were wrong or inconsistent (e.g.
exports["."]not the same path asmain).The
pnpm testscript was failing locally due to my~/.npmrchavingignore-scripts=true, which prevented thepreinstallscript from running. I updatedtest:prepto call thepreinstallscript, which should be fast if you already haveyarninstalled.Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#9067)
fix: Workflow Bot -- Update Dictionaries (main) (#9067)
v10.1.1Compare Source
Fixes
fix: Do not load .pnp.js files when untrusted (#9064)
fix: Do not load .pnp.js files when untrusted (#9064)
Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#9055)
fix: Workflow Bot -- Update Dictionaries (main) (#9055)
v10.1.0Compare Source
Features
feat(cspell-junit-reporter): add JUnit XML reporter package (#8945)
feat(cspell-junit-reporter): add JUnit XML reporter package (#8945)
Closes #4570.
Adds
@cspell/cspell-junit-reporter, a new workspace package modeled onpackages/cspell-json-reporter, that emits a JUnit-compatible XML report of a cspell run.The issue asked for a minimal mapping along the lines of:
This PR follows that shape but wraps it in a
<testsuites>root and groups by file (one<testsuite>per file, suite name = file path), since that is the convention used by other widely-consumed JUnit reporters (for example ESLint's JUnit formatter) and is what most CI JUnit parsers expect. The package README documents the full mapping.package.json,tsconfig.json, test framework, andfiles/exports/publishConfigshape are copied fromcspell-json-reporter. Version pinned to 10.0.1 to match the monorepo's locked versioning.src/utils/escapeXml.ts) and a pure XML-string builder (src/utils/buildJUnitXml.ts) were written in-repo, consistent with the monorepo's small-utility-file convention.erroremitter routed to a dedicatedcspell-errorstestsuite using<error>).Assumptions the issue thread left ambiguous, called out for review:
<testsuite>per file rather than one flat suite for the whole run. Matches common JUnit reporter convention and keeps per-file counts meaningful in CI UIs.<testcase name="no issues found">so a suite is never reported withtests="0", which some JUnit consumers treat as suspicious.cspell-json-reporter's (outFile,suiteNameonly). JUnit XML has no natural place for arbitrary debug/progress log dumps.<error>elements, distinct from spelling<failure>elements, per the JUnit failure-vs-error distinction.Verified locally:
tsc -bclean, vitest 32/32, eslint and prettier clean, and the full monorepobuild:prodsucceeds with the package in the workspace. One environment note: the package's CLI smoke-test script wasn't runnable locally (repo requires Node >=22.18.0, local was 22.17.0 — the sibling json-reporter fails identically there), so CI is the first place it will run.Fixes
fix: allow substitutions across ignored ranges (#9017)
fix: allow substitutions across ignored ranges (#9017)
v10.0.1Compare Source
Fixes
fix(cli): ignore closed readline after stdin (#8862)
fix(cli): ignore closed readline after stdin (#8862)
v10.0.0Compare Source
Features
fix: upgrade import-fresh from v3 to v4 (#8786)
fix: upgrade import-fresh from v3 to v4 (#8786)
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.