Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update CSpell version (8.15.3) #1997

Merged
merged 1 commit into from
Oct 18, 2024
Merged

fix: Update CSpell version (8.15.3) #1997

merged 1 commit into from
Oct 18, 2024

Conversation

street-side-software-automation[bot]
Copy link
Contributor

Update CSpell version (8.15.3)

CSpell Version: 8.15.2 -> 8.15.3
Type: fix

Selected Diffs

diff --git a/action-src/package.json b/action-src/package.json
index 1371c12..a0acc1c 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.2",
+    "@cspell/cspell-bundled-dicts": "^8.15.3",
     "@cspell/cspell-types": "^8.15.2",
     "@octokit/webhooks-types": "^7.6.1",
     "@types/node": "^20.16.11",
-    "cspell": "^8.15.2",
-    "cspell-glob": "^8.15.2",
+    "cspell": "^8.15.3",
+    "cspell-glob": "^8.15.3",
     "vscode-uri": "^3.0.8"
   },
   "files": [
diff --git a/action/package.json b/action/package.json
index e2f5ed9..b35d4c7 100644
--- a/action/package.json
+++ b/action/package.json
@@ -9,7 +9,7 @@
     "@cspell/cspell-bundled-dicts"
   ],
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^8.15.2"
+    "@cspell/cspell-bundled-dicts": "^8.15.3"
   },
   "files": [
     "lib"

Summary

 action-src/package.json                            |   6 +-
 action/lib/main_root.cjs                           | 733 +++++++++++----------
 .../@cspell/cspell-bundled-dicts/package.json      |   8 +-
 .../@cspell/dict-docker/docker-words.txt.gz        | Bin 360 -> 366 bytes
 .../node_modules/@cspell/dict-docker/package.json  |   4 +-
 .../@cspell/dict-python/dict/python.txt            |   1 +
 .../node_modules/@cspell/dict-python/package.json  |   4 +-
 .../dict-software-terms/dict/softwareTerms.txt     |   3 +
 .../@cspell/dict-software-terms/package.json       |   4 +-
 .../@cspell/dict-typescript/dict/typescript.txt    |  48 ++
 .../@cspell/dict-typescript/package.json           |   4 +-
 action/package.json                                |   2 +-
 pnpm-lock.yaml                                     | 204 +++---
 13 files changed, 541 insertions(+), 480 deletions(-)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11384604308

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

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

💛 - Coveralls

@Jason3S Jason3S merged commit 6220e8e into main Oct 18, 2024
23 checks passed
@Jason3S Jason3S deleted the update-cspell-main branch October 18, 2024 07:05
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