Skip to content

Commit

Permalink
fix: Update CSpell version (8.9.1) (#1800)
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 542d05c commit 4458fd0
Show file tree
Hide file tree
Showing 11 changed files with 483 additions and 461 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.9.0",
"@cspell/cspell-bundled-dicts": "^8.9.1",
"@cspell/cspell-types": "^8.9.0",
"@octokit/webhooks-types": "^7.5.1",
"@types/node": "^20.14.6",
"cspell": "^8.9.0",
"cspell-glob": "^8.9.0",
"cspell": "^8.9.1",
"cspell-glob": "^8.9.1",
"vscode-uri": "^3.0.8"
},
"files": [
Expand Down
757 changes: 384 additions & 373 deletions action/lib/main_root.cjs

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.

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

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.

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.9.0"
"@cspell/cspell-bundled-dicts": "^8.9.1"
},
"files": [
"lib"
Expand Down
Loading

0 comments on commit 4458fd0

Please sign in to comment.