npm cspell 6.20.0
v6.20.0

latest releases: 8.14.2, 8.14.1, 8.13.3...
19 months ago

Changes

ci: Workflow Bot -- Update Integration Snapshots (main) (#4068)

ci: Workflow Bot -- Update Integration Snapshots (main) (#4068)

Update Integration Repositories

integration-tests/config/config.json | 52 +--
.../Azure/azure-rest-api-specs/snapshot.txt | 4 +-
.../MicrosoftDocs/PowerShell-Docs/report.yaml | 68 ++-
.../MicrosoftDocs/PowerShell-Docs/snapshot.txt | 66 ++-
.../snapshots/RustPython/RustPython/snapshot.txt | 21 +-
.../snapshots/TheAlgorithms/Python/report.yaml | 103 +++--
.../snapshots/TheAlgorithms/Python/snapshot.txt | 101 +++--
.../snapshots/caddyserver/caddy/report.yaml | 20 +-
.../snapshots/caddyserver/caddy/snapshot.txt | 20 +-
integration-tests/snapshots/chef/chef/report.yaml | 2 +-
integration-tests/snapshots/chef/chef/snapshot.txt | 2 +-
.../snapshots/django/django/report.yaml | 34 +-
.../snapshots/django/django/snapshot.txt | 34 +-
.../snapshots/eslint/eslint/report.yaml | 34 +-
.../snapshots/eslint/eslint/snapshot.txt | 30 +-
.../googleapis/google-cloud-cpp/report.yaml | 201 ++++-----
.../googleapis/google-cloud-cpp/snapshot.txt | 197 ++++-----
.../iluwatar/java-design-patterns/report.yaml | 2 +-
.../iluwatar/java-design-patterns/snapshot.txt | 2 +-
.../snapshots/liriliri/licia/snapshot.txt | 2 +-
.../snapshots/neovim/nvim-lspconfig/report.yaml | 459 +++++++++++----------
.../snapshots/neovim/nvim-lspconfig/snapshot.txt | 455 ++++++++++----------
.../snapshots/php/php-src/report.yaml | 278 +++++++------
.../snapshots/php/php-src/snapshot.txt | 278 +++++++------
.../snapshots/prettier/prettier/snapshot.txt | 2 +-
.../snapshots/pycontribs/jira/report.yaml | 148 +++----
.../snapshots/pycontribs/jira/snapshot.txt | 160 +++----
.../snapshots/shoelace-style/shoelace/snapshot.txt | 5 +-
.../snapshots/sveltejs/svelte/report.yaml | 11 +-
.../snapshots/sveltejs/svelte/snapshot.txt | 9 +-
.../typescript-eslint/snapshot.txt | 2 +-
.../snapshots/wireapp/wire-webapp/snapshot.txt | 89 ++--
32 files changed, 1462 insertions(+), 1429 deletions(-)


ci: Workflow Bot -- Update Integration Snapshots (main) (#4043)

ci: Workflow Bot -- Update Integration Snapshots (main) (#4043)

Update Integration Repositories

integration-tests/config/config.json | 48 +-
.../Azure/azure-rest-api-specs/snapshot.txt | 7 +-
.../MicrosoftDocs/PowerShell-Docs/report.yaml | 52 +-
.../MicrosoftDocs/PowerShell-Docs/snapshot.txt | 48 +-
.../snapshots/RustPython/RustPython/snapshot.txt | 36 +-
.../aspnetboilerplate/report.yaml | 10 +-
.../aspnetboilerplate/snapshot.txt | 6 +-
.../snapshots/caddyserver/caddy/report.yaml | 33 +-
.../snapshots/caddyserver/caddy/snapshot.txt | 33 +-
.../snapshots/django/django/report.yaml | 947 +++++------
.../snapshots/django/django/snapshot.txt | 943 +++++-----
.../snapshots/eslint/eslint/report.yaml | 8 +-
.../snapshots/eslint/eslint/snapshot.txt | 8 +-
.../googleapis/google-cloud-cpp/report.yaml | 249 +--
.../googleapis/google-cloud-cpp/snapshot.txt | 257 +--
.../iluwatar/java-design-patterns/report.yaml | 16 +-
.../iluwatar/java-design-patterns/snapshot.txt | 12 +-
integration-tests/snapshots/mdx-js/mdx/report.yaml | 23 +-
.../snapshots/mdx-js/mdx/snapshot.txt | 23 +-
.../microsoft/TypeScript-Website/report.yaml | 2 +-
.../microsoft/TypeScript-Website/snapshot.txt | 2 +-
.../snapshots/neovim/nvim-lspconfig/report.yaml | 531 +++---
.../snapshots/neovim/nvim-lspconfig/snapshot.txt | 527 +++---
.../snapshots/php/php-src/report.yaml | 1793 ++++++++++----------
.../snapshots/php/php-src/snapshot.txt | 1781 ++++++++++---------
.../snapshots/prettier/prettier/snapshot.txt | 2 +-
.../snapshots/shoelace-style/shoelace/snapshot.txt | 2 +-
.../typescript-eslint/snapshot.txt | 2 +-
.../snapshots/wireapp/wire-desktop/snapshot.txt | 2 +-
.../snapshots/wireapp/wire-webapp/snapshot.txt | 4 +-
30 files changed, 3662 insertions(+), 3745 deletions(-)


Add example for remote dictionaries (#4039)

Add example for remote dictionaries (#4039)

This PR adds a config example in the documentation which demonstrates how to use dictionaries defined in remote files.

Along the lines it also fixes an issue in the example: The "name" of the dictionary was inconsistent. The three variants corp-term, corp-terms and company-terms were used. This, in my understanding would not have worked either way.

See also #4035


fix: Fix a typing mistake in docs (#4040)

fix: Fix a typing mistake in docs (#4040)

This PR fixes a trivial mistake in command-trace.md.


Features

feat: Enable eslint plugin to call Async methods. (#4080)

feat: Enable eslint plugin to call Async methods. (#4080)

By its nature, CSpell is Async.
At its core, ESLint is Sync.

Related to: eslint/eslint#15394

Special Sync versions of CSpell methods had been made to support Synchronous validation of documents, but this is very difficult to support when configuration can be loaded via http requests.

The workaround is to use SyncKit as suggested here: eslint/eslint#15394 (comment)


feat: support esm in cspell-types (#4061)

feat: support esm in cspell-types (#4061)


feat: Add ESM Module support to cspell-service-bus (#4058)

feat: Add ESM Module support to cspell-service-bus (#4058)


Fixes

fix: Remove dependency upon fs-extra (#4079)

fix: Remove dependency upon fs-extra (#4079)


refactor: move spell checking into worker (#4078)

refactor: move spell checking into worker (#4078)

cspell-eslint-plugin

Move the logic out of cspell-eslint-plugin.ts and into its own file.

The plan is to make an async version, but it needs to be in its own file and cannot call into eslint context.


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

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

Update Dictionaries (main)

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


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

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

Update Dictionaries (main)

integration-tests/snapshots/django/django/report.yaml | 3 +--
integration-tests/snapshots/django/django/snapshot.txt | 3 +--
.../snapshots/googleapis/google-cloud-cpp/report.yaml | 4 +---
.../snapshots/googleapis/google-cloud-cpp/snapshot.txt | 4 +---
.../snapshots/iluwatar/java-design-patterns/report.yaml | 5 ++---
.../snapshots/iluwatar/java-design-patterns/snapshot.txt | 3 +--
packages/cspell-bundled-dicts/package.json | 2 +-
pnpm-lock.yaml | 8 ++++----
8 files changed, 12 insertions(+), 20 deletions(-)


fix: Remove unnecessary dependency upon mkdirp (#4033)

fix: Remove unnecessary dependency upon mkdirp (#4033)


Dictionary Updates

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

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

Update Dictionaries (main)

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


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

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

Update Dictionaries (main)

integration-tests/snapshots/django/django/report.yaml | 3 +--
integration-tests/snapshots/django/django/snapshot.txt | 3 +--
.../snapshots/googleapis/google-cloud-cpp/report.yaml | 4 +---
.../snapshots/googleapis/google-cloud-cpp/snapshot.txt | 4 +---
.../snapshots/iluwatar/java-design-patterns/report.yaml | 5 ++---
.../snapshots/iluwatar/java-design-patterns/snapshot.txt | 3 +--
packages/cspell-bundled-dicts/package.json | 2 +-
pnpm-lock.yaml | 8 ++++----
8 files changed, 12 insertions(+), 20 deletions(-)


Documentation

doc: add footer to README.md files (#4066)

doc: add footer to README.md files (#4066)


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

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

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 | 8 +-
.../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 | 26 ++---
.../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 | 116 ++++++++++-----------
50 files changed, 559 insertions(+), 559 deletions(-)


Testing

test: Update vitest to 0.28.1 (#4053)

test: Update vitest to 0.28.1 (#4053)


test: Update glob tests (#4050)

test: Update glob tests (#4050)


Maintenance

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

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

Update ALL Dependencies (main)

package.json | 2 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package.json | 2 +-
packages/cspell/package.json | 2 +-
pnpm-lock.yaml | 96 +++++++++++++++++++--------------------
5 files changed, 52 insertions(+), 52 deletions(-)


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

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

Update ALL Dependencies (main)

package.json | 6 +-
packages/cspell-bundled-dicts/package.json | 2 +-
packages/cspell-dynamic-loader/package.json | 2 +-
packages/cspell-eslint-plugin/package.json | 6 +-
packages/cspell-io/package.json | 2 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-types/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 544 +++++++++++----------
.../test-cspell-eslint-plugin/package.json | 6 +-
.../test-cspell-lib-webpack/package.json | 2 +-
website/package.json | 6 +-
12 files changed, 292 insertions(+), 290 deletions(-)


chore(deps-dev): bump @vitest/coverage-istanbul from 0.27.3 to 0.28.3 (#4073)

chore(deps-dev): bump @vitest/coverage-istanbul from 0.27.3 to 0.28.3 (#4073)

Bumps @vitest/coverage-istanbul from 0.27.3 to 0.28.3.

Release notes

Sourced from @​vitest/coverage-istanbul's releases.

v0.28.3

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v0.28.2

   🐞 Bug Fixes

    View changes on GitHub

v0.28.1

   🐞 Bug Fixes

    View changes on GitHub

v0.28.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub
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-dev): bump eslint-plugin-simple-import-sort from 9.0.0 to 10.0.0 (#4072)

chore(deps-dev): bump eslint-plugin-simple-import-sort from 9.0.0 to 10.0.0 (#4072)

Bumps eslint-plugin-simple-import-sort from 9.0.0 to 10.0.0.

Changelog

Sourced from eslint-plugin-simple-import-sort's changelog.

Version 10.0.0 (2023-01-27)

This release might move some imported items with type around. This is a breaking formatting change (that only affects TypeScript and Flow), but only in the form of that you need to autofix your files.

In previous versions, type specifiers came first:

import { type B, a } from "a";
export { type B, a } from "a";

Now, all specifiers are sorted alphabetically, regardless of type:

import { a, type B } from "a";
export { a, type B } from "a";

Motivation:

You might import a class for a type annotation using:

import {
  type MyClass,
  coolFunction,
} from "example";

Later, you also start instantiating that class in the same file (new MyClass()), so you remove type.

Previously, this resulted in a messy diff due to the class moving:

 import {
-  type MyClass,
   coolFunction,
+  MyClass,
 } from "example";

Now, the sorting with the type keyword would be:

import {
  coolFunction,
  type MyClass,
} from "example";
</tr></table> 

... (truncated)

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 activesupport from 6.0.5.1 to 6.0.6.1 in /docs (#4075)

chore(deps): bump activesupport from 6.0.5.1 to 6.0.6.1 in /docs (#4075)

Bumps activesupport from 6.0.5.1 to 6.0.6.1.

Release notes

Sourced from activesupport's releases.

v6.0.6.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • Make sanitize_as_sql_comment more strict

    Though this method was likely never meant to take user input, it was attempting sanitization. That sanitization could be bypassed with carefully crafted input.

    This commit makes the sanitization more robust by replacing any occurrances of "/" or "/" with "/ " or " /". It also performs a first pass to remove one surrounding comment to avoid compatibility issues for users relying on the existing removal.

    This also clarifies in the documentation of annotate that it should not be provided user input.

    [CVE-2023-22794]

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

... (truncated)

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

chore(deps): bump webrick from 1.7.0 to 1.8.1 in /docs (#4074)

chore(deps): bump webrick from 1.7.0 to 1.8.1 in /docs (#4074)

Bumps webrick from 1.7.0 to 1.8.1.

Release notes

Sourced from webrick's releases.

v1.8.1

What's Changed

Full Changelog: ruby/webrick@v1.8.0...v1.8.1

v1.8.0

What's Changed

New Contributors

Full Changelog: ruby/webrick@v1.7.0...v1.8.0

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) (#4065)

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

Update ALL Dependencies (main)

package.json | 8 +-
packages/cspell-eslint-plugin/package.json | 6 +-
packages/cspell-gitignore/package.json | 4 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package.json | 4 +-
packages/cspell-service-bus/package.json | 2 +-
packages/cspell-types/package.json | 2 +-
packages/cspell/package.json | 2 +-
pnpm-lock.yaml | 624 ++++++++++-----------
.../test-cspell-eslint-plugin/package.json | 2 +-
.../cspell-pipe/test-cspell-pipe-esm/package.json | 2 +-
.../test-cspell-pipe-rollup/package.json | 2 +-
.../cspell-pipe/test-cspell-pipe/package.json | 2 +-
.../test-cspell-service-bus-esm/package.json | 2 +-
.../test-cspell-service-bus-rollup/package.json | 2 +-
.../test-cspell-service-bus/package.json | 2 +-
.../test-cspell-types-cjs/package.json | 2 +-
.../test-cspell-types-esm/package.json | 2 +-
.../test-cspell-types-rollup/package.json | 2 +-
website/package.json | 2 +-
20 files changed, 338 insertions(+), 338 deletions(-)


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

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

Update ALL Dependencies (main)

package.json | 2 +-
packages/cspell-pipe/package.json | 2 +-
pnpm-lock.yaml | 102 +++++++++++++++++++-------------------
3 files changed, 53 insertions(+), 53 deletions(-)


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

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

Update ALL Dependencies (main)

integration-tests/package.json | 4 +-
package.json | 4 +-
packages/cspell-code-snippets/package.json | 2 +-
packages/cspell-config-lib/package.json | 2 +-
packages/cspell-dictionary/package.json | 2 +-
packages/cspell-dynamic-loader/package.json | 2 +-
packages/cspell-eslint-plugin/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 | 4 +-
packages/cspell-pipe/package.json | 4 +-
packages/cspell-tools/package.json | 2 +-
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell-trie/package.json | 2 +-
packages/cspell-types/package.json | 2 +-
packages/cspell/package.json | 4 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 706 ++++++++++-----------
.../test-cspell-lib-webpack/package.json | 2 +-
20 files changed, 377 insertions(+), 377 deletions(-)


chore(deps): bump tibdex/github-app-token from 1.7.0 to 1.8.0 (#4063)

chore(deps): bump tibdex/github-app-token from 1.7.0 to 1.8.0 (#4063)

Bumps tibdex/github-app-token from 1.7.0 to 1.8.0.

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) (#4059)

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

Update ALL Dependencies (main)

pnpm-lock.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


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

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

Update ALL Dependencies (main)

package.json | 2 +-
packages/cspell-gitignore/package.json | 4 +-
packages/cspell-pipe/package.json | 2 +-
pnpm-lock.yaml | 86 +++++++++++-----------
.../cspell-pipe/test-cspell-pipe-esm/package.json | 2 +-
.../test-cspell-pipe-rollup/package.json | 2 +-
.../cspell-pipe/test-cspell-pipe/package.json | 2 +-
.../test-cspell-types-cjs/package.json | 2 +-
.../test-cspell-types-esm/package.json | 2 +-
.../test-cspell-types-rollup/package.json | 2 +-
10 files changed, 53 insertions(+), 53 deletions(-)


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

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

Update ALL Dependencies (main)

package.json | 2 +-
packages/cspell-dictionary/package.json | 2 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-tools/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 50 +++++++++++++++++----------------
6 files changed, 31 insertions(+), 29 deletions(-)


chore(deps): bump commonmarker from 0.23.6 to 0.23.7 in /docs (#4054)

chore(deps): bump commonmarker from 0.23.6 to 0.23.7 in /docs (#4054)

Bumps commonmarker from 0.23.6 to 0.23.7.

Release notes

Sourced from commonmarker's releases.

v0.23.7

What's Changed

Full Changelog: gjtorikian/commonmarker@v0.23.6...v0.23.7

v0.23.7.pre1

What's Changed

Full Changelog: gjtorikian/commonmarker@v0.23.6...v0.23.7.pre1

Changelog

Sourced from commonmarker's changelog.

Changelog

v1.0.0.pre6 (2023-01-09)

Full Changelog

Closed issues:

  • Cargo.lock prevents Ruby 3.2.0 from installing commonmarker v1.0.0.pre4 #211

Merged pull requests:

  • always use rb_sys (don't use Ruby's emerging cargo tooling where available) #213 (kivikakk)

v1.0.0.pre5 (2023-01-08)

Full Changelog

Merged pull requests:

v1.0.0.pre4 (2022-12-28)

Full Changelog

Closed issues:

  • Will the cmark-gfm branch continue to be maintained for awhile? #207

Merged pull requests:

v1.0.0.pre3 (2022-11-30)

Full Changelog

Closed issues:

  • Code block incorrectly parsed in commonmarker 1.0.0.pre #202

Merged pull requests:

... (truncated)

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

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

Update ALL Dependencies (main)

pnpm-lock.yaml | 45 +++++++++++----------------------------------
1 file changed, 11 insertions(+), 34 deletions(-)


chore(deps-dev): bump @vitest/coverage-c8 from 0.26.3 to 0.28.1 (#4046)

chore(deps-dev): bump @vitest/coverage-c8 from 0.26.3 to 0.28.1 (#4046)

Bumps @vitest/coverage-c8 from 0.26.3 to 0.28.1.

Release notes

Sourced from @​vitest/coverage-c8's releases.

v0.28.1

   🐞 Bug Fixes

    View changes on GitHub

v0.28.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v0.27.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.27.2

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • e28b9b9 chore: release v0.28.1
  • 6949b55 chore: release v0.28.0
  • b6c41ca fix(coverage): c8 to log warning when run in Stackblitz (#2735)
  • 482b72f feat!: move test runner into a separate package (#2721)
  • 44e5e22 chore: release v0.27.3
  • 1503e15 refactor: internal coverage typings (#2713)
  • 4cd1e5d fix: reportCoverage context can be optional
  • a1b685c chore: release v0.27.2
  • 8509628 fix(coverage): watch mode to use coverage.all only when all tests are run (...
  • db9e8f1 chore: release v0.27.1
  • Additional commits viewable in compare view

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) (#4051)

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

Update ALL Dependencies (main)

integration-tests/package.json | 4 +-
package.json | 2 +-
packages/cspell-code-snippets/package.json | 2 +-
packages/cspell-config-lib/package.json | 2 +-
packages/cspell-dictionary/package.json | 2 +-
packages/cspell-dynamic-loader/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 | 2 +-
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 | 2 +-
packages/cspell-trie/package.json | 2 +-
packages/cspell-types/package.json | 2 +-
packages/cspell/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 665 ++++++++++-----------
.../test-cspell-lib-webpack/package.json | 2 +-
20 files changed, 349 insertions(+), 356 deletions(-)


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

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

Update ALL Dependencies (main)

package.json | 4 +-
packages/cspell-eslint-plugin/package.json | 6 +-
pnpm-lock.yaml | 296 ++++++++++-----------
.../test-cspell-eslint-plugin/package.json | 4 +-
website/package.json | 4 +-
5 files changed, 157 insertions(+), 157 deletions(-)


chore(deps-dev): bump eslint-plugin-simple-import-sort from 8.0.0 to 9.0.0 (#4044)

chore(deps-dev): bump eslint-plugin-simple-import-sort from 8.0.0 to 9.0.0 (#4044)

Bumps eslint-plugin-simple-import-sort from 8.0.0 to 9.0.0.

Changelog

Sourced from eslint-plugin-simple-import-sort's changelog.

Version 9.0.0 (2023-01-16)

This version adds support for [eslint-plugin-svelte], and for declare module in TypeScript.

More generally, imports and exports are now supported anywhere, by finding the set of parents of all imports and exports and working with those. Previously, the plugin only sorted imports and exports directly inside a Program node. For eslint-plugin-svelte and declare module that didn’t cut it.

This is only a breaking change if you imports or exports in declare module in TypeScript, and only in the form of that you need to autofix your files.

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) (#4041)

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

Update ALL Dependencies (main)

package.json | 4 +-
packages/cspell-gitignore/package.json | 4 +-
packages/cspell-pipe/package.json | 2 +-
pnpm-lock.yaml | 274 ++++++++++-----------
.../cspell-pipe/test-cspell-pipe-esm/package.json | 2 +-
.../test-cspell-pipe-rollup/package.json | 2 +-
.../cspell-pipe/test-cspell-pipe/package.json | 2 +-
.../test-cspell-types-cjs/package.json | 2 +-
.../test-cspell-types-esm/package.json | 2 +-
.../test-cspell-types-rollup/package.json | 2 +-
10 files changed, 144 insertions(+), 152 deletions(-)


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

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

Update ALL Dependencies (main)

integration-tests/package.json | 2 +-
package.json | 4 +-
packages/cspell-eslint-plugin/package.json | 4 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package.json | 4 +-
packages/cspell-tools/package.json | 2 +-
packages/cspell/package.json | 4 +-
pnpm-lock.yaml | 324 +++++++++++++++--------------
8 files changed, 177 insertions(+), 169 deletions(-)


chore: fix typo in integration test config. (#4036)

chore: fix typo in integration test config. (#4036)


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

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

Update ALL Dependencies (main)

package.json | 4 +-
packages/cspell-dictionary/package.json | 2 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-tools/package.json | 2 +-
packages/hunspell-reader/package.json | 2 +-
pnpm-lock.yaml | 156 ++++++++++++++++----------------
6 files changed, 84 insertions(+), 84 deletions(-)


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

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

Update ALL Dependencies (main)

packages/cspell/package.json | 2 +-
pnpm-lock.yaml | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)


Don't miss a new cspell release

NewReleases is sending notifications on new releases.