Skip to content

Bump cspell from 9.7.0 to 9.8.0#603

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/cspell-9.8.0
Open

Bump cspell from 9.7.0 to 9.8.0#603
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/cspell-9.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2026

Bumps cspell from 9.7.0 to 9.8.0.

Release notes

Sourced from cspell's releases.

v9.8.0

Features

feat: make flatpack diff friendly (#8680)

Pull request overview

This PR introduces a new Flatpack JSON V2 format to produce more diff-friendly serialized output, centered on a string table (for deduped/compact string storage) and a configurable pretty stringifier, while keeping V1 available for compatibility.

Changes:

  • Added Flatpack format selection (V1/V2) and implemented V2 packing/unpacking primitives (string table + negative string refs) plus metadata/annotation helpers.
  • Updated stringifyFlatpacked to support diff-friendly, line-batched formatting for arrays (configurable via options).
  • Expanded optimization and test coverage for V2 (including circular structures), plus supporting utilities (Trie, WeakCache, RefCounter).

Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#8739)

Update Dictionaries (main)

Summary

 .../snapshots/caddyserver/caddy/report.yaml        | 691 +--------------------
 .../snapshots/caddyserver/caddy/snapshot.txt       | 653 +------------------
 .../snapshots/django/django/report.yaml            |  65 +-
 .../snapshots/django/django/snapshot.txt           |  60 +-
 .../googleapis/google-cloud-cpp/report.yaml        |   3 +-
 .../googleapis/google-cloud-cpp/snapshot.txt       |   3 +-
 packages/cspell-bundled-dicts/package.json         |  14 +-
 pnpm-lock.yaml                                     |  82 +--
 8 files changed, 80 insertions(+), 1491 deletions(-)

... (truncated)

Changelog

Sourced from cspell's changelog.

v9.8.0 (2026-03-30)

Features

feat: make flatpack diff friendly (#8680)

Pull request overview

This PR introduces a new Flatpack JSON V2 format to produce more diff-friendly serialized output, centered on a string table (for deduped/compact string storage) and a configurable pretty stringifier, while keeping V1 available for compatibility.

Changes:

  • Added Flatpack format selection (V1/V2) and implemented V2 packing/unpacking primitives (string table + negative string refs) plus metadata/annotation helpers.
  • Updated stringifyFlatpacked to support diff-friendly, line-batched formatting for arrays (configurable via options).
  • Expanded optimization and test coverage for V2 (including circular structures), plus supporting utilities (Trie, WeakCache, RefCounter).

Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#8739)

Update Dictionaries (main)

Summary

 .../snapshots/caddyserver/caddy/report.yaml        | 691 +--------------------
 .../snapshots/caddyserver/caddy/snapshot.txt       | 653 +------------------
 .../snapshots/django/django/report.yaml            |  65 +-
 .../snapshots/django/django/snapshot.txt           |  60 +-
 .../googleapis/google-cloud-cpp/report.yaml        |   3 +-
 .../googleapis/google-cloud-cpp/snapshot.txt       |   3 +-
 packages/cspell-bundled-dicts/package.json         |  14 +-
 pnpm-lock.yaml                                     |  82 +--
 8 files changed, 80 insertions(+), 1491 deletions(-)

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 9.7.0 to 9.8.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/v9.8.0/packages/cspell)

---
updated-dependencies:
- dependency-name: cspell
  dependency-version: 9.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 5, 2026
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.

0 participants