Features
feat: Report errors with nested config files (#8155)
feat: Report errors with nested config files (#8155)
fixes: #7837
Errors in nested configuration files were ignored. This lead to unexpected behavior.
Note: this is a fix, but since it can impact existing installs, it is marked as a feature change.
fix: Enable cts config support (#8152)
fix: Enable cts config support (#8152)
Add support for .cts config files.
Update docs with ts, mts, and cts config.
Fixes
fix: Add cspell-tools option keepUncompressed (#8163)
fix: Add cspell-tools option keepUncompressed (#8163)
fix: Improve CSpell Tools (#8160)
fix: Improve CSpell Tools (#8160)
Generate both compressed and non-compressed files when compress: true. This allows cspell-dicts to keep track of changes and have compressed files at the same time.
fix: Make sure `cspell` exports `defineConfig ` for CommonJS (#8156)
fix: Make sure cspell exports defineConfig for CommonJS (#8156)
Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#8149)
fix: Workflow Bot -- Update Dictionaries (main) (#8149)
Update Dictionaries (main)
Summary
.../snapshots/AdaDoom3/AdaDoom3/report.yaml | 7 +-
.../snapshots/AdaDoom3/AdaDoom3/snapshot.txt | 7 +-
.../snapshots/TheAlgorithms/Python/report.yaml | 5 +-
.../snapshots/TheAlgorithms/Python/snapshot.txt | 5 +-
.../snapshots/dart-lang/sdk/report.yaml | 8 +-
.../snapshots/dart-lang/sdk/snapshot.txt | 4 +-
.../snapshots/django/django/report.yaml | 13 +--
.../snapshots/django/django/snapshot.txt | 44 ++++----
.../iluwatar/java-design-patterns/report.yaml | 3 +-
.../iluwatar/java-design-patterns/snapshot.txt | 3 +-
.../snapshots/ktaranov/sqlserver-kit/report.yaml | 4 +-
.../snapshots/ktaranov/sqlserver-kit/snapshot.txt | 3 +-
.../snapshots/neovim/nvim-lspconfig/report.yaml | 5 +-
.../snapshots/neovim/nvim-lspconfig/snapshot.txt | 3 +-
.../snapshots/slint-ui/slint/report.yaml | 8 +-
.../snapshots/slint-ui/slint/snapshot.txt | 7 +-
.../snapshots/sveltejs/svelte/report.yaml | 3 +-
.../snapshots/sveltejs/svelte/snapshot.txt | 3 +-
packages/cspell-bundled-dicts/package.json | 20 ++--
pnpm-lock.yaml | 120 +++++++++++----------
20 files changed, 115 insertions(+), 160 deletions(-)