Skip to content

v5.12.4

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 08:52
· 2682 commits to main since this release

Changes

docs: Update globs.md (#1883)

docs: Update globs.md (#1883)


docs: Create globs.md (#1882)

docs: Create globs.md (#1882)


ci: Workflow Bot -- Update ALL Dependencies (main) (#1930)

ci: Workflow Bot -- Update ALL Dependencies (main) (#1930)

integration-tests/package-lock.json | 130 ++++++++++--------
packages/cspell-bundled-dicts/package-lock.json | 40 +++---
packages/cspell-dynamic-loader/package-lock.json | 130 ++++++++++--------
packages/cspell-gitignore/package-lock.json | 6 +-
packages/cspell-json-reporter/package-lock.json | 6 +-
packages/cspell-tools/package-lock.json | 20 +--
packages/cspell-trie/package-lock.json | 6 +-
packages/cspell/package-lock.json | 122 +++++++++--------
test-packages/cspell-cli/package-lock.json | 128 ++++++++++--------
test-packages/test-cspell-glob/package-lock.json | 6 +-
test-packages/test-cspell-io/package-lock.json | 6 +-
.../test-cspell-lib-webpack/package-lock.json | 106 ++++++++-------
test-packages/test-cspell-lib/package-lock.json | 106 ++++++++-------
test-packages/test-cspell-tools/package-lock.json | 150 +++++++++++----------
test-packages/test-cspell/package-lock.json | 128 ++++++++++--------
15 files changed, 595 insertions(+), 495 deletions(-)


Fixes

fix: Remove unnecessary dependency (#1929)

fix: Remove unnecessary dependency (#1929)


fix: Change `--wordsOnly` option to `--words-only` (#1928)

fix: Change --wordsOnly option to --words-only (#1928)

  • replace --wordsOnly option with --words-only
  • hide --wordsOnly option but keep it working.

dev: Update the dictionaries and snapshots (#1927)

dev: Update the dictionaries and snapshots (#1927)

  • Add dictionary for VUE and Swift files.
  • Update fullstack dictionary to include most programming languages.
  • Removed behaviour from fullstack dictionary it is already in the British dictionary.

fix: In Document settings. (#1925)

fix: In Document settings. (#1925)

fix: #1628
fix: #1629


fix: Update software terms and integration snapshots. (#1916)

fix: Update software terms and integration snapshots. (#1916)


fix: adjust the AWS integration test to match repo changes. (#1912)

fix: adjust the AWS integration test to match repo changes. (#1912)


fix: Update software terms (#1909)

fix: Update software terms (#1909)


dev: Update dictionaries (#1903)

dev: Update dictionaries (#1903)

  • Companies
  • Software Terms
  • File types

dev: Improve grammar matching. (#1902)

dev: Improve grammar matching. (#1902)


dev: Grammar - add nested pattern support for begin / end patterns. (#1878)

dev: Grammar - add nested pattern support for begin / end patterns. (#1878)


dev: Add a file parser. (#1872)

dev: Add a file parser. (#1872)

This is the beginnings of adding the ability to parse source files for better spell checker control.