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 (7.3.9) #1432

Merged
merged 1 commit into from
Nov 7, 2023
Merged

fix: Update CSpell version (7.3.9) #1432

merged 1 commit into from
Nov 7, 2023

Conversation

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

Update CSpell version (7.3.9)

CSpell Version: 7.3.8 -> 7.3.9
Type: fix

Selected Diffs

diff --git a/action-src/package.json b/action-src/package.json
index 4cae28f..f04a76c 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": "^7.3.8",
+    "@cspell/cspell-bundled-dicts": "^7.3.9",
     "@octokit/core": "^5.0.1",
     "@octokit/plugin-rest-endpoint-methods": "^10.1.2",
     "@octokit/rest": "^20.0.2",
-    "cspell": "^7.3.8",
-    "cspell-glob": "^7.3.8",
+    "cspell": "^7.3.9",
+    "cspell-glob": "^7.3.9",
     "vscode-uri": "^3.0.8"
   },
   "files": [
diff --git a/action/package.json b/action/package.json
index 04cf899..6a5abfd 100644
--- a/action/package.json
+++ b/action/package.json
@@ -9,7 +9,7 @@
     "@cspell/cspell-bundled-dicts"
   ],
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^7.3.8"
+    "@cspell/cspell-bundled-dicts": "^7.3.9"
   },
   "files": [
     "lib"

Summary

 action-src/package.json                            |   6 +-
 action/lib/main_root.js                            | 753 ++++++++++-----------
 .../cspell-bundled-dicts/cspell-default.config.js  |   1 +
 .../@cspell/cspell-bundled-dicts/package.json      |  29 +-
 action/package.json                                |   2 +-
 pnpm-lock.yaml                                     | 153 +++--
 6 files changed, 481 insertions(+), 463 deletions(-)

@Jason3S Jason3S merged commit 0dcf179 into main Nov 7, 2023
10 checks passed
@Jason3S Jason3S deleted the update-cspell-main branch November 7, 2023 14:03
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