github streetsidesoftware/cspell v6.8.0

latest releases: v8.14.4, v8.14.3, v8.14.2...
2 years ago

Changes

Features

feat: Support Caching relative to cache location (#3457)

feat: Support Caching relative to cache location (#3457)

New setting:
cacheFormat: legacy | universal


feat: Support Reporting Issues with CSpell Directives (#3449)

feat: Support Reporting Issues with CSpell Directives (#3449)


Fixes

fix: Enable cli option `--validate-directives` (#3461)

fix: Enable cli option --validate-directives (#3461)


refactor: Refactor checkText to use docValidator (#3453)

refactor: Refactor checkText to use docValidator (#3453)


fix: Workflow Bot -- Update Dictionaries (main) (#3451)

fix: Workflow Bot -- Update Dictionaries (main) (#3451)

Update Dictionaries (main)

packages/cspell-bundled-dicts/package.json | 4 ++--
pnpm-lock.yaml | 17 +++++++++++------
2 files changed, 13 insertions(+), 8 deletions(-)


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#3451)

fix: Workflow Bot -- Update Dictionaries (main) (#3451)

Update Dictionaries (main)

packages/cspell-bundled-dicts/package.json | 4 ++--
pnpm-lock.yaml | 17 +++++++++++------
2 files changed, 13 insertions(+), 8 deletions(-)


Documentation

ci: Workflow Bot -- Build Docs (#3458)

ci: Workflow Bot -- Build Docs (#3458)

docs/types/cspell-types/enums/IssueType.md | 4 +-
.../AdvancedCSpellSettingsWithSourceTrace.md | 108 +++++++++---------
docs/types/cspell-types/interfaces/BaseSetting.md | 32 +++---
.../cspell-types/interfaces/CSpellReporter.md | 12 +-
.../interfaces/CSpellReporterModule.md | 2 +-
.../cspell-types/interfaces/CSpellSettings.md | 100 ++++++++---------
.../interfaces/CSpellSettingsWithSourceTrace.md | 106 ++++++++---------
.../types/cspell-types/interfaces/CacheSettings.md | 25 ++++-
.../cspell-types/interfaces/CharacterSetCosts.md | 6 +-
.../cspell-types/interfaces/CommandLineSettings.md | 4 +-
.../interfaces/DictionaryDefinitionAlternate.md | 14 +--
.../interfaces/DictionaryDefinitionAugmented.md | 16 +--
.../interfaces/DictionaryDefinitionBase.md | 12 +-
.../interfaces/DictionaryDefinitionCustom.md | 18 +--
.../interfaces/DictionaryDefinitionPreferred.md | 14 +--
.../interfaces/DictionaryInformation.md | 16 +--
docs/types/cspell-types/interfaces/EditCosts.md | 10 +-
.../cspell-types/interfaces/ExtendableSettings.md | 62 +++++-----
docs/types/cspell-types/interfaces/Features.md | 2 +-
docs/types/cspell-types/interfaces/FileSettings.md | 96 ++++++++--------
docs/types/cspell-types/interfaces/FileSource.md | 8 +-
.../types/cspell-types/interfaces/ImportFileRef.md | 6 +-
.../cspell-types/interfaces/InMemorySource.md | 8 +-
docs/types/cspell-types/interfaces/Issue.md | 24 ++--
.../cspell-types/interfaces/LanguageSetting.md | 38 +++----
.../interfaces/LanguageSettingFilterFields.md | 6 +-
.../LanguageSettingFilterFieldsDeprecated.md | 4 +-
.../LanguageSettingFilterFieldsPreferred.md | 4 +-
.../cspell-types/interfaces/LegacySettings.md | 4 +-
docs/types/cspell-types/interfaces/MergeSource.md | 8 +-
.../interfaces/OverrideFilterFields.md | 2 +-
.../cspell-types/interfaces/OverrideSettings.md | 62 +++++-----
docs/types/cspell-types/interfaces/ParseResult.md | 6 +-
docs/types/cspell-types/interfaces/ParsedText.md | 12 +-
docs/types/cspell-types/interfaces/Parser.md | 4 +-
docs/types/cspell-types/interfaces/Plugin.md | 2 +-
docs/types/cspell-types/interfaces/PnPSettings.md | 4 +-
docs/types/cspell-types/interfaces/ProgressBase.md | 2 +-
.../cspell-types/interfaces/ProgressFileBase.md | 8 +-
.../cspell-types/interfaces/ProgressFileBegin.md | 8 +-
.../interfaces/ProgressFileComplete.md | 16 +--
.../interfaces/RegExpPatternDefinition.md | 6 +-
.../interfaces/ReportingConfiguration.md | 12 +-
docs/types/cspell-types/interfaces/RunResult.md | 10 +-
docs/types/cspell-types/interfaces/Settings.md | 60 +++++-----
.../interfaces/SuggestionsConfiguration.md | 6 +-
.../cspell-types/interfaces/TextDocumentOffset.md | 16 +--
docs/types/cspell-types/interfaces/TextOffset.md | 6 +-
.../interfaces/WorkspaceTrustSettings.md | 6 +-
docs/types/cspell-types/modules.md | 125 +++++++++++----------
50 files changed, 586 insertions(+), 556 deletions(-)


ci: Workflow Bot -- Build Docs (#3450)

ci: Workflow Bot -- Build Docs (#3450)

.../AdvancedCSpellSettingsWithSourceTrace.md | 241 ++++++++++++++-------
docs/types/cspell-types/interfaces/BaseSetting.md | 48 ++--
.../cspell-types/interfaces/CSpellReporter.md | 12 +-
.../interfaces/CSpellReporterModule.md | 16 +-
.../cspell-types/interfaces/CSpellSettings.md | 229 +++++++++++++-------
.../interfaces/CSpellSettingsWithSourceTrace.md | 235 +++++++++++++-------
.../types/cspell-types/interfaces/CacheSettings.md | 14 +-
.../cspell-types/interfaces/CharacterSetCosts.md | 6 +-
.../cspell-types/interfaces/CommandLineSettings.md | 8 +-
.../interfaces/DictionaryDefinitionAlternate.md | 34 ++-
.../interfaces/DictionaryDefinitionAugmented.md | 20 +-
.../interfaces/DictionaryDefinitionBase.md | 16 +-
.../interfaces/DictionaryDefinitionCustom.md | 22 +-
.../interfaces/DictionaryDefinitionPreferred.md | 18 +-
.../interfaces/DictionaryInformation.md | 20 +-
docs/types/cspell-types/interfaces/EditCosts.md | 30 ++-
.../cspell-types/interfaces/ExtendableSettings.md | 133 +++++++-----
docs/types/cspell-types/interfaces/Features.md | 2 +-
docs/types/cspell-types/interfaces/FileSettings.md | 213 +++++++++++-------
docs/types/cspell-types/interfaces/FileSource.md | 8 +-
.../types/cspell-types/interfaces/ImportFileRef.md | 6 +-
.../cspell-types/interfaces/InMemorySource.md | 8 +-
docs/types/cspell-types/interfaces/Issue.md | 50 ++++-
.../cspell-types/interfaces/LanguageSetting.md | 62 +++---
.../interfaces/LanguageSettingFilterFields.md | 14 +-
.../LanguageSettingFilterFieldsDeprecated.md | 12 +-
.../LanguageSettingFilterFieldsPreferred.md | 4 +-
.../cspell-types/interfaces/LegacySettings.md | 16 +-
docs/types/cspell-types/interfaces/MergeSource.md | 8 +-
.../interfaces/OverrideFilterFields.md | 2 +-
.../cspell-types/interfaces/OverrideSettings.md | 131 ++++++-----
docs/types/cspell-types/interfaces/ParseResult.md | 6 +-
docs/types/cspell-types/interfaces/ParsedText.md | 14 +-
docs/types/cspell-types/interfaces/Parser.md | 4 +-
docs/types/cspell-types/interfaces/Plugin.md | 6 +-
docs/types/cspell-types/interfaces/PnPSettings.md | 12 +-
docs/types/cspell-types/interfaces/ProgressBase.md | 2 +-
.../cspell-types/interfaces/ProgressFileBase.md | 8 +-
.../cspell-types/interfaces/ProgressFileBegin.md | 8 +-
.../interfaces/ProgressFileComplete.md | 16 +-
.../interfaces/RegExpPatternDefinition.md | 6 +-
.../interfaces/ReportingConfiguration.md | 36 ++-
docs/types/cspell-types/interfaces/RunResult.md | 10 +-
docs/types/cspell-types/interfaces/Settings.md | 133 +++++++-----
.../interfaces/SuggestionsConfiguration.md | 18 +-
.../cspell-types/interfaces/TextDocumentOffset.md | 16 +-
docs/types/cspell-types/interfaces/TextOffset.md | 6 +-
.../interfaces/WorkspaceTrustSettings.md | 10 +-
docs/types/cspell-types/modules.md | 162 ++++++++------
49 files changed, 1326 insertions(+), 785 deletions(-)


Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#3460)

ci: Workflow Bot -- Update ALL Dependencies (main) (#3460)

Update ALL Dependencies (main)

pnpm-lock.yaml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#3459)

ci: Workflow Bot -- Update ALL Dependencies (main) (#3459)

Update ALL Dependencies (main)

pnpm-lock.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#3454)

ci: Workflow Bot -- Update ALL Dependencies (main) (#3454)

Update ALL Dependencies (main)

integration-tests/package.json | 4 +-
.../MartinThoma/LaTeX-examples/report.yaml | 56 +--
.../MartinThoma/LaTeX-examples/snapshot.txt | 58 +--
package.json | 6 +-
packages/cspell-config-lib/package.json | 2 +-
packages/cspell-eslint-plugin/package.json | 6 +-
packages/cspell-gitignore/package.json | 2 +-
packages/cspell-glob/package.json | 2 +-
packages/cspell-grammar/package.json | 2 +-
packages/cspell-io/package.json | 2 +-
packages/cspell-lib/package.json | 8 +-
packages/cspell-pipe/package.json | 2 +-
packages/cspell-service-bus/package.json | 2 +-
packages/cspell-tools/package.json | 2 +-
packages/cspell-trie-lib/package.json | 6 +-
packages/cspell-trie/package.json | 2 +-
packages/cspell/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 433 ++++++++++-----------
.../test-cspell-eslint-plugin/package.json | 2 +-
website/package.json | 2 +-
21 files changed, 272 insertions(+), 331 deletions(-)


chore(deps): bump tibdex/github-app-token from 1.5.1 to 1.6 (#3446)

chore(deps): bump tibdex/github-app-token from 1.5.1 to 1.6 (#3446)

Bumps tibdex/github-app-token from 1.5.1 to 1.6.

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)

chore(deps): bump peter-evans/create-pull-request from 4.1.0 to 4.1.1 (#3445)

chore(deps): bump peter-evans/create-pull-request from 4.1.0 to 4.1.1 (#3445)

Bumps peter-evans/create-pull-request from 4.1.0 to 4.1.1.

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v4.1.1

⚙️ Fixes an issue that occurred on Windows runners when CRLF is auto-replaced by LF by Git. peter-evans/create-pull-request#1202

What's Changed

Full Changelog: peter-evans/create-pull-request@v4.1.0...v4.1.1

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)

ci: Workflow Bot -- Update ALL Dependencies (main) (#3444)

ci: Workflow Bot -- Update ALL Dependencies (main) (#3444)

Update ALL Dependencies (main)

pnpm-lock.yaml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)


Don't miss a new cspell release

NewReleases is sending notifications on new releases.