streetsidesoftware / cspell-action

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

feat: Update CSpell version (8.16.0) #2038

Closed street-side-software-automation[bot] closed 2 weeks ago

street-side-software-automation[bot] commented 2 weeks ago

Update CSpell version (8.16.0)

CSpell Version: 8.15.7 -> 8.16.0 Type: feat

Selected Diffs

diff --git a/action-src/package.json b/action-src/package.json
index 80ea2be..727e340 100644
--- a/action-src/package.json
+++ b/action-src/package.json
@@ -26,12 +26,12 @@
   "dependencies": {
     "@actions/core": "^1.11.1",
     "@actions/github": "^6.0.0",
-    "@cspell/cspell-bundled-dicts": "^8.15.7",
+    "@cspell/cspell-bundled-dicts": "^8.16.0",
     "@cspell/cspell-types": "^8.15.7",
     "@octokit/webhooks-types": "^7.6.1",
     "@types/node": "^20.17.6",
-    "cspell": "^8.15.7",
-    "cspell-glob": "^8.15.7",
+    "cspell": "^8.16.0",
+    "cspell-glob": "^8.16.0",
     "vscode-uri": "^3.0.8"
   },
   "files": [
diff --git a/action/package.json b/action/package.json
index 8d6fa87..ee8627c 100644
--- a/action/package.json
+++ b/action/package.json
@@ -9,7 +9,7 @@
     "@cspell/cspell-bundled-dicts"
   ],
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^8.15.7"
+    "@cspell/cspell-bundled-dicts": "^8.16.0"
   },
   "files": [
     "lib"

Summary

 action-src/package.json                            |    6 +-
 action/lib/main_root.cjs                           |  730 +++++-----
 .../@cspell/cspell-bundled-dicts/package.json      |   16 +-
 .../@cspell/dict-cpp/dict/cpp-legacy.txt           |  172 +--
 action/node_modules/@cspell/dict-cpp/dict/cpp.txt  | 1407 ++++++++------------
 action/node_modules/@cspell/dict-cpp/package.json  |    4 +-
 .../node_modules/@cspell/dict-en_us/en_US.trie.gz  |  Bin 296686 -> 296794 bytes
 .../node_modules/@cspell/dict-en_us/package.json   |    6 +-
 action/node_modules/@cspell/dict-npm/dict/npm.txt  |    2 +
 action/node_modules/@cspell/dict-npm/package.json  |    4 +-
 .../dict-software-terms/dict/softwareTerms.txt     |    2 +
 .../@cspell/dict-software-terms/package.json       |    4 +-
 action/package.json                                |    2 +-
 pnpm-lock.yaml                                     |  212 +--
 14 files changed, 1027 insertions(+), 1540 deletions(-)
coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 11756074856

Details


Totals Coverage Status
Change from base Build 11701594308: 0.0%
Covered Lines: 249
Relevant Lines: 259

💛 - Coveralls