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(-)
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.
Sourced from fast-equals's releases.
Sourced from fast-equals's changelog.
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 To allow more flexibility and customizability for a variety of edge cases, Like Prior to For better typing in edge-case scenarios like custom comparators with Release notes
Release 4.0.1
Release 4.0.1-beta.3
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
index.d.ts
consumption (a3b479c)
Release 4.0.1-beta.1
include
, which may be causing warning spam (446ca73)
Release 4.0.1-beta.0
Release 4.0.0
Release 4.0.0-beta.0
Meta
(898a944)
createCustomCircularEqual
(7c71d93)
areDatesEqual
for complete coverage, in case someone wants a more targeted comparison (45a52c3)
createCustomEqual
(aeeb335)
Map
/ Set
iterations when already not-equal (eae8cc3)
createCustomEqual
to original contract (74c90d6)
Changelog
4.0.1
index.d.ts
file
4.0.0
Breaking Changes
Certain ES2015 features are now required
createCustomEqual
and createCustomCircularEqual
for more details.
createCustomEqual
contract has changedcreateCustomEqual
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
addedcreateCustomEqual
, 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
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
meta
values, typings have been refactored for accuracy and better narrow flow-through.
Commits
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 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.
Sourced from actions/setup-node's releases.
In scope of this release we added support for Release notes
Add support for lts/-n aliases
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
eeb10cf
Support lts/-n aliases (#481)
ed1a46e
Update zeit/ncc to vercel/ncc (#476)
daff393
Merge pull request #496 from panticmilos/v-mpantic/get-latest-version-from-cache
b14573d
remove installer import
7569de0
rename dist manifest to node versions
b20a256
get manifest once
ea3459b
docs: Update advanced-usage.md (#495)
141334f
remove unnecessary dist call
808c8f9
remove bumping deps
fd1b409
unit tests
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.
Sourced from peter-evans/create-pull-request's releases.
⚙️ 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.
Full Changelog: peter-evans/create-pull-request@v4.0.3...v4.0.4
Release notes
Create Pull Request v4.0.4
What's Changed
force
option to tryFetch
by @leeopop
in peter-evans/create-pull-request#1189
New Contributors
@leeopop
made their first contribution in peter-evans/create-pull-request#1189
Commits
923ad83
force tryFetch (#1189)
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(-)