npm cspell 8.16.0
v8.16.0

13 hours ago

Changes

Features

feat: Change default cache strategy to `content` (#6477)

feat: Change default cache strategy to content (#6477)

Closes #6473

I’ve pretty much swapped content and metadata in code and have also added .default('content') for better docs.


Fixes

fix: cspell-tools - compounds (#6506)

fix: cspell-tools - compounds (#6506)

This PR changes a single rule when merging compound forms:

When a word is allowed to be stand alone and a midfix compound, then allow it to be a prefix as well as a suffix.

The logic:
If we allow code and strongcodetype, then codetype or strongcode should also be allowed.


fix: plugin ignore exports (#6500)

fix: plugin ignore exports (#6500)

fixes #6378


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#6496)

fix: Workflow Bot -- Update Dictionaries (main) (#6496)

Update Dictionaries (main)

Summary

 packages/cspell-bundled-dicts/package.json |  2 +-
 pnpm-lock.yaml                             | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

fix: Workflow Bot -- Update Dictionaries (main) (#6466)

fix: Workflow Bot -- Update Dictionaries (main) (#6466)

Update Dictionaries (main)

Summary

 .../snapshots/RustPython/RustPython/report.yaml    | 1049 +--
 .../snapshots/RustPython/RustPython/snapshot.txt   |  752 +-
 .../snapshots/alexiosc/megistos/report.yaml        |  852 +-
 .../snapshots/alexiosc/megistos/snapshot.txt       |  788 +-
 .../snapshots/flutter/samples/report.yaml          |   66 +-
 .../snapshots/flutter/samples/snapshot.txt         |   58 +-
 .../googleapis/google-cloud-cpp/report.yaml        |  152 +-
 .../googleapis/google-cloud-cpp/snapshot.txt       |  136 +-
 .../snapshots/php/php-src/report.yaml              | 7559 ++++------------
 .../snapshots/php/php-src/snapshot.txt             | 9055 ++++++--------------
 packages/cspell-bundled-dicts/package.json         |    8 +-
 pnpm-lock.yaml                                     |   48 +-
 12 files changed, 5481 insertions(+), 15042 deletions(-)

Documentation

docs: Have the schema / docs align with actual (#6478)

docs: Have the schema / docs align with actual (#6478)

The actual default is universal.

const cacheFormat = cacheOptions.cacheFormat ?? cs.cacheFormat ?? 'universal';


Don't miss a new cspell release

NewReleases is sending notifications on new releases.