Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade cspell from 5.14.0 to 5.18.3 #458

Closed

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade cspell from 5.14.0 to 5.18.3.

merge advice
ℹ️ 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.


  • The recommended version is 12 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-02-04.
Release notes
Package name: cspell
  • 5.18.3 - 2022-02-04

    Changes

    Fixes

    fix: Upgrade to commend-json 4.2.2 (#2399)

    fix: Upgrade to commend-json 4.2.2 (#2399)


    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.

    dev: Support alternate word break notation. (#2395)

    dev: Support alternate word break notation. (#2395)


    fix: Add support for R (#2394)

    fix: Add support for R (#2394)


  • 5.18.2 - 2022-02-03

    Changes

    Fixes

    fix: fix suggestion output (#2390)

    fix: fix suggestion output (#2390)


    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(-)


    Maintenance

    ci: Use cspell cache (#2389)

    ci: Use cspell cache (#2389)


  • 5.18.1 - 2022-02-03

    Changes

    Fixes

    fix: Improve suggestions when using weights. (#2387)

    fix: Improve suggestions when using weights. (#2387)

    • updated test Dutch dictionary
    • fixed number of suggestions returned.
    • Add a compound symbol so it is possible to show compound breaks.

    dev: Work towards showing compound word seperators (#2386)

    dev: Work towards showing compound word seperators (#2386)

    The goal is to improve suggestions.


    fix: Fix first letter insert costs on suggestions. (#2385)

    fix: Fix first letter insert costs on suggestions. (#2385)

    When making suggestions, sort the ones where the first letter changes further down the list.


    fix: Ensure Weighted Suggestions are generated (#2384)

    fix: Ensure Weighted Suggestions are generated (#2384)


    fix: Make sure cspell-tool-cli keeps accents (#2381)

    fix: Make sure cspell-tool-cli keeps accents (#2381)

    In --split mode, the compiler would loose free floating accents.


    dev: [WIP] create a package for eslint-plugin-cspell (#2379)

    dev: [WIP] create a package for eslint-plugin-cspell (#2379)


    fix: Upgrade to commander 9.0.0 (#2367)

    fix: Upgrade to commander 9.0.0 (#2367)


    Maintenance

    ci: increase mocha timeout in cspell-ellint-plugin (#2382)

    ci: increase mocha timeout in cspell-ellint-plugin (#2382)


  • 5.18.0 - 2022-01-31

    Changes

    Fixes

    dev: move async to cspell-pipe (#2364)

    dev: move async to cspell-pipe (#2364)


    fix: Speed up dictionaries from (#2363)

    fix: Speed up dictionaries from (#2363)


    fix: Speed up spell checking with large config files. (#2362)

    fix: Speed up spell checking with large config files. (#2362)

    Related to #2360

    These changes were able to cut the time in half. More improvement is still possible.


    dev: Create cspell-pipe libarary (#2358)

    dev: Create cspell-pipe libarary (#2358)


    fix: Show an error if a glob starts/ends with a single quote (#2357)

    fix: Show an error if a glob starts/ends with a single quote (#2357)

    Related to #2350


    feat: Enable support to dictionary alphabet and accents. (#2355)

    feat: Enable support to dictionary alphabet and accents. (#2355)

    This feature improves the suggestions shown by the spell checker.

    It allows dictionary authors to specify character sequences that should be considered similar.

    When defining a dictionary it is now possible rank certain suggestions higher or lower by adding edit costs to the new section dictionaryInformation.


    dev: Working towards weighted suggestions (#2351)

    dev: Working towards weighted suggestions (#2351)


  • 5.18.0-alpha.0 - 2022-01-30
    Read more
  • 5.17.0 - 2022-01-26
    Read more
  • 5.17.0-alpha.0 - 2022-01-26
    Read more
  • 5.16.0 - 2022-01-20
    Read more
  • 5.15.3 - 2022-01-20
    Read more
  • 5.15.2 - 2022-01-11
    Read more
  • 5.15.1 - 2022-01-07
  • 5.15.0 - 2022-01-07
  • 5.14.0 - 2021-12-29
from cspell GitHub release notes
Commit messages
Package name: cspell

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

@mistaken-pull-closer
Copy link

Thanks for your submission.

It appears that you've created a pull request using one of our repository's branches. Since this is
almost always a mistake, we're going to go ahead and close this. If it was intentional, please
let us know what you were intending and we can see about reopening it.

Thanks again!

@pull-dog
Copy link

pull-dog bot commented Feb 25, 2022

*Ruff* 🐶 I wasn't able to find any Docker Compose files in your repository at any of the given paths in the pull-dog.json configuration file, or the default docker-compose.yml file 😩 Make sure the given paths are correct.

Files checked:

  • docker-compose.yml
What is this?

Pull Dog is a GitHub app that makes test environments for your pull requests using Docker, from a docker-compose.yml file you specify. It takes 19 seconds to set up (we counted!) and there's a free plan available.

Visit our website to learn more.

Commands
  • @pull-dog up to reprovision or provision the server.
  • @pull-dog down to delete the provisioned server.
Troubleshooting

Need help? Don't hesitate to file an issue in our repository

Configuration

{
  "isLazy": false,
  "dockerComposeYmlFilePaths": [
    "docker-compose.yml"
  ],
  "expiry": "00:00:00",
  "conversationMode": "singleComment"
}

Trace ID
ef2b7600-966c-11ec-9c7b-ded90bbc9080

@mistaken-pull-closer mistaken-pull-closer bot added the invalid This doesn't seem right label Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant