Skip to content

Commit

Permalink
feat: Upgrade to cspell 5.3 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 25, 2021
1 parent af0c395 commit 1d4b687
Show file tree
Hide file tree
Showing 18 changed files with 396 additions and 316 deletions.
11 changes: 6 additions & 5 deletions action-source/lib/__snapshots__/main.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ Done.
exports[`Validate Main event pull_request_with_files main.js 1`] = `
"cspell-action
Pull Request
1/4 ./.github/workflows/test.yml (???.??ms)
2/4 ./fixtures/sampleCode/ts/sample.ts (???.??ms)
3/4 ./action.yaml (???.??ms)
4/4 ./.github/workflows/lint.yml (???.??ms)
Files checked: 4, Issues found: 0 in 0 files.
1/5 ./.github/workflows/test.yml (???.??ms)
2/5 ./.eslintrc.js (???.??ms)
3/5 ./fixtures/sampleCode/ts/sample.ts (???.??ms)
4/5 ./action.yaml (???.??ms)
5/5 ./.github/workflows/lint.yml (???.??ms)
Files checked: 5, Issues found: 0 in 0 files.
Done.
"
`;
Expand Down
8 changes: 4 additions & 4 deletions action-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
"@types/pollyjs__adapter-node-http": "^2.0.1",
"@types/pollyjs__core": "^4.3.1",
"@types/pollyjs__persister-fs": "^2.0.1",
"cspell": "^5.2.1",
"cspell-glob": "^5.2.0",
"cspell": "^5.3.1",
"cspell-glob": "^5.3.1",
"env-cmd": "^10.1.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"removeNPMAbsolutePaths": "^2.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"typescript": "^4.2.2",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^5.2.0"
"@cspell/cspell-bundled-dicts": "^5.3.0"
}
}
2 changes: 1 addition & 1 deletion action/main.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions action/node_modules/@cspell/cspell-bundled-dicts/CHANGELOG.md

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

10 changes: 5 additions & 5 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.

8 changes: 8 additions & 0 deletions action/node_modules/@cspell/dict-haskell/CHANGELOG.md

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

10 changes: 8 additions & 2 deletions action/node_modules/@cspell/dict-haskell/cspell-ext.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-haskell/package.json

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

8 changes: 8 additions & 0 deletions action/node_modules/@cspell/dict-html/CHANGELOG.md

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-html/html.txt.gz
Binary file not shown.
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.

8 changes: 8 additions & 0 deletions action/node_modules/@cspell/dict-software-terms/CHANGELOG.md

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.

Binary file not shown.
30 changes: 15 additions & 15 deletions action/package-lock.json

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

8 changes: 4 additions & 4 deletions action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
"@types/pollyjs__adapter-node-http": "^2.0.1",
"@types/pollyjs__core": "^4.3.1",
"@types/pollyjs__persister-fs": "^2.0.1",
"cspell": "^5.2.1",
"cspell-glob": "^5.2.0",
"cspell": "^5.3.1",
"cspell-glob": "^5.3.1",
"env-cmd": "^10.1.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"removeNPMAbsolutePaths": "^2.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"typescript": "^4.2.2",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^5.2.0"
"@cspell/cspell-bundled-dicts": "^5.3.0"
}
}
5 changes: 3 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "0.1",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"version": "0.2",
"words": [
"camelcase",
"octokit",
Expand All @@ -11,7 +12,7 @@
"ignorePaths": [
"__snapshots__",
".git/",
".github/",
"/.github/**",
".vscode/",
".gitignore",
"action-source/debug/",
Expand Down
Loading

0 comments on commit 1d4b687

Please sign in to comment.