Skip to content

Commit

Permalink
fix: Update CSpell version (8.2.4) (#1510)
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 ca9b36c commit 36d1d84
Show file tree
Hide file tree
Showing 16 changed files with 767 additions and 553 deletions.
6 changes: 3 additions & 3 deletions action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@cspell/cspell-bundled-dicts": "^8.2.3",
"@cspell/cspell-bundled-dicts": "^8.2.4",
"@octokit/core": "^5.0.2",
"@octokit/plugin-rest-endpoint-methods": "^10.2.0",
"@octokit/rest": "^20.0.2",
"cspell": "^8.2.3",
"cspell-glob": "^8.2.3",
"cspell": "^8.2.4",
"cspell-glob": "^8.2.4",
"vscode-uri": "^3.0.8"
},
"files": [
Expand Down
1,009 changes: 568 additions & 441 deletions action/lib/main_root.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 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.

4 changes: 4 additions & 0 deletions action/node_modules/@cspell/dict-companies/dict/companies.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-companies/package.json

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

81 changes: 79 additions & 2 deletions action/node_modules/@cspell/dict-git/cspell-ext.json

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

6 changes: 3 additions & 3 deletions action/node_modules/@cspell/dict-git/package.json

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

5 changes: 5 additions & 0 deletions action/node_modules/@cspell/dict-php/dict/php.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-php/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-common.txt.gz
Binary file not shown.
Binary file modified action/node_modules/@cspell/dict-python/python.txt.gz
Binary file not shown.

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-software-terms/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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@cspell/cspell-bundled-dicts"
],
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.2.3"
"@cspell/cspell-bundled-dicts": "^8.2.4"
},
"files": [
"lib"
Expand Down
Loading

0 comments on commit 36d1d84

Please sign in to comment.