Skip to content

fix: Update CSpell version (9.2.2)#2460

Merged
Jason3S merged 1 commit intomainfrom
update-cspell-main
Oct 23, 2025
Merged

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

Conversation

@street-side-software-automation
Copy link
Contributor

@street-side-software-automation street-side-software-automation bot commented Oct 19, 2025

Update CSpell version (9.2.2)

CSpell Version: 9.2.1 -> 9.2.2
Type: fix

Selected Diffs

diff --git a/action-src/package.json b/action-src/package.json
index 4778dcd..860cc75 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.2.1",
+    "@cspell/cspell-types": "^9.2.2",
     "@octokit/webhooks-types": "^7.6.1",
     "@types/node": "^20.19.22",
-    "cspell": "^9.2.1",
-    "cspell-glob": "^9.2.1",
+    "cspell": "^9.2.2",
+    "cspell-glob": "^9.2.2",
     "esbuild": "^0.25.11",
     "vscode-uri": "^3.1.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^9.2.1"
+    "@cspell/cspell-bundled-dicts": "^9.2.2"
   },
   "files": [
     "lib",
diff --git a/action/package.json b/action/package.json
index a660832..069718a 100644
--- a/action/package.json
+++ b/action/package.json
@@ -9,7 +9,7 @@
     "@cspell/cspell-bundled-dicts"
   ],
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^9.2.1"
+    "@cspell/cspell-bundled-dicts": "^9.2.2"
   },
   "files": [
     "lib"

Summary

 action-src/package.json                            |    8 +-
 action/lib/main_root.cjs                           | 1282 ++++++++------------
 .../@cspell/cspell-bundled-dicts/package.json      |   26 +-
 .../@cspell/dict-companies/dict/companies.txt      |    2 +
 .../@cspell/dict-companies/package.json            |    4 +-
 .../@cspell/dict-data-science/README.md            |   25 +-
 .../dict-data-science/dict/data-science.txt        |    1 +
 .../@cspell/dict-data-science/package.json         |    4 +-
 .../@cspell/dict-en-gb-mit/en_GB.trie.gz           |  Bin 348176 -> 348206 bytes
 .../@cspell/dict-en-gb-mit/package.json            |    4 +-
 .../node_modules/@cspell/dict-en_us/en_US.trie.gz  |  Bin 297403 -> 297408 bytes
 .../node_modules/@cspell/dict-en_us/package.json   |    4 +-
 .../node_modules/@cspell/dict-filetypes/README.md  |   15 +-
 .../@cspell/dict-filetypes/filetypes.txt.gz        |  Bin 1129 -> 1132 bytes
 .../@cspell/dict-filetypes/package.json            |    4 +-
 action/node_modules/@cspell/dict-npm/dict/npm.txt  |    6 +
 action/node_modules/@cspell/dict-npm/package.json  |    4 +-
 action/node_modules/@cspell/dict-php/README.md     |   21 +-
 action/node_modules/@cspell/dict-php/dict/php.txt  |    9 +
 action/node_modules/@cspell/dict-php/package.json  |    4 +-
 action/node_modules/@cspell/dict-python/README.md  |   23 +-
 .../@cspell/dict-python/dict/python.txt            |    5 +
 .../node_modules/@cspell/dict-python/package.json  |    6 +-
 .../dict-software-terms/dict/software-tools.txt    |    7 +
 .../dict-software-terms/dict/softwareTerms.txt     |    2 +
 .../@cspell/dict-software-terms/package.json       |    4 +-
 action/package.json                                |    2 +-
 pnpm-lock.yaml                                     |  280 +++--
 28 files changed, 803 insertions(+), 949 deletions(-)

@coveralls
Copy link

coveralls commented Oct 19, 2025

Pull Request Test Coverage Report for Build 18715673846

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

Totals Coverage Status
Change from base Build 18627814501: 0.0%
Covered Lines: 250
Relevant Lines: 260

💛 - Coveralls

@street-side-software-automation street-side-software-automation bot changed the title fix: Update Dictionaries and Dependencies fix: Update CSpell version (9.2.2) Oct 22, 2025
@Jason3S Jason3S merged commit f604f36 into main Oct 23, 2025
25 checks passed
@Jason3S Jason3S deleted the update-cspell-main branch October 23, 2025 05:09
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