Releases: streetsidesoftware/cspell-action
v1.6.0
Changes
Features
feat: Update cspell to 5.19.0 (#618)
feat: Update cspell to 5.19.0 (#618)
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(-)
Fixes
fix: Update cspell to 5.18.5 (main) (#585)
fix: Update cspell to 5.18.5 (main) (#585)
action-src/package.json | 4 +-
.../cspell-bundled-dicts/cspell-default.config.js | 1 +
.../@cspell/cspell-bundled-dicts/package.json | 73 +--
.../node_modules/@cspell/cspell-pipe/package.json | 8 +-
.../@cspell/cspell-types/cspell.schema.json | 35 +-
.../node_modules/@cspell/cspell-types/package.json | 8 +-
.../@cspell/dict-ada/CHANGELOG.md (gone) | 71 ---
.../node_modules/@cspell/dict-ada/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-ada/package.json | 6 +-
.../@cspell/dict-aws/CHANGELOG.md (gone) | 55 ---
.../node_modules/@cspell/dict-aws/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-aws/package.json | 6 +-
.../@cspell/dict-bash/bash-words.txt.gz | Bin 261 -> 264 bytes
.../node_modules/@cspell/dict-bash/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-bash/package.json | 6 +-
.../node_modules/@cspell/dict-cpp/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-cpp/package.json | 6 +-
.../dict-cryptocurrencies/CHANGELOG.md (gone) | 47 --
.../@cspell/dict-cryptocurrencies/cspell-ext.json | 7 +-
.../@cspell/dict-cryptocurrencies/package.json | 6 +-
.../node_modules/@cspell/dict-css/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-css/package.json | 4 +-
.../node_modules/@cspell/dict-django/CHANGELOG.md | 19 +
.../@cspell/dict-django/cspell-ext.json | 13 +-
.../node_modules/@cspell/dict-django/package.json | 7 +-
.../@cspell/dict-dotnet/cspell-ext.json | 7 +-
.../node_modules/@cspell/dict-dotnet/package.json | 6 +-
.../@cspell/dict-elixir/cspell-ext.json | 7 +-
.../node_modules/@cspell/dict-elixir/package.json | 4 +-
.../@cspell/dict-fonts/CHANGELOG.md (gone) | 55 ---
.../@cspell/dict-fonts/cspell-ext.json | 3 +-
.../node_modules/@cspell/dict-fonts/package.json | 6 +-
.../@cspell/dict-golang/CHANGELOG.md (gone) | 68 ---
.../@cspell/dict-golang/cspell-ext.json | 7 +-
.../node_modules/@cspell/dict-golang/package.json | 8 +-
.../@cspell/dict-haskell/CHANGELOG.md (gone) | 55 ---
.../@cspell/dict-haskell/cspell-ext.json | 7 +-
.../node_modules/@cspell/dict-haskell/package.json | 8 +-
.../dict-html-symbol-entities/CHANGELOG.md (gone) | 51 --
.../dict-html-symbol-entities/cspell-ext.json | 13 +-
.../@cspell/dict-html-symbol-entities/package.json | 8 +-
.../node_modules/@cspell/dict-html/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-html/package.json | 6 +-
.../node_modules/@cspell/dict-java/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-java/package.json | 6 +-
.../@cspell/dict-latex/CHANGELOG.md (gone) | 77 ---
.../@cspell/dict-latex/cspell-ext.json | 7 +-
.../node_modules/@cspell/dict-latex/package.json | 8 +-
.../@cspell/dict-lorem-ipsum/CHANGELOG.md (gone) | 51 --
.../@cspell/dict-lorem-ipsum/cspell-ext.json | 7 +-
.../@cspell/dict-lorem-ipsum/package.json | 8 +-
.../@cspell/dict-lua/CHANGELOG.md (gone) | 47 --
.../node_modules/@cspell/dict-lua/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-lua/package.json | 8 +-
.../node_modules/@cspell/dict-node/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-node/package.json | 6 +-
.../node_modules/@cspell/dict-npm/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-npm/npm.txt.gz | Bin 2161 -> 2165 bytes
action/node_modules/@cspell/dict-npm/package.json | 6 +-
.../node_modules/@cspell/dict-php/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-php/package.json | 6 +-
.../@cspell/dict-powershell/cspell-ext.json | 7 +-
.../@cspell/dict-powershell/package.json | 6 +-
.../node_modules/@cspell/dict-ruby/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-ruby/package.json | 6 +-
.../node_modules/@cspell/dict-rust/cspell-ext.json | 7 +-
action/node_modules/@cspell/dict-rust/package.json | 6 +-
.../@cspell/dict-scala/CHANGELOG.md (gone) | 51 --
.../@cspell/dict-scala/cspell-ext.json | 7 +-
.../node_modules/@cspell/dict-scala/package.json | 9 +-
.../@cspell/dict-typescript/cspell-ext.json | 5 +-
.../@cspell/dict...
v1.5.1
Changes
Fixes
fix: Update to CSpell 5.18.0 (#560)
fix: Update to CSpell 5.18.0 (#560)
-
Update CSpell to Release v5.18.0
-
Update Dependencies
action-src/package.json | 4 +- .../@cspell/cspell-bundled-dicts/package.json | 8 +- .../@cspell/cspell-types/cspell.schema.json | 122 ++++- .../node_modules/@cspell/cspell-types/package.json | 4 +- action/node_modules/cspell-gitignore/package.json | 8 +- action/node_modules/cspell-glob/package.json | 6 +- action/node_modules/cspell-io/package.json | 6 +- .../dist/Settings/CSpellSettingsServer.js | 515 ++------------------- .../cspell-lib/dist/Settings/DefaultSettings.js | 6 +- .../cspell-lib/dist/Settings/DictionarySettings.js | 58 ++- .../cspell-lib/dist/Settings/InDocSettings.js | 7 +- .../node_modules/cspell-lib/dist/Settings/index.js | 31 +- .../node_modules/cspell-lib/dist/Settings/link.js | 4 +- .../dist/SpellingDictionary/Dictionaries.js | 27 +- .../dist/SpellingDictionary/DictionaryLoader.js | 4 +- .../SpellingDictionaryCollection.js | 2 +- .../SpellingDictionaryFromTrie.js | 2 +- .../SpellingDictionaryMethods.js | 11 +- .../SpellingDictionary/createSpellingDictionary.js | 39 +- action/node_modules/cspell-lib/dist/util/types.js | 6 + action/node_modules/cspell-lib/package.json | 17 +- .../dist/lib/distance/weightedMaps.js | 19 +- .../node_modules/cspell-trie-lib/dist/lib/index.js | 4 +- .../lib/mappers/mapDictionaryInfoToWeightMap.js | 186 +------- .../dist/lib/suggestions/suggestCollector.js | 7 +- .../node_modules/cspell-trie-lib/dist/lib/types.js | 12 + .../cspell-trie-lib/dist/lib/utils/util.js | 37 +- action/node_modules/cspell-trie-lib/package.json | 10 +- action/node_modules/cspell/dist/application.js | 6 +- action/node_modules/cspell/dist/lint/lint.js | 22 +- action/node_modules/cspell/dist/util/async.js | 102 +--- action/node_modules/cspell/package.json | 15 +- action/package.json | 4 +- yarn.lock | 95 ++-- 34 files changed, 495 insertions(+), 911 deletions(-)
Maintenance
ci: Workflow Bot -- Update ALL Dependencies (main) (#563)
ci: Workflow Bot -- Update ALL Dependencies (main) (#563)
package.json | 4 +--
yarn.lock | 106 +++++++++++++++++++++++++++++------------------------------
2 files changed, 55 insertions(+), 55 deletions(-)
fix: Update to CSpell 5.18.0 (#560)
fix: Update to CSpell 5.18.0 (#560)
-
Update CSpell to Release v5.18.0
-
Update Dependencies
action-src/package.json | 4 +- .../@cspell/cspell-bundled-dicts/package.json | 8 +- .../@cspell/cspell-types/cspell.schema.json | 122 ++++- .../node_modules/@cspell/cspell-types/package.json | 4 +- action/node_modules/cspell-gitignore/package.json | 8 +- action/node_modules/cspell-glob/package.json | 6 +- action/node_modules/cspell-io/package.json | 6 +- .../dist/Settings/CSpellSettingsServer.js | 515 ++------------------- .../cspell-lib/dist/Settings/DefaultSettings.js | 6 +- .../cspell-lib/dist/Settings/DictionarySettings.js | 58 ++- .../cspell-lib/dist/Settings/InDocSettings.js | 7 +- .../node_modules/cspell-lib/dist/Settings/index.js | 31 +- .../node_modules/cspell-lib/dist/Settings/link.js | 4 +- .../dist/SpellingDictionary/Dictionaries.js | 27 +- .../dist/SpellingDictionary/DictionaryLoader.js | 4 +- .../SpellingDictionaryCollection.js | 2 +- .../SpellingDictionaryFromTrie.js | 2 +- .../SpellingDictionaryMethods.js | 11 +- .../SpellingDictionary/createSpellingDictionary.js | 39 +- action/node_modules/cspell-lib/dist/util/types.js | 6 + action/node_modules/cspell-lib/package.json | 17 +- .../dist/lib/distance/weightedMaps.js | 19 +- .../node_modules/cspell-trie-lib/dist/lib/index.js | 4 +- .../lib/mappers/mapDictionaryInfoToWeightMap.js | 186 +------- .../dist/lib/suggestions/suggestCollector.js | 7 +- .../node_modules/cspell-trie-lib/dist/lib/types.js | 12 + .../cspell-trie-lib/dist/lib/utils/util.js | 37 +- action/node_modules/cspell-trie-lib/package.json | 10 +- action/node_modules/cspell/dist/application.js | 6 +- action/node_modules/cspell/dist/lint/lint.js | 22 +- action/node_modules/cspell/dist/util/async.js | 102 +--- action/node_modules/cspell/package.json | 15 +- action/package.json | 4 +- yarn.lock | 95 ++-- 34 files changed, 495 insertions(+), 911 deletions(-)
v1.5.0
v1.4.0
v1.3.6
v1.3.5
v1.3.4
Changes
Use CSpell v5.12.1 to get support for .gitignore
.
v1.3.3
Changes
Update to cspell
v5.12.0
v1.3.2
v1.3.1
Changes
Documentation
- docs: testing change release. (#346)
This is a bit of an experiment on how well Release Drafter works.
Maintenance
- ci: try out Release-Drafter (#345)