chore(deps): π€ update dependencies dependency cspell to v10#27
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): π€ update dependencies dependency cspell to v10#27renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
5825389 to
c9f2c77
Compare
c9f2c77 to
d70ccb3
Compare
8c479ab to
7079d18
Compare
7079d18 to
c1e0ea5
Compare
c1e0ea5 to
5bbb874
Compare
5bbb874 to
0940829
Compare
3ada543 to
747da2c
Compare
3ff61f6 to
f5aa123
Compare
f5aa123 to
cf0287c
Compare
cf0287c to
526b9ae
Compare
526b9ae to
c51b9ae
Compare
c51b9ae to
9ded351
Compare
92ac0ed to
b79fe0d
Compare
fc36e69 to
93a9098
Compare
7b1dfe1 to
de028e9
Compare
cf83aee to
3618d5e
Compare
3618d5e to
a96db3e
Compare
a96db3e to
811157d
Compare
811157d to
aba39f3
Compare
c0cf3dd to
4ba12e8
Compare
4ba12e8 to
8f5f429
Compare
8f5f429 to
8cbaf45
Compare
8cbaf45 to
bb467b2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.16.0β^10.0.0Release Notes
streetsidesoftware/cspell (cspell)
v10.0.0Compare Source
Features
fix: upgrade import-fresh from v3 to v4 (#β8786)
fix: upgrade import-fresh from v3 to v4 (#β8786)
v9.8.0Compare Source
Features
feat: make flatpack diff friendly (#β8680)
feat: make flatpack diff friendly (#β8680)
v9.7.0Compare Source
Features
feat: Substitution Part 4 - enable substitutions during document check (#β8630)
feat: Substitution Part 4 - enable substitutions during document check (#β8630)
v9.6.4Compare Source
Fixes
fix: add --no-dictionary option to lint command (#β8514)
fix: add --no-dictionary option to lint command (#β8514)
v9.6.3Compare Source
Fixes
fix: Add `engines` setting (#β8491)
fix: Add
enginessetting (#β8491)v9.6.2Compare Source
Fixes
fix: Conditionally compress and build bTrie (#β8437)
fix: Conditionally compress and build bTrie (#β8437)
v9.6.1Compare Source
Fixes
fix: Move performance monitoring into its own package (#β8431)
fix: Move performance monitoring into its own package (#β8431)
v9.6.0Compare 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.0Compare 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 * 1024M,MB- value * 2^20G,GB- value * 2^30There 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)
Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#β8091)
fix: Workflow Bot -- Update Dictionaries (main) (#β8091)
v9.3.2Compare 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.1Compare Source
Fixes
fix: Support Deno (#β7966)
fix: Support Deno (#β7966)
v9.3.0Compare Source
Features
feat: Support loading `.ts` and `.mts` config files. (#β7961)
feat: Support loading
.tsand.mtsconfig 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.2Compare 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.1Compare Source
Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#β7795)
fix: Workflow Bot -- Update Dictionaries (main) (#β7795)
v9.2.0Compare 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-cachedependency (#β7636)flat-cachev6 is not compatible with the cspell cache. Sinceflat-cachewas mostly a pass through toflatted, 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-cachebreaks 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.5Compare Source
Fixes
fix: Compile before publish (#β7610)
fix: Compile before publish (#β7610)
v9.1.3Compare 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.2Compare 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.1Compare 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.0Compare Source
Changes
Features
feat: Add command `dictionaries` (#β7445)
feat: Add command
dictionaries(#β7445)Add new
dictionariescommand to the clifeat: 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 namefeat: Add init command to command-line. (#β7414)
feat: Add init command to command-line. (#β7414)
New command:
feat: Add command line option to set reporting level (#β7380)
feat: Add command line option to set reporting level (#β7380)
v9.0.2Compare Source
Changes
Fixes
fix: Add eslint plugin helpers (#β7352)
fix: Add eslint plugin helpers (#β7352)
Add helper methods:
defineCSpellPluginOptionsdefineCSpellConfigAdd some examples for
supportNonStrictSearchesfix: 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.1Compare 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.0Compare 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.4Compare Source
Note: Version bump only for package cspell
v8.19.3Compare Source
Note: Version bump only for package cspell
v8.19.2Compare Source
Note: Version bump only for package cspell
v8.19.1Compare Source
Note: Version bump only for package cspell
v8.19.0Compare Source
Note: Version bump only for package cspell
v8.18.1Compare Source
v8.18.0Compare Source
v8.17.5Compare Source
v8.17.4Compare Source
v8.17.3Compare Source
v8.17.2Compare Source
v8.17.1Compare Source
v8.17.0Compare Source
Configuration
π Schedule: (UTC)
π¦ Automerge: Enabled.
β» 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.
This PR was generated by Mend Renovate. View the repository job log.