Skip to content

chore(deps-dev): bump cspell from 8.19.4 to 10.3.0 in /docs-site in the npm-all group across 1 directory - #327

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs-site/npm-all-1ee63b5aa1
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs-site/npm-all-1ee63b5aa1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown

Bumps the npm-all group with 1 update in the /docs-site directory: cspell.

Updates cspell from 8.19.4 to 10.3.0

Release notes

Sourced from cspell's releases.

v10.3.0

Features

feat: Add an option to set the kind of dictionary file (#9178)

This pull request introduces support for the new kind property in dictionary definitions, enabling explicit specification of dictionary types such as words, flag-words, and ignore-words.

{
  "version": "0.2",
  "language": "en-US",
  "caseSensitive": false,
  "dictionaryDefinitions": [
    {
      "name": "forbidden-spelling",
      "path": "./forbidden-spelling.txt",
      "kind": "flag-words"
    }
  ],
  "dictionaries": ["forbidden-spelling"]
}

forbidden-spelling.txt

# Add forbidden words below.
# Words starting with `!` are exceptions.
# cspell:disable
english:English # Do not allow `english` and suggest `English`
!English # needed to allow `English`
!ENGLISH # needed to allow `ENGLISH`

forbidden_word # All variants of forbidden_word are not allowed.

Mixed case words:

cSpell # only cSpell is flagged. cspell will not be.

It updates the JSON schema, dictionary loading logic, and adds new APIs and tests to handle these kinds, including support for loading forbidden (flag) words from trie files.

Schema and API Enhancements:

  • Added a kind property to dictionary definitions in the cspell.schema.json schema, allowing configuration of dictionary type as words, flag-words, or ignore-words [1] [2] [3] [4] [5].
  • Updated the internal dictionary settings and loader logic to recognize and handle the new kind property, ensuring correct dictionary instantiation based on its value [1] [2] [3] [4].

Flag Words Dictionary Support:

... (truncated)

Changelog

Sourced from cspell's changelog.

v10.3.0 (2026-09-08)

Features

feat: Add an option to set the kind of dictionary file (#9178)

This pull request introduces support for the new kind property in dictionary definitions, enabling explicit specification of dictionary types such as words, flag-words, and ignore-words.

{
  "version": "0.2",
  "language": "en-US",
  "caseSensitive": false,
  "dictionaryDefinitions": [
    {
      "name": "forbidden-spelling",
      "path": "./forbidden-spelling.txt",
      "kind": "flag-words"
    }
  ],
  "dictionaries": ["forbidden-spelling"]
}

forbidden-spelling.txt

# Add forbidden words below.
# Words starting with `!` are exceptions.
# cspell:disable
english:English # Do not allow `english` and suggest `English`
!English # needed to allow `English`
!ENGLISH # needed to allow `ENGLISH`

forbidden_word # All variants of forbidden_word are not allowed.

Mixed case words:

cSpell # only cSpell is flagged. cspell will not be.

It updates the JSON schema, dictionary loading logic, and adds new APIs and tests to handle these kinds, including support for loading forbidden (flag) words from trie files.

Schema and API Enhancements:

  • Added a kind property to dictionary definitions in the cspell.schema.json schema, allowing configuration of dictionary type as words, flag-words, or ignore-words [1] [2] [3] [4] [5].
  • Updated the internal dictionary settings and loader logic to recognize and handle the new kind property, ensuring correct dictionary instantiation based on its value [1] [2] [3] [4].

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for cspell since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 16, 2026
@BechsteinDigital

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot changed the title chore(deps-dev): Bump cspell from 8.19.4 to 10.0.1 in /docs-site in the npm-all group build(deps-dev): Bump cspell from 8.19.4 to 10.0.1 in /docs-site in the npm-all group across 1 directory Aug 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs-site/npm-all-1ee63b5aa1 branch 2 times, most recently from d8c6088 to 35c0a62 Compare August 23, 2026 20:13
@dependabot dependabot Bot changed the title build(deps-dev): Bump cspell from 8.19.4 to 10.0.1 in /docs-site in the npm-all group across 1 directory build(deps-dev): Bump cspell from 8.19.4 to 10.1.1 in /docs-site in the npm-all group across 1 directory Aug 30, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs-site/npm-all-1ee63b5aa1 branch from 35c0a62 to 412d383 Compare August 30, 2026 20:13
@dependabot dependabot Bot changed the title build(deps-dev): Bump cspell from 8.19.4 to 10.1.1 in /docs-site in the npm-all group across 1 directory chore(deps-dev): bump cspell from 8.19.4 to 10.2.1 in /docs-site in the npm-all group across 1 directory Sep 6, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs-site/npm-all-1ee63b5aa1 branch from 412d383 to 81897fd Compare September 6, 2026 20:12
Bumps the npm-all group with 1 update in the /docs-site directory: [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell).


Updates `cspell` from 8.19.4 to 10.3.0
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.3.0/packages/cspell)

---
updated-dependencies:
- dependency-name: cspell
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump cspell from 8.19.4 to 10.2.1 in /docs-site in the npm-all group across 1 directory chore(deps-dev): bump cspell from 8.19.4 to 10.3.0 in /docs-site in the npm-all group across 1 directory Sep 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs-site/npm-all-1ee63b5aa1 branch from 81897fd to 1da438f Compare September 14, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant