Skip to content

Commit

Permalink
fix: Update CSpell to (7.3.7) (main) (#1388)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent d5ae157 commit 3db77ad
Show file tree
Hide file tree
Showing 20 changed files with 225 additions and 198 deletions.
4 changes: 2 additions & 2 deletions action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@octokit/core": "^4.2.4",
"@octokit/plugin-rest-endpoint-methods": "7.1.3",
"@octokit/rest": "^19.0.13",
"cspell": "^7.3.6",
"cspell-glob": "^7.3.6",
"cspell": "^7.3.7",
"cspell-glob": "^7.3.7",
"esbuild": "^0.19.3",
"vscode-uri": "^3.0.7"
}
Expand Down
24 changes: 12 additions & 12 deletions action/lib/main_root.js
Original file line number Diff line number Diff line change
Expand Up @@ -29855,7 +29855,7 @@ var require_package = __commonJS({
"node_modules/cspell/package.json"(exports, module2) {
module2.exports = {
name: "cspell",
version: "7.3.6",
version: "7.3.7",
description: "A Spelling Checker for Code!",
funding: "https://github.com/streetsidesoftware/cspell?sponsor=1",
bin: {
Expand Down Expand Up @@ -29935,17 +29935,17 @@ var require_package = __commonJS({
},
homepage: "https://streetsidesoftware.github.io/cspell/",
dependencies: {
"@cspell/cspell-json-reporter": "7.3.6",
"@cspell/cspell-pipe": "7.3.6",
"@cspell/cspell-types": "7.3.6",
"@cspell/dynamic-import": "7.3.6",
"@cspell/cspell-json-reporter": "7.3.7",
"@cspell/cspell-pipe": "7.3.7",
"@cspell/cspell-types": "7.3.7",
"@cspell/dynamic-import": "7.3.7",
chalk: "^5.3.0",
"chalk-template": "^1.1.0",
commander: "^11.0.0",
"cspell-gitignore": "7.3.6",
"cspell-glob": "7.3.6",
"cspell-io": "7.3.6",
"cspell-lib": "7.3.6",
"cspell-gitignore": "7.3.7",
"cspell-glob": "7.3.7",
"cspell-io": "7.3.7",
"cspell-lib": "7.3.7",
"fast-glob": "^3.3.1",
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^7.0.0",
Expand All @@ -29960,12 +29960,12 @@ var require_package = __commonJS({
devDependencies: {
"@types/file-entry-cache": "^5.0.2",
"@types/glob": "^8.1.0",
"@types/micromatch": "^4.0.2",
"@types/semver": "^7.5.1",
"@types/micromatch": "^4.0.3",
"@types/semver": "^7.5.3",
micromatch: "^4.0.5",
minimatch: "^9.0.3"
},
gitHead: "64ab7715f3f6566c1917084557f2ee415798c6f0"
gitHead: "22246a7924b9ae27ae39f0d0217890a1c2736f68"
};
}
});
Expand Down
34 changes: 17 additions & 17 deletions action/node_modules/@cspell/cspell-bundled-dicts/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion action/node_modules/@cspell/dict-bash/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions action/node_modules/@cspell/dict-bash/dict/bash-words.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions action/node_modules/@cspell/dict-bash/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions action/node_modules/@cspell/dict-css/dict/css.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions action/node_modules/@cspell/dict-css/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion action/node_modules/@cspell/dict-golang/dict/go.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions action/node_modules/@cspell/dict-golang/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions action/node_modules/@cspell/dict-html/dict/html.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions action/node_modules/@cspell/dict-html/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions action/node_modules/@cspell/dict-npm/dict/npm.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions action/node_modules/@cspell/dict-npm/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions action/node_modules/@cspell/dict-python/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified action/node_modules/@cspell/dict-python/python.txt.gz
Binary file not shown.
Loading

0 comments on commit 3db77ad

Please sign in to comment.