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-typescript/package.json | 6 +-
action/node_modules/cspell-gitignore/package.json | 10 +-
action/node_modules/cspell-glob/package.json | 8 +-
action/node_modules/cspell-io/package.json | 8 +-
action/node_modules/cspell-lib/dist/LanguageIds.js | 2 +-
action/node_modules/cspell-lib/package.json | 24 +-
.../dist/lib/distance/distanceAStarWeighted.js | 7 +-
.../dist/lib/distance/formatResultEx.js | 5 +-
.../dist/lib/distance/weightedMaps.js | 24 +-
.../dist/lib/mappers/mapDictionaryInfo.js | 16 +-
.../lib/mappers/mapDictionaryInfoToWeightMap.js | 22 +-
.../dist/lib/suggestions/suggestCollector.js | 5 +-
action/node_modules/cspell-trie-lib/package.json | 14 +-
.../cspell/dist/emitters/suggestionsEmitter.js | 26 +-
action/node_modules/cspell/package.json | 22 +-
action/node_modules/fast-equals/CHANGELOG.md | 36 +-
action/node_modules/fast-equals/README.md | 9 +-
.../fast-equals/dist/fast-equals.cjs.js | 34 +-
.../fast-equals/dist/fast-equals.esm.js | 34 +-
.../node_modules/fast-equals/dist/fast-equals.js | 34 +-
.../fast-equals/dist/fast-equals.min.js | 2 +-
.../node_modules/fast-equals/dist/fast-equals.mjs | 34 +-
action/node_modules/fast-equals/package.json | 48 +-
action/package.json | 4 +-
package.json | 4 +-
yarn.lock | 524 +++++++++++----------
97 files changed, 834 insertions(+), 1254 deletions(-)
Maintenance
ci: Workflow Bot -- Update ALL Dependencies (main) (#617)
ci: Workflow Bot -- Update ALL Dependencies (main) (#617)
.../dict-software-terms/networkingTerms.txt.gz | Bin 149 -> 160 bytes
.../@cspell/dict-software-terms/package.json | 4 ++--
yarn.lock | 18 +++++++++---------
3 files changed, 11 insertions(+), 11 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#616)
ci: Workflow Bot -- Update ALL Dependencies (main) (#616)
package.json | 4 +--
yarn.lock | 108 +++++++++++++++++++++++++++++------------------------------
2 files changed, 56 insertions(+), 56 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#613)
ci: Workflow Bot -- Update ALL Dependencies (main) (#613)
yarn.lock | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#612)
ci: Workflow Bot -- Update ALL Dependencies (main) (#612)
.../node_modules/@cspell/dict-elixir/elixir.txt.gz | Bin 462 -> 521 bytes
.../node_modules/@cspell/dict-elixir/package.json | 6 ++--
action/node_modules/@cspell/dict-ruby/package.json | 4 +--
action/node_modules/@cspell/dict-ruby/ruby.txt.gz | Bin 1299 -> 1318 bytes
.../@cspell/dict-software-terms/package.json | 4 +--
.../dict-software-terms/softwareTerms.txt.gz | Bin 7192 -> 7208 bytes
yarn.lock | 36 ++++++++++-----------
7 files changed, 25 insertions(+), 25 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#611)
ci: Workflow Bot -- Update ALL Dependencies (main) (#611)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#610)
ci: Workflow Bot -- Update ALL Dependencies (main) (#610)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
build(deps): bump actions/checkout from 2 to 3 (#609)
build(deps): bump actions/checkout from 2 to 3 (#609)
Bumps actions/checkout from 2 to 3.
Release notes
Sourced from actions/checkout's releases.
v3.0.0
- Update default runtime to node16
v2.4.0
- Convert SSH URLs like
org-<ORG_ID>@github.com:
tohttps://github.com/
- prv2.3.5
Update dependencies
v2.3.4
v2.3.3
v2.3.2
Add Third Party License Information to Dist Files
v2.3.1
Fix default branch resolution for .wiki and when using SSH
v2.3.0
Fallback to the default branch
v2.2.0
Fetch all history for all tags and branches when fetch-depth=0
v2.1.1
Changes to support GHES (here and here)
v2.1.0
- Group output
- Changes to support GHES alpha release
- Persist core.sshCommand for submodules
- Add support ssh
- Convert submodule SSH URL to HTTPS, when not using SSH
- Add submodule support
- Follow proxy settings
- Fix ref for pr closed event when a pr is merged
- Fix issue checking detached when git less than 2.22
Changelog
Sourced from actions/checkout's changelog.
Changelog
v2.3.1
v2.3.0
v2.2.0
v2.1.1
v2.1.0
- Group output
- Changes to support GHES alpha release
- Persist core.sshCommand for submodules
- Add support ssh
- Convert submodule SSH URL to HTTPS, when not using SSH
- Add submodule support
- Follow proxy settings
- Fix ref for pr closed event when a pr is merged
- Fix issue checking detached when git less than 2.22
v2.0.0
Commits
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)
ci: Workflow Bot -- Update ALL Dependencies (main) (#607)
ci: Workflow Bot -- Update ALL Dependencies (main) (#607)
action-src/package.json | 2 +-
action/lib/action.js | 6 ++-
action/lib/index.js | 6 ++-
action/lib/main.js | 6 ++-
action/lib/reporter.js | 6 ++-
action/lib/spell.js | 6 ++-
action/lib/test/helper.js | 6 ++-
package.json | 4 +-
yarn.lock | 110 +++++++++++++++++++++++-----------------------
9 files changed, 88 insertions(+), 64 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#604)
ci: Workflow Bot -- Update ALL Dependencies (main) (#604)
yarn.lock | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
build(deps): bump actions/setup-node from 2 to 3 (#603)
build(deps): bump actions/setup-node from 2 to 3 (#603)
Bumps actions/setup-node from 2 to 3.
Release notes
Sourced from actions/setup-node's releases.
v3.0.0
In scope of this release we changed version of the runtime Node.js for the setup-node action and updated package-lock.json file to v2.
Breaking Changes
- With the update to Node 16 in actions/setup-node#414, all scripts will now be run with Node 16 rather than Node 12.
- We removed deprecated
version
input (actions/setup-node#424). Please usenode-version
input instead.Fix logic of error handling for npm warning and uncaught exception
In scope of this release we fix logic of error handling related to caching (actions/setup-node#358) and (actions/setup-node#359).
In the previous behaviour we relied on
stderr
output to throw error. The warning messages from package managers can be written to the stderr's output. For now the action will throw an error only if exit code differs from zero. Besides, we add logic to сatch and log unhandled exceptions.Adding Node.js version file support
In scope of this release we add the
node-version-file
input and updateactions/cache
dependency to the latest version.Adding Node.js version file support
The new input (
node-version-file
) provides functionality to specify the path to the file containing Node.js's version with such behaviour:
- If the file does not exist the action will throw an error.
- If you specify both
node-version
andnode-version-file
inputs, the action will use value from thenode-version
input and throw the following warning:Both node-version and node-version-file inputs are specified, only node-version will be used
.- For now the action does not support all of the variety of values for Node.js version files. The action can handle values according to the documentation and values with
v
prefix (v14
)steps: - uses: actions/checkout@v2 - name: Setup node from node version file uses: actions/setup-node@v2 with: node-version-file: '.nvmrc' - run: npm install - run: npm testUpdate actions/cache dependency to 1.0.8 version.
We updated actions/cache dependency to the latest version (1.0.8). For more information please refer to the toolkit/cache.
Add "cache-hit" output
This release introduces a new output:
cache-hit
(#327).The
cache-hit
output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.Support caching for mono repos and repositories with complex structure
This release introduces dependency caching support for mono repos and repositories with complex structure (#305).
By default, the action searches for the dependency file (
package-lock.json
oryarn.lock
) in the repository root. Use thecache-dependency-path
input for cases when multiple dependency files are used, or they are located in different subdirectories. This input supports wildcards or a list of file names for caching multiple dependencies.Yaml example:
steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 </tr></table>
... (truncated)
Commits
9ced9a4
remove version input (#424)3e90744
Update lockfileVersion (#422)28df918
Update default runtime to node16 (#414)f099707
fix tsc build error for@actions/http-client
(#402)f658dc5
ci: use NPM cache in check-dist (#393)5e2e068
ci(workflow): add cache to workflows using actions/setup-node (#287)7a0f7a9
Fix grammar in the README (#331)7b55867
chore: Remove strategy for non-matrix builds (#186)- See full diff in compare view
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)
ci: Workflow Bot -- Update ALL Dependencies (main) (#602)
ci: Workflow Bot -- Update ALL Dependencies (main) (#602)
package.json | 2 +-
yarn.lock | 30 +++++++++++++++---------------
2 files changed, 16 insertions(+), 16 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#600)
ci: Workflow Bot -- Update ALL Dependencies (main) (#600)
yarn.lock | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#598)
ci: Workflow Bot -- Update ALL Dependencies (main) (#598)
action-src/package.json | 2 +-
action/node_modules/fs-extra/CHANGELOG.md (gone) | 932 ---------------------
action/node_modules/fs-extra/README.md | 8 +-
.../fs-extra/lib/copy-sync/copy-sync.js (gone) | 166 ----
.../fs-extra/lib/copy-sync/index.js (gone) | 5 -
action/node_modules/fs-extra/lib/copy/index.js | 3 +-
action/node_modules/fs-extra/lib/ensure/index.js | 30 +-
action/node_modules/fs-extra/lib/index.js | 4 +-
.../fs-extra/lib/json/output-json-sync.js | 2 +-
.../node_modules/fs-extra/lib/json/output-json.js | 2 +-
.../fs-extra/lib/move-sync/index.js (gone) | 5 -
.../fs-extra/lib/move-sync/move-sync.js (gone) | 54 --
action/node_modules/fs-extra/lib/move/index.js | 3 +-
.../fs-extra/lib/output/index.js (gone) | 40 -
action/node_modules/fs-extra/package.json | 13 +-
package.json | 4 +-
yarn.lock | 138 +--
17 files changed, 102 insertions(+), 1309 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#595)
ci: Workflow Bot -- Update ALL Dependencies (main) (#595)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#594)
ci: Workflow Bot -- Update ALL Dependencies (main) (#594)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#593)
ci: Workflow Bot -- Update ALL Dependencies (main) (#593)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#592)
ci: Workflow Bot -- Update ALL Dependencies (main) (#592)
.../@cspell/dict-software-terms/package.json | 4 ++--
.../@cspell/dict-software-terms/softwareTerms.txt.gz | Bin 7072 -> 7192 bytes
yarn.lock | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#591)
ci: Workflow Bot -- Update ALL Dependencies (main) (#591)
yarn.lock | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#590)
ci: Workflow Bot -- Update ALL Dependencies (main) (#590)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#589)
ci: Workflow Bot -- Update ALL Dependencies (main) (#589)
yarn.lock | 68 +++++++++++++++------------------------------------------------
1 file changed, 16 insertions(+), 52 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#588)
ci: Workflow Bot -- Update ALL Dependencies (main) (#588)
action/node_modules/minimatch/minimatch.js | 2 +
action/node_modules/minimatch/package.json | 2 +-
yarn.lock | 94 +++++++++++++++++++++---------
3 files changed, 68 insertions(+), 30 deletions(-)
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-typescript/package.json | 6 +-
action/node_modules/cspell-gitignore/package.json | 10 +-
action/node_modules/cspell-glob/package.json | 8 +-
action/node_modules/cspell-io/package.json | 8 +-
action/node_modules/cspell-lib/dist/LanguageIds.js | 2 +-
action/node_modules/cspell-lib/package.json | 24 +-
.../dist/lib/distance/distanceAStarWeighted.js | 7 +-
.../dist/lib/distance/formatResultEx.js | 5 +-
.../dist/lib/distance/weightedMaps.js | 24 +-
.../dist/lib/mappers/mapDictionaryInfo.js | 16 +-
.../lib/mappers/mapDictionaryInfoToWeightMap.js | 22 +-
.../dist/lib/suggestions/suggestCollector.js | 5 +-
action/node_modules/cspell-trie-lib/package.json | 14 +-
.../cspell/dist/emitters/suggestionsEmitter.js | 26 +-
action/node_modules/cspell/package.json | 22 +-
action/node_modules/fast-equals/CHANGELOG.md | 36 +-
action/node_modules/fast-equals/README.md | 9 +-
.../fast-equals/dist/fast-equals.cjs.js | 34 +-
.../fast-equals/dist/fast-equals.esm.js | 34 +-
.../node_modules/fast-equals/dist/fast-equals.js | 34 +-
.../fast-equals/dist/fast-equals.min.js | 2 +-
.../node_modules/fast-equals/dist/fast-equals.mjs | 34 +-
action/node_modules/fast-equals/package.json | 48 +-
action/package.json | 4 +-
package.json | 4 +-
yarn.lock | 524 +++++++++++----------
97 files changed, 834 insertions(+), 1254 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#584)
ci: Workflow Bot -- Update ALL Dependencies (main) (#584)
.../node_modules/@cspell/dict-python/package.json | 6 +-
.../node_modules/@cspell/dict-python/python.txt.gz | Bin 2628 -> 2655 bytes
.../@cspell/dict-software-terms/cspell-ext.json | 15 ++-
.../@cspell/dict-software-terms/package.json | 15 ++-
.../dict-software-terms/softwareTerms.txt.gz | Bin 7048 -> 7072 bytes
action/node_modules/minimatch/README.md | 21 ++++
action/node_modules/minimatch/minimatch.js | 113 ++++++++++-----------
action/node_modules/minimatch/package.json | 5 +-
package.json | 2 +-
yarn.lock | 94 ++++++++---------
10 files changed, 151 insertions(+), 120 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#583)
ci: Workflow Bot -- Update ALL Dependencies (main) (#583)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#582)
ci: Workflow Bot -- Update ALL Dependencies (main) (#582)
.../@cspell/dict-en_us/cspell-ext.json | 2 +-
.../node_modules/@cspell/dict-en_us/en_US.trie.gz | Bin 402039 -> 402059 bytes
.../node_modules/@cspell/dict-en_us/package.json | 6 +--
action/node_modules/@cspell/dict-r/package.json | 4 +-
.../@cspell/dict-software-terms/package.json | 4 +-
.../dict-software-terms/softwareTerms.txt.gz | Bin 7024 -> 7048 bytes
.../@cspell/dict-swift/cspell-ext.json | 2 +-
.../node_modules/@cspell/dict-swift/package.json | 6 +--
.../node_modules/@cspell/dict-vue/cspell-ext.json | 2 +-
action/node_modules/@cspell/dict-vue/package.json | 6 +--
yarn.lock | 48 ++++++++++-----------
11 files changed, 40 insertions(+), 40 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#581)
ci: Workflow Bot -- Update ALL Dependencies (main) (#581)
yarn.lock | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
fix: Upgrade to CSpell 5,18.4 (main) (#576)
fix: Upgrade to CSpell 5,18.4 (main) (#576)
action-src/package.json | 6 +-
.../@cspell/cspell-bundled-dicts/package.json | 10 +-
.../node_modules/@cspell/cspell-pipe/dist/index.js | 3 +-
.../@cspell/cspell-pipe/dist/operators/index.js | 6 +-
.../node_modules/@cspell/cspell-pipe/package.json | 8 +-
.../node_modules/@cspell/cspell-types/package.json | 8 +-
action/node_modules/cspell-gitignore/package.json | 10 +-
action/node_modules/cspell-glob/package.json | 8 +-
action/node_modules/cspell-io/package.json | 8 +-
action/node_modules/cspell-lib/package.json | 20 +-
.../dist/lib/distance/distanceAStarWeighted.js | 48 +-
action/node_modules/cspell-trie-lib/package.json | 12 +-
action/node_modules/cspell/dist/application.js | 26 +-
.../node_modules/cspell/dist/commandSuggestion.js | 3 +-
.../cspell/dist/emitters/suggestionsEmitter.js | 3 +-
action/node_modules/cspell/dist/lint/lint.js | 4 +-
action/node_modules/cspell/package.json | 18 +-
action/node_modules/minimatch/README.md | 2 +-
action/node_modules/minimatch/minimatch.js | 119 ++-
action/node_modules/minimatch/package.json | 6 +-
action/package.json | 4 +-
package.json | 4 +-
yarn.lock | 980 +++++++++++----------
23 files changed, 705 insertions(+), 611 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#575)
ci: Workflow Bot -- Update ALL Dependencies (main) (#575)
yarn.lock | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
fix: Upgrade to CSpell 5.18.3 (#572)
fix: Upgrade to CSpell 5.18.3 (#572)
action-src/package.json | 6 +-
.../cspell-bundled-dicts/cspell-default.config.js | 1 +
.../@cspell/cspell-bundled-dicts/package.json | 9 +-
.../node_modules/@cspell/cspell-pipe/package.json | 4 +-
.../node_modules/@cspell/cspell-types/package.json | 4 +-
.../@cspell/dict-software-terms/package.json | 4 +-
.../dict-software-terms/softwareTerms.txt.gz | Bin 7021 -> 7024 bytes
action/node_modules/cspell-gitignore/package.json | 6 +-
action/node_modules/cspell-glob/package.json | 4 +-
action/node_modules/cspell-io/package.json | 4 +-
action/node_modules/cspell-lib/package.json | 16 +-
.../dist/lib/distance/weightedMaps.js | 17 +-
.../dist/lib/suggestions/suggestCollector.js | 4 +-
.../cspell-trie-lib/dist/lib/utils/util.js | 2 +-
action/node_modules/cspell-trie-lib/package.json | 8 +-
action/node_modules/cspell/dist/cli-reporter.js | 22 +-
action/node_modules/cspell/dist/lint/lint.js | 13 +-
action/node_modules/cspell/package.json | 18 +-
action/package.json | 4 +-
yarn.lock | 931 +++++++++++----------
20 files changed, 560 insertions(+), 517 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#571)
ci: Workflow Bot -- Update ALL Dependencies (main) (#571)
action-src/package.json | 4 +-
.../@cspell/cspell-bundled-dicts/package.json | 16 +--
.../node_modules/@cspell/cspell-pipe/package.json | 4 +-
.../node_modules/@cspell/cspell-types/package.json | 4 +-
action/node_modules/comment-json/README.md | 2 +-
action/node_modules/comment-json/package.json | 16 +--
action/node_modules/comment-json/src/array.js | 3 -
action/node_modules/comment-json/src/common.js | 14 +-
action/node_modules/comment-json/src/stringify.js | 1 -
action/node_modules/cspell-gitignore/package.json | 6 +-
action/node_modules/cspell-glob/package.json | 4 +-
action/node_modules/cspell-io/package.json | 4 +-
action/node_modules/cspell-lib/package.json | 16 +--
.../dist/lib/suggestions/suggestCollector.js | 2 -
action/node_modules/cspell-trie-lib/package.json | 10 +-
.../cspell/dist/emitters/suggestionsEmitter.js | 6 +-
.../cspell/dist/emitters/traceEmitter.js | 4 +-
action/node_modules/cspell/dist/util/util.js | 22 +++-
action/node_modules/cspell/package.json | 18 +--
action/node_modules/signal-exit/index.js | 6 +-
action/node_modules/signal-exit/package.json | 2 +-
action/package.json | 4 +-
yarn.lock | 144 ++++++++++-----------
23 files changed, 164 insertions(+), 148 deletions(-)
build(deps): bump release-drafter/release-drafter from 5.17.6 to 5.18.0 (#570)
build(deps): bump release-drafter/release-drafter from 5.17.6 to 5.18.0 (#570)
Bumps release-drafter/release-drafter from 5.17.6 to 5.18.0.
Release notes
Sourced from release-drafter/release-drafter's releases.
v5.18.0
What's Changed
New
Bug Fixes
- Update
target_commitish
when updating a release (#1052)@mikeroll
- Expand vars in tag and name inputs (#1049)
@mkurz
Dependency Updates
- Bump lint-staged from 12.3.2 to 12.3.3 (#1051)
@dependabot
- Bump eslint from 8.7.0 to 8.8.0 (#1046)
@dependabot
- Bump lint-staged from 12.2.2 to 12.3.2 (#1044)
@dependabot
- Bump joi from 17.5.0 to 17.6.0 (#1045)
@dependabot
- Bump node from 17.3.1-alpine to 17.4.0-alpine (#1038)
@dependabot
- Bump lint-staged from 12.2.1 to 12.2.2 (#1037)
@dependabot
Full Changelog: release-drafter/release-drafter@v5.17.6...v5.18.0
Commits
f551477
v5.18.061889b5
Bump lint-staged from 12.3.2 to 12.3.3 (#1051)c26ae71
Updatetarget_commitish
when updating a release (#1052)a8445e8
Add header and footer (#1050)db60e03
Expand vars in tag and name inputs (#1049)7136dfe
Bump eslint from 8.7.0 to 8.8.0 (#1046)6326675
Bump lint-staged from 12.2.2 to 12.3.2 (#1044)35ab50a
Bump joi from 17.5.0 to 17.6.0 (#1045)6854401
Bump node from 17.3.1-alpine to 17.4.0-alpine (#1038)60e0acf
Bump lint-staged from 12.2.1 to 12.2.2 (#1037)- See full diff in compare view
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)
ci: Workflow Bot -- Update ALL Dependencies (main) (#567)
ci: Workflow Bot -- Update ALL Dependencies (main) (#567)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#566)
ci: Workflow Bot -- Update ALL Dependencies (main) (#566)
action-src/package.json | 4 +-
.../@cspell/cspell-bundled-dicts/package.json | 8 +-
.../node_modules/@cspell/cspell-pipe/package.json | 8 +-
.../node_modules/@cspell/cspell-types/package.json | 4 +-
action/node_modules/commander/Readme.md | 243 ++++++++-----
action/node_modules/commander/lib/argument.js | 20 +-
action/node_modules/commander/lib/command.js | 376 ++++++++++++---------
action/node_modules/commander/lib/help.js | 31 +-
action/node_modules/commander/lib/option.js | 55 ++-
action/node_modules/commander/package.json | 32 +-
action/node_modules/cspell-gitignore/package.json | 10 +-
action/node_modules/cspell-glob/package.json | 8 +-
action/node_modules/cspell-io/package.json | 6 +-
.../SpellingDictionaryFromTrie.js | 2 +-
.../SpellingDictionaryMethods.js | 15 +-
.../SpellingDictionary/createSpellingDictionary.js | 2 +-
action/node_modules/cspell-lib/dist/suggestions.js | 4 +-
action/node_modules/cspell-lib/package.json | 16 +-
.../node_modules/cspell-trie-lib/dist/lib/find.js | 10 +-
.../dist/lib/genSuggestionsOptions.js (gone) | 49 ---
.../node_modules/cspell-trie-lib/dist/lib/index.js | 4 +-
.../dist/lib/mappers/mapToSuggestionCostDef.js | 4 +-
.../cspell-trie-lib/dist/lib/suggestCollector.js | 3 +-
.../dist/lib/suggestions/suggest.js | 10 +-
.../dist/lib/suggestions/suggestAStar.js | 4 +-
.../dist/lib/suggestions/suggestCollector.js | 83 +++--
.../cspell-trie-lib/dist/lib/trie-util.js | 3 +-
.../node_modules/cspell-trie-lib/dist/lib/trie.js | 14 +-
.../cspell-trie-lib/dist/lib/utils/util.js | 26 +-
.../cspell-trie-lib/dist/lib/walker.js | 162 +--------
action/node_modules/cspell-trie-lib/package.json | 10 +-
.../cspell/dist/emitters/suggestionsEmitter.js | 9 +-
action/node_modules/cspell/package.json | 18 +-
action/package.json | 4 +-
yarn.lock | 244 +++++++------
35 files changed, 795 insertions(+), 706 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#565)
ci: Workflow Bot -- Update ALL Dependencies (main) (#565)
.../@cspell/dict-bash/bash-words.txt.gz | Bin 235 -> 261 bytes
action/node_modules/@cspell/dict-bash/package.json | 4 +-
.../node_modules/@cspell/dict-en_us/en_US.trie.gz | Bin 402037 -> 402039 bytes
.../node_modules/@cspell/dict-en_us/package.json | 4 +-
.../@cspell/dict-software-terms/package.json | 4 +-
.../dict-software-terms/softwareTerms.txt.gz | Bin 7013 -> 7021 bytes
.../@cspell/dict-typescript/CHANGELOG.md (gone) | 96 ---------------------
.../@cspell/dict-typescript/cspell-ext.json | 13 ++-
.../@cspell/dict-typescript/package.json | 4 +-
yarn.lock | 36 ++++----
10 files changed, 35 insertions(+), 126 deletions(-)