Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update CSpell to (6.30.1) (main) #1214

Merged
merged 1 commit into from
Mar 19, 2023
Merged

feat: Update CSpell to (6.30.1) (main) #1214

merged 1 commit into from
Mar 19, 2023

Conversation

street-side-software-automation[bot]
Copy link
Contributor

action-src/package.json | 4 +-
.../@cspell/cspell-bundled-dicts/package.json | 28 +-
.../node_modules/@cspell/cspell-pipe/package.json | 4 +-
.../@cspell/cspell-service-bus/package.json | 4 +-
.../node_modules/@cspell/cspell-types/package.json | 4 +-
.../@cspell/dict-cpp/cpp-refined.txt.gz (gone) | Bin 3886 -> 0 bytes
.../@cspell/dict-cpp/cpp.txt.gz (gone) | Bin 97383 -> 0 bytes
.../node_modules/@cspell/dict-cpp/cspell-ext.json | 9 +-
action/node_modules/@cspell/dict-cpp/package.json | 9 +-
.../@cspell/dict-dotnet/dict/dotnet.txt | 710 +-
.../node_modules/@cspell/dict-dotnet/package.json | 6 +-
.../node_modules/@cspell/dict-en_us/en_US.trie.gz | Bin 300475 -> 300475 bytes
.../node_modules/@cspell/dict-en_us/package.json | 4 +-
.../node_modules/@cspell/dict-golang/dict/go.txt | 7347 ++++++--------------
.../node_modules/@cspell/dict-golang/package.json | 11 +-
action/node_modules/@cspell/dict-latex/README.md | 2 +-
.../node_modules/@cspell/dict-latex/dict/latex.txt | 3 -
.../node_modules/@cspell/dict-latex/package.json | 6 +-
action/node_modules/@cspell/dict-php/README.md | 2 +-
action/node_modules/@cspell/dict-php/dict/php.txt | 1588 +++--
action/node_modules/@cspell/dict-php/package.json | 6 +-
.../@cspell/dict-powershell/dict/powershell.txt | 105 +-
.../@cspell/dict-powershell/package.json | 6 +-
.../@cspell/dict-public-licenses/README.md | 2 +-
.../@cspell/dict-public-licenses/package.json | 6 +-
.../dict-public-licenses/public-licenses.txt.gz | Bin 2521 -> 2799 bytes
.../node_modules/@cspell/dict-ruby/dict/ruby.txt | 159 +-
action/node_modules/@cspell/dict-ruby/package.json | 6 +-
.../node_modules/@cspell/dict-scala/dict/scala.txt | 132 +-
.../node_modules/@cspell/dict-scala/package.json | 6 +-
.../@cspell/dynamic-import/package.json | 4 +-
.../@cspell/strong-weak-map/package.json | 4 +-
action/node_modules/cosmiconfig/dist/index.js | 21 +-
action/node_modules/cosmiconfig/package.json | 43 +-
.../cjs/SpellingDictionary/CachingDictionary.js | 9 +-
.../cjs/SpellingDictionary/FlagWordsDictionary.js | 3 +
.../SpellingDictionaryCollection.js | 14 +-
.../cjs/SpellingDictionary/SuggestDictionary.js | 5 +-
.../dist/cjs/SpellingDictionary/TyposDictionary.js | 5 +-
.../esm/SpellingDictionary/CachingDictionary.d.mts | 4 +-
.../esm/SpellingDictionary/CachingDictionary.mjs | 9 +-
.../esm/SpellingDictionary/FlagWordsDictionary.mjs | 3 +
.../SpellingDictionary/SpellingDictionary.d.mts | 8 +
.../SpellingDictionaryCollection.mjs | 14 +-
.../esm/SpellingDictionary/SuggestDictionary.d.mts | 3 +-
.../esm/SpellingDictionary/SuggestDictionary.mjs | 5 +-
.../esm/SpellingDictionary/TyposDictionary.d.mts | 3 +-
.../esm/SpellingDictionary/TyposDictionary.mjs | 5 +-
action/node_modules/cspell-dictionary/package.json | 10 +-
action/node_modules/cspell-gitignore/package.json | 6 +-
action/node_modules/cspell-glob/package.json | 4 +-
action/node_modules/cspell-grammar/package.json | 8 +-
action/node_modules/cspell-io/package.json | 6 +-
.../dist/cjs/textValidation/docValidator.js | 26 +-
.../dist/cjs/textValidation/isWordValid.js | 5 +-
.../cjs/textValidation/lineValidatorFactory.js | 25 +-
.../dist/cjs/textValidation/textValidator.js | 3 +-
.../cspell-lib/dist/cjs/util/textRegex.js | 4 +-
.../dist/esm/Models/ValidationIssue.d.mts | 4 +-
.../dist/esm/textValidation/ValidationTypes.d.mts | 8 +-
.../dist/esm/textValidation/docValidator.d.mts | 1 +
.../dist/esm/textValidation/docValidator.mjs | 26 +-
.../dist/esm/textValidation/isWordValid.d.mts | 3 +-
.../dist/esm/textValidation/isWordValid.mjs | 4 +-
.../esm/textValidation/lineValidatorFactory.mjs | 25 +-
.../dist/esm/textValidation/textValidator.d.mts | 3 +-
.../dist/esm/textValidation/textValidator.mjs | 3 +-
.../cspell-lib/dist/esm/util/textRegex.mjs | 4 +-
action/node_modules/cspell-lib/package.json | 26 +-
.../dist/cjs/lib/suggestions/suggestCollector.js | 8 +-
.../dist/esm/lib/suggestions/suggestCollector.mjs | 8 +-
action/node_modules/cspell-trie-lib/package.json | 8 +-
action/node_modules/cspell/README.md | 1 +
.../node_modules/cspell/dist/cjs/cli-reporter.js | 21 +-
action/node_modules/cspell/dist/cjs/commandLint.js | 1 +
.../node_modules/cspell/dist/esm/cli-reporter.mjs | 21 +-
.../node_modules/cspell/dist/esm/commandLint.mjs | 1 +
action/node_modules/cspell/package.json | 20 +-
action/package.json | 4 +-
yarn.lock | 270 +-
80 files changed, 4061 insertions(+), 6837 deletions(-)

@street-side-software-automation street-side-software-automation bot changed the title feat: Update CSpell to (6.30.0) (main) feat: Update CSpell to (6.30.1) (main) Mar 18, 2023
@Jason3S Jason3S merged commit 9bc9cec into main Mar 19, 2023
@Jason3S Jason3S deleted the update-cspell branch March 19, 2023 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant