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.2.4) #1510

Merged
merged 1 commit into from
Dec 29, 2023
Merged

fix: Update CSpell version (8.2.4) #1510

merged 1 commit into from
Dec 29, 2023

Conversation

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

@street-side-software-automation street-side-software-automation bot commented Dec 26, 2023

Update CSpell version (8.2.4)

CSpell Version: 8.2.3 -> 8.2.4
Type: fix

Selected Diffs

diff --git a/action-src/package.json b/action-src/package.json
index da806cf..4d84be6 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.2.3",
+    "@cspell/cspell-bundled-dicts": "^8.2.4",
     "@octokit/core": "^5.0.2",
     "@octokit/plugin-rest-endpoint-methods": "^10.2.0",
     "@octokit/rest": "^20.0.2",
-    "cspell": "^8.2.3",
-    "cspell-glob": "^8.2.3",
+    "cspell": "^8.2.4",
+    "cspell-glob": "^8.2.4",
     "vscode-uri": "^3.0.8"
   },
   "files": [
diff --git a/action/package.json b/action/package.json
index 2bab516..ff0fb8f 100644
--- a/action/package.json
+++ b/action/package.json
@@ -9,7 +9,7 @@
     "@cspell/cspell-bundled-dicts"
   ],
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^8.2.3"
+    "@cspell/cspell-bundled-dicts": "^8.2.4"
   },
   "files": [
     "lib"

Summary

 action-src/package.json                            |    6 +-
 action/lib/main_root.js                            | 1009 +++++++++++---------
 .../@cspell/cspell-bundled-dicts/package.json      |   18 +-
 .../@cspell/dict-companies/dict/companies.txt      |    4 +
 .../@cspell/dict-companies/package.json            |    4 +-
 .../node_modules/@cspell/dict-git/cspell-ext.json  |   81 +-
 action/node_modules/@cspell/dict-git/package.json  |    6 +-
 action/node_modules/@cspell/dict-php/dict/php.txt  |    5 +
 action/node_modules/@cspell/dict-php/package.json  |    4 +-
 .../node_modules/@cspell/dict-python/package.json  |    4 +-
 .../@cspell/dict-python/python-common.txt.gz       |  Bin 3442 -> 3426 bytes
 .../node_modules/@cspell/dict-python/python.txt.gz |  Bin 47228 -> 47611 bytes
 .../dict-software-terms/dict/softwareTerms.txt     |    1 +
 .../@cspell/dict-software-terms/package.json       |    4 +-
 action/package.json                                |    2 +-
 pnpm-lock.yaml                                     |  172 ++--
 16 files changed, 767 insertions(+), 553 deletions(-)

@street-side-software-automation street-side-software-automation bot changed the title fix: Update Dictionaries and Dependencies fix: Update CSpell version (8.2.4) Dec 28, 2023
@Jason3S Jason3S merged commit 36d1d84 into main Dec 29, 2023
10 checks passed
@Jason3S Jason3S deleted the update-cspell-main branch December 29, 2023 11:04
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.

1 participant