[Snyk] Upgrade cspell-lib from 6.12.0 to 6.25.0 #2
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.
Snyk has created this PR to upgrade cspell-lib from 6.12.0 to 6.25.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: cspell-lib
Changes
ci: Workflow Bot -- Build Readme (#4164)
ci: Workflow Bot -- Build Readme (#4164)
packages/cspell-eslint-plugin/README.md | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 deletions(-)
Features
feat: Support `suggestWords` to provide default spelling suggestions. (#4168)
feat: Support
suggestWords
to provide default spelling suggestions. (#4168)feat: Support `--fix` in ESLint plugin (#4162)
feat: Support
--fix
in ESLint plugin (#4162)Fixes
fix: Add `.webm` to know file types (#4171)
fix: Add
.webm
to know file types (#4171)fixes #4167
Documentation
ci: Workflow Bot -- Build Docs (#4170)
ci: Workflow Bot -- Build Docs (#4170)
docs/types/cspell-types/enums/IssueType.md | 4 +-
.../AdvancedCSpellSettingsWithSourceTrace.md | 135 ++++++++++++---------
docs/types/cspell-types/interfaces/BaseSetting.md | 59 ++++++---
.../cspell-types/interfaces/CSpellReporter.md | 12 +-
.../interfaces/CSpellReporterModule.md | 2 +-
.../cspell-types/interfaces/CSpellSettings.md | 127 +++++++++++--------
.../interfaces/CSpellSettingsWithSourceTrace.md | 133 ++++++++++++--------
.../types/cspell-types/interfaces/CacheSettings.md | 8 +-
.../cspell-types/interfaces/CharacterSetCosts.md | 6 +-
.../cspell-types/interfaces/CommandLineSettings.md | 4 +-
.../interfaces/DictionaryDefinitionAlternate.md | 14 +--
.../interfaces/DictionaryDefinitionAugmented.md | 16 +--
.../interfaces/DictionaryDefinitionBase.md | 12 +-
.../interfaces/DictionaryDefinitionCustom.md | 18 +--
.../DictionaryDefinitionInlineFlagWords.md | 45 +++++--
.../DictionaryDefinitionInlineIgnoreWords.md | 45 +++++--
.../interfaces/DictionaryDefinitionInlineWords.md | 45 +++++--
.../interfaces/DictionaryDefinitionPreferred.md | 14 +--
.../interfaces/DictionaryInformation.md | 16 +--
docs/types/cspell-types/interfaces/EditCosts.md | 10 +-
.../cspell-types/interfaces/ExtendableSettings.md | 89 +++++++++-----
docs/types/cspell-types/interfaces/Features.md | 2 +-
docs/types/cspell-types/interfaces/FileSettings.md | 123 +++++++++++--------
docs/types/cspell-types/interfaces/FileSource.md | 8 +-
.../types/cspell-types/interfaces/ImportFileRef.md | 6 +-
.../cspell-types/interfaces/InMemorySource.md | 8 +-
docs/types/cspell-types/interfaces/Issue.md | 26 ++--
.../cspell-types/interfaces/LanguageSetting.md | 65 +++++++---
.../interfaces/LanguageSettingFilterFields.md | 6 +-
.../LanguageSettingFilterFieldsDeprecated.md | 4 +-
.../LanguageSettingFilterFieldsPreferred.md | 4 +-
.../cspell-types/interfaces/LegacySettings.md | 4 +-
docs/types/cspell-types/interfaces/MergeSource.md | 8 +-
.../interfaces/OverrideFilterFields.md | 2 +-
.../cspell-types/interfaces/OverrideSettings.md | 89 +++++++++-----
docs/types/cspell-types/interfaces/ParseResult.md | 6 +-
docs/types/cspell-types/interfaces/ParsedText.md | 12 +-
docs/types/cspell-types/interfaces/Parser.md | 4 +-
docs/types/cspell-types/interfaces/Plugin.md | 2 +-
docs/types/cspell-types/interfaces/PnPSettings.md | 4 +-
docs/types/cspell-types/interfaces/ProgressBase.md | 2 +-
.../cspell-types/interfaces/ProgressFileBase.md | 8 +-
.../cspell-types/interfaces/ProgressFileBegin.md | 8 +-
.../interfaces/ProgressFileComplete.md | 16 +--
.../interfaces/RegExpPatternDefinition.md | 6 +-
.../interfaces/ReporterConfiguration.md | 16 +--
.../interfaces/ReportingConfiguration.md | 12 +-
docs/types/cspell-types/interfaces/RunResult.md | 10 +-
docs/types/cspell-types/interfaces/Settings.md | 87 ++++++++-----
.../interfaces/SuggestionsConfiguration.md | 6 +-
.../cspell-types/interfaces/TextDocumentOffset.md | 16 +--
docs/types/cspell-types/interfaces/TextOffset.md | 6 +-
.../interfaces/WorkspaceTrustSettings.md | 6 +-
docs/types/cspell-types/modules.md | 118 +++++++++---------
54 files changed, 919 insertions(+), 595 deletions(-)
doc: Add `suggestWords` example to README (#4169)
doc: Add
suggestWords
example to README (#4169)doc: Document `autoFix` with ESLint Plugin (#4163)
doc: Document
autoFix
with ESLint Plugin (#4163)Maintenance
ci: Workflow Bot -- Update ALL Dependencies (main) (#4165)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4165)
Update ALL Dependencies (main)
package.json | 4 +-
packages/cspell-eslint-plugin/package.json | 8 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell/package.json | 2 +-
pnpm-lock.yaml | 217 +++++++++++----------
.../test-cspell-eslint-plugin/package.json | 4 +-
website/package.json | 4 +-
7 files changed, 124 insertions(+), 117 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4153)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4153)
Update ALL Dependencies (main)
pnpm-lock.yaml | 34 +++++++++++++++++++++++++++++-----
1 file changed, 29 insertions(+), 5 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4152)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4152)
Update ALL Dependencies (main)
package.json | 2 +-
packages/cspell-gitignore/package.json | 6 +-
packages/cspell-pipe/package.json | 2 +-
packages/cspell-service-bus/package.json | 2 +-
packages/cspell-types/package.json | 2 +-
packages/cspell/package.json | 4 +-
packages/dynamic-import/package.json | 2 +-
pnpm-lock.yaml | 165 +++++++++++----------
.../cspell-pipe/test-cspell-pipe-esm/package.json | 2 +-
.../test-cspell-pipe-rollup/package.json | 2 +-
.../cspell-pipe/test-cspell-pipe/package.json | 2 +-
.../test-cspell-service-bus-esm/package.json | 2 +-
.../test-cspell-service-bus-rollup/package.json | 2 +-
.../test-cspell-service-bus/package.json | 2 +-
.../test-cspell-types-cjs/package.json | 2 +-
.../test-cspell-types-esm/package.json | 2 +-
.../test-cspell-types-rollup/package.json | 2 +-
.../test-dynamic-import-cjs/package.json | 2 +-
.../test-dynamic-import-esm/package.json | 2 +-
.../test-dynamic-import-rollup/package.json | 2 +-
20 files changed, 105 insertions(+), 104 deletions(-)
Read more
Changes
Fixes
fix: Fix dependency issue with inline dictionaries (#4143)
fix: Fix dependency issue with inline dictionaries (#4143)
Documentation
docs: Minor doc fixes (#4142)
docs: Minor doc fixes (#4142)
fixes #4141
Maintenance
ci: Workflow Bot -- Update ALL Dependencies (main) (#4138)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4138)
Update ALL Dependencies (main)
doc-generator/package.json | 2 +-
package.json | 4 +-
packages/cspell-eslint-plugin/package.json | 2 +-
packages/cspell-lib/package.json | 2 +-
packages/cspell-pipe/package.json | 2 +-
packages/cspell/package.json | 4 +-
packages/dynamic-import/package.json | 2 +-
pnpm-lock.yaml | 623 +++++++++++----------
.../test-cspell-eslint-plugin/package.json | 4 +-
website/package.json | 2 +-
10 files changed, 326 insertions(+), 321 deletions(-)
Read more
Read more
Read more
Changes
Fixes
fix: Correct .gitignore comment detection (#4083)
fix: Correct .gitignore comment detection (#4083)
fixes: #4082
Read more
Changes
Maintenance
ci: Workflow Bot -- Update ALL Dependencies (main) (#4030)
ci: Workflow Bot -- Update ALL Dependencies (main) (#4030)
Update ALL Dependencies (main)
packages/cspell/package.json | 2 +-
pnpm-lock.yaml | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
Read more
Commit messages
Package name: cspell-lib
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs