WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@street-side-software-automation
Copy link
Contributor

Update ALL Dependencies

This PR updates the CSpell version from 9.3.2 to 9.4.0.

CSpell Releases:

Selected Diffs

diff --git a/package.json b/package.json
index 33dfb98..78b789c 100644
--- a/package.json
+++ b/package.json
@@ -832,6 +832,14 @@
             "scope": "resource",
             "type": "array"
           },
+          "cSpell.maxFileSize": {
+            "markdownDescription": "The Maximum size of a file to spell check. This is used to prevent spell checking very large files.\n\nThe value can be number or a string formatted `<number>[units]`, number with optional units.\n\nSupported units:\n\n- K, KB - value * 1024\n- M, MB - value * 2^20\n- G, GB - value * 2^30\n\nSpecial values:\n- `0` - has the effect of removing the limit.\n\nExamples:\n- `1000000` - 1 million bytes\n- `1000K` or `1000KB` - 1 thousand kilobytes\n- `0.5M` or `0.5MB` - 0.5 megabytes\n\ndefault: no limit",
+            "since": "9.4.0",
+            "type": [
+              "number",
+              "string"
+            ]
+          },
           "cSpell.minRandomLength": {
             "default": 40,
             "markdownDescription": "The minimum length of a random string to be ignored.",
@@ -1817,6 +1825,14 @@
                   "markdownDescription": "The maximum number of times the same word can be flagged as an error in a file.",
                   "type": "number"
                 },
+                "maxFileSize": {
+                  "markdownDescription": "The Maximum size of a file to spell check. This is used to prevent spell checking very large files.\n\nThe value can be number or a string formatted `<number>[units]`, number with optional units.\n\nSupported units:\n\n- K, KB - value * 1024\n- M, MB - value * 2^20\n- G, GB - value * 2^30\n\nSpecial values:\n- `0` - has the effect of removing the limit.\n\nExamples:\n- `1000000` - 1 million bytes\n- `1000K` or `1000KB` - 1 thousand kilobytes\n- `0.5M` or `0.5MB` - 0.5 megabytes\n\ndefault: no limit",
+                  "since": "9.4.0",
+                  "type": [
+                    "number",
+                    "string"
+                  ]
+                },
                 "maxNumberOfProblems": {
                   "default": 10000,
                   "markdownDescription": "The maximum number of problems to report in a file.",
@@ -4288,10 +4304,10 @@
     "vitest": "~4.0.14"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^9.3.2",
-    "@cspell/cspell-types": "^9.3.2",
+    "@cspell/cspell-bundled-dicts": "^9.4.0",
+    "@cspell/cspell-types": "^9.4.0",
     "@cspell/dict-cspell-bundle": "^2.0.40",
-    "cspell": "^9.3.2",
+    "cspell": "^9.4.0",
     "regexp-worker": "^4.3.0"
   },
   "vsce": {}

Summary

 package-lock.json                                 | 259 +++++++++++-----------
 package.json                                      |  22 +-
 packages/__utils/package.json                     |   2 +-
 packages/_integrationTests/package.json           |   2 +-
 packages/_server/package.json                     |  18 +-
 packages/_server/spell-checker-config.schema.json |  18 ++
 packages/_serverPatternMatcher/package.json       |   2 +-
 packages/client/package.json                      |   6 +-
 8 files changed, 182 insertions(+), 147 deletions(-)

@Jason3S Jason3S merged commit a4f88a7 into main Dec 8, 2025
16 checks passed
@Jason3S Jason3S deleted the update-cspell-main branch December 8, 2025 14:52
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