You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) (#632)
ci: Workflow Bot -- Update ALL Dependencies (main) (#632)
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)
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 update actions/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 and node-version-file inputs, the action will use value from the node-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 fileuses: actions/setup-node@v2with:
node-version-file: '.nvmrc'
- run: npm install
- run: npm test
Update 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 or yarn.lock) in the repository root. Use the cache-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.
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)
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
renovatebot
changed the title
chore(deps): update streetsidesoftware/cspell-action action to v1.3.5
chore(deps): update streetsidesoftware/cspell-action action to v1.5.1
Mar 7, 2022
renovatebot
changed the title
chore(deps): update streetsidesoftware/cspell-action action to v1.5.1
chore(deps): update streetsidesoftware/cspell-action action to v1.6.0
Mar 26, 2022
renovatebot
changed the title
chore(deps): update streetsidesoftware/cspell-action action to v1.6.0
chore(deps): update streetsidesoftware/cspell-action action to v1.6.1
Apr 24, 2022
renovatebot
changed the title
chore(deps): update streetsidesoftware/cspell-action action to v1.6.1
chore(deps): update streetsidesoftware/cspell-action action to v1.6.2
May 16, 2022
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.
This PR contains the following updates:
v1.3.4
->v1.6.2
Release Notes
streetsidesoftware/cspell-action
v1.6.2
Compare Source
v1.6.1
Compare Source
Changes
Upgrade to cspell v5.19.5
Fixes
ci: Workflow Bot -- Update ALL Dependencies (main) (#619)
ci: Workflow Bot -- Update ALL Dependencies (main) (#619)
action-src/package.json | 4 +-
.../@cspell/cspell-bundled-dicts/package.json | 8 +-
.../node_modules/@cspell/cspell-pipe/package.json | 4 +-
.../node_modules/@cspell/cspell-types/package.json | 4 +-
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 +--
action/node_modules/cspell-trie-lib/package.json | 8 +-
action/node_modules/cspell/package.json | 16 +--
action/package.json | 4 +-
yarn.lock | 118 ++++++++++-----------
12 files changed, 98 insertions(+), 98 deletions(-)
Maintenance
ci: Workflow Bot -- Update ALL Dependencies (main) (#650)
ci: Workflow Bot -- Update ALL Dependencies (main) (#650)
action-src/package.json | 4 +-
.../@cspell/cspell-bundled-dicts/package.json | 8 +-
.../node_modules/@cspell/cspell-pipe/package.json | 4 +-
.../@cspell/cspell-types/cspell.schema.json | 10 +++
.../@cspell/cspell-types/dist/configFields.js | 1 +
.../node_modules/@cspell/cspell-types/package.json | 4 +-
action/node_modules/cspell-gitignore/package.json | 6 +-
action/node_modules/cspell-glob/package.json | 4 +-
action/node_modules/cspell-io/package.json | 4 +-
.../cspell-lib/dist/Settings/DefaultSettings.js | 64 ++++++++++-----
.../node_modules/cspell-lib/dist/Settings/index.js | 3 +-
.../SpellingDictionaryCollection.js | 2 +-
.../SpellingDictionaryFromTrie.js | 2 +-
action/node_modules/cspell-lib/dist/suggestions.js | 5 +-
.../determineTextDocumentSettings.js | 6 +-
action/node_modules/cspell-lib/package.json | 16 ++--
action/node_modules/cspell-trie-lib/package.json | 8 +-
action/node_modules/cspell/dist/application.js | 5 +-
action/node_modules/cspell/dist/commandCheck.js | 3 +
action/node_modules/cspell/dist/commandLint.js | 2 +
action/node_modules/cspell/dist/commandTrace.js | 2 +
action/node_modules/cspell/dist/lint/lint.js | 25 ++++--
action/node_modules/cspell/dist/util/fileHelper.js | 4 +-
action/node_modules/cspell/package.json | 16 ++--
action/package.json | 4 +-
yarn.lock | 96 +++++++++++-----------
26 files changed, 183 insertions(+), 125 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#649)
ci: Workflow Bot -- Update ALL Dependencies (main) (#649)
action-src/package.json | 4 +-
.../@cspell/cspell-bundled-dicts/package.json | 8 +-
.../node_modules/@cspell/cspell-pipe/package.json | 6 +-
.../node_modules/@cspell/cspell-types/package.json | 6 +-
action/node_modules/cspell-gitignore/package.json | 8 +-
action/node_modules/cspell-glob/package.json | 8 +-
action/node_modules/cspell-io/package.json | 6 +-
.../cspell-lib/dist/Settings/DictionarySettings.js | 4 +
action/node_modules/cspell-lib/package.json | 20 ++--
action/node_modules/cspell-trie-lib/package.json | 10 +-
action/node_modules/cspell/dist/lint/lint.js | 10 +-
action/node_modules/cspell/package.json | 19 ++--
action/package.json | 4 +-
yarn.lock | 101 ++++++++++-----------
14 files changed, 109 insertions(+), 105 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#648)
ci: Workflow Bot -- Update ALL Dependencies (main) (#648)
action-src/package.json | 2 +-
action/node_modules/@actions/github/README.md | 11 ++++++-----
action/node_modules/@actions/github/package.json | 9 ++++-----
action/package.json | 2 +-
yarn.lock | 20 ++++++++++----------
5 files changed, 22 insertions(+), 22 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#646)
ci: Workflow Bot -- Update ALL Dependencies (main) (#646)
yarn.lock | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#645)
ci: Workflow Bot -- Update ALL Dependencies (main) (#645)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#644)
ci: Workflow Bot -- Update ALL Dependencies (main) (#644)
yarn.lock | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#643)
ci: Workflow Bot -- Update ALL Dependencies (main) (#643)
package.json | 4 +--
yarn.lock | 102 +++++++++++++++++++++++++++++------------------------------
2 files changed, 53 insertions(+), 53 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#640)
ci: Workflow Bot -- Update ALL Dependencies (main) (#640)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#637)
ci: Workflow Bot -- Update ALL Dependencies (main) (#637)
action-src/package.json | 4 +-
action/node_modules/micromatch/CHANGELOG.md (gone) | 109 ---------------------
action/node_modules/micromatch/README.md | 21 ++--
action/node_modules/micromatch/index.js | 6 +-
action/node_modules/micromatch/package.json | 10 +-
package.json | 4 +-
yarn.lock | 58 +++++------
7 files changed, 53 insertions(+), 159 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#635)
ci: Workflow Bot -- Update ALL Dependencies (main) (#635)
action-src/package.json | 4 +-
.../@cspell/cspell-bundled-dicts/package.json | 16 +--
.../node_modules/@cspell/cspell-pipe/package.json | 6 +-
.../node_modules/@cspell/cspell-types/package.json | 6 +-
action/node_modules/cspell-gitignore/package.json | 8 +-
action/node_modules/cspell-glob/package.json | 6 +-
action/node_modules/cspell-io/package.json | 6 +-
.../cspell-lib/dist/Models/TextDocument.js | 39 +++++-
.../dist/Settings/CSpellSettingsServer.js | 20 +--
.../cspell-lib/dist/Settings/DictionarySettings.js | 38 +++---
.../cspell-lib/dist/Settings/LanguageSettings.js | 64 ++++++----
.../dist/SpellingDictionary/Dictionaries.js | 4 +-
.../dist/SpellingDictionary/DictionaryLoader.js | 64 +++++-----
action/node_modules/cspell-lib/dist/index.js | 3 +-
.../cspell-lib/dist/textValidation/docValidator.js | 77 +++++++++---
.../cspell-lib/dist/textValidation/validator.js | 7 +-
action/node_modules/cspell-lib/dist/trace.js | 3 +-
.../node_modules/cspell-lib/dist/util/Memorizer.js | 60 ++++++++-
.../cspell-lib/dist/util/simpleCache.js | 33 ++---
action/node_modules/cspell-lib/dist/util/timer.js | 35 +++++-
action/node_modules/cspell-lib/dist/util/util.js | 19 ++-
action/node_modules/cspell-lib/package.json | 20 +--
.../cspell-trie-lib/dist/lib/utils/memorizer.js | 1 +
action/node_modules/cspell-trie-lib/package.json | 12 +-
action/node_modules/cspell/dist/app.js | 26 +---
action/node_modules/cspell/dist/cli-reporter.js | 8 +-
action/node_modules/cspell/dist/lint/lint.js | 5 +-
.../cspell/dist/util/cache/DiskCache.js | 12 +-
.../cspell/dist/util/cache/createCache.js | 26 +++-
action/node_modules/cspell/package.json | 20 +--
action/package.json | 4 +-
yarn.lock | 140 ++++++++++-----------
32 files changed, 499 insertions(+), 293 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#633)
ci: Workflow Bot -- Update ALL Dependencies (main) (#633)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
build(deps): bump peter-evans/create-pull-request from 3 to 4 (#634)
build(deps): bump peter-evans/create-pull-request from 3 to 4 (#634)
Bumps peter-evans/create-pull-request from 3 to 4.
Release notes
Sourced from peter-evans/create-pull-request's releases.
... (truncated)
Commits
d6d5519
v4 (#1099)0e8dfbd
docs: update guidelinesffa8cc2
docs: Skip follow-up steps if there is no pull request (#1083)00fb690
docs: Document how to improve close-and-reopen user experience (#1084)2fe7e77
docs: Add word "permissions" (#1082)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) (#632)
ci: Workflow Bot -- Update ALL Dependencies (main) (#632)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#631)
ci: Workflow Bot -- Update ALL Dependencies (main) (#631)
.../@cspell/dict-companies/companies.txt.gz | Bin 12136 -> 12146 bytes
.../@cspell/dict-companies/package.json | 6 +-
.../node_modules/@cspell/dict-dotnet/dotnet.txt.gz | Bin 7528 -> 7530 bytes
.../node_modules/@cspell/dict-dotnet/package.json | 4 +-
.../node_modules/@cspell/dict-en_us/en_US.trie.gz | Bin 402059 -> 402023 bytes
.../node_modules/@cspell/dict-en_us/package.json | 6 +-
.../@cspell/dict-software-terms/package.json | 4 +-
.../dict-software-terms/softwareTerms.txt.gz | Bin 7208 -> 7249 bytes
package.json | 4 +-
yarn.lock | 144 ++++++++++-----------
10 files changed, 83 insertions(+), 85 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#628)
ci: Workflow Bot -- Update ALL Dependencies (main) (#628)
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#626)
ci: Workflow Bot -- Update ALL Dependencies (main) (#626)
action/node_modules/commander/Readme.md | 9 ++-
action/node_modules/commander/lib/command.js | 70 +++++++++++++++++++++
action/node_modules/commander/lib/option.js | 18 ++++++
action/node_modules/commander/package.json | 2 +-
package.json | 2 +-
yarn.lock | 94 ++++++++++++++--------------
6 files changed, 144 insertions(+), 51 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#620)
ci: Workflow Bot -- Update ALL Dependencies (main) (#620)
action-src/package.json | 6 +-
.../@cspell/cspell-bundled-dicts/package.json | 8 +-
.../node_modules/@cspell/cspell-pipe/package.json | 4 +-
.../node_modules/@cspell/cspell-types/package.json | 4 +-
action/node_modules/@octokit/core/README.md | 16 +-
.../node_modules/@octokit/core/dist-node/index.js | 2 +-
.../node_modules/@octokit/core/dist-src/version.js | 2 +-
.../node_modules/@octokit/core/dist-web/index.js | 2 +-
action/node_modules/@octokit/core/package.json | 13 +-
action/node_modules/cspell-gitignore/package.json | 6 +-
action/node_modules/cspell-glob/package.json | 4 +-
action/node_modules/cspell-io/package.json | 4 +-
.../dist/Settings/CSpellSettingsServer.js | 1 +
.../cspell-lib/dist/Settings/patterns.js | 6 +-
.../cspell-lib/dist/textValidation/docValidator.js | 28 +-
.../dist/textValidation/textValidator.js | 2 +-
.../node_modules/cspell-lib/dist/util/TextRange.js | 26 +-
action/node_modules/cspell-lib/package.json | 16 +-
action/node_modules/cspell-trie-lib/package.json | 8 +-
action/node_modules/cspell/package.json | 16 +-
action/package.json | 6 +-
package.json | 4 +-
yarn.lock | 296 ++++++++++-----------
23 files changed, 250 insertions(+), 230 deletions(-)
v1.6.0
Compare Source
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.
Changelog
Sourced from actions/checkout's changelog.
Commits
a12a394
update readme for v3 (#708)8f9e05e
Update to node 16 (#689)230611d
Change secret name for PAT to not start with GITHUB_ (#623)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.
... (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)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 -- Upda
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.