Skip to content

Commit

Permalink
feat: Update CSpell version (8.7.0) (#1670)
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 d65f722 commit 10f5944
Show file tree
Hide file tree
Showing 11 changed files with 1,366 additions and 664 deletions.
6 changes: 3 additions & 3 deletions action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@cspell/cspell-bundled-dicts": "^8.6.1",
"@cspell/cspell-bundled-dicts": "^8.7.0",
"@cspell/cspell-types": "^8.6.1",
"@octokit/webhooks-types": "^7.5.0",
"@types/node": "^20.12.7",
"cspell": "^8.6.1",
"cspell-glob": "^8.6.1",
"cspell": "^8.7.0",
"cspell-glob": "^8.7.0",
"vscode-uri": "^3.0.8"
},
"files": [
Expand Down
1,729 changes: 1,142 additions & 587 deletions action/lib/main_root.cjs

Large diffs are not rendered by default.

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

9 changes: 5 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.

21 changes: 21 additions & 0 deletions action/node_modules/@cspell/dict-monkeyc/LICENSE

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

48 changes: 48 additions & 0 deletions action/node_modules/@cspell/dict-monkeyc/README.md

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

21 changes: 21 additions & 0 deletions action/node_modules/@cspell/dict-monkeyc/cspell-ext.json

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

Binary file not shown.
45 changes: 45 additions & 0 deletions action/node_modules/@cspell/dict-monkeyc/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.6.1"
"@cspell/cspell-bundled-dicts": "^8.7.0"
},
"files": [
"lib"
Expand Down
Loading

0 comments on commit 10f5944

Please sign in to comment.