Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2024

This PR contains the following updates:

Package Change Age Confidence
cspell (source) 7.3.9 -> 9.2.1 age confidence

Release Notes

streetsidesoftware/cspell (cspell)

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" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

Copy link

codesandbox-ci bot commented Jun 23, 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 from 6132d30 to 40d1793 Compare July 6, 2024 07:54
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 40d1793 to c57b9dd Compare July 20, 2024 10:09
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 9df427c to f6fbed3 Compare August 3, 2024 07:14
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from f6fbed3 to b4d619e Compare August 10, 2024 08:26
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 3 times, most recently from c3a3582 to 87d4a91 Compare August 24, 2024 07:45
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 87d4a91 to bcaf12c Compare September 21, 2024 07:23
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from bcaf12c to dc05e82 Compare October 12, 2024 07:17
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 23643ac to ace985c Compare October 19, 2024 09:12
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 4 times, most recently from 6e81706 to 525be57 Compare November 2, 2024 13:58
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 4 times, most recently from 6fad290 to 85748d8 Compare November 9, 2024 09:44
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 160fb75 to 8f4ced7 Compare November 30, 2024 09:49
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 6df63a3 to 498b2e1 Compare December 21, 2024 09:33
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 498b2e1 to 17f364b Compare January 19, 2025 09:52
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 17f364b to 2f0b074 Compare February 1, 2025 21:54
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 1833789 to 3797ef8 Compare February 22, 2025 18:52
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 3797ef8 to 47f005b Compare March 29, 2025 10:50
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from a8c981b to 413ee3a Compare April 20, 2025 10:40
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from e96ec79 to 6b27130 Compare May 3, 2025 14:09
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 6b27130 to 564c40b Compare May 10, 2025 10:31
@renovate renovate bot changed the title chore(deps): update dependency cspell to v8 chore(deps): update dependency cspell to v9 May 10, 2025
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 564c40b to 71248f8 Compare May 24, 2025 10:27
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 71248f8 to 0631931 Compare June 15, 2025 11:45
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 0631931 to d2ed6f3 Compare June 28, 2025 09:42
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from d2ed6f3 to f3f7480 Compare July 5, 2025 18:14
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from 015207c to 67ddc71 Compare July 19, 2025 09:27
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch 2 times, most recently from c6a0f61 to e1635fd Compare August 16, 2025 10:06
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from e1635fd to 94b6d5a Compare August 23, 2025 09:52
@renovate renovate bot force-pushed the renovate/major-cspell-monorepo branch from 94b6d5a to 7357a1f Compare August 31, 2025 11:03
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.

0 participants