Skip to content

chore(deps)(deps-dev): bump cspell from 9.6.2 to 10.0.1 - #169

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/cspell-10.0.1
Closed

chore(deps)(deps-dev): bump cspell from 9.6.2 to 10.0.1#169
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/cspell-10.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps cspell from 9.6.2 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 @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: aicodingstack/maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from a team as a code owner July 27, 2026 06:10
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Major version update detected

This PR updates cspell with a major version change.

Please review the changelog and test thoroughly before merging:

  • Check for breaking changes
  • Review migration guide
  • Test locally
  • Verify all CI checks pass

This PR will not be auto-merged and requires manual review.

@ericyangpan

Copy link
Copy Markdown
Contributor

@dependabot recreate

Please recreate this update from the current main using pnpm-lock.yaml; the existing branch predates the pnpm migration and still modifies the removed package-lock.json.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/cspell-10.0.1 branch from 3277b9b to c47cf7b Compare July 29, 2026 17:38
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Major version update detected

This PR updates cspell with a major version change.

Please review the changelog and test thoroughly before merging:

  • Check for breaking changes
  • Review migration guide
  • Test locally
  • Verify all CI checks pass

This PR will not be auto-merged and requires manual review.

@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Preview deployment

Status URL
Ready https://pr-169-aicodingstack.pr-preview.workers.dev

Commit: d9c2e6b
Updated: 2026-07-29T18:05:20.015Z

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/cspell-10.0.1 branch from c47cf7b to aeb7034 Compare July 29, 2026 17:45
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Major version update detected

This PR updates cspell with a major version change.

Please review the changelog and test thoroughly before merging:

  • Check for breaking changes
  • Review migration guide
  • Test locally
  • Verify all CI checks pass

This PR will not be auto-merged and requires manual review.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/cspell-10.0.1 branch from aeb7034 to c148207 Compare July 29, 2026 17:49
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Major version update detected

This PR updates cspell with a major version change.

Please review the changelog and test thoroughly before merging:

  • Check for breaking changes
  • Review migration guide
  • Test locally
  • Verify all CI checks pass

This PR will not be auto-merged and requires manual review.

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

Signed-off-by: dependabot[bot] <support@github.com>
@ericyangpan
ericyangpan force-pushed the dependabot/npm_and_yarn/cspell-10.0.1 branch from c148207 to 261ef9a Compare July 29, 2026 18:02
@ericyangpan

Copy link
Copy Markdown
Contributor

Superseded by #182. The original Dependabot branch was based on an older lockfile and now conflicts with the merged Node 22, TypeScript 6, and lint-staged updates. #182 applies the same CSpell 10.0.1 upgrade to current main, regenerates the pnpm lockfile, and carries fresh validation.

@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/cspell-10.0.1 branch July 29, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant