chore(deps): bump cspell from 9.8.0 to 10.0.0#492
Conversation
Deploying frameworks with
|
| Latest commit: |
daad42d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f64fc517.frameworks-573.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-deve-lsud.frameworks-573.pages.dev |
7e8afab to
1a6975b
Compare
Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 9.8.0 to 10.0.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.0.0/packages/cspell) --- updated-dependencies: - dependency-name: cspell dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1a6975b to
daad42d
Compare
frameworks-volunteer
left a comment
There was a problem hiding this comment.
Model: z-ai/glm-5.1 Reasoning: medium Provider: openrouter
Security: Clean. No secrets, injection vectors, or suspicious packages. All changes are within the @cspell/* ecosystem plus import-fresh v3->v4, semver 7.7.4->7.8.1, and removal of unused transitive deps (callsites, clear-module, parent-module, resolve-from@4).
QA: Diff matches description. Lint check passes. Two observations:
-
Node.js engine floor raised from >=20 to >=22.18.0. This is the major breaking change in cspell v10 (drops Node 20 support). The repo's preview-build.yml already uses Node 22, so GHA workflows are compatible. However, the Cloudflare Pages build failed -- likely because Pages defaults to an older Node version. The Pages project may need
NODE_VERSION=22set in its environment settings, or the build command may need to fail gracefully if cspell is only a dev dependency and not needed for the Pages build itself. -
The spell-check workflow (spell-check.yml) runs on
mainonly, so this PR won't trigger it. When this reaches main, thenpx cspellcall will work fine since GHAubuntu-latestcan run Node 22+.
No blocking issues in the code change itself. The Cloudflare Pages failure is an environment configuration concern that the maintainers should verify before merging.
Bumps cspell from 9.8.0 to 10.0.0.
Release notes
Sourced from cspell's releases.
... (truncated)
Changelog
Sourced from cspell's changelog.
... (truncated)
Commits
6ddfd57v10.0.09ab431cchore: Prepare Release v10.0.0 (auto-deploy) (#8781)ef406eefeat!: Drop support for Node 20 (#8779)