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 5.19.0 #618

Merged
merged 1 commit into from
Mar 12, 2022
Merged

feat: Update cspell to 5.19.0 #618

merged 1 commit into from
Mar 12, 2022

Conversation

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

action-src/package.json | 4 +-
.../@cspell/cspell-bundled-dicts/package.json | 18 +-
.../node_modules/@cspell/cspell-pipe/dist/index.js | 11 +-
.../@cspell/cspell-pipe/dist/operators/index.js | 14 +-
.../node_modules/@cspell/cspell-pipe/package.json | 9 +-
.../@cspell/cspell-types/dist/index.js | 6 +-
.../node_modules/@cspell/cspell-types/package.json | 10 +-
action/node_modules/@cspell/dict-html/html.txt.gz | Bin 11332 -> 11336 bytes
action/node_modules/@cspell/dict-html/package.json | 4 +-
action/node_modules/@cspell/dict-npm/npm.txt.gz | Bin 2165 -> 2168 bytes
action/node_modules/@cspell/dict-npm/package.json | 4 +-
.../cspell-gitignore/dist/GitIgnore.js | 6 +-
.../cspell-gitignore/dist/GitIgnoreFile.js | 6 +-
action/node_modules/cspell-gitignore/dist/app.js | 6 +-
.../node_modules/cspell-gitignore/dist/helpers.js | 6 +-
action/node_modules/cspell-gitignore/package.json | 8 +-
.../node_modules/cspell-glob/dist/GlobMatcher.js | 6 +-
action/node_modules/cspell-glob/dist/globHelper.js | 6 +-
action/node_modules/cspell-glob/dist/index.js | 6 +-
action/node_modules/cspell-glob/package.json | 6 +-
.../node_modules/cspell-io/dist/file/fileReader.js | 17 +-
.../node_modules/cspell-io/dist/file/fileWriter.js | 6 +-
action/node_modules/cspell-io/dist/file/index.js | 6 +-
action/node_modules/cspell-io/dist/index.js | 6 +-
action/node_modules/cspell-io/package.json | 8 +-
action/node_modules/cspell-lib/dist/LanguageIds.js | 25 ++-
.../dist/Models/CSpellSettingsInternalDef.js | 5 +-
.../dist/Settings/CSpellSettingsServer.js | 8 +-
.../cspell-lib/dist/Settings/DefaultSettings.js | 13 +-
.../cspell-lib/dist/Settings/DictionarySettings.js | 16 +-
.../cspell-lib/dist/Settings/InDocSettings.js | 9 +-
.../cspell-lib/dist/Settings/LanguageSettings.js | 6 +-
.../dist/Settings/TextDocumentSettings.js | 6 +-
.../cspell-lib/dist/Settings/configLoader.js | 67 ++++--
.../node_modules/cspell-lib/dist/Settings/link.js | 11 +-
.../dist/SpellingDictionary/Dictionaries.js | 22 +-
.../dist/SpellingDictionary/DictionaryLoader.js | 195 ++++++++++++++++--
.../DictionaryLoaderTypes.js (gone) | 2 -
.../SpellingDictionaryCollection.js | 14 +-
.../SpellingDictionaryFromTrie.js | 7 +-
.../SpellingDictionaryMethods.js | 5 +-
.../cspell-lib/dist/SpellingDictionary/index.js | 6 +-
action/node_modules/cspell-lib/dist/index.js | 22 +-
.../node_modules/cspell-lib/dist/spellCheckFile.js | 65 ++----
action/node_modules/cspell-lib/dist/suggestions.js | 12 +-
.../cspell-lib/dist/textValidator.js (gone) | 227 ---------------------
action/node_modules/cspell-lib/dist/trace.js | 12 +-
.../node_modules/cspell-lib/dist/util/Memorizer.js | 16 +-
.../node_modules/cspell-lib/dist/util/TextRange.js | 6 +-
action/node_modules/cspell-lib/dist/util/errors.js | 16 +-
.../cspell-lib/dist/util/fileReader.js | 7 +-
.../cspell-lib/dist/util/resolveFile.js | 6 +-
action/node_modules/cspell-lib/dist/util/text.js | 14 +-
action/node_modules/cspell-lib/dist/util/util.js | 18 +-
action/node_modules/cspell-lib/dist/validator.js | 129 +-----------
.../node_modules/cspell-lib/dist/wordListHelper.js | 12 +-
action/node_modules/cspell-lib/package.json | 30 +--
action/node_modules/cspell-trie-lib/dist/index.js | 6 +-
.../cspell-trie-lib/dist/lib/io/importExport.js | 6 +-
.../dist/lib/suggestions/walker/index.js | 6 +-
.../cspell-trie-lib/dist/lib/walker.js | 6 +-
action/node_modules/cspell-trie-lib/package.json | 12 +-
action/node_modules/cspell/dist/app.js | 6 +-
action/node_modules/cspell/dist/application.js | 6 +-
action/node_modules/cspell/dist/cli-reporter.js | 6 +-
action/node_modules/cspell/dist/commandCheck.js | 6 +-
action/node_modules/cspell/dist/commandLint.js | 6 +-
.../node_modules/cspell/dist/commandSuggestion.js | 6 +-
action/node_modules/cspell/dist/commandTrace.js | 6 +-
.../cspell/dist/emitters/traceEmitter.js | 6 +-
action/node_modules/cspell/dist/index.js | 6 +-
.../node_modules/cspell/dist/lint/LintRequest.js | 6 +-
action/node_modules/cspell/dist/lint/lint.js | 6 +-
action/node_modules/cspell/dist/repl/index.js | 6 +-
.../cspell/dist/util/cache/DiskCache.js | 6 +-
action/node_modules/cspell/dist/util/fileHelper.js | 6 +-
action/node_modules/cspell/dist/util/glob.js | 6 +-
action/node_modules/cspell/dist/util/stdin.js | 6 +-
action/node_modules/cspell/package.json | 24 +--
action/package.json | 4 +-
package.json | 2 +-
yarn.lock | 172 ++++++++--------
82 files changed, 814 insertions(+), 708 deletions(-)

@github-actions github-actions bot added chore dependencies Pull requests that update a dependency file labels Mar 12, 2022
@Jason3S Jason3S added feature and removed dependencies Pull requests that update a dependency file chore labels Mar 12, 2022
@Jason3S Jason3S changed the title ci: Workflow Bot -- Update ALL Dependencies (main) feat: Update cspell to 5.19.0 Mar 12, 2022
@Jason3S Jason3S merged commit 36b87ad into main Mar 12, 2022
@Jason3S Jason3S deleted the update-dependencies-main branch March 12, 2022 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant