npm cspell 6.4.0
v6.4.0

latest releases: 8.14.4, 8.14.3, 8.14.2...
2 years ago

Changes

ci: Workflow Bot -- Update Integration Snapshots (main) (#3245)

ci: Workflow Bot -- Update Integration Snapshots (main) (#3245)

Update Integration Repositories

integration-tests/config/config.json | 36 +-
.../Azure/azure-rest-api-specs/snapshot.txt | 19 +-
.../SoftwareBrothers/admin-bro/snapshot.txt | 4 +-
.../snapshots/TheAlgorithms/Python/report.yaml | 21 +-
.../snapshots/TheAlgorithms/Python/snapshot.txt | 17 +-
.../snapshots/aws-amplify/docs/snapshot.txt | 2 +-
.../snapshots/caddyserver/caddy/report.yaml | 60 +-
.../snapshots/caddyserver/caddy/snapshot.txt | 60 +-
.../snapshots/django/django/report.yaml | 302 +--
.../snapshots/django/django/snapshot.txt | 300 +--
.../snapshots/eslint/eslint/report.yaml | 46 +-
.../snapshots/eslint/eslint/snapshot.txt | 46 +-
.../googleapis/google-cloud-cpp/report.yaml | 171 +-
.../googleapis/google-cloud-cpp/snapshot.txt | 167 +-
.../snapshots/php/php-src/report.yaml | 2659 +++++++++++---------
.../snapshots/php/php-src/snapshot.txt | 2651 ++++++++++---------
.../snapshots/prettier/prettier/snapshot.txt | 2 +-
.../snapshots/pycontribs/jira/report.yaml | 2 +-
.../snapshots/pycontribs/jira/snapshot.txt | 2 +-
.../snapshots/wireapp/wire-webapp/snapshot.txt | 11 +-
20 files changed, 3648 insertions(+), 2930 deletions(-)


Features

feat(cspell-eslint-plugin): Experimental Add word to dictionary (#3247)

feat(cspell-eslint-plugin): Experimental Add word to dictionary (#3247)

Experimental Feature

Add the ability to add words to a custom dictionary.

Mostly fixes: #3233, but is flaky because it is using an unsupported technique to detect when a fix has been applied.

  • Option: customWordListFile
    Experimental: Specify a path to a custom word list file (A utf-8 text file with one word per line). This file is used to present the option to add words.

Fixes

fix: Mark adding words to custom dictionary experimental (#3266)

fix: Mark adding words to custom dictionary experimental (#3266)

Related to #3233


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

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

Update Dictionaries (main)

packages/cspell-bundled-dicts/package-lock.json | 56 ++++++++++++-------------
packages/cspell-bundled-dicts/package.json | 8 ++--
2 files changed, 32 insertions(+), 32 deletions(-)


Dictionary Updates

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

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

Update Dictionaries (main)

packages/cspell-bundled-dicts/package-lock.json | 56 ++++++++++++-------------
packages/cspell-bundled-dicts/package.json | 8 ++--
2 files changed, 32 insertions(+), 32 deletions(-)


Maintenance

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

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

Update ALL Dependencies (main)

integration-tests/package-lock.json | 52 +-
package-lock.json | 220 +++---
package.json | 4 +-
packages/cspell-config/package-lock.json | 24 +-
packages/cspell-dynamic-loader/package-lock.json | 24 +-
packages/cspell-eslint-plugin/package-lock.json | 98 +--
packages/cspell-eslint-plugin/package.json | 6 +-
packages/cspell-gitignore/package-lock.json | 24 +-
packages/cspell-glob/package-lock.json | 24 +-
packages/cspell-grammar/package-lock.json | 24 +-
packages/cspell-io/package-lock.json | 24 +-
packages/cspell-lib/package-lock.json | 24 +-
packages/cspell-pipe/package-lock.json | 24 +-
packages/cspell-service-bus/package-lock.json | 24 +-
packages/cspell-tools/package-lock.json | 24 +-
packages/cspell-trie-lib/package-lock.json | 24 +-
packages/cspell-trie/package-lock.json | 24 +-
packages/cspell-trie2-lib/package-lock.json | 24 +-
packages/cspell-types/package-lock.json | 24 +-
packages/cspell/package-lock.json | 24 +-
packages/hunspell-reader/package-lock.json | 24 +-
.../test-cspell-eslint-plugin/package-lock.json | 160 ++--
.../test-cspell-eslint-plugin/package.json | 4 +-
.../test-cspell-lib-webpack/package-lock.json | 24 +-
website/package-lock.json | 846 ++++++++++-----------
website/package.json | 4 +-
26 files changed, 874 insertions(+), 928 deletions(-)


build(deps-dev): bump @types/estree from 0.0.52 to 1.0.0 (#3254)

build(deps-dev): bump @types/estree from 0.0.52 to 1.0.0 (#3254)

Bumps @types/estree from 0.0.52 to 1.0.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

build(deps): bump streetsidesoftware/cspell-action from 2.1.1 to 2.2 (#3257)

build(deps): bump streetsidesoftware/cspell-action from 2.1.1 to 2.2 (#3257)

Bumps streetsidesoftware/cspell-action from 2.1.1 to 2.2.

Release notes

Sourced from streetsidesoftware/cspell-action's releases.

v2.2.0

2.2.0 (2022-07-18)

Features

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (3c1c1f7)
  • Workflow Bot -- Update ALL Dependencies (main) (#829) (3c1c1f7)

Updates and Bug Fixes

  • Update CSpell to (6.3.0) (c314a67)
  • Workflow Bot -- Update ALL Dependencies (5a49004)
  • Workflow Bot -- Update ALL Dependencies (d14c7a3)
  • Workflow Bot -- Update ALL Dependencies (866acaf)
  • Workflow Bot -- Update ALL Dependencies (main) (#825) (60bd30b)
  • Workflow Bot -- Update ALL Dependencies (main) (#832) (866acaf)
  • Workflow Bot -- Update ALL Dependencies (main) (#834) (d14c7a3)
  • Workflow Bot -- Update ALL Dependencies (main) (#836) (5a49004)
Changelog

Sourced from streetsidesoftware/cspell-action's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.0 (2022-07-18)

Features

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (3c1c1f7)
  • Workflow Bot -- Update ALL Dependencies (main) (#829) (3c1c1f7)

Updates and Bug Fixes

  • Update CSpell to (6.3.0) (c314a67)
  • Workflow Bot -- Update ALL Dependencies (5a49004)
  • Workflow Bot -- Update ALL Dependencies (d14c7a3)
  • Workflow Bot -- Update ALL Dependencies (866acaf)
  • Workflow Bot -- Update ALL Dependencies (main) (#825) (60bd30b)
  • Workflow Bot -- Update ALL Dependencies (main) (#832) (866acaf)
  • Workflow Bot -- Update ALL Dependencies (main) (#834) (d14c7a3)
  • Workflow Bot -- Update ALL Dependencies (main) (#836) (5a49004)

2.1.1 (2022-07-08)

Continuous Integration

  • Cleanup name of CSpell Update PR (#818) (a8aab2f)
  • remove unnecessary prepare (b8805b3)
  • Update release-please.yml (289e9b2)
  • Workflow Bot -- Update ALL Dependencies (3bdcce3)
  • Workflow Bot -- Update ALL Dependencies (main) (#819) (3bdcce3)

Updates and Bug Fixes

  • Update CSpell to (6.2.3) (da5b666)
  • Update CSpell to (6.2.3) (main) (#821) (da5b666)
  • Workflow Bot -- Update ALL Dependencies (086366b)
  • Workflow Bot -- Update ALL Dependencies (main) (#812) (086366b)
  • Workflow Bot -- Update CSpell (6.2.3) (3f9f1e6)
  • Workflow Bot -- Update CSpell (6.2.3) (main) (#813) (3f9f1e6)

... (truncated)

Commits
  • c67fbf7 chore(main): release 2.2.0 (#826)
  • 5a49004 fix: Workflow Bot -- Update ALL Dependencies (main) (#836)
  • c314a67 feat: Update CSpell to (6.3.0) (main) (#837)
  • d14c7a3 fix: Workflow Bot -- Update ALL Dependencies (main) (#834)
  • 866acaf fix: Workflow Bot -- Update ALL Dependencies (main) (#832)
  • 3c1c1f7 ci: Workflow Bot -- Update ALL Dependencies (main) (#829)
  • 60bd30b fix: Workflow Bot -- Update ALL Dependencies (main) (#825)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

build(deps-dev): bump github-pages from 226 to 227 in /docs (#3258)

build(deps-dev): bump github-pages from 226 to 227 in /docs (#3258)

Bumps github-pages from 226 to 227.

Release notes

Sourced from github-pages's releases.

v227

Automated release for v227

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

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

Update ALL Dependencies (main)

integration-tests/package-lock.json | 206 ++++++++---------
packages/Samples/package-lock.json | 86 +++----
packages/cspell-bundled-dicts/package-lock.json | 100 ++++-----
packages/cspell-config/package-lock.json | 14 +-
packages/cspell-dynamic-loader/package-lock.json | 204 ++++++++---------
packages/cspell-eslint-plugin/package-lock.json | 154 ++++++-------
packages/cspell-gitignore/package-lock.json | 14 +-
packages/cspell-grammar/package-lock.json | 28 +--
packages/cspell-json-reporter/package-lock.json | 14 +-
packages/cspell-lib/package-lock.json | 126 +++++------
packages/cspell-tools/package-lock.json | 62 +++---
packages/cspell-trie-lib/package-lock.json | 28 +--
packages/cspell-trie/package-lock.json | 30 +--
packages/cspell/package-lock.json | 196 ++++++++--------
rfc/rfc-0001 suggestions/package-lock.json | 14 +-
test-packages/cspell-cli/package-lock.json | 202 ++++++++---------
.../test-cspell-eslint-plugin/package-lock.json | 170 +++++++-------
test-packages/test-cspell-glob/package-lock.json | 14 +-
test-packages/test-cspell-io/package-lock.json | 14 +-
.../test-cspell-lib-webpack/package-lock.json | 158 ++++++-------
test-packages/test-cspell-lib/package-lock.json | 154 ++++++-------
test-packages/test-cspell-tools/package-lock.json | 248 ++++++++++-----------
test-packages/test-cspell/package-lock.json | 204 ++++++++---------
23 files changed, 1220 insertions(+), 1220 deletions(-)


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

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

Update ALL Dependencies (main)

integration-tests/package-lock.json | 226 +++---
integration-tests/package.json | 2 +-
package-lock.json | 254 +++----
package.json | 2 +-
packages/Samples/package-lock.json | 12 +-
packages/cspell-bundled-dicts/package-lock.json | 12 +-
packages/cspell-config/package-lock.json | 226 +++---
packages/cspell-config/package.json | 2 +-
packages/cspell-dynamic-loader/package-lock.json | 224 +++---
packages/cspell-eslint-plugin/package-lock.json | 14 +-
packages/cspell-eslint-plugin/package.json | 2 +-
packages/cspell-gitignore/package-lock.json | 226 +++---
packages/cspell-gitignore/package.json | 2 +-
packages/cspell-glob/package-lock.json | 226 +++---
packages/cspell-glob/package.json | 2 +-
packages/cspell-grammar/package-lock.json | 226 +++---
packages/cspell-grammar/package.json | 2 +-
packages/cspell-io/package-lock.json | 226 +++---
packages/cspell-io/package.json | 2 +-
packages/cspell-json-reporter/package-lock.json | 12 +-
packages/cspell-lib/package-lock.json | 226 +++---
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package-lock.json | 226 +++---
packages/cspell-pipe/package.json | 2 +-
packages/cspell-service-bus/package-lock.json | 226 +++---
packages/cspell-service-bus/package.json | 2 +-
packages/cspell-tools/package-lock.json | 226 +++---
packages/cspell-tools/package.json | 2 +-
packages/cspell-trie-lib/package-lock.json | 226 +++---
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell-trie/package-lock.json | 226 +++---
packages/cspell-trie/package.json | 2 +-
packages/cspell-trie2-lib/package-lock.json | 224 +++---
packages/cspell-types/package-lock.json | 224 +++---
packages/cspell/package-lock.json | 224 +++---
packages/hunspell-reader/package-lock.json | 226 +++---
packages/hunspell-reader/package.json | 2 +-
test-packages/cspell-cli/package-lock.json | 12 +-
.../test-cspell-eslint-plugin/package-lock.json | 12 +-
test-packages/test-cspell-io/package-lock.json | 12 +-
.../test-cspell-lib-webpack/package-lock.json | 224 +++---
test-packages/test-cspell-lib/package-lock.json | 12 +-
test-packages/test-cspell-tools/package-lock.json | 12 +-
test-packages/test-cspell/package-lock.json | 12 +-
website/package-lock.json | 840 ++++++++++-----------
45 files changed, 2652 insertions(+), 2652 deletions(-)


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

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

Update ALL Dependencies (main)

integration-tests/package-lock.json | 48 +++++++++----------
package-lock.json | 48 +++++++++----------
packages/cspell-dynamic-loader/package-lock.json | 48 +++++++++----------
packages/cspell-eslint-plugin/package-lock.json | 48 +++++++++----------
packages/cspell-lib/package-lock.json | 48 +++++++++----------
packages/cspell-trie-lib/package-lock.json | 14 +++---
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell/package-lock.json | 48 +++++++++----------
test-packages/cspell-cli/package-lock.json | 48 +++++++++----------
.../test-cspell-eslint-plugin/package-lock.json | 48 +++++++++----------
.../test-cspell-lib-webpack/package-lock.json | 48 +++++++++----------
test-packages/test-cspell-lib/package-lock.json | 48 +++++++++----------
test-packages/test-cspell-tools/package-lock.json | 48 +++++++++----------
test-packages/test-cspell/package-lock.json | 48 +++++++++----------
website/package-lock.json | 55 ++++++++++++----------
15 files changed, 325 insertions(+), 322 deletions(-)


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

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

Update ALL Dependencies (main)

integration-tests/package-lock.json | 1462 ++++++++++---------
integration-tests/package.json | 8 +-
package-lock.json | 1490 ++++++++++----------
package.json | 14 +-
packages/Samples/package-lock.json | 102 +-
packages/cspell-bundled-dicts/package-lock.json | 116 +-
packages/cspell-config/package-lock.json | 1280 +++++++++--------
packages/cspell-config/package.json | 4 +-
packages/cspell-dynamic-loader/package-lock.json | 1398 +++++++++---------
packages/cspell-dynamic-loader/package.json | 2 +-
packages/cspell-eslint-plugin/package-lock.json | 192 +--
packages/cspell-eslint-plugin/package.json | 6 +-
packages/cspell-gitignore/package-lock.json | 1218 ++++++++--------
packages/cspell-gitignore/package.json | 4 +-
packages/cspell-glob/package-lock.json | 1266 +++++++++--------
packages/cspell-glob/package.json | 4 +-
packages/cspell-grammar/package-lock.json | 1294 ++++++++---------
packages/cspell-grammar/package.json | 4 +-
packages/cspell-io/package-lock.json | 1278 +++++++++--------
packages/cspell-io/package.json | 4 +-
packages/cspell-json-reporter/package-lock.json | 26 +-
packages/cspell-lib/package-lock.json | 1372 +++++++++---------
packages/cspell-lib/package.json | 10 +-
packages/cspell-pipe/package-lock.json | 1266 +++++++++--------
packages/cspell-pipe/package.json | 4 +-
packages/cspell-service-bus/package-lock.json | 1266 +++++++++--------
packages/cspell-service-bus/package.json | 4 +-
packages/cspell-tools/package-lock.json | 1352 +++++++++---------
packages/cspell-tools/package.json | 8 +-
packages/cspell-trie-lib/package-lock.json | 1294 ++++++++---------
packages/cspell-trie-lib/package.json | 4 +-
packages/cspell-trie/package-lock.json | 1310 ++++++++---------
packages/cspell-trie/package.json | 6 +-
packages/cspell-trie2-lib/package-lock.json | 1264 +++++++++--------
packages/cspell-trie2-lib/package.json | 2 +-
packages/cspell-types/package-lock.json | 1276 +++++++++--------
packages/cspell-types/package.json | 2 +-
packages/cspell/package-lock.json | 1410 +++++++++---------
packages/cspell/package.json | 6 +-
packages/hunspell-reader/package-lock.json | 1312 ++++++++---------
packages/hunspell-reader/package.json | 10 +-
rfc/rfc-0001 suggestions/package-lock.json | 14 +-
test-packages/cspell-cli/package-lock.json | 206 +--
.../test-cspell-eslint-plugin/package-lock.json | 194 +--
.../test-cspell-eslint-plugin/package.json | 4 +-
test-packages/test-cspell-glob/package-lock.json | 14 +-
test-packages/test-cspell-io/package-lock.json | 26 +-
.../test-cspell-lib-webpack/package-lock.json | 1356 +++++++++---------
test-packages/test-cspell-lib-webpack/package.json | 2 +-
test-packages/test-cspell-lib/package-lock.json | 150 +-
test-packages/test-cspell-tools/package-lock.json | 244 ++--
test-packages/test-cspell/package-lock.json | 208 +--
website/package-lock.json | 794 +++++------
website/package.json | 10 +-
54 files changed, 13942 insertions(+), 13630 deletions(-)


Don't miss a new cspell release

NewReleases is sending notifications on new releases.