Skip to content

chore(deps): update dependency cspell to v9#293

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-cspell-monorepo
Open

chore(deps): update dependency cspell to v9#293
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-cspell-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2024

This PR contains the following updates:

Package Change Age Confidence
cspell (source) 7.3.99.7.0 age confidence

Release Notes

streetsidesoftware/cspell (cspell)

v9.7.0

Compare Source

Features
feat: Substitution Part 4 - enable substitutions during document check (#​8630)
feat: Substitution Part 4 - enable substitutions during document check (#​8630)

v9.6.4

Compare Source

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

v9.6.3

Compare Source

Fixes
fix: Add `engines` setting (#​8491)
fix: Add engines setting (#​8491)

v9.6.2

Compare Source

Fixes
fix: Conditionally compress and build bTrie (#​8437)
fix: Conditionally compress and build bTrie (#​8437)

v9.6.1

Compare Source

Fixes
fix: Move performance monitoring into its own package (#​8431)
fix: Move performance monitoring into its own package (#​8431)

v9.6.0

Compare Source

Features
feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled, and Unknown words. (#​8337)
feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled, and Unknown words. (#​8337)

v9.4.0

Compare Source

Features
feat: Add option to skip large files (#​8040)
feat: Add option to skip large files (#​8040)

New command line option: --max-file-size <value>
The value can be <number>[units], number with optional units.
Supported units:

  • K, KB - value * 1024
  • M, MB - value * 2^20
  • G, GB - value * 2^30

There is also a new setting called maxFileSize. At the moment, it only takes numbers in bytes.

This allows for setting a global value and overrides based upon glob settings.

Note: the command line value will override any value found in the configuration files.


Fixes
fix: turn off gpg when publishing for now (#​8104)
fix: turn off gpg when publishing for now (#​8104)

fix: Turnoff signing for now (#​8102)
fix: Turnoff signing for now (#​8102)

fix: Sign tags and commits when publishing (#​8096)
fix: Sign tags and commits when publishing (#​8096)

fix: Clean up verbose output (#​8053)
fix: Clean up verbose output (#​8053)

fix: allow string based maxFileSize (#​8047)
fix: allow string based maxFileSize (#​8047)
  • Support allowing string based maxFileSize in config files.
  • Report the number of skipped files.

Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​8091)
fix: Workflow Bot -- Update Dictionaries (main) (#​8091)

v9.3.2

Compare Source

Fixes
fix: Add Zig programming language dictionary (#​7998)
fix: Add Zig programming language dictionary (#​7998)

fix: Search for TypeScript config files. (#​7997)
fix: Search for TypeScript config files. (#​7997)

TypeScript files were allowed, but would not be automatically found.


Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​8004)
fix: Workflow Bot -- Update Dictionaries (main) (#​8004)

v9.3.1

Compare Source

Fixes
fix: Support Deno (#​7966)
fix: Support Deno (#​7966)

v9.3.0

Compare Source

Features
feat: Support loading `.ts` and `.mts` config files. (#​7961)
feat: Support loading .ts and .mts config files. (#​7961)

This PR add support to read TypeScript cspell config files.

Note: TypeScript config files will fail to load when NodeJS version is less than v22.18.0.

See: Node.js — Running TypeScript Natively


Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7950)
fix: Workflow Bot -- Update Dictionaries (main) (#​7950)

v9.2.2

Compare Source

Fixes
fix: Wait for the cache to save (#​7926)
fix: Wait for the cache to save (#​7926)

This fixes a flaky cache situation caused by not waiting for the cache to save before moving on.


Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7915)
fix: Workflow Bot -- Update Dictionaries (main) (#​7915)

v9.2.1

Compare Source

Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)

v9.2.0

Compare Source

refactor: Support url based cache entries (#​7639)
refactor: Support url based cache entries (#​7639)

Features
fix: Support remote dependencies in cache (#​7642)
fix: Support remote dependencies in cache (#​7642)

Fixes
fix: Remove `flat-cache` dependency (#​7636)
fix: Remove flat-cache dependency (#​7636)

flat-cache v6 is not compatible with the cspell cache. Since flat-cache was mostly a pass through to flatted, it was better to just replace it.


refactor: move towards caching URLs (#​7634)
refactor: move towards caching URLs (#​7634)

fix: Support async cache (#​7631)
fix: Support async cache (#​7631)

fix: Replace file-entry-cache (#​6579)
fix: Replace file-entry-cache (#​6579)

Deprecating the use of file-entry-cache.

v10 of file-entry-cache breaks the spell checker and bloats the cache size.

This PR is the first step in reducing the dependency upon file-entry-cache and its dependencies.


fix: Clean cspell-lib type exports (#​7615)
fix: Clean cspell-lib type exports (#​7615)

Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7618)
fix: Workflow Bot -- Update Dictionaries (main) (#​7618)

v9.1.5

Compare Source

Fixes
fix: Compile before publish (#​7610)
fix: Compile before publish (#​7610)

v9.1.3

Compare Source

Fixes
fix: Add toml config reader/writer (#​7565)
fix: Add toml config reader/writer (#​7565)

fixes #​7563


Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7569)
fix: Workflow Bot -- Update Dictionaries (main) (#​7569)

v9.1.2

Compare Source

Fixes
fix: Do not double encode stdin urls (#​7536)
fix: Do not double encode stdin urls (#​7536)

fixes #​7517


fix: cspell trace output (#​7528)
fix: cspell trace output (#​7528)

It was incorrectly trimming ansi strings.


Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7526)
fix: Workflow Bot -- Update Dictionaries (main) (#​7526)

v9.1.1

Compare Source

Changes
Fixes
fix: Use the native JSON parser if possible (#​7502)
fix: Use the native JSON parser if possible (#​7502)

Some of the cspell settings have grow large. The fix is to use the native JSON parser instead of one that accepts comments.


v9.1.0

Compare Source

Changes
Features
feat: Add command `dictionaries` (#​7445)
feat: Add command dictionaries (#​7445)

Add new dictionaries command to the cli

Usage: cspell dictionaries [options]

List dictionaries

Options:
  -c, --config <cspell.json>  Configuration file to use.  By default cspell
                              looks for cspell.json in the current directory.
  --path-format <format>      Configure how to display the dictionary path.
                              (choices: "hide", "short", "long", "full",
                              default: Display most of the path.)
  --color                     Force color.
  --no-color                  Turn off color.
  --no-default-configuration  Do not load the default configuration and
                              dictionaries.
  -h, --help                  display help for command

feat: Add lint option `--dictionary` (#​7441)
feat: Add lint option --dictionary (#​7441)

Add lint options:

  • --dictionary - enable a dictionary by name
  • --disable-dictionary - disable a dictionary by name

feat: Add init command to command-line. (#​7414)
feat: Add init command to command-line. (#​7414)

New command:

Usage: cspell init [options]

Initialize a CSpell configuration file.

Options:
  -o, --output <path>        Define where to write file.
  --format <format>          Define the format of the file. (choices: "yaml",
                             "yml", "json", "jsonc", default: "yaml")
  --import <path|package>    Import a configuration file or dictionary package.
  --locale <locale>          Define the locale to use when spell checking (e.g.,
                             en, en-US, de).
  --dictionary <dictionary>  Enable a dictionary.
  --no-comments              Do not add comments to the config file.
  --no-schema                Do not add the schema reference to the config file.
  -h, --help                 display help for command

feat: Add command line option to set reporting level (#​7380)
feat: Add command line option to set reporting level (#​7380)

v9.0.2

Compare Source

Changes
Fixes
fix: Add eslint plugin helpers (#​7352)
fix: Add eslint plugin helpers (#​7352)

Add helper methods:

  • defineCSpellPluginOptions
  • defineCSpellConfig

Add some examples for supportNonStrictSearches


fix: Make it possible to define a strict dictionary. (#​7351)
fix: Make it possible to define a strict dictionary. (#​7351)

fix: Correct the Hunspell Reader usage. (#​7325)
fix: Correct the Hunspell Reader usage. (#​7325)

Add an example.


Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7346)
fix: Workflow Bot -- Update Dictionaries (main) (#​7346)

v9.0.1

Compare Source

Changes
Fixes
fix: Add support to add words to config and keep comments. (#​7295)
fix: Add support to add words to config and keep comments. (#​7295)

Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7306)
fix: Workflow Bot -- Update Dictionaries (main) (#​7306)

v9.0.0

Compare Source

Note: Version bump only for package cspell

5.18.5 (2022-02-15)

Bug Fixes

5.18.4 (2022-02-07)

Bug Fixes

5.18.3 (2022-02-04)

Bug Fixes

5.18.2 (2022-02-03)

Bug Fixes
Reverts

5.18.1 (2022-02-03)

Bug Fixes

v8.19.4

Compare Source

Note: Version bump only for package cspell

v8.19.3

Compare Source

Note: Version bump only for package cspell

v8.19.2

Compare Source

Note: Version bump only for package cspell

v8.19.1

Compare Source

Note: Version bump only for package cspell

v8.19.0

Compare Source

Note: Version bump only for package cspell

v8.18.1

Compare Source

v8.18.0

Compare Source

v8.17.5

Compare Source

v8.17.4

Compare Source

v8.17.3

Compare Source

v8.17.2

Compare Source

v8.17.1

Compare Source

v8.17.0

Compare Source

v8.16.1

Compare Source

v8.16.0

Compare Source

v8.15.7

Compare Source

v8.15.6

Compare Source

v8.15.5

Compare Source

v8.15.4

Compare Source

v8.15.3

Compare Source

v8.15.2

Compare Source

v8.15.1

Compare Source

v8.15.0

Compare Source

v8.14.4

Compare Source

v8.14.3

Compare Source

v8.14.2

Compare Source

v8.14.1

Compare Source

v8.13.3

Compare Source

v8.13.2

Compare Source

v8.13.1

Compare Source

v8.13.0

Compare Source

v8.12.1

Compare Source

  • fix: make sure the version is up to date (f6ab018)

v8.11.0

Compare Source

v8.10.4

Compare Source

v8.10.2

Compare Source

v8.10.1

Compare Source

v8.10.0

Compare Source

v8.9.1

Compare Source

v8.9.0

Compare Source

Note: Version bump only for package cspell

v8.8.4

Compare Source

v8.8.3

Compare Source

v8.8.2

Compare Source

v8.8.1

Compare Source

  • chore: Do not stop update if it fails to lint. (64ba085)

v8.8.0

Compare Source

Note: Version bump only for package cspell

v8.7.0

Compare Source

Note: Version bump only for package cspell

v8.6.1

Compare Source

Note: Version bump only for package cspell

v8.6.0

Compare Source

Note: Version bump only for package cspell

v8.5.0

Compare Source

Note: Version bump only for package cspell

v8.4.1

Compare Source

Note: Version bump only for package cspell

v8.4.0

Compare Source

Note: Version bump only for package cspell

v8.3.2

Compare Source

Bug Fixes

v8.3.1

Compare Source

Note: Version bump only for package cspell

v8.3.0

Compare Source

Note: Version bump only for package cspell

v8.2.4

Compare Source

Note: Version bump only for package cspell

v8.2.3

Compare Source

Bug Fixes

v8.2.1

Compare Source

Note: Version bump only for package cspell

v8.2.0

Compare Source

Note: Version bump only for package cspell

v8.1.3

Compare Source

Bug Fixes
  • Resolve relative imports without a leading ./ or ../. (#​5035) (a28393b)

v8.1.2

Compare Source

Bug Fixes

v8.1.1

Compare Source

Note: Version bump only for package cspell

v8.1.0

Compare Source

Note: Version bump only for package cspell

v8.0.0

Compare Source

Note: Version bump only for package cspell

6.30.2 (2023-03-18)

Bug Fixes

6.30.1 (2023-03-17)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 22, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 4 times, most recently from 7631689 to 85b84bf Compare July 5, 2024 23:21
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from dabe82d to bc8f5d1 Compare July 22, 2024 21:12
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 198874d to 4bc9ae7 Compare August 2, 2024 10:09
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 91ba3eb to 1b7860a Compare August 12, 2024 14:05
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 844fe04 to 6ac0535 Compare August 20, 2024 08:07
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 0e682a8 to ee30927 Compare September 18, 2024 06:24
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 4 times, most recently from 5679023 to 44396fc Compare October 16, 2024 20:38
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 44396fc to c1854c2 Compare October 18, 2024 08:57
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 3 times, most recently from 6901f5b to bb753e1 Compare November 3, 2024 09:39
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from bb753e1 to 2c4d8d6 Compare November 7, 2024 06:04
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 2c4d8d6 to 676d680 Compare November 27, 2024 01:22
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 9a16f15 to 6503345 Compare December 16, 2024 18:34
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 6503345 to bbe8166 Compare January 13, 2025 21:57
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from bbe8166 to 8297c8a Compare January 28, 2025 14:25
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 8297c8a to 77c0ef7 Compare March 2, 2025 23:46
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from a360c50 to 1abb42c Compare July 5, 2025 16:28
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 1fe71fe to c02163c Compare July 19, 2025 09:47
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 5 times, most recently from 412a5e1 to 924c5ae Compare August 10, 2025 13:32
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from b00c241 to 82cfb11 Compare August 19, 2025 14:44
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 82cfb11 to e65c337 Compare August 31, 2025 10:28
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from e65c337 to 4c84806 Compare September 25, 2025 20:44
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from c4bfdee to e091164 Compare October 10, 2025 19:16
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 8436a2d to 0810bff Compare October 22, 2025 11:38
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from c961078 to 501c72c Compare November 12, 2025 18:03
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 501c72c to acdf051 Compare November 15, 2025 17:52
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from acdf051 to 266a7c7 Compare December 1, 2025 21:59
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 266a7c7 to ac67599 Compare December 31, 2025 16:40
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from e8c286e to 0e27776 Compare January 12, 2026 14:12
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 0e27776 to e72c5b1 Compare January 26, 2026 06:32
@renovate
Copy link
Contributor Author

renovate bot commented Jan 26, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: eslint-config-airbnb-typescript@17.0.0
npm WARN Found: @typescript-eslint/eslint-plugin@6.11.0
npm WARN node_modules/@typescript-eslint/eslint-plugin
npm WARN   dev @typescript-eslint/eslint-plugin@"6.11.0" from the root project
npm WARN   2 more (@oly_op/eslint-config, eslint-config-airbnb-typescript)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @typescript-eslint/eslint-plugin@"^5.13.0" from eslint-config-airbnb-typescript@17.0.0
npm WARN node_modules/@oly_op/eslint-config/node_modules/eslint-config-airbnb-typescript
npm WARN   eslint-config-airbnb-typescript@"17.0.0" from @oly_op/eslint-config@6.1.0
npm WARN   node_modules/@oly_op/eslint-config
npm WARN 
npm WARN Conflicting peer dependency: @typescript-eslint/eslint-plugin@5.62.0
npm WARN node_modules/@typescript-eslint/eslint-plugin
npm WARN   peer @typescript-eslint/eslint-plugin@"^5.13.0" from eslint-config-airbnb-typescript@17.0.0
npm WARN   node_modules/@oly_op/eslint-config/node_modules/eslint-config-airbnb-typescript
npm WARN     eslint-config-airbnb-typescript@"17.0.0" from @oly_op/eslint-config@6.1.0
npm WARN     node_modules/@oly_op/eslint-config
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: cspell@9.7.0
npm ERR! notsup Not compatible with your version of node/npm: cspell@9.7.0
npm ERR! notsup Required: {"node":">=20.18"}
npm ERR! notsup Actual:   {"npm":"10.2.4","node":"v20.9.0"}

npm ERR! A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-03-13T13_24_03_737Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from e72c5b1 to 1a032d2 Compare January 26, 2026 13:11
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from c9f898e to 35f4d82 Compare February 4, 2026 14:37
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 35f4d82 to 98d2fa4 Compare February 23, 2026 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants