Skip to content

fix: Update CSpell version (9.3.1)#2508

Merged
Jason3S merged 1 commit intomainfrom
update-cspell-main
Nov 13, 2025
Merged

fix: Update CSpell version (9.3.1)#2508
Jason3S merged 1 commit intomainfrom
update-cspell-main

Conversation

@street-side-software-automation
Copy link
Contributor

Update CSpell version (9.3.1)

CSpell Version: 9.3.0 -> 9.3.1
Type: fix

Selected Diffs

diff --git a/action-src/package.json b/action-src/package.json
index d4a9835..3686a06 100644
--- a/action-src/package.json
+++ b/action-src/package.json
@@ -23,16 +23,16 @@
   "devDependencies": {
     "@actions/core": "^1.11.1",
     "@actions/github": "^6.0.1",
-    "@cspell/cspell-types": "^9.3.0",
+    "@cspell/cspell-types": "^9.3.1",
     "@octokit/webhooks-types": "^7.6.1",
     "@types/node": "^24.10.1",
-    "cspell": "^9.3.0",
-    "cspell-glob": "^9.3.0",
+    "cspell": "^9.3.1",
+    "cspell-glob": "^9.3.1",
     "esbuild": "^0.27.0",
     "vscode-uri": "^3.1.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^9.3.0"
+    "@cspell/cspell-bundled-dicts": "^9.3.1"
   },
   "files": [
     "lib",
diff --git a/action/package.json b/action/package.json
index d439ee5..17e91ae 100644
--- a/action/package.json
+++ b/action/package.json
@@ -9,7 +9,7 @@
     "@cspell/cspell-bundled-dicts"
   ],
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^9.3.0"
+    "@cspell/cspell-bundled-dicts": "^9.3.1"
   },
   "files": [
     "lib"

Summary

 action-src/package.json                            |   8 +-
 action/lib/main_root.cjs                           | 636 ++++++++++-----------
 .../@cspell/cspell-bundled-dicts/package.json      |   8 +-
 action/package.json                                |   2 +-
 pnpm-lock.yaml                                     | 224 ++++----
 5 files changed, 437 insertions(+), 441 deletions(-)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 19322300190

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 95.455%

Totals Coverage Status
Change from base Build 19289543492: 0.0%
Covered Lines: 241
Relevant Lines: 247

💛 - Coveralls

@Jason3S Jason3S merged commit a879e6e into main Nov 13, 2025
25 checks passed
@Jason3S Jason3S deleted the update-cspell-main branch November 13, 2025 06:12
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