feat: Update CSpell to (6.20.0) (main) #1151
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 | 14 +-
action/node_modules/@cspell/cspell-pipe/README.md | 14 +
.../node_modules/@cspell/cspell-pipe/package.json | 14 +-
.../cspell-service-bus/dist/Dispatcher.js (gone) | 3 -
.../dist/ServiceRequestFactory.js (gone) | 3 -
.../dist/SystemServiceBus.js (gone) | 98 -------
.../cspell-service-bus/dist/assert.js (gone) | 11 -
.../@cspell/cspell-service-bus/dist/bus.js (gone) | 57 ----
.../dist/createRequestHandler.js (gone) | 20 --
.../cspell-service-bus/dist/errors.js (gone) | 35 ---
.../cspell-service-bus/dist/handlers.js (gone) | 3 -
.../cspell-service-bus/dist/index.js (gone) | 17 --
.../cspell-service-bus/dist/request.js (gone) | 39 ---
.../dist/requestFactory.js (gone) | 25 --
.../@cspell/cspell-service-bus/package.json | 54 ++--
.../@cspell/cspell-types/ajv.config.js (gone) | 11 -
.../cspell-types/dist/CSpellReporter.js (gone) | 14 -
.../cspell-types/dist/CSpellSettingsDef.js (gone) | 3 -
.../dist/DictionaryDefinition.js (gone) | 3 -
.../dist/DictionaryInformation.js (gone) | 3 -
.../@cspell/cspell-types/dist/Parser.js (gone) | 3 -
.../@cspell/cspell-types/dist/TextMap.js (gone) | 3 -
.../@cspell/cspell-types/dist/TextOffset.js (gone) | 3 -
.../cspell-types/dist/configFields.js (gone) | 55 ----
.../@cspell/cspell-types/dist/features.js (gone) | 4 -
.../@cspell/cspell-types/dist/index.js (gone) | 9 -
.../cspell-types/dist/suggestionCostsDef.js (gone) | 3 -
.../@cspell/cspell-types/dist/types.js (gone) | 5 -
.../node_modules/@cspell/cspell-types/package.json | 80 ++++--
.../node_modules/@cspell/strong-weak-map/README.md | 14 +
.../@cspell/strong-weak-map/package.json | 4 +-
action/node_modules/cspell-dictionary/package.json | 14 +-
action/node_modules/cspell-gitignore/package.json | 12 +-
action/node_modules/cspell-glob/package.json | 6 +-
action/node_modules/cspell-grammar/package.json | 10 +-
action/node_modules/cspell-io/package.json | 10 +-
.../Controller/configLoader/configLoader.js | 14 +
.../cspell-lib/dist/textValidation/docValidator.js | 7 +
action/node_modules/cspell-lib/package.json | 30 +--
action/node_modules/cspell-trie-lib/README.md | 26 +-
action/node_modules/cspell-trie-lib/package.json | 12 +-
action/node_modules/cspell/README.md | 16 +-
.../cspell/dist/util/cache/createCache.js | 4 +-
.../cspell/dist/util/cache/fileEntryCache.js | 4 +-
action/node_modules/cspell/package.json | 27 +-
action/node_modules/fs-extra/LICENSE (gone) | 15 --
action/node_modules/fs-extra/README.md (gone) | 290 ---------------------
.../fs-extra/lib/copy/copy-sync.js (gone) | 161 ------------
.../node_modules/fs-extra/lib/copy/copy.js (gone) | 238 -----------------
.../node_modules/fs-extra/lib/copy/index.js (gone) | 7 -
.../fs-extra/lib/empty/index.js (gone) | 39 ---
.../fs-extra/lib/ensure/file.js (gone) | 69 -----
.../fs-extra/lib/ensure/index.js (gone) | 23 --
.../fs-extra/lib/ensure/link.js (gone) | 64 -----
.../fs-extra/lib/ensure/symlink-paths.js (gone) | 99 -------
.../fs-extra/lib/ensure/symlink-type.js (gone) | 31 ---
.../fs-extra/lib/ensure/symlink.js (gone) | 82 ------
action/node_modules/fs-extra/lib/esm.mjs (gone) | 68 -----
.../node_modules/fs-extra/lib/fs/index.js (gone) | 140 ----------
action/node_modules/fs-extra/lib/index.js (gone) | 16 --
.../node_modules/fs-extra/lib/json/index.js (gone) | 16 --
.../fs-extra/lib/json/jsonfile.js (gone) | 11 -
.../fs-extra/lib/json/output-json-sync.js (gone) | 12 -
.../fs-extra/lib/json/output-json.js (gone) | 12 -
.../fs-extra/lib/mkdirs/index.js (gone) | 14 -
.../fs-extra/lib/mkdirs/make-dir.js (gone) | 27 --
.../fs-extra/lib/mkdirs/utils.js (gone) | 21 --
.../node_modules/fs-extra/lib/move/index.js (gone) | 7 -
.../fs-extra/lib/move/move-sync.js (gone) | 54 ----
.../node_modules/fs-extra/lib/move/move.js (gone) | 75 ------
.../fs-extra/lib/output-file/index.js (gone) | 40 ---
.../fs-extra/lib/path-exists/index.js (gone) | 12 -
.../fs-extra/lib/remove/index.js (gone) | 17 --
.../node_modules/fs-extra/lib/util/stat.js (gone) | 154 -----------
.../fs-extra/lib/util/utimes.js (gone) | 26 --
action/node_modules/fs-extra/package.json (gone) | 71 -----
action/node_modules/jsonfile/CHANGELOG.md (gone) | 171 ------------
action/node_modules/jsonfile/LICENSE (gone) | 15 --
action/node_modules/jsonfile/README.md (gone) | 230 ----------------
action/node_modules/jsonfile/index.js (gone) | 88 -------
action/node_modules/jsonfile/package.json (gone) | 40 ---
action/node_modules/jsonfile/utils.js (gone) | 14 -
action/node_modules/universalify/LICENSE (gone) | 20 --
action/node_modules/universalify/README.md (gone) | 76 ------
action/node_modules/universalify/index.js (gone) | 24 --
.../node_modules/universalify/package.json (gone) | 34 ---
action/package.json | 4 +-
yarn.lock | 171 ++++++------
89 files changed, 314 insertions(+), 3304 deletions(-)