Skip to content

Releases: streetsidesoftware/vscode-spell-checker

code-spell-checker: v2.5.2

07 Aug 15:01
e4873a6
Compare
Choose a tag to compare

2.5.2 (2022-08-07)

Continuous Integration

Miscellaneous

Updates and Bug Fixes

code-spell-checker: v2.5.1

07 Aug 06:08
3b08011
Compare
Choose a tag to compare

2.5.1 (2022-08-07)

Continuous Integration

  • Bump jest-mock-vscode to 1.0 (67ab7a4)
  • Create release-please.yml (f3f7ca2)
  • disable Azure integration tests (e49e4d2)
  • setting up release-please (8cb6a79)
  • use full tag name (ed9f813)
  • Workflow Bot -- Update ALL Dependencies (#2125) (ade3bfb)

v2.5.0

06 Aug 10:05
Compare
Choose a tag to compare

Changes

Features

feat: Move Spelling Menu items into a submenu (#2121)

feat: Move Spelling Menu items into a submenu (#2121)

  • Move all spelling commands into a Spelling submenu
  • Add a setting to show suggestions in the context menu: cSpell. showSuggestionsLinkInEditorContextMenu
  • Adjust order of the spelling commands

Documentation

feat: Move Spelling Menu items into a submenu (#2121)

feat: Move Spelling Menu items into a submenu (#2121)

  • Move all spelling commands into a Spelling submenu
  • Add a setting to show suggestions in the context menu: cSpell. showSuggestionsLinkInEditorContextMenu
  • Adjust order of the spelling commands

Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#2123)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2123)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 2 +-
packages/client/package.json | 2 +-
yarn.lock | 238 ++++++++++++++--------------
6 files changed, 127 insertions(+), 121 deletions(-)


ci: Update VSCode Types (#2122)

ci: Update VSCode Types (#2122)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2114)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2114)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 2 +-
packages/client/package.json | 2 +-
yarn.lock | 14 +++++++-------
6 files changed, 12 insertions(+), 12 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2112)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2112)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)


v2.4.0

30 Jul 05:45
Compare
Choose a tag to compare

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(-)


v2.3.3

28 Jul 08:13
Compare
Choose a tag to compare

Changes

Update README.md for arabic VS Code extension (#2105)

Update README.md for arabic VS Code extension (#2105)


Fixes

fix: Support spell checking commit message (#2106)

fix: Support spell checking commit message (#2106)

See: SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


Documentation

fix: Support spell checking commit message (#2106)

fix: Support spell checking commit message (#2106)

See: SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#2107)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2107)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 03d6a33..31c1595 100644
--- a/package.json
+++ b/package.json
@@ -2230,11 +2230,11 @@
     "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.4.1",
-    "@cspell/cspell-types": "^6.4.1",
+    "@cspell/cspell-bundled-dicts": "^6.4.2",
+    "@cspell/cspell-types": "^6.4.2",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.4.1",
+    "cspell": "^6.4.2",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 6 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 158 +++++++++++++++-------------
6 files changed, 94 insertions(+), 88 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2104)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2104)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 2 +-
packages/client/package.json | 2 +-
yarn.lock | 36 ++++++++++++++---------------
5 files changed, 22 insertions(+), 22 deletions(-)


chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1 (#2103)

chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1 (#2103)

Bumps @types/node from 18.0.6 to 18.6.1.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2102)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2102)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index a6a08a3..a948202 100644
--- a/package.json
+++ b/package.json
@@ -2229,11 +2229,11 @@
     "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.4.0",
-    "@cspell/cspell-types": "^6.4.0",
+    "@cspell/cspell-bundled-dicts": "^6.4.1",
+    "@cspell/cspell-types": "^6.4.1",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.4.0",
+    "cspell": "^6.4.1",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 6 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 146 ++++++++++++++--------------
6 files changed, 85 insertions(+), 85 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2101)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2101)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index d8767b6..a6a08a3 100644
--- a/package.json
+++ b/package.json
@@ -2226,14 +2226,14 @@
     "rimraf": "^3.0.2",
     "standard-version": "^9.5.0",
     "typescript": "^4.7.4",
-    "vsce": "^2.9.3"
+    "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.3.0",
-    "@cspell/cspell-types": "^6.3.0",
+    "@cspell/cspell-bundled-dicts": "^6.4.0",
+    "@cspell/cspell-types": "^6.4.0",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.3.0",
+    "cspell": "^6.4.0",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 8 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 230 ++++++++++++++--------------
6 files changed, 128 insertions(+), 128 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2094)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2094)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


chore(deps): bump tzinfo from 1.2.9 to 1.2.10 in /docs (#2100)

chore(deps): bump tzinfo from 1.2.9 to 1.2.10 in /docs (#2100)

Bumps tzinfo from 1.2.9 to 1.2.10.

Release notes

Sourced from tzinfo's releases.

v1.2.10

  • Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when used with RubyDataSource. Please refer to GHSA-5cm2-9h8c-rvfx for details. CVE-2022-31163.
  • Ignore the SECURITY file from Arch Linux's tzdata package. #134.

TZInfo v1.2.10 on RubyGems.org

Changelog

Sourced from tzinfo's changelog.

Version 1.2.10 - 19-Jul-2022

  • Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when used with RubyDataSource. Please refer to GHSA-5cm2-9h8c-rvfx for details. CVE-2022-31163.
  • Ignore the SECURITY file from Arch Linux's tzdata package. #134.
Commits
  • <...
Read more

v2.3.2

26 Jul 19:17
Compare
Choose a tag to compare

Changes

Update README.md for arabic VS Code extension (#2105)

Update README.md for arabic VS Code extension (#2105)


Fixes

fix: Support spell checking commit message (#2106)

fix: Support spell checking commit message (#2106)

See: SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


fix: Turn off `scminput` until VS Code is ready (#2095)

fix: Turn off scminput until VS Code is ready (#2095)

Add it back when Support markers for the SCM input document · Issue #155282 · microsoft/vscode is ready.


fix: Add default support for `vscode` `scminput` files. (#2092)

fix: Add default support for vscode scminput files. (#2092)

Related to SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


Documentation

fix: Support spell checking commit message (#2106)

fix: Support spell checking commit message (#2106)

See: SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


fix: Turn off `scminput` until VS Code is ready (#2095)

fix: Turn off scminput until VS Code is ready (#2095)

Add it back when Support markers for the SCM input document · Issue #155282 · microsoft/vscode is ready.


fix: Add default support for `vscode` `scminput` files. (#2092)

fix: Add default support for vscode scminput files. (#2092)

Related to SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#2107)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2107)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 03d6a33..31c1595 100644
--- a/package.json
+++ b/package.json
@@ -2230,11 +2230,11 @@
     "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.4.1",
-    "@cspell/cspell-types": "^6.4.1",
+    "@cspell/cspell-bundled-dicts": "^6.4.2",
+    "@cspell/cspell-types": "^6.4.2",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.4.1",
+    "cspell": "^6.4.2",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 6 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 158 +++++++++++++++-------------
6 files changed, 94 insertions(+), 88 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2104)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2104)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 2 +-
packages/client/package.json | 2 +-
yarn.lock | 36 ++++++++++++++---------------
5 files changed, 22 insertions(+), 22 deletions(-)


chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1 (#2103)

chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1 (#2103)

Bumps @types/node from 18.0.6 to 18.6.1.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2102)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2102)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index a6a08a3..a948202 100644
--- a/package.json
+++ b/package.json
@@ -2229,11 +2229,11 @@
     "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.4.0",
-    "@cspell/cspell-types": "^6.4.0",
+    "@cspell/cspell-bundled-dicts": "^6.4.1",
+    "@cspell/cspell-types": "^6.4.1",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.4.0",
+    "cspell": "^6.4.1",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 6 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 146 ++++++++++++++--------------
6 files changed, 85 insertions(+), 85 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2101)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2101)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index d8767b6..a6a08a3 100644
--- a/package.json
+++ b/package.json
@@ -2226,14 +2226,14 @@
     "rimraf": "^3.0.2",
     "standard-version": "^9.5.0",
     "typescript": "^4.7.4",
-    "vsce": "^2.9.3"
+    "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.3.0",
-    "@cspell/cspell-types": "^6.3.0",
+    "@cspell/cspell-bundled-dicts": "^6.4.0",
+    "@cspell/cspell-types": "^6.4.0",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.3.0",
+    "cspell": "^6.4.0",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 8 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 230 ++++++++++++++--------------
6 files changed, 128 insertions(+), 128 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2094)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2094)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


chore(deps): bump tzinfo from 1.2.9 to 1.2.10 in /docs (#2100)

chore(deps): bump tzinfo from 1.2.9 to 1.2.10 in /docs (#2100)

Bumps tzinfo from 1.2.9 to 1.2.10.

Release notes

Sourced from tzinfo's releases.

v1.2.10

  • Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when used with RubyDataSource. Please...
Read more

v2.3.1

17 Jul 05:58
Compare
Choose a tag to compare

Changes

Remove "vscode" from the list of blocked schemes (#2081)

Remove "vscode" from the list of blocked schemes (#2081)

👋🏻 I am a member of the VS Code team and I have been looking at a feature request (microsoft/vscode#35571) to enable spell check for the SCM input field. I have validated that extension authors already have all the necessary APIs in place to access the text document that is associated with the SCM input field.

Looking at the code of this particular extension, the only blocker at the moment to enable this functionality is due to the fact that the vscode scheme is in the list of clocked schemes. Removing it from there, one case use the existing settings to configure the extension to provide spell checking capabilities to the SCM input field.


docs: Add Slovenian to list of dictionaries (#2065)

docs: Add Slovenian to list of dictionaries (#2065)


Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#2084)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2084)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 7d70f4c..17a917c 100644
--- a/package.json
+++ b/package.json
@@ -2225,7 +2225,7 @@
     "rimraf": "^3.0.2",
     "standard-version": "^9.5.0",
     "typescript": "^4.7.4",
-    "vsce": "^2.9.2"
+    "vsce": "^2.9.3"
   },
   "dependencies": {
     "@cspell/cspell-bundled-dicts": "^6.2.3",

Summary

package.json | 2 +-
packages/___buildTools/package.json | 2 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 6 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 4 +-
packages/client/package.json | 4 +-
.../package-json-dependency-updater/package.json | 2 +-
yarn.lock | 180 ++++++++++-----------
9 files changed, 93 insertions(+), 111 deletions(-)


chore(deps-dev): bump vscode-languageserver from 8.0.1 to 8.0.2 (#2080)

chore(deps-dev): bump vscode-languageserver from 8.0.1 to 8.0.2 (#2080)

Bumps vscode-languageserver from 8.0.1 to 8.0.2.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

chore(deps): bump actions/setup-node from 3.4.0 to 3.4.1 (#2082)

chore(deps): bump actions/setup-node from 3.4.0 to 3.4.1 (#2082)

Bumps actions/setup-node from 3.4.0 to 3.4.1.

Release notes

Sourced from actions/setup-node's releases.

Fix pnpm output and node-version output issues

In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from pnpm store path actions/setup-node#545. Moreover we fixed the issue with falling on node-version output actions/setup-node#540.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

chore(deps): bump tibdex/github-app-token from 1.5 to 1.6 (#2076)

chore(deps): bump tibdex/github-app-token from 1.5 to 1.6 (#2076)

Bumps tibdex/github-app-token from 1.5 to 1.6.

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tibdex/github-app-token&package-ma...

Read more

v2.3.0

05 Jul 16:59
Compare
Choose a tag to compare

Changes

Features

feat: Support remote dictionaries (#2054)

feat: Support remote dictionaries (#2054)

CSpell 6.2.2 supports using remote dictionaries. Fix an issues with the extension that prevent reading remote dictionaries.

Related to #2044


Fixes

fix: Improve dictionary display (#2063)

fix: Improve dictionary display (#2063)

fix: #1985


fix: Show all possible dictionaries in codeAction (#2061)

fix: Show all possible dictionaries in codeAction (#2061)

Related to #2056


fix: Address Issues with show the status of a file. (#2060)

fix: Address Issues with show the status of a file. (#2060)

Correctly shows dictionaries with http sources.


fix: Make sure `__proto__` cannot be overwritten. (#2053)

fix: Make sure __proto__ cannot be overwritten. (#2053)

Address:

This assignment may alter Object.prototype if a malicious 'proto' string is injected.


Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#2064)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2064)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2062)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2062)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2058)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2058)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 2 +-
packages/client/package.json | 2 +-
yarn.lock | 8 ++++----
6 files changed, 9 insertions(+), 9 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2057)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2057)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)


v2.2.6

01 Jul 10:13
Compare
Choose a tag to compare

Changes

Updated CSpell to 6.2.2

Documentation

doc: Create CODE\_OF\_CONDUCT.md (#2043)

doc: Create CODE_OF_CONDUCT.md (#2043)


Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#2051)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2051)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index d484747..b4f447d 100644
--- a/package.json
+++ b/package.json
@@ -2228,11 +2228,11 @@
     "vsce": "^2.9.2"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.1.2",
-    "@cspell/cspell-types": "^6.1.2",
+    "@cspell/cspell-bundled-dicts": "^6.2.2",
+    "@cspell/cspell-types": "^6.2.2",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.1.2",
+    "cspell": "^6.2.2",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 6 +-
packages/_integrationTests/package.json | 4 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 6 +-
packages/client/package.json | 6 +-
packages/jest-mock-vscode-examples/package.json | 2 +-
yarn.lock | 649 +++++++++++++-----------
8 files changed, 365 insertions(+), 320 deletions(-)


chore(deps-dev): bump @types/vscode from 1.68.0 to 1.68.1 (#2046)

chore(deps-dev): bump @types/vscode from 1.68.0 to 1.68.1 (#2046)

Bumps @types/vscode from 1.68.0 to 1.68.1.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

doc: Create CODE\_OF\_CONDUCT.md (#2043)

doc: Create CODE_OF_CONDUCT.md (#2043)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2042)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2042)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 43 +++++++++++++++++++++----------------------
1 file changed, 21 insertions(+), 22 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2041)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2041)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 4 +-
packages/client/package.json | 2 +-
yarn.lock | 87 +++++++++++++++--------------
5 files changed, 51 insertions(+), 46 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2037)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2037)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 45 ++++++++++++++++++++++++++-------------------
1 file changed, 26 insertions(+), 19 deletions(-)


chore(deps-dev): bump vsce from 2.9.1 to 2.9.2 (#2036)

chore(deps-dev): bump vsce from 2.9.1 to 2.9.2 (#2036)

Bumps vsce from 2.9.1 to 2.9.2.

Release notes

Sourced from vsce's releases.

v2.9.2

2.9.2 (2022-06-21)

Bug Fixes

  • ensure that we can define dependency argument in config (#743) (b2288cd), closes #742
Commits
  • b2288cd fix: ensure that we can define dependency argument in config (#743)
  • 76b06f2 build(deps-dev): bump semantic-release from 19.0.2 to 19.0.3 (#741)
  • 293f3d5 build(deps): bump semver-regex from 3.1.3 to 3.1.4 (#738)
  • 9ef1cf0 build(deps): bump npm from 8.3.2 to 8.12.0 (#736)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

v2.2.5

22 Jun 14:55
Compare
Choose a tag to compare

Changes

Update CSpell Dictionaries

Maintenance

chore(deps-dev): bump vsce from 2.9.1 to 2.9.2 (#2036)

chore(deps-dev): bump vsce from 2.9.1 to 2.9.2 (#2036)

Bumps vsce from 2.9.1 to 2.9.2.

Release notes

Sourced from vsce's releases.

v2.9.2

2.9.2 (2022-06-21)

Bug Fixes

  • ensure that we can define dependency argument in config (#743) (b2288cd), closes #742
Commits
  • b2288cd fix: ensure that we can define dependency argument in config (#743)
  • 76b06f2 build(deps-dev): bump semantic-release from 19.0.2 to 19.0.3 (#741)
  • 293f3d5 build(deps): bump semver-regex from 3.1.3 to 3.1.4 (#738)
  • 9ef1cf0 build(deps): bump npm from 8.3.2 to 8.12.0 (#736)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

fix: Update CSpell dictionaries (#2033)

fix: Update CSpell dictionaries (#2033)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2032)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2032)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index cbca45a..3db1f04 100644
--- a/package.json
+++ b/package.json
@@ -2221,16 +2221,16 @@
     "@typescript-eslint/eslint-plugin": "^4.33.0",
     "@typescript-eslint/parser": "^4.33.0",
     "eslint": "^7.32.0",
-    "prettier": "^2.7.0",
+    "prettier": "^2.7.1",
     "rimraf": "^3.0.2",
     "standard-version": "^9.5.0",
-    "typescript": "^4.7.3",
+    "typescript": "^4.7.4",
     "vsce": "^2.9.1"
   },
   "dependencies": {
     "@cspell/cspell-bundled-dicts": "^6.1.2",
     "@cspell/cspell-types": "^6.1.2",
-    "@types/react": "^17.0.45",
+    "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
     "cspell": "^6.1.2",
     "regexp-worker": "^1.1.1"

Summary

package.json | 6 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 4 +-
packages/client/package.json | 4 +-
packages/jest-mock-vscode-examples/package.json | 4 +-
packages/jest-mock-vscode/package.json | 2 +-
yarn.lock | 107 +++++++++++++-----------
9 files changed, 72 insertions(+), 61 deletions(-)


chore(deps-dev): bump @types/node from 17.0.44 to 18.0.0 (#2029)

chore(deps-dev): bump @types/node from 17.0.44 to 18.0.0 (#2029)

Bumps @types/node from 17.0.44 to 18.0.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2026)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2026)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 2 +-
packages/client/package.json | 2 +-
.../package-json-dependency-updater/package.json | 2 +-
yarn.lock | 28 +++++++++++-----------
7 files changed, 20 insertions(+), 20 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2025)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2025)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2024)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2024)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)


ci: Workfl...
Read more