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

fix: Update CSpell version (8.8.2) #1738

Merged
merged 1 commit into from
May 23, 2024
Merged

fix: Update CSpell version (8.8.2) #1738

merged 1 commit into from
May 23, 2024

Conversation

street-side-software-automation[bot]
Copy link
Contributor

@street-side-software-automation street-side-software-automation bot commented May 22, 2024

Update CSpell version (8.8.2)

CSpell Version: 8.8.1 -> 8.8.2
Type: fix

Selected Diffs

diff --git a/action-src/package.json b/action-src/package.json
index 0ae0ce2..998f9d6 100644
--- a/action-src/package.json
+++ b/action-src/package.json
@@ -26,12 +26,12 @@
   "dependencies": {
     "@actions/core": "^1.10.1",
     "@actions/github": "^6.0.0",
-    "@cspell/cspell-bundled-dicts": "^8.8.1",
+    "@cspell/cspell-bundled-dicts": "^8.8.2",
     "@cspell/cspell-types": "^8.8.1",
     "@octokit/webhooks-types": "^7.5.1",
     "@types/node": "^20.12.12",
-    "cspell": "^8.8.1",
-    "cspell-glob": "^8.8.1",
+    "cspell": "^8.8.2",
+    "cspell-glob": "^8.8.2",
     "vscode-uri": "^3.0.8"
   },
   "files": [
diff --git a/action/package.json b/action/package.json
index 3fdec67..692a1b4 100644
--- a/action/package.json
+++ b/action/package.json
@@ -9,7 +9,7 @@
     "@cspell/cspell-bundled-dicts"
   ],
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^8.8.1"
+    "@cspell/cspell-bundled-dicts": "^8.8.2"
   },
   "files": [
     "lib"

Summary

 action-src/package.json                            |    6 +-
 action/lib/main_root.cjs                           | 2936 +++++++++++++++-----
 .../@cspell/cspell-bundled-dicts/package.json      |   36 +-
 .../node_modules/@cspell/dict-aws/cspell-ext.json  |    4 +-
 action/node_modules/@cspell/dict-aws/dict/aws.txt  |    1 +
 action/node_modules/@cspell/dict-aws/package.json  |   11 +-
 .../@cspell/dict-companies/dict/companies.txt      |   37 +
 .../@cspell/dict-companies/package.json            |   11 +-
 .../@cspell/dict-cpp/dict/cpp-legacy.txt           |    1 -
 action/node_modules/@cspell/dict-cpp/dict/cpp.txt  |    3 +-
 action/node_modules/@cspell/dict-cpp/package.json  |    4 +-
 .../dict-en-common-misspellings/dict-en.yaml       |    4 +
 .../dict-en-common-misspellings/package.json       |    9 +-
 .../node_modules/@cspell/dict-en_us/en_US.trie.gz  |  Bin 296766 -> 296778 bytes
 .../node_modules/@cspell/dict-en_us/package.json   |    6 +-
 .../@cspell/dict-fullstack/cspell-ext.json         |   23 +-
 .../@cspell/dict-fullstack/dict/README.md (gone)   |    3 -
 .../@cspell/dict-fullstack/dict/fullstack.txt      |    3 +
 .../@cspell/dict-fullstack/package.json            |   13 +-
 .../node_modules/@cspell/dict-golang/dict/go.txt   |   13 +-
 .../node_modules/@cspell/dict-golang/package.json  |    4 +-
 .../@cspell/dict-powershell/cspell-ext.json        |    4 +-
 .../@cspell/dict-powershell/dict/powershell.txt    |    2 +-
 .../@cspell/dict-powershell/package.json           |   11 +-
 .../dict/computing-acronyms.txt                    |   10 +
 .../dict-software-terms/dict/softwareTerms.txt     |   56 +
 .../@cspell/dict-software-terms/package.json       |    4 +-
 .../@cspell/dict-typescript/cspell-ext.json        |    2 +-
 .../@cspell/dict-typescript/package.json           |    4 +-
 action/package.json                                |    2 +-
 pnpm-lock.yaml                                     |  206 +-
 31 files changed, 2623 insertions(+), 806 deletions(-)

@street-side-software-automation street-side-software-automation bot changed the title fix: Update Dictionaries and Dependencies fix: Update CSpell version (8.8.2) May 23, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 9207651245

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.566%

Totals Coverage Status
Change from base Build 9175960121: 0.0%
Covered Lines: 239
Relevant Lines: 247

💛 - Coveralls

@Jason3S Jason3S merged commit 0930989 into main May 23, 2024
21 checks passed
@Jason3S Jason3S deleted the update-cspell-main branch May 23, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants