Skip to content

build(deps-dev): bump the dev group with 3 updates#315

Merged
cdcabrera merged 1 commit intomainfrom
dependabot/npm_and_yarn/main/dev-956438a38b
Feb 18, 2026
Merged

build(deps-dev): bump the dev group with 3 updates#315
cdcabrera merged 1 commit intomainfrom
dependabot/npm_and_yarn/main/dev-956438a38b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps the dev group with 3 updates: changelog-light, cspell and npm-check-updates.

Updates changelog-light from 3.0.5 to 3.0.6

Release notes

Sourced from changelog-light's releases.

v3.0.6

CHANGELOG

Changelog

Sourced from changelog-light's changelog.

3.0.6 (2026-02-02)

Builds

Commits

Updates cspell from 9.6.0 to 9.6.4

Release notes

Sourced from cspell's releases.

v9.6.4

Fixes

fix: add --no-dictionary option to lint command (#8514)

Pull request overview

This PR adds the --no-dictionary option to the lint command and refactors the prefixCollect helper function for reuse across commands.

Changes:

  • Moved prefixCollect function from commandTrace.ts to commandHelpers.ts for reuse
  • Added --no-dictionary option to the lint command (hidden, as an alias for --disable-dictionary)
  • Added comprehensive tests for the new option including --dictionary=!words and --no-dictionary=words syntax

fix: Correctly report blocked dictionaries (#8506)


v9.6.3

Fixes

fix: Add engines setting (#8491)

Pull request overview

This PR adds a new engines configuration field that allows dictionary authors and configuration authors to specify the minimum version of cspell (or other engines) required for compatibility. This is informational only and does not enforce versioning.

Changes:

  • Added CompatibleEngineVersions interface and SemVersionPredicate type to define engine version requirements
  • Added engines field to FileSettings interface and all related configuration structures
  • Updated JSON schemas to include the new engines definitions
  • Updated snapshot tests to reflect the new configuration field

... (truncated)

Changelog

Sourced from cspell's changelog.

v9.6.4 (2026-02-04)

Fixes

fix: add --no-dictionary option to lint command (#8514)

Pull request overview

This PR adds the --no-dictionary option to the lint command and refactors the prefixCollect helper function for reuse across commands.

Changes:

  • Moved prefixCollect function from commandTrace.ts to commandHelpers.ts for reuse
  • Added --no-dictionary option to the lint command (hidden, as an alias for --disable-dictionary)
  • Added comprehensive tests for the new option including --dictionary=!words and --no-dictionary=words syntax

fix: Correctly report blocked dictionaries (#8506)


v9.6.3 (2026-02-02)

Fixes

fix: Add engines setting (#8491)

Pull request overview

This PR adds a new engines configuration field that allows dictionary authors and configuration authors to specify the minimum version of cspell (or other engines) required for compatibility. This is informational only and does not enforce versioning.

Changes:

  • Added CompatibleEngineVersions interface and SemVersionPredicate type to define engine version requirements
  • Added engines field to FileSettings interface and all related configuration structures
  • Updated JSON schemas to include the new engines definitions

... (truncated)

Commits

Updates npm-check-updates from 19.3.1 to 19.3.2

Release notes

Sourced from npm-check-updates's releases.

v19.3.2

What's Changed

New Contributors

Full Changelog: raineorshine/npm-check-updates@v19.3.1...v19.3.2

Commits
  • 168325c 19.3.2
  • e057a79 install: Provide more helpful message on install failure.
  • 7f32052 fix(tests): resolve EBUSY errors on Windows by retrying directory removal (#1...
  • 30a0e08 docs: close code tag instead of reopening another one (#1588)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev group with 3 updates: [changelog-light](https://github.com/cdcabrera/changelog-light), [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) and [npm-check-updates](https://github.com/raineorshine/npm-check-updates).


Updates `changelog-light` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/cdcabrera/changelog-light/releases)
- [Changelog](https://github.com/cdcabrera/changelog-light/blob/main/CHANGELOG.md)
- [Commits](cdcabrera/changelog-light@v3.0.5...v3.0.6)

Updates `cspell` from 9.6.0 to 9.6.4
- [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/v9.6.4/packages/cspell)

Updates `npm-check-updates` from 19.3.1 to 19.3.2
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v19.3.1...v19.3.2)

---
updated-dependencies:
- dependency-name: changelog-light
  dependency-version: 3.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: cspell
  dependency-version: 9.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: npm-check-updates
  dependency-version: 19.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the build label Feb 18, 2026
@cdcabrera cdcabrera merged commit 3da27ff into main Feb 18, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dev-956438a38b branch February 18, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant