typescript-library-starter icon indicating copy to clipboard operation
typescript-library-starter copied to clipboard

chore(package): update cspell to version 8.7.0

Open depfu[bot] opened this issue 1 year ago • 0 comments

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ cspell (8.6.0 → 8.7.0) · Repo · Changelog

Release Notes

8.7.0

Changes

Features

feat: Support Eslint 9 (#5462)

feat: Support Eslint 9 (#5462)


feat: Support complex word lists (#5288)

feat: Support complex word lists (#5288)

Second try at #5233

Errors behind revert of #5233:

- ./dictionaries/scientific_terms_GB/cspell-tools.config.yaml 
  Dictionary Error with (scientific-terms-gb) TypeError: Cannot assign to read only property '1' of object '[object Array]'
- ./dictionaries/scientific_terms_US/cspell-tools.config.yaml
  Dictionary Error with (scientific-terms-us) TypeError: Cannot assign to read only property '1' of object '[object Array]'
  • Add unit test for error
  • Test fix on cspell-dicts

Fixes

fix: Detect Lisp files (#5460)

fix: Detect Lisp files (#5460)


fix: Add Monkey C dictionary (#5439)

fix: Add Monkey C dictionary (#5439)


8.6.1

Changes

Fixes

fix: Add Terraform dictionary (#5404)

fix: Add Terraform dictionary (#5404)


fix: Adding defineConfig() to cspell-types (#5399)

fix: Adding defineConfig() to cspell-types (#5399)

fixes #5358
replaces #5372


fix: Be able to detect Terraform files (#5391)

fix: Be able to detect Terraform files (#5391)


fix: Add support for Julia language (#5376)

fix: Add support for Julia language (#5376)


fix: Be able to detect Julia files (#5363)

fix: Be able to detect Julia files (#5363)


Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

🆕 @​cspell/dict-julia (added, 1.0.1)

🆕 @​cspell/dict-monkeyc (added, 1.0.6)

🆕 @​cspell/dict-terraform (added, 1.0.0)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

depfu[bot] avatar Apr 12 '24 01:04 depfu[bot]