Skip to content

Commit

Permalink
fix: Update CSpell version (8.4.1) (#1574)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 9ff4c83 commit 4d09489
Show file tree
Hide file tree
Showing 10 changed files with 731 additions and 1,225 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.4.0",
"@cspell/cspell-bundled-dicts": "^8.4.1",
"@octokit/core": "^5.1.0",
"@octokit/plugin-rest-endpoint-methods": "^10.3.0",
"@octokit/rest": "^20.0.2",
"cspell": "^8.4.0",
"cspell-glob": "^8.4.0",
"cspell": "^8.4.1",
"cspell-glob": "^8.4.1",
"vscode-uri": "^3.0.8"
},
"files": [
Expand Down
1,725 changes: 586 additions & 1,139 deletions action/lib/main_root.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.

Binary file modified action/node_modules/@cspell/dict-en_us/en_US.trie.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions action/node_modules/@cspell/dict-en_us/package.json

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

59 changes: 59 additions & 0 deletions action/node_modules/@cspell/dict-public-licenses/README.md

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-public-licenses/package.json

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

Binary file not shown.
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.4.0"
"@cspell/cspell-bundled-dicts": "^8.4.1"
},
"files": [
"lib"
Expand Down
Loading

0 comments on commit 4d09489

Please sign in to comment.