Releases: streetsidesoftware/cspell
v5.19.5
v5.19.4
v5.19.3
v5.19.2
Changes
Fixes
dev: eslint-plugin improve suggestion speed (#2590)
dev: eslint-plugin improve suggestion speed (#2590)
fix: Invalidate the cache if cspell version has changed. (#2580)
fix: Invalidate the cache if cspell version has changed. (#2580)
Invalidate the cspell
cache whenever the major or minor version of cspell has changed.
fix: eslint-plugin - fix issue with document directives (#2576)
fix: eslint-plugin - fix issue with document directives (#2576)
Ignore Regexp were not being honored.
Documentation
v5.19.1
v5.19.0
Changes
Features
feat: Test release of `@cspell/eslint-plugin` (#2562)
feat: Test release of @cspell/eslint-plugin
(#2562)
Even though it is still a work in progress. It is possible to test out the ESLint-plugin.
Installation
npm install -SD @cspell/eslint-plugin
.eslintrc.js
overrides: [
{
files: ['**/*.ts', '**/*.js'],
plugins: ['@cspell'],
rules: {
'@cspell/spellchecker': 'warn',
},
},
],
feat: cspell-lib Api change - remove GenSequence (#2491)
feat: cspell-lib Api change - remove GenSequence (#2491)
This is a MINOR API BREAKAGE for those that use cspell-lib
directly. The work around is to use genSequence
to wrap any calls that used to be a sequence.
Fixes
dev: eslint-plugin - prepare for publishing (#2570)
dev: eslint-plugin - prepare for publishing (#2570)
dev: Support eslint-plugin options (#2566)
dev: Support eslint-plugin options (#2566)
Options:
- ignoreImports
- checkIdentifiers
- checkStrings
- checkStringTemplates
- checkComments
dev: eslint-plugin add recommended and options (#2564)
dev: eslint-plugin add recommended and options (#2564)
- dev: eslint-plugin add recommended
- dev: eslint-plugin add options
Add Options:- numSuggestions
- generateSuggestions
- debugMode
- Do not lint auto generated files.
- Update cspell-eslint-plugin.ts
dev: Prepare for alpha release of ESLint Plugin. (#2560)
dev: Prepare for alpha release of ESLint Plugin. (#2560)
dev: eslint-plugin check comments, strings, and identifiers. (#2559)
dev: eslint-plugin check comments, strings, and identifiers. (#2559)
dev: eslint-plugin spell check identifiers (#2557)
dev: eslint-plugin spell check identifiers (#2557)
dev: Export methods to be used by ES Lint plugin (#2554)
dev: Export methods to be used by ES Lint plugin (#2554)
dev: Work towards supporting ESLint plugin (#2495)
dev: Work towards supporting ESLint plugin (#2495)
Documentation
Maintenance
[Snyk] Security upgrade simple-git from 3.2.6 to 3.3.0 (#2567)
[Snyk] Security upgrade simple-git from 3.2.6 to 3.3.0 (#2567)
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.
Changes included in this PR
- Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
- integration-tests/package.json
- integration-tests/package-lock.json
Vulnerabilities that will be fixed
With an upgrade:
Severity | Priority Score (*) | Issue | Breaking Change | Exploit Maturity |
---|---|---|---|---|
691/1000 Why? Recently disclosed, Has a fix available, CVSS 8.1 |
Command Injection SNYK-JS-SIMPLEGIT-2421199 |
No | No Known Exploit |
(*) Note that the real score may have changed since the PR was raised.
Commit messages
Package name: simple-git
The new version differs by 4 commits.Check the changes in this PR to ensure they won't cause issues with your project.
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📚 Read more about Snyk's upgrade and patch logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.
v5.18.5
Changes
Fixes
fix: Make sure suggestions are within limits (#2428)
fix: Make sure suggestions are within limits (#2428)
fix: Improve suggestions (#2426)
fix: Improve suggestions (#2426)
Improve suggestions by adding a penalty for
- changing case in a compound words
- lots of short compounds.
fix: Make sure ext `.R` is detected as an R file. (#2425)
fix: Make sure ext .R
is detected as an R file. (#2425)
Fix #2424
fix: Make it easier to work with RTL languages. (#2410)
fix: Make it easier to work with RTL languages. (#2410)
Documentation
v5.18.4
v5.18.3
Changes
Fixes
fix: Improve cli summary and progress (#2396)
fix: Improve cli summary and progress (#2396)
- If caching is on, report number of cached files.
- if progress in on, signal the start of processing a file. This helps with finding very slow files.
v5.18.2
Changes
Fixes
fix: Update dictionaries and other dependencies (#2392)
fix: Update dictionaries and other dependencies (#2392)
integration-tests/package-lock.json | 472 +++++++++++----------
.../Azure/azure-rest-api-specs/snapshot.txt | 3 +-
.../snapshots/django/django/report.yaml | 16 +-
.../snapshots/django/django/snapshot.txt | 4 +-
package-lock.json | 257 ++++++-----
packages/Samples/package-lock.json | 102 ++---
packages/cspell-bundled-dicts/package-lock.json | 172 ++++----
packages/cspell-bundled-dicts/package.json | 8 +-
packages/cspell-dynamic-loader/package-lock.json | 469 +++++++++++---------
packages/cspell-eslint-plugin/package-lock.json | 261 +++++++-----
packages/cspell-eslint-plugin/package.json | 2 +-
packages/cspell-gitignore/package-lock.json | 263 +++++++-----
packages/cspell-glob/package-lock.json | 249 ++++++-----
packages/cspell-grammar/package-lock.json | 249 ++++++-----
packages/cspell-io/package-lock.json | 249 ++++++-----
packages/cspell-json-reporter/package-lock.json | 16 +-
packages/cspell-lib/package-lock.json | 385 +++++++++--------
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package-lock.json | 249 ++++++-----
packages/cspell-tools/package-lock.json | 326 +++++++-------
packages/cspell-trie-lib/package-lock.json | 291 +++++++------
packages/cspell-trie-lib/package.json | 2 +-
packages/cspell-trie/package-lock.json | 279 +++++++-----
packages/cspell-trie2-lib/package-lock.json | 249 ++++++-----
packages/cspell-types/package-lock.json | 249 ++++++-----
packages/cspell/package-lock.json | 449 +++++++++++---------
packages/cspell/package.json | 2 +-
packages/hunspell-reader/package-lock.json | 249 ++++++-----
rfc/rfc-0001 suggestions/package-lock.json | 16 +-
test-packages/cspell-cli/package-lock.json | 222 +++++-----
test-packages/test-cspell-glob/package-lock.json | 16 +-
test-packages/test-cspell-io/package-lock.json | 16 +-
.../test-cspell-lib-webpack/package-lock.json | 427 +++++++++++--------
test-packages/test-cspell-lib/package-lock.json | 160 +++----
test-packages/test-cspell-tools/package-lock.json | 268 ++++++------
test-packages/test-cspell/package-lock.json | 224 +++++-----
test-packages/yarn2/package-lock.json | 2 +-
37 files changed, 3883 insertions(+), 2992 deletions(-)