streetsidesoftware / cspell-action

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

fix: Update CSpell version (8.13.3) #1903

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

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

Update CSpell version (8.13.3)

CSpell Version: 8.13.2 -> 8.13.3 Type: fix

Selected Diffs

diff --git a/action-src/package.json b/action-src/package.json
index 40e41f2..b59c433 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.13.2",
+    "@cspell/cspell-bundled-dicts": "^8.13.3",
     "@cspell/cspell-types": "^8.13.2",
     "@octokit/webhooks-types": "^7.5.1",
     "@types/node": "^20.14.15",
-    "cspell": "^8.13.2",
-    "cspell-glob": "^8.13.2",
+    "cspell": "^8.13.3",
+    "cspell-glob": "^8.13.3",
     "vscode-uri": "^3.0.8"
   },
   "files": [
diff --git a/action/package.json b/action/package.json
index 1acd37a..51431df 100644
--- a/action/package.json
+++ b/action/package.json
@@ -9,7 +9,7 @@
     "@cspell/cspell-bundled-dicts"
   ],
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^8.13.2"
+    "@cspell/cspell-bundled-dicts": "^8.13.3"
   },
   "files": [
     "lib"

Summary

 action-src/package.json                            |   6 +-
 action/lib/main_root.cjs                           | 835 +++++++++++----------
 .../@cspell/cspell-bundled-dicts/package.json      |  10 +-
 .../node_modules/@cspell/dict-css/cspell-ext.json  |   4 +-
 .../@cspell/dict-css/dict/README.md (gone)         |   3 -
 action/node_modules/@cspell/dict-css/dict/css.txt  |   3 +
 action/node_modules/@cspell/dict-css/package.json  |  13 +-
 action/package.json                                |   2 +-
 pnpm-lock.yaml                                     | 196 ++---
 9 files changed, 549 insertions(+), 523 deletions(-)
coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10354611562

Details


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

💛 - Coveralls