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.29.1) (main) #1202

Merged
merged 1 commit into from
Mar 14, 2023
Merged

feat: Update CSpell to (6.29.1) (main) #1202

merged 1 commit into from
Mar 14, 2023

Conversation

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

@street-side-software-automation street-side-software-automation bot commented Mar 11, 2023

action-src/package.json | 4 +-
action/node_modules/.bin/cspell-gitignore | 2 +-
action/node_modules/.bin/cspell-grammar | 2 +-
.../@cspell/cspell-bundled-dicts/package.json | 14 +-
.../node_modules/@cspell/cspell-pipe/package.json | 4 +-
.../@cspell/cspell-service-bus/package.json | 4 +-
.../node_modules/@cspell/cspell-types/package.json | 4 +-
action/node_modules/@cspell/dict-python/README.md | 2 +-
.../node_modules/@cspell/dict-python/package.json | 4 +-
.../node_modules/@cspell/dict-python/python.txt.gz | Bin 47152 -> 47155 bytes
.../node_modules/@cspell/dict-sql/cspell-ext.json | 3 +-
action/node_modules/@cspell/dict-sql/package.json | 4 +-
.../@cspell/dynamic-import/package.json | 6 +-
.../@cspell/strong-weak-map/package.json | 4 +-
.../SpellingDictionary/CachingDictionary.js (gone) | 50 --
.../FlagWordsDictionary.js (gone) | 162 -------
.../IgnoreWordsDictionary.js (gone) | 124 -----
.../SpellingDictionary.js (gone) | 9 -
.../SpellingDictionaryCollection.js (gone) | 140 ------
.../SpellingDictionaryFromTrie.js (gone) | 201 --------
.../SpellingDictionaryMethods.js (gone) | 109 -----
.../SpellingDictionary/SuggestDictionary.js (gone) | 125 -----
.../dist/SpellingDictionary/Terms/index.js (gone) | 3 -
.../dist/SpellingDictionary/Terms/terms.js (gone) | 3 -
.../dist/SpellingDictionary/Typos/index.js (gone) | 11 -
.../dist/SpellingDictionary/Typos/typos.js (gone) | 3 -
.../SpellingDictionary/Typos/typosParser.js (gone) | 143 ------
.../dist/SpellingDictionary/Typos/util.js (gone) | 115 -----
.../SpellingDictionary/TyposDictionary.js (gone) | 157 ------
.../createInlineSpellingDictionary.js (gone) | 25 -
.../createSpellingDictionary.js (gone) | 74 ---
.../dist/SpellingDictionary/defaults.js (gone) | 6 -
.../dist/SpellingDictionary/index.js (gone) | 24 -
.../cspell-dictionary/dist/index.js (gone) | 15 -
.../dist/util/AutoCache.js (gone) | 74 ---
.../dist/util/AutoResolve.js (gone) | 62 ---
.../dist/util/IterableLike.js (gone) | 3 -
.../cspell-dictionary/dist/util/clean.js (gone) | 18 -
.../dist/util/regexHelper.js (gone) | 13 -
.../cspell-dictionary/dist/util/repMap.js (gone) | 158 ------
.../dist/util/simpleCache.js (gone) | 143 ------
.../cspell-dictionary/dist/util/text.js (gone) | 59 ---
.../dist/util/textMappers.js (gone) | 21 -
.../cspell-dictionary/dist/util/types.js (gone) | 3 -
.../cspell-dictionary/dist/util/util.js (gone) | 8 -
action/node_modules/cspell-dictionary/package.json | 45 +-
action/node_modules/cspell-gitignore/bin.js (gone) | 6 -
.../cspell-gitignore/dist/GitIgnore.js (gone) | 152 ------
.../cspell-gitignore/dist/GitIgnoreFile.js (gone) | 151 ------
.../cspell-gitignore/dist/app.js (gone) | 111 -----
.../cspell-gitignore/dist/helpers.js (gone) | 122 -----
.../cspell-gitignore/dist/index.js (gone) | 15 -
action/node_modules/cspell-gitignore/package.json | 35 +-
.../cspell-glob/dist/GlobMatcher.js (gone) | 132 -----
.../cspell-glob/dist/GlobMatcherTypes.js (gone) | 4 -
.../cspell-glob/dist/globHelper.js (gone) | 292 -----------
.../node_modules/cspell-glob/dist/index.js (gone) | 27 --
action/node_modules/cspell-glob/package.json | 36 +-
action/node_modules/cspell-grammar/bin.js (gone) | 6 -
.../node_modules/cspell-grammar/dist/app.js (gone) | 67 ---
.../cspell-grammar/dist/grammars/index.js (gone) | 29 --
.../dist/grammars/markdown.js (gone) | 36 --
.../cspell-grammar/dist/grammars/simple.js (gone) | 112 -----
.../dist/grammars/typescript.js (gone) | 165 -------
.../cspell-grammar/dist/index.js (gone) | 10 -
.../dist/mappers/appendMappedText.js (gone) | 45 --
.../cspell-grammar/dist/mappers/types.js (gone) | 3 -
.../dist/mappers/typescript.js (gone) | 147 ------
.../cspell-grammar/dist/parser/grammar.js (gone) | 9 -
.../dist/parser/grammarDefinition.js (gone) | 3 -
.../dist/parser/grammarNormalized.js (gone) | 3 -
.../dist/parser/grammarNormalizer.js (gone) | 267 -----------
.../dist/parser/grammarTypesHelpers.js (gone) | 32 --
.../cspell-grammar/dist/parser/index.js (gone) | 9 -
.../dist/parser/matchResult.js (gone) | 56 ---
.../cspell-grammar/dist/parser/parser.js (gone) | 32 --
.../parser/processors/procMatchingRule.js (gone) | 155 ------
.../cspell-grammar/dist/parser/scope.js (gone) | 78 ---
.../dist/parser/tokenizeLine.js (gone) | 131 -----
.../cspell-grammar/dist/parser/types.js (gone) | 3 -
.../cspell-grammar/dist/parser/util.js (gone) | 8 -
.../dist/parser/validateGrammar.js (gone) | 64 ---
.../cspell-grammar/dist/parsers/index.js (gone) | 6 -
.../parsers/typescript/TypeScriptParser.js (gone) | 93 ----
.../dist/parsers/typescript/index.js (gone) | 6 -
.../dist/viewer/escapeMarkdown.js (gone) | 45 --
.../dist/viewer/markdownHelper.js (gone) | 9 -
.../dist/viewer/visualizeAsMD.js (gone) | 38 --
action/node_modules/cspell-grammar/package.json | 74 +--
action/node_modules/cspell-io/package.json | 7 +-
.../cspell-lib/dist/Cache/cspell.cache.js (gone) | 15 -
.../cspell-lib/dist/Cache/index.js (gone) | 3 -
.../cspell-lib/dist/Document/Document.js (gone) | 3 -
.../cspell-lib/dist/Document/index.js (gone) | 9 -
.../cspell-lib/dist/Document/isBinaryDoc.js (gone) | 22 -
.../dist/Document/normalizeLanguageIds.js (gone) | 8 -
.../dist/Document/resolveDocument.js (gone) | 75 ---
.../dist/FeatureFlags/FeatureFlags.js (gone) | 77 ---
.../cspell-lib/dist/FeatureFlags/index.js (gone) | 8 -
.../cspell-lib/dist/LanguageIds.js (gone) | 316 ------------
.../Models/CSpellSettingsInternalDef.js (gone) | 30 --
.../cspell-lib/dist/Models/PatternRegExp.js (gone) | 13 -
.../cspell-lib/dist/Models/Suggestion.js (gone) | 3 -
.../cspell-lib/dist/Models/TextDocument.js (gone) | 138 ------
.../dist/Models/ValidationIssue.js (gone) | 3 -
.../dist/Models/ValidationResult.js (gone) | 3 -
.../dist/Settings/CSpellSettingsServer.js (gone) | 376 ---------------
.../dist/Settings/Controller/ImportError.js (gone) | 24 -
.../Controller/SettingsController.js (gone) | 13 -
.../Controller/configLoader/PnPSettings.js (gone) | 26 -
.../Controller/configLoader/configLoader.js (gone) | 495 -------------------
.../configLoader/defaultSettings.js (gone) | 11 -
.../configLoader/extractImportErrors.js (gone) | 26 -
.../Controller/configLoader/index.js (gone) | 27 --
.../configLoader/normalizeRawSettings.js (gone) | 138 ------
.../Controller/configLoader/readSettings.js (gone) | 12 -
.../configLoader/readSettingsFiles.js (gone) | 17 -
.../Controller/configLoader/toGlobDef.js (gone) | 23 -
.../Controller/configLoader/types.js (gone) | 3 -
.../dist/Settings/Controller/index.js (gone) | 6 -
.../dist/Settings/Controller/pnpLoader.js (gone) | 143 ------
.../dist/Settings/DefaultSettings.js (gone) | 189 --------
.../DictionaryReferenceCollection.js (gone) | 47 --
.../dist/Settings/DictionarySettings.js (gone) | 155 ------
.../dist/Settings/GlobalSettings.js (gone) | 63 ---
.../dist/Settings/InDocSettings.js (gone) | 304 ------------
.../dist/Settings/LanguageSettings.js (gone) | 158 ------
.../dist/Settings/RegExpPatterns.js (gone) | 57 ---
.../dist/Settings/TextDocumentSettings.js (gone) | 45 --
.../cspell-lib/dist/Settings/constants.js (gone) | 8 -
.../cspell-lib/dist/Settings/index.js (gone) | 35 --
.../cspell-lib/dist/Settings/index.link.js (gone) | 8 -
.../cspell-lib/dist/Settings/link.js (gone) | 166 -------
.../cspell-lib/dist/Settings/patterns.js (gone) | 32 --
.../dist/SpellingDictionary/Dictionaries.js (gone) | 56 ---
.../DictionaryLoader.js (gone) | 285 -----------
.../DictionaryController/index.js (gone) | 6 -
.../SpellingDictionary/DictionaryLoader.js (gone) | 30 --
.../SpellingDictionary.js (gone) | 10 -
.../SpellingDictionaryError.js (gone) | 18 -
.../SuggestionCollector.js (gone) | 19 -
.../SuggestExperimental/entities.js (gone) | 3 -
.../SuggestExperimental/helpers.js (gone) | 69 ---
.../SuggestExperimental/suggest.js (gone) | 33 --
.../dist/SpellingDictionary/index.js (gone) | 20 -
.../cspell-lib/dist/clearCachedFiles.js (gone) | 10 -
.../cspell-lib/dist/exclusionHelper.js (gone) | 57 ---
.../cspell-lib/dist/getDictionary.js (gone) | 15 -
.../node_modules/cspell-lib/dist/index.js (gone) | 126 -----
.../cspell-lib/dist/spellCheckFile.js (gone) | 113 -----
.../node_modules/cspell-lib/dist/static.js (gone) | 10 -
.../cspell-lib/dist/suggestions.js (gone) | 217 ---------
.../cspell-lib/dist/test/test.matchers.js (gone) | 27 --
.../textValidation/ValidateTextOptions.js (gone) | 3 -
.../dist/textValidation/ValidationTypes.js (gone) | 3 -
.../dist/textValidation/checkText.js (gone) | 152 ------
.../dist/textValidation/defaultConstants.js (gone) | 8 -
.../determineTextDocumentSettings.js (gone) | 63 ---
.../dist/textValidation/docValidator.js (gone) | 406 ----------------
.../cspell-lib/dist/textValidation/index.js (gone) | 15 -
.../dist/textValidation/isWordValid.js (gone) | 19 -
.../textValidation/lineValidatorFactory.js (gone) | 147 ------
.../dist/textValidation/parsedText.js (gone) | 110 -----
.../settingsToValidateOptions.js (gone) | 12 -
.../dist/textValidation/textValidator.js (gone) | 118 -----
.../dist/textValidation/validator.js (gone) | 86 ----
.../node_modules/cspell-lib/dist/trace.js (gone) | 93 ----
.../cspell-lib/dist/util/AutoResolve.js (gone) | 62 ---
.../dist/util/AutoResolveLRUCache.js (gone) | 138 ------
.../cspell-lib/dist/util/Comparable.js (gone) | 55 ---
.../cspell-lib/dist/util/FreqCounter.js (gone) | 52 --
.../cspell-lib/dist/util/IterableLike.js (gone) | 3 -
.../cspell-lib/dist/util/Memorizer.js (gone) | 124 -----
.../cspell-lib/dist/util/MinHeapQueue.js (gone) | 97 ----
.../cspell-lib/dist/util/PairingHeap.js (gone) | 90 ----
.../cspell-lib/dist/util/TextMap.js (gone) | 62 ---
.../cspell-lib/dist/util/TextRange.js (gone) | 144 ------
.../cspell-lib/dist/util/Uri.js (gone) | 178 -------
.../cspell-lib/dist/util/debugPerf.js (gone) | 22 -
.../cspell-lib/dist/util/errors.js (gone) | 77 ---
.../cspell-lib/dist/util/fileReader.js (gone) | 21 -
.../dist/util/iterableIteratorLib.js (gone) | 14 -
.../cspell-lib/dist/util/logger.js (gone) | 46 --
.../dist/util/memorizeLastCall.js (gone) | 18 -
.../cspell-lib/dist/util/memorizerWeak.js (gone) | 42 --
.../cspell-lib/dist/util/regexHelper.js (gone) | 13 -
.../cspell-lib/dist/util/repMap.js (gone) | 38 --
.../cspell-lib/dist/util/resolveFile.js (gone) | 127 -----
.../cspell-lib/dist/util/search.js (gone) | 23 -
.../cspell-lib/dist/util/simpleCache.js (gone) | 143 ------
.../cspell-lib/dist/util/text.js (gone) | 205 --------
.../cspell-lib/dist/util/textRegex.js (gone) | 130 -----
.../cspell-lib/dist/util/timer.js (gone) | 58 ---
.../cspell-lib/dist/util/types.js (gone) | 9 -
.../cspell-lib/dist/util/util.js (gone) | 110 -----
.../cspell-lib/dist/util/wordSplitter.js (gone) | 326 -------------
.../cspell-lib/dist/validator.js (gone) | 9 -
.../cspell-lib/dist/wordListHelper.js (gone) | 62 ---
.../cspell-lib/node_modules/.bin/cspell-grammar | 2 +-
action/node_modules/cspell-lib/package.json | 65 +--
.../cspell-trie-lib/dist/esm/index.js (gone) | 1 -
.../dist/esm/lib/SimpleDictionaryParser.js (gone) | 191 --------
.../dist/esm/lib/TrieBuilder.js (gone) | 214 ---------
.../dist/esm/lib/TrieNode.js (gone) | 3 -
.../dist/esm/lib/compoundWalker.js (gone) | 56 ---
.../dist/esm/lib/consolidate.js (gone) | 90 ----
.../dist/esm/lib/constants.js (gone) | 11 -
.../dist/esm/lib/convertToTrieRefNodes.js (gone) | 83 ----
.../dist/esm/lib/distance/distance.js (gone) | 42 --
.../dist/esm/lib/distance/distanceAStar.js (gone) | 53 --
.../lib/distance/distanceAStarWeighted.js (gone) | 136 ------
.../dist/esm/lib/distance/formatResultEx.js (gone) | 53 --
.../dist/esm/lib/distance/index.js (gone) | 1 -
.../dist/esm/lib/distance/levenshtein.js (gone) | 43 --
.../dist/esm/lib/distance/weightedMaps.js (gone) | 289 -----------
.../cspell-trie-lib/dist/esm/lib/find.js (gone) | 282 -----------
.../cspell-trie-lib/dist/esm/lib/flatten.js (gone) | 108 -----
.../cspell-trie-lib/dist/esm/lib/index.js (gone) | 16 -
.../dist/esm/lib/io/importExport.js (gone) | 59 ---
.../dist/esm/lib/io/importExportV1.js (gone) | 121 -----
.../dist/esm/lib/io/importExportV2.js (gone) | 168 -------
.../dist/esm/lib/io/importExportV3.js (gone) | 281 -----------
.../dist/esm/lib/io/importExportV4.js (gone) | 439 -----------------
.../dist/esm/lib/mappers/joinLetters.js (gone) | 10 -
.../dist/esm/lib/mappers/mapCosts.js (gone) | 22 -
.../esm/lib/mappers/mapDictionaryInfo.js (gone) | 63 ---
.../mappers/mapDictionaryInfoToWeightMap.js (gone) | 34 --
.../lib/mappers/mapHunspellInformation.js (gone) | 195 --------
.../lib/mappers/mapToSuggestionCostDef.js (gone) | 112 -----
.../esm/lib/models/DictionaryInformation.js (gone) | 1 -
.../dist/esm/lib/models/locale/index.js (gone) | 1 -
.../esm/lib/models/locale/knownLocales.js (gone) | 533 ---------------------
.../dist/esm/lib/models/locale/locale.js (gone) | 60 ---
.../esm/lib/models/suggestionCostsDef.js (gone) | 1 -
.../cspell-trie-lib/dist/esm/lib/suggest.js (gone) | 4 -
.../dist/esm/lib/suggestCollector.js (gone) | 1 -
.../dist/esm/lib/suggestions/constants.js (gone) | 1 -
.../suggestions/genSuggestionsOptions.js (gone) | 44 --
.../dist/esm/lib/suggestions/orthography.js (gone) | 65 ---
.../dist/esm/lib/suggestions/suggest.js (gone) | 195 --------
.../esm/lib/suggestions/suggestAStar.js (gone) | 415 ----------------
.../esm/lib/suggestions/suggestCollector.js (gone) | 205 --------
.../dist/esm/lib/trie-util.js (gone) | 152 ------
.../cspell-trie-lib/dist/esm/lib/trie.js (gone) | 211 --------
.../cspell-trie-lib/dist/esm/lib/trieRef.js (gone) | 1 -
.../cspell-trie-lib/dist/esm/lib/types.js (gone) | 13 -
.../dist/esm/lib/utils/PairingHeap.js (gone) | 85 ----
.../dist/esm/lib/utils/autoCacheMap.js (gone) | 28 --
.../dist/esm/lib/utils/bufferLines.js (gone) | 26 -
.../dist/esm/lib/utils/clean.js (gone) | 9 -
.../dist/esm/lib/utils/isDefined.js (gone) | 3 -
.../dist/esm/lib/utils/memorizeLastCall.js (gone) | 13 -
.../dist/esm/lib/utils/memorizer.js (gone) | 37 --
.../dist/esm/lib/utils/mergeDefaults.js (gone) | 19 -
.../lib/utils/mergeOptionalWithDefaults.js (gone) | 5 -
.../dist/esm/lib/utils/normalizeWord.js (gone) | 22 -
.../dist/esm/lib/utils/secondChanceCache.js (gone) | 55 ---
.../dist/esm/lib/utils/text.js (gone) | 101 ----
.../dist/esm/lib/utils/timer.js (gone) | 22 -
.../dist/esm/lib/utils/util.js (gone) | 71 ---
.../dist/esm/lib/walker/hintedWalker.js (gone) | 103 ----
.../dist/esm/lib/walker/index.js (gone) | 3 -
.../dist/esm/lib/walker/walker.js (gone) | 38 --
.../dist/esm/lib/walker/walkerTypes.js (gone) | 17 -
action/node_modules/cspell-trie-lib/package.json | 10 +-
action/node_modules/cspell/bin.js | 2 +-
action/node_modules/cspell/dist/app.js (gone) | 51 --
.../node_modules/cspell/dist/application.js (gone) | 121 -----
.../cspell/dist/cli-reporter.js (gone) | 232 ---------
.../cspell/dist/commandCheck.js (gone) | 78 ---
.../node_modules/cspell/dist/commandLink.js (gone) | 51 --
.../node_modules/cspell/dist/commandLint.js (gone) | 149 ------
.../cspell/dist/commandSuggestion.js (gone) | 88 ----
.../cspell/dist/commandTrace.js (gone) | 87 ----
.../dist/emitters/DictionaryPathFormat.js (gone) | 16 -
.../dist/emitters/suggestionsEmitter.js (gone) | 84 ----
.../cspell/dist/emitters/traceEmitter.js (gone) | 171 -------
.../dist/featureFlags/featureFlags.js (gone) | 25 -
.../cspell/dist/featureFlags/index.js (gone) | 7 -
action/node_modules/cspell/dist/index.js (gone) | 22 -
action/node_modules/cspell/dist/link.js (gone) | 47 --
.../cspell/dist/lint/LintRequest.js (gone) | 48 --
.../node_modules/cspell/dist/lint/index.js (gone) | 8 -
.../node_modules/cspell/dist/lint/lint.js (gone) | 500 -------------------
action/node_modules/cspell/dist/options.js (gone) | 12 -
.../node_modules/cspell/dist/repl/index.js (gone) | 75 ---
.../cspell/dist/util/InMemoryReporter.js (gone) | 47 --
.../node_modules/cspell/dist/util/async.js (gone) | 12 -
.../util/cache/CSpellLintResultCache.js (gone) | 3 -
.../cspell/dist/util/cache/CacheOptions.js (gone) | 3 -
.../cspell/dist/util/cache/DiskCache.js (gone) | 237 ---------
.../cspell/dist/util/cache/DummyCache.js (gone) | 22 -
.../dist/util/cache/ObjectCollection.js (gone) | 136 ------
.../cspell/dist/util/cache/createCache.js (gone) | 77 ---
.../dist/util/cache/fileEntryCache.js (gone) | 107 -----
.../cspell/dist/util/cache/index.js (gone) | 8 -
.../cspell/dist/util/constants.js (gone) | 8 -
.../node_modules/cspell/dist/util/errors.js (gone) | 60 ---
.../cspell/dist/util/fileHelper.js (gone) | 221 ---------
.../node_modules/cspell/dist/util/glob.js (gone) | 167 -------
.../cspell/dist/util/prefetch.js (gone) | 23 -
.../cspell/dist/util/reporters.js (gone) | 67 ---
.../node_modules/cspell/dist/util/stdin.js (gone) | 32 --
.../node_modules/cspell/dist/util/table.js (gone) | 40 --
.../node_modules/cspell/dist/util/timer.js (gone) | 17 -
.../node_modules/cspell/dist/util/util.js (gone) | 55 ---
.../cspell/node_modules/.bin/cspell-gitignore | 2 +-
action/node_modules/cspell/package.json | 80 ++--
.../import-meta-resolve/lib/get-format.js | 2 +-
.../import-meta-resolve/lib/resolve.js | 12 +-
.../node_modules/import-meta-resolve/package.json | 2 +-
action/package.json | 4 +-
yarn.lock | 194 ++++----
313 files changed, 348 insertions(+), 22161 deletions(-)

@street-side-software-automation street-side-software-automation bot changed the title feat: Update CSpell to (6.29.0) (main) feat: Update CSpell to (6.29.1) (main) Mar 13, 2023
@Jason3S Jason3S merged commit a567e48 into main Mar 14, 2023
@Jason3S Jason3S deleted the update-cspell branch March 14, 2023 07:24
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.

1 participant