Skip to content

chore(deps-dev): bump cspell from 10.0.0 to 10.0.1#44319

Merged
LeoMcA merged 1 commit into
mainfrom
dependabot/npm_and_yarn/cspell-10.0.1
Jun 1, 2026
Merged

chore(deps-dev): bump cspell from 10.0.0 to 10.0.1#44319
LeoMcA merged 1 commit into
mainfrom
dependabot/npm_and_yarn/cspell-10.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps cspell from 10.0.0 to 10.0.1.

Release notes

Sourced from cspell's releases.

v10.0.1

Fixes

fix(cli): ignore closed readline after stdin (#8862)

What changed

Wrap the stdin readline async iterator so CSpell ignores the terminal readline was closed error that can occur after stdin has already yielded its file list.

Other readline errors are still rethrown.

Why

Fixes #8778. On Node 24, cspell lint --file-list stdin can finish processing a large stdin file list and then report Linter Error: readline was closed instead of completing cleanly.

Tests

Added unit coverage for:

  • preserving all yielded stdin lines when readline throws readline was closed after reading
  • continuing to throw unrelated readline errors

I could not run the package test command locally in this sandbox because the checkout has no node_modules, and Corepack is blocked from creating its user cache directory (EPERM under ~/.cache/node/corepack).


fix(docs): replace .json with package.json in configuration docs (#8861)

Fix

In the package.json configuration section, the sentence referred to "the .json file" instead of "the package.json file".

Before: "CSpell looks for the configuration in the cspell field of the .json file." After: "CSpell looks for the configuration in the cspell field of the package.json file."


fix: substitution display and ranges for output checking (#8838)

... (truncated)

Changelog

Sourced from cspell's changelog.

v10.0.1 (2026-05-31)

Fixes

fix(cli): ignore closed readline after stdin (#8862)

What changed

Wrap the stdin readline async iterator so CSpell ignores the terminal readline was closed error that can occur after stdin has already yielded its file list.

Other readline errors are still rethrown.

Why

Fixes #8778. On Node 24, cspell lint --file-list stdin can finish processing a large stdin file list and then report Linter Error: readline was closed instead of completing cleanly.

Tests

Added unit coverage for:

  • preserving all yielded stdin lines when readline throws readline was closed after reading
  • continuing to throw unrelated readline errors

I could not run the package test command locally in this sandbox because the checkout has no node_modules, and Corepack is blocked from creating its user cache directory (EPERM under ~/.cache/node/corepack).


fix(docs): replace .json with package.json in configuration docs (#8861)

Fix

In the package.json configuration section, the sentence referred to "the .json file" instead of "the package.json file".

Before: "CSpell looks for the configuration in the cspell field of the .json file." After: "CSpell looks for the configuration in the cspell field of the package.json file."


... (truncated)

Commits

@dependabot dependabot Bot added automated pr [PR only] dependencies [PR only] Pull requests that update a dependency file javascript [PR only] Pull requests that update Javascript code labels Jun 1, 2026
@dependabot dependabot Bot requested review from a team and mdn-bot as code owners June 1, 2026 10:02
@dependabot dependabot Bot added the dependencies [PR only] Pull requests that update a dependency file label Jun 1, 2026
@dependabot dependabot Bot removed the request for review from a team June 1, 2026 10:02
@dependabot dependabot Bot added the javascript [PR only] Pull requests that update Javascript code label Jun 1, 2026
@dependabot dependabot Bot requested a review from LeoMcA June 1, 2026 10:02
@dependabot dependabot Bot added the automated pr [PR only] label Jun 1, 2026
@github-actions github-actions Bot added system [PR only] Infrastructure and configuration for the project size/m [PR only] 51-500 LoC changed labels Jun 1, 2026
@LeoMcA
Copy link
Copy Markdown
Member

LeoMcA commented Jun 1, 2026

@dependabot rebase

Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 10.0.0 to 10.0.1.
- [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.0.1/packages/cspell)

---
updated-dependencies:
- dependency-name: cspell
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cspell-10.0.1 branch from 6994f03 to 13fd04d Compare June 1, 2026 12:27
@LeoMcA LeoMcA merged commit 7d2fb4f into main Jun 1, 2026
17 checks passed
@LeoMcA LeoMcA deleted the dependabot/npm_and_yarn/cspell-10.0.1 branch June 1, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated pr [PR only] dependencies [PR only] Pull requests that update a dependency file javascript [PR only] Pull requests that update Javascript code size/m [PR only] 51-500 LoC changed system [PR only] Infrastructure and configuration for the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants