feat: Update CSpell to (6.27.0) (main) #1190
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
action-src/package.json | 4 +-
.../@cspell/cspell-bundled-dicts/package.json | 56 +-
.../@cspell/cspell-pipe/dist/cjs/index.cjs (gone) | 644 ---------------------
.../dist/cjs/operators/append.cjs (gone) | 44 --
.../dist/cjs/operators/await.cjs (gone) | 12 -
.../dist/cjs/operators/combine.cjs (gone) | 23 -
.../dist/cjs/operators/concatMap.cjs (gone) | 33 --
.../dist/cjs/operators/filter.cjs (gone) | 38 --
.../dist/cjs/operators/first.cjs (gone) | 42 --
.../dist/cjs/operators/flatten.cjs (gone) | 33 --
.../dist/cjs/operators/index.cjs (gone) | 508 ----------------
.../dist/cjs/operators/joinStrings.cjs (gone) | 49 --
.../cspell-pipe/dist/cjs/operators/last.cjs (gone) | 47 --
.../cspell-pipe/dist/cjs/operators/map.cjs (gone) | 33 --
.../dist/cjs/operators/reduce.cjs (gone) | 65 ---
.../cspell-pipe/dist/cjs/operators/skip.cjs (gone) | 41 --
.../cspell-pipe/dist/cjs/operators/take.cjs (gone) | 45 --
.../cspell-pipe/dist/cjs/operators/tap.cjs (gone) | 50 --
.../dist/cjs/operators/types.cjs (gone) | 2 -
.../dist/cjs/operators/unique.cjs (gone) | 67 ---
.../cspell-pipe/dist/cjs/sync/index.cjs (gone) | 245 --------
.../node_modules/@cspell/cspell-pipe/package.json | 98 ++--
.../cspell-service-bus/dist/cjs/index.cjs (gone) | 142 -----
.../@cspell/cspell-service-bus/package.json | 30 +-
.../@cspell/cspell-types/ajv.config.cjs (gone) | 11 -
.../cspell-types/dist/cjs/Parser/index.cjs (gone) | 3 -
.../@cspell/cspell-types/dist/cjs/index.cjs (gone) | 69 ---
.../cspell-types/dist/esm/CSpellReporter.js | 3 +-
.../cspell-types/dist/esm/CSpellSettingsDef.js | 1 -
.../cspell-types/dist/esm/DictionaryDefinition.js | 1 -
.../cspell-types/dist/esm/DictionaryInformation.js | 1 -
.../cspell-types/dist/esm/InlineDictionary.js | 1 -
.../@cspell/cspell-types/dist/esm/Parser/index.js | 1 -
.../@cspell/cspell-types/dist/esm/TextMap.js | 1 -
.../@cspell/cspell-types/dist/esm/TextOffset.js | 1 -
.../@cspell/cspell-types/dist/esm/configFields.js | 1 -
.../@cspell/cspell-types/dist/esm/features.js | 1 -
.../@cspell/cspell-types/dist/esm/index.js | 1 -
.../cspell-types/dist/esm/suggestionCostsDef.js | 1 -
.../@cspell/cspell-types/dist/esm/types.js | 1 -
.../node_modules/@cspell/cspell-types/package.json | 47 +-
.../node_modules/@cspell/dict-en_us/en_US.trie.gz | Bin 300485 -> 300475 bytes
.../node_modules/@cspell/dict-en_us/package.json | 7 +-
.../dict-en_us/src/hunspell/README_en_US-large.txt | 9 +-
.../dynamic-import/dist/cjs/index.cjs (gone) | 65 ---
.../@cspell/dynamic-import/lib/dImport.js (gone) | 8 -
.../dynamic-import/lib/dynamicImport.js (gone) | 52 --
.../@cspell/dynamic-import/lib/index.js (gone) | 1 -
.../@cspell/dynamic-import/package.json | 32 +-
.../@cspell/strong-weak-map/package.json | 4 +-
.../SpellingDictionaryCollection.js | 8 +-
.../createInlineSpellingDictionary.js | 2 +-
action/node_modules/cspell-dictionary/package.json | 10 +-
action/node_modules/cspell-gitignore/package.json | 10 +-
action/node_modules/cspell-glob/package.json | 6 +-
action/node_modules/cspell-grammar/package.json | 10 +-
action/node_modules/cspell-io/dist/file/index.js | 2 +-
.../cspell-io/dist/handlers/node/file.js | 3 +-
.../cspell-io/dist/node/file/fileReader.js | 63 +-
.../cspell-io/dist/node/file/fileWriter.js | 28 +-
.../node_modules/cspell-io/dist/node/file/index.js | 3 +-
action/node_modules/cspell-io/package.json | 8 +-
.../cspell-lib/dist/Document/isBinaryDoc.js | 11 +-
.../cspell-lib/dist/Document/resolveDocument.js | 33 +-
action/node_modules/cspell-lib/dist/LanguageIds.js | 3 +-
.../cspell-lib/dist/Models/TextDocument.js | 4 +-
.../cspell-lib/dist/Models/Uri.js (gone) | 16 -
.../dist/Settings/CSpellSettingsServer.js | 26 +-
.../Controller/configLoader/configLoader.js | 159 ++---
.../dist/Settings/Controller/pnpLoader.js | 10 +-
.../cspell-lib/dist/Settings/LanguageSettings.js | 9 +-
.../dist/Settings/TextDocumentSettings.js | 3 +
.../cspell-lib/dist/exclusionHelper.js | 6 +-
action/node_modules/cspell-lib/dist/index.js | 3 +-
.../node_modules/cspell-lib/dist/spellCheckFile.js | 4 +-
.../determineTextDocumentSettings.js | 3 +-
.../cspell-lib/dist/textValidation/docValidator.js | 46 +-
.../cspell-lib/dist/textValidation/index.js | 3 +-
action/node_modules/cspell-lib/dist/util/text.js | 4 +-
action/node_modules/cspell-lib/dist/util/util.js | 28 +-
action/node_modules/cspell-lib/package.json | 33 +-
action/node_modules/cspell-trie-lib/package.json | 10 +-
action/node_modules/cspell/README.md | 10 +-
action/node_modules/cspell/dist/commandTrace.js | 29 +-
.../cspell/dist/emitters/traceEmitter.js | 84 ++-
action/node_modules/cspell/dist/lint/lint.js | 80 ++-
action/node_modules/cspell/dist/util/fileHelper.js | 38 +-
action/node_modules/cspell/package.json | 25 +-
action/package.json | 4 +-
yarn.lock | 265 ++++-----
90 files changed, 821 insertions(+), 2955 deletions(-)