streetsidesoftware / cspell-action

GitHub Action: Check Spelling
MIT License
80 stars 9 forks source link

feat: Update CSpell version (8.12.1) #1863

Closed street-side-software-automation[bot] closed 1 month ago

street-side-software-automation[bot] commented 1 month ago

Update CSpell version (8.12.1)

CSpell Version: 8.11.0 -> 8.12.1 Type: feat

Selected Diffs

diff --git a/action-src/package.json b/action-src/package.json
index 2a887e1..7b438bc 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.11.0",
+    "@cspell/cspell-bundled-dicts": "^8.12.1",
     "@cspell/cspell-types": "^8.10.4",
     "@octokit/webhooks-types": "^7.5.1",
     "@types/node": "^20.14.10",
-    "cspell": "^8.11.0",
-    "cspell-glob": "^8.11.0",
+    "cspell": "^8.12.1",
+    "cspell-glob": "^8.12.1",
     "vscode-uri": "^3.0.8"
   },
   "files": [
diff --git a/action/package.json b/action/package.json
index fac4391..f2eb6d8 100644
--- a/action/package.json
+++ b/action/package.json
@@ -9,7 +9,7 @@
     "@cspell/cspell-bundled-dicts"
   ],
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^8.11.0"
+    "@cspell/cspell-bundled-dicts": "^8.12.1"
   },
   "files": [
     "lib"

Summary

 action-src/package.json                            |    6 +-
 action/lib/main_root.cjs                           | 4444 ++++++++++----------
 .../@cspell/cspell-bundled-dicts/package.json      |   18 +-
 .../@cspell/dict-software-terms/cspell-ext.json    |    2 +
 .../dict-software-terms/dict/softwareTerms.txt     |   10 +
 .../@cspell/dict-software-terms/package.json       |    5 +-
 action/package.json                                |    2 +-
 pnpm-lock.yaml                                     |  262 +-
 8 files changed, 2404 insertions(+), 2345 deletions(-)
coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10054549545

Details


Totals Coverage Status
Change from base Build 10054540584: 0.0%
Covered Lines: 247
Relevant Lines: 256

💛 - Coveralls