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

feat: Update CSpell version (8.4.0) #1573

Merged
merged 1 commit into from
Feb 19, 2024
Merged

feat: Update CSpell version (8.4.0) #1573

merged 1 commit into from
Feb 19, 2024

Conversation

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

Update CSpell version (8.4.0)

CSpell Version: 8.3.2 -> 8.4.0
Type: feat

Selected Diffs

diff --git a/action-src/package.json b/action-src/package.json
index d473359..b8933e2 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.3.2",
+    "@cspell/cspell-bundled-dicts": "^8.4.0",
     "@octokit/core": "^5.1.0",
     "@octokit/plugin-rest-endpoint-methods": "^10.3.0",
     "@octokit/rest": "^20.0.2",
-    "cspell": "^8.3.2",
-    "cspell-glob": "^8.3.2",
+    "cspell": "^8.4.0",
+    "cspell-glob": "^8.4.0",
     "vscode-uri": "^3.0.8"
   },
   "files": [
diff --git a/action/package.json b/action/package.json
index d346626..200a91e 100644
--- a/action/package.json
+++ b/action/package.json
@@ -9,7 +9,7 @@
     "@cspell/cspell-bundled-dicts"
   ],
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^8.3.2"
+    "@cspell/cspell-bundled-dicts": "^8.4.0"
   },
   "files": [
     "lib"

Summary

 action-src/package.json                            |    6 +-
 action/lib/main_root.js                            | 1855 +++++++++++++-------
 .../@cspell/cspell-bundled-dicts/package.json      |   24 +-
 action/package.json                                |    2 +-
 pnpm-lock.yaml                                     |  150 +-
 5 files changed, 1296 insertions(+), 741 deletions(-)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7959134945

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.287%

Totals Coverage Status
Change from base Build 7959127003: 0.0%
Covered Lines: 238
Relevant Lines: 245

💛 - Coveralls

@Jason3S Jason3S merged commit eadadef into main Feb 19, 2024
10 checks passed
@Jason3S Jason3S deleted the update-cspell-main branch February 19, 2024 11:59
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