github streetsidesoftware/cspell v6.1.2

latest releases: v8.14.3, v8.14.2, v8.14.1...
2 years ago

Changes

Fixes

fix: Remove `.txt` restriction from dictionary files. (#3033)

fix: Remove .txt restriction from dictionary files. (#3033)

Related to: Support dictionary files without a .txt ending. · Issue #2001 · streetsidesoftware/vscode-spell-checker


Dictionary Updates

ci: Workflow Bot -- Update Dictionaries (main) (#3001)

ci: Workflow Bot -- Update Dictionaries (main) (#3001)

Update Dictionaries (main)

packages/cspell-bundled-dicts/package-lock.json | 28 ++++++++++++-------------
packages/cspell-bundled-dicts/package.json | 4 ++--
2 files changed, 16 insertions(+), 16 deletions(-)


Documentation

ci: Workflow Bot -- Build Docs (#3034)

ci: Workflow Bot -- Build Docs (#3034)

docs/types/cspell-types/interfaces/BaseSetting.md | 30 +++---
.../cspell-types/interfaces/CSpellReporter.md | 12 +--
.../interfaces/CSpellReporterModule.md | 2 +-
.../cspell-types/interfaces/CSpellSettings.md | 96 +++++++++---------
.../interfaces/CSpellSettingsWithSourceTrace.md | 102 +++++++++----------
.../types/cspell-types/interfaces/CacheSettings.md | 6 +-
.../cspell-types/interfaces/CharacterSetCosts.md | 6 +-
.../cspell-types/interfaces/CommandLineSettings.md | 4 +-
.../interfaces/DictionaryDefinitionAlternate.md | 14 +--
.../interfaces/DictionaryDefinitionAugmented.md | 16 +--
.../interfaces/DictionaryDefinitionBase.md | 12 +--
.../interfaces/DictionaryDefinitionCustom.md | 18 ++--
.../interfaces/DictionaryDefinitionPreferred.md | 14 +--
.../interfaces/DictionaryInformation.md | 14 +--
docs/types/cspell-types/interfaces/EditCosts.md | 10 +-
.../cspell-types/interfaces/ExtendableSettings.md | 60 +++++------
docs/types/cspell-types/interfaces/Features.md | 2 +-
docs/types/cspell-types/interfaces/FileSettings.md | 90 ++++++++---------
docs/types/cspell-types/interfaces/FileSource.md | 8 +-
.../types/cspell-types/interfaces/ImportFileRef.md | 6 +-
.../cspell-types/interfaces/InMemorySource.md | 8 +-
docs/types/cspell-types/interfaces/Issue.md | 20 ++--
.../cspell-types/interfaces/LanguageSetting.md | 36 +++----
.../interfaces/LanguageSettingFilterFields.md | 6 +-
.../LanguageSettingFilterFieldsDeprecated.md | 4 +-
.../LanguageSettingFilterFieldsPreferred.md | 4 +-
.../cspell-types/interfaces/LegacySettings.md | 4 +-
docs/types/cspell-types/interfaces/MergeSource.md | 8 +-
.../interfaces/OverrideFilterFields.md | 2 +-
.../cspell-types/interfaces/OverrideSettings.md | 60 +++++------
docs/types/cspell-types/interfaces/PnPSettings.md | 4 +-
docs/types/cspell-types/interfaces/ProgressBase.md | 2 +-
.../cspell-types/interfaces/ProgressFileBase.md | 8 +-
.../cspell-types/interfaces/ProgressFileBegin.md | 8 +-
.../interfaces/ProgressFileComplete.md | 16 +--
.../interfaces/RegExpPatternDefinition.md | 6 +-
.../interfaces/ReportingConfiguration.md | 12 +--
docs/types/cspell-types/interfaces/RunResult.md | 10 +-
docs/types/cspell-types/interfaces/Settings.md | 58 +++++------
.../interfaces/SuggestionsConfiguration.md | 6 +-
.../cspell-types/interfaces/TextDocumentOffset.md | 16 +--
docs/types/cspell-types/interfaces/TextOffset.md | 6 +-
.../interfaces/WorkspaceTrustSettings.md | 6 +-
docs/types/cspell-types/modules.md | 112 ++++++++++-----------
44 files changed, 471 insertions(+), 473 deletions(-)


doc: work on named configurations RFC (#3004)

doc: work on named configurations RFC (#3004)


Maintenance

chore: unpin setup-node and bump leftover actions/checkout (#3032)

chore: unpin setup-node and bump leftover actions/checkout (#3032)

Unpin to match the other core actions and noticed a few old checkout ones


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

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

Update ALL Dependencies (main)

website/package-lock.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)


build(deps): bump fast-equals from 3.0.3 to 4.0.1 (#3026)

build(deps): bump fast-equals from 3.0.3 to 4.0.1 (#3026)

Bumps fast-equals from 3.0.3 to 4.0.1.

Release notes

Sourced from fast-equals's releases.

Release 4.0.1

  • Fix type issues with additional strict options (#82) (54b9cb0)

Release 4.0.1-beta.3

  • flip to have index.d.ts be the complete types definition, and import from that file into src, to prevent imports in the definitions file (4324386)

Release 4.0.1-beta.2

  • centralize all types in types-only file, and simplify index.d.ts consumption (a3b479c)

Release 4.0.1-beta.1

  • remove unnecessary include, which may be causing warning spam (446ca73)

Release 4.0.1-beta.0

  • fix type issues with additional strict options (89f5637)

Release 4.0.0

  • Version 4 (#80) (026ea41)

Release 4.0.0-beta.0

  • clean up README and exposed typings (c649675)
  • clean up more typing (2d435af)
  • clean up typing for Meta (898a944)
  • update exposed typings for createCustomCircularEqual (7c71d93)
  • code golf to get size down (0f3635a)
  • inject areDatesEqual for complete coverage, in case someone wants a more targeted comparison (45a52c3)
  • share configs (f423c80)
  • avoid need to pass through default options with createCustomEqual (aeeb335)
  • update dependencies to latest (55bdfd2)
  • early return in Map / Set iterations when already not-equal (eae8cc3)
  • switch to tag-based comparison, to support cross-realms (d63aecf)
  • update size again (64781e4)
  • remove legacy regexps check (4db62fe)
  • update exposed types (6a0613b)
  • update to avoid an additional closure (5e40bdf)
  • drop all pre-ES2015 support (d938fc5)
  • add formatting (fc61021)
  • add recommended lint configuration (b6d56d5)
  • refactor and improve unit tests (b31fae1)
  • add test for issue (0ed9d0c)
  • inline react element check (3379d47)
  • update gzip size (17c4654)
  • clean up typing and filenames (acbb8f3)
  • flatten checks in map / set (ea912a3)
  • remove unused support variables (d2a8d45)
  • get tests passing enough to get publish process working (need to clean up) (3dcb4c8)
  • remove old source (cf5a642)
  • reducing nesting improves performance! (cf089ee)
  • restore createCustomEqual to original contract (74c90d6)
  • improve performance (d30414a)
  • initial implementation (038c682)
Changelog

Sourced from fast-equals's changelog.

4.0.1

  • #81 - Fix typing issues related to importing in index.d.ts file

4.0.0

Breaking Changes

Certain ES2015 features are now required

In previous versions, there were automatic fallbacks for certain ES2015 features if they did not exist:

Due to the omnipresence of support in both browser and NodeJS, these have been deprecated. There is still an option if you require support for these legacy environments, however; see createCustomEqual and createCustomCircularEqual for more details.

createCustomEqual contract has changed

To allow more flexibility and customizability for a variety of edge cases, createCustomEqual now allows override of specific type value comparisons in addition to the general comparator it did prior. See the documentation for more details.

Enhancements

createCustomCircularEqual added

Like createCustomEqual, it will create a custom equality comparator, with the exception that it will handle circular references. See the documentation for more details.

Cross-realm comparisons are now supported

Prior to 4.x.x., instanceof was used internally for checking of object classes, which only worked when comparing objects from the same Realm. This has changed to instead use an object's StringTag, which is not realm-specific.

TypeScript typings improved

For better typing in edge-case scenarios like custom comparators with meta values, typings have been refactored for accuracy and better narrow flow-through.

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) (#3028)

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

Update ALL Dependencies (main)

integration-tests/package-lock.json | 1140 +++++++--------
integration-tests/package.json | 4 +-
package-lock.json | 1538 ++++++++++----------
package.json | 6 +-
packages/cspell-config/package-lock.json | 1134 ++++++++-------
packages/cspell-config/package.json | 2 +-
packages/cspell-dynamic-loader/package-lock.json | 1134 ++++++++-------
packages/cspell-dynamic-loader/package.json | 2 +-
packages/cspell-eslint-plugin/package-lock.json | 106 +-
packages/cspell-eslint-plugin/package.json | 6 +-
packages/cspell-gitignore/package-lock.json | 1130 +++++++-------
packages/cspell-gitignore/package.json | 2 +-
packages/cspell-glob/package-lock.json | 1130 +++++++-------
packages/cspell-glob/package.json | 2 +-
packages/cspell-grammar/package-lock.json | 1130 +++++++-------
packages/cspell-grammar/package.json | 2 +-
packages/cspell-io/package-lock.json | 1130 +++++++-------
packages/cspell-io/package.json | 2 +-
packages/cspell-lib/package-lock.json | 1334 ++++++++---------
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package-lock.json | 1130 +++++++-------
packages/cspell-pipe/package.json | 2 +-
packages/cspell-tools/package-lock.json | 1334 ++++++++---------
packages/cspell-tools/package.json | 2 +-
packages/cspell-trie-lib/package-lock.json | 1130 +++++++-------
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell-trie/package-lock.json | 1130 +++++++-------
packages/cspell-trie/package.json | 2 +-
packages/cspell-trie2-lib/package-lock.json | 1130 +++++++-------
packages/cspell-trie2-lib/package.json | 2 +-
packages/cspell-types/package-lock.json | 1130 +++++++-------
packages/cspell-types/package.json | 2 +-
packages/cspell/package-lock.json | 1134 ++++++++-------
packages/cspell/package.json | 2 +-
packages/hunspell-reader/package-lock.json | 1330 ++++++++---------
packages/hunspell-reader/package.json | 2 +-
test-packages/cspell-cli/package-lock.json | 4 +-
.../test-cspell-eslint-plugin/package-lock.json | 164 +--
.../test-cspell-eslint-plugin/package.json | 4 +-
.../test-cspell-lib-webpack/package-lock.json | 1134 ++++++++-------
test-packages/test-cspell-lib-webpack/package.json | 2 +-
test-packages/test-cspell-lib/package-lock.json | 4 +-
test-packages/test-cspell-tools/package-lock.json | 4 +-
test-packages/test-cspell/package-lock.json | 4 +-
website/package-lock.json | 250 ++--
website/package.json | 4 +-
46 files changed, 11024 insertions(+), 10950 deletions(-)


build(deps-dev): bump @types/jest from 27.5.2 to 28.1.1 (#3015)

build(deps-dev): bump @types/jest from 27.5.2 to 28.1.1 (#3015)

Bumps @types/jest from 27.5.2 to 28.1.1.

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 actions/setup-node from 3.2.0 to 3.3.0 (#3016)

build(deps): bump actions/setup-node from 3.2.0 to 3.3.0 (#3016)

Bumps actions/setup-node from 3.2.0 to 3.3.0.

Release notes

Sourced from actions/setup-node's releases.

Add support for lts/-n aliases

In scope of this release we added support for lts/-n aliases, improve logic for current, latest and node aliases to handle them from toolcache, update ncc package.

Support of lts/-n aliases

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: lts/-1
- run: npm ci
- run: npm test

Minor improvements

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) (#3010)

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

Update ALL Dependencies (main)

package-lock.json | 26 +++++++++++-----------
package.json | 2 +-
.../test-cspell-eslint-plugin/package-lock.json | 14 ++++++------
.../test-cspell-eslint-plugin/package.json | 2 +-
website/package-lock.json | 14 ++++++------
website/package.json | 2 +-
6 files changed, 30 insertions(+), 30 deletions(-)


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

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

Update Integration Repositories

integration-tests/config/config.json | 46 +--
.../Azure/azure-rest-api-specs/snapshot.txt | 17 +-
.../snapshots/TheAlgorithms/Python/report.yaml | 12 +-
.../snapshots/TheAlgorithms/Python/snapshot.txt | 8 +-
.../aspnetboilerplate/report.yaml | 2 +-
.../aspnetboilerplate/snapshot.txt | 2 +-
.../snapshots/caddyserver/caddy/report.yaml | 21 +-
.../snapshots/caddyserver/caddy/snapshot.txt | 21 +-
.../snapshots/django/django/report.yaml | 141 +++----
.../snapshots/django/django/snapshot.txt | 141 +++----
.../snapshots/eslint/eslint/report.yaml | 86 ++--
.../snapshots/eslint/eslint/snapshot.txt | 80 ++--
.../googleapis/google-cloud-cpp/report.yaml | 144 +++----
.../googleapis/google-cloud-cpp/snapshot.txt | 138 ++++---
.../snapshots/php/php-src/report.yaml | 460 +++++++++++----------
.../snapshots/php/php-src/snapshot.txt | 444 ++++++++++----------
.../snapshots/prettier/prettier/snapshot.txt | 2 +-
.../snapshots/pycontribs/jira/report.yaml | 50 +--
.../snapshots/pycontribs/jira/snapshot.txt | 50 +--
.../snapshots/shoelace-style/shoelace/snapshot.txt | 3 +-
.../snapshots/twbs/bootstrap/snapshot.txt | 2 +-
.../typescript-cheatsheets/react/report.yaml | 30 +-
.../typescript-cheatsheets/react/snapshot.txt | 30 +-
.../typescript-eslint/snapshot.txt | 2 +-
.../snapshots/webpack/webpack/snapshot.txt | 4 +-
.../snapshots/wireapp/wire-webapp/snapshot.txt | 11 +-
26 files changed, 971 insertions(+), 976 deletions(-)


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

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

Update ALL Dependencies (main)

integration-tests/package-lock.json | 26 +--
integration-tests/package.json | 2 +-
package-lock.json | 192 +++++++++++++--------
package.json | 10 +-
packages/cspell-config/package-lock.json | 26 +--
packages/cspell-config/package.json | 2 +-
packages/cspell-dynamic-loader/package-lock.json | 38 ++--
packages/cspell-dynamic-loader/package.json | 2 +-
packages/cspell-eslint-plugin/package-lock.json | 40 ++---
packages/cspell-eslint-plugin/package.json | 4 +-
packages/cspell-gitignore/package-lock.json | 26 +--
packages/cspell-gitignore/package.json | 2 +-
packages/cspell-glob/package-lock.json | 26 +--
packages/cspell-glob/package.json | 2 +-
packages/cspell-grammar/package-lock.json | 26 +--
packages/cspell-grammar/package.json | 2 +-
packages/cspell-io/package-lock.json | 26 +--
packages/cspell-io/package.json | 2 +-
packages/cspell-json-reporter/package-lock.json | 12 +-
packages/cspell-lib/package-lock.json | 56 +++---
packages/cspell-lib/package.json | 4 +-
packages/cspell-pipe/package-lock.json | 26 +--
packages/cspell-pipe/package.json | 2 +-
packages/cspell-tools/package-lock.json | 26 +--
packages/cspell-tools/package.json | 2 +-
packages/cspell-trie-lib/package-lock.json | 26 +--
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell-trie/package-lock.json | 26 +--
packages/cspell-trie/package.json | 2 +-
packages/cspell-trie2-lib/package-lock.json | 24 +--
packages/cspell-types/package-lock.json | 38 ++--
packages/cspell-types/package.json | 2 +-
packages/cspell/package-lock.json | 36 ++--
packages/hunspell-reader/package-lock.json | 58 +++----
packages/hunspell-reader/package.json | 6 +-
.../test-cspell-eslint-plugin/package-lock.json | 42 ++---
.../test-cspell-eslint-plugin/package.json | 6 +-
.../test-cspell-lib-webpack/package-lock.json | 50 +++---
test-packages/test-cspell-lib-webpack/package.json | 2 +-
website/package-lock.json | 162 ++++++++---------
website/package.json | 6 +-
41 files changed, 554 insertions(+), 516 deletions(-)


build(deps): bump peter-evans/create-pull-request from 4.0.3 to 4.0.4 (#3005)

build(deps): bump peter-evans/create-pull-request from 4.0.3 to 4.0.4 (#3005)

Bumps peter-evans/create-pull-request from 4.0.3 to 4.0.4.

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v4.0.4

⚙️ Fixes an issue that occurred when the local storage for a task on the actions runner was not reset. This issue affected users using docker-github-actions-runner.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v4.0.3...v4.0.4

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) (#3003)

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

Update ALL Dependencies (main)

.../test-cspell-lib-webpack/package-lock.json | 26 +++++++++++-----------
test-packages/test-cspell-lib-webpack/package.json | 2 +-
website/package-lock.json | 24 ++++++++++----------
3 files changed, 26 insertions(+), 26 deletions(-)


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

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

Update ALL Dependencies (main)

integration-tests/package-lock.json | 24 +++++++++++-----------
package-lock.json | 24 +++++++++++-----------
packages/cspell-dynamic-loader/package-lock.json | 24 +++++++++++-----------
packages/cspell-eslint-plugin/package-lock.json | 24 +++++++++++-----------
packages/cspell-lib/package-lock.json | 24 +++++++++++-----------
packages/cspell/package-lock.json | 24 +++++++++++-----------
test-packages/cspell-cli/package-lock.json | 24 +++++++++++-----------
.../test-cspell-eslint-plugin/package-lock.json | 24 +++++++++++-----------
.../test-cspell-lib-webpack/package-lock.json | 24 +++++++++++-----------
test-packages/test-cspell-lib/package-lock.json | 24 +++++++++++-----------
test-packages/test-cspell-tools/package-lock.json | 24 +++++++++++-----------
test-packages/test-cspell/package-lock.json | 24 +++++++++++-----------
website/package-lock.json | 16 +++++++--------
13 files changed, 152 insertions(+), 152 deletions(-)


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

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

Update ALL Dependencies (main)

integration-tests/package-lock.json | 210 ++++----
integration-tests/package.json | 2 +-
package-lock.json | 270 +++++-----
package.json | 6 +-
packages/Samples/package-lock.json | 84 ++--
packages/cspell-bundled-dicts/package-lock.json | 98 ++--
packages/cspell-config/package-lock.json | 62 +--
packages/cspell-config/package.json | 2 +-
packages/cspell-dynamic-loader/package-lock.json | 206 ++++----
packages/cspell-eslint-plugin/package-lock.json | 152 +++---
packages/cspell-eslint-plugin/package.json | 4 +-
packages/cspell-gitignore/package-lock.json | 62 +--
packages/cspell-gitignore/package.json | 2 +-
packages/cspell-glob/package-lock.json | 48 +-
packages/cspell-glob/package.json | 2 +-
packages/cspell-grammar/package-lock.json | 62 +--
packages/cspell-grammar/package.json | 2 +-
packages/cspell-io/package-lock.json | 48 +-
packages/cspell-io/package.json | 2 +-
packages/cspell-json-reporter/package-lock.json | 28 +-
packages/cspell-lib/package-lock.json | 164 +++---
packages/cspell-lib/package.json | 6 +-
packages/cspell-pipe/package-lock.json | 48 +-
packages/cspell-pipe/package.json | 2 +-
packages/cspell-tools/package-lock.json | 120 ++---
packages/cspell-tools/package.json | 4 +-
packages/cspell-trie-lib/package-lock.json | 76 +--
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell-trie/package-lock.json | 78 +--
packages/cspell-trie/package.json | 2 +-
packages/cspell-trie2-lib/package-lock.json | 46 +-
packages/cspell-types/package-lock.json | 46 +-
packages/cspell/package-lock.json | 216 ++++----
packages/cspell/package.json | 2 +-
packages/hunspell-reader/package-lock.json | 62 +--
packages/hunspell-reader/package.json | 4 +-
rfc/rfc-0001 suggestions/package-lock.json | 16 +-
test-packages/cspell-cli/package-lock.json | 168 +++----
.../test-cspell-eslint-plugin/package-lock.json | 152 +++---
test-packages/test-cspell-glob/package-lock.json | 16 +-
test-packages/test-cspell-io/package-lock.json | 16 +-
.../test-cspell-lib-webpack/package-lock.json | 180 +++----
test-packages/test-cspell-lib/package-lock.json | 116 ++---
test-packages/test-cspell-tools/package-lock.json | 206 ++++----
test-packages/test-cspell/package-lock.json | 170 +++----
test-packages/yarn2/package-lock.json | 2 +-
website/package-lock.json | 553 ++++-----------------
47 files changed, 1740 insertions(+), 2085 deletions(-)


Don't miss a new cspell release

NewReleases is sending notifications on new releases.