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

fix: Update to CSpell 5.18.0 #560

Merged
merged 1 commit into from
Jan 31, 2022
Merged

fix: Update to CSpell 5.18.0 #560

merged 1 commit into from
Jan 31, 2022

Conversation

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

@street-side-software-automation street-side-software-automation bot commented Jan 31, 2022

  • 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(-)
    

@github-actions github-actions bot added chore dependencies Pull requests that update a dependency file labels Jan 31, 2022
@Jason3S Jason3S merged commit 9b6f2e6 into main Jan 31, 2022
@Jason3S Jason3S deleted the update-dependencies-main branch January 31, 2022 14:43
@Jason3S Jason3S changed the title ci: Workflow Bot -- Update ALL Dependencies (main) fix: Update to CSpell 5.18.0 Feb 1, 2022
@Jason3S Jason3S added fix and removed chore labels Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant