Releases: streetsidesoftware/vscode-spell-checker
code-spell-checker: v2.5.4
code-spell-checker: v2.5.3
code-spell-checker: v2.5.2-alpha.0
code-spell-checker: v2.5.2
code-spell-checker: v2.5.1
v2.5.0
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: 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(-)
v2.4.0
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
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
- See full diff in compare view
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.
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 withRubyDataSource
. Please refer to GHSA-5cm2-9h8c-rvfx for details. CVE-2022-31163.- Ignore the SECURITY file from Arch Linux's tzdata package. #134.
Commits
- <...
v2.3.2
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
- See full diff in compare view
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...
v2.3.1
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
- See full diff in compare view
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 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
f717b5e
release v1.6.0f66c1c3
Add permissions input (#40)- See full diff in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tibdex/github-app-token&package-ma...