tier4 / AutowareArchitectureProposal.proj

This is the source code of the feasibility study for Autoware architecture proposal.
Apache License 2.0
655 stars 238 forks source link

Bump streetsidesoftware/cspell-action from 1.3.4 to 1.5.1 #235

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps streetsidesoftware/cspell-action from 1.3.4 to 1.5.1.

Release notes

Sourced from streetsidesoftware/cspell-action's releases.

v1.5.1

Changes

Fixes

fix: Update to CSpell 5.18.0 (#560)

  • Update CSpell to Release v5.18.0

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

... (truncated)

Changelog

Sourced from streetsidesoftware/cspell-action's changelog.

1.5.1 (2022-02-01)

1.5.0 (2022-01-26)

Features

1.4.0 (2022-01-07)

Features

Bug Fixes

  • Automatically update major version tags when publishing (#524) (8d8ff69), closes #523

1.3.6 (2022-01-04)

1.3.5 (2021-11-17)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #236.