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.12.3 to 5.12.4 #375

Closed

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade cspell from 5.12.3 to 5.12.4.

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 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2021-10-31.
Release notes
Package name: cspell
  • 5.12.4 - 2021-10-31

    Changes

    docs: Update globs.md (#1883)

    docs: Update globs.md (#1883)


    docs: Create globs.md (#1882)

    docs: Create globs.md (#1882)


    ci: Workflow Bot -- Update ALL Dependencies (main) (#1930)

    ci: Workflow Bot -- Update ALL Dependencies (main) (#1930)

    integration-tests/package-lock.json | 130 ++++++++++--------
    packages/cspell-bundled-dicts/package-lock.json | 40 +++---
    packages/cspell-dynamic-loader/package-lock.json | 130 ++++++++++--------
    packages/cspell-gitignore/package-lock.json | 6 +-
    packages/cspell-json-reporter/package-lock.json | 6 +-
    packages/cspell-tools/package-lock.json | 20 +--
    packages/cspell-trie/package-lock.json | 6 +-
    packages/cspell/package-lock.json | 122 +++++++++--------
    test-packages/cspell-cli/package-lock.json | 128 ++++++++++--------
    test-packages/test-cspell-glob/package-lock.json | 6 +-
    test-packages/test-cspell-io/package-lock.json | 6 +-
    .../test-cspell-lib-webpack/package-lock.json | 106 ++++++++-------
    test-packages/test-cspell-lib/package-lock.json | 106 ++++++++-------
    test-packages/test-cspell-tools/package-lock.json | 150 +++++++++++----------
    test-packages/test-cspell/package-lock.json | 128 ++++++++++--------
    15 files changed, 595 insertions(+), 495 deletions(-)


    Fixes

    fix: Remove unnecessary dependency (#1929)

    fix: Remove unnecessary dependency (#1929)


    fix: Change `--wordsOnly` option to `--words-only` (#1928)

    fix: Change --wordsOnly option to --words-only (#1928)

    • replace --wordsOnly option with --words-only
    • hide --wordsOnly option but keep it working.

    dev: Update the dictionaries and snapshots (#1927)

    dev: Update the dictionaries and snapshots (#1927)

    • Add dictionary for VUE and Swift files.
    • Update fullstack dictionary to include most programming languages.
    • Removed behaviour from fullstack dictionary it is already in the British dictionary.

    fix: In Document settings. (#1925)

    fix: In Document settings. (#1925)

    fix: #1628
    fix: #1629


    fix: Update software terms and integration snapshots. (#1916)

    fix: Update software terms and integration snapshots. (#1916)


    fix: adjust the AWS integration test to match repo changes. (#1912)

    fix: adjust the AWS integration test to match repo changes. (#1912)


    fix: Update software terms (#1909)

    fix: Update software terms (#1909)


    dev: Update dictionaries (#1903)

    dev: Update dictionaries (#1903)

    • Companies
    • Software Terms
    • File types

    dev: Improve grammar matching. (#1902)

    dev: Improve grammar matching. (#1902)


    dev: Grammar - add nested pattern support for begin / end patterns. (#1878)

    dev: Grammar - add nested pattern support for begin / end patterns. (#1878)


    dev: Add a file parser. (#1872)

    dev: Add a file parser. (#1872)

    This is the beginnings of adding the ability to parse source files for better spell checker control.


  • 5.12.3 - 2021-10-08

    Changes

    Update cspell.code-workspace (#1848)

    Update cspell.code-workspace (#1848)

    Sort the workspace folders by name.


    docs: Update cspell README with new commands (#1841)

    docs: Update cspell README with new commands (#1841)


    Fixes

    fix: Use the repository root by default when no root is specified. (#1851)

    fix: Use the repository root by default when no root is specified. (#1851)

    The integration repositories are clean and should not contain any extra files. If the --gitignore option ignores any of those files, then something is wrong. This check would have caught #1846.

    Changes:

    • fix: Use repository root by default.
    • fix: Add a simple cli to cspell-gitignore.
    • fix: Update README to reflect CLI
    • fix: Update PHP snapshot to reflect the ignored files.
      The ignored files are ignored by .gitignore but they are checked into the repo.
    • test: make sure the integration files checked do not change with .gitignore

    fix: Fix `.gitignore` glob matching (#1847)

    fix: Fix .gitignore glob matching (#1847)

    Fixes two issues:

    • fix #1846

      *.py,cover
    • And another where the following .gitignore lines were not matching directories:

      */node_modules
      **/coverage

    dev: support legacy words (#1843)

    dev: support legacy words (#1843)


    dev: Support Legacy dictionary type (#1840)

    dev: Support Legacy dictionary type (#1840)

    Each line in the file will be split based upon simple code splitting rules.


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 Nov 22, 2021

*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
84dd0370-4b4b-11ec-93a9-b506f0da5eb5

@mistaken-pull-closer mistaken-pull-closer bot added the invalid This doesn't seem right label Nov 22, 2021
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