Skip to content

v2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 05:45
· 909 commits to refs/heads/main since this release

Changes

Features

feat: Upgrade to CSpell 6.5.0 (#2111)

feat: Upgrade to CSpell 6.5.0 (#2111)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 34b9d69..1eb6628 100644
--- a/package.json
+++ b/package.json
@@ -2230,11 +2230,11 @@
     "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.4.2",
-    "@cspell/cspell-types": "^6.4.2",
-    "@types/react": "^17.0.47",
+    "@cspell/cspell-bundled-dicts": "^6.5.0",
+    "@cspell/cspell-types": "^6.5.0",
+    "@types/react": "^17.0.48",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.4.2",
+    "cspell": "^6.5.0",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 8 +-
packages/_integrationTests/package.json | 4 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 4 +-
packages/_settingsViewer/package.json | 4 +-
packages/client/package.json | 6 +-
yarn.lock | 168 ++++++++++++++--------------
7 files changed, 105 insertions(+), 99 deletions(-)