Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Workflow Bot -- Update Dictionaries (main) #6746

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@cspell/dict-ada": "^4.0.6",
"@cspell/dict-al": "^1.0.4",
"@cspell/dict-aws": "^4.0.8",
"@cspell/dict-aws": "^4.0.9",
"@cspell/dict-bash": "^4.1.9",
"@cspell/dict-companies": "^3.1.12",
"@cspell/dict-cpp": "^6.0.3",
Expand All @@ -65,13 +65,13 @@
"@cspell/dict-elixir": "^4.0.7",
"@cspell/dict-en-common-misspellings": "^2.0.8",
"@cspell/dict-en-gb": "1.1.33",
"@cspell/dict-en_us": "^4.3.28",
"@cspell/dict-en_us": "^4.3.29",
"@cspell/dict-filetypes": "^3.0.10",
"@cspell/dict-flutter": "^1.0.4",
"@cspell/dict-fonts": "^4.0.4",
"@cspell/dict-fsharp": "^1.0.5",
"@cspell/dict-fullstack": "^3.2.3",
"@cspell/dict-gaming-terms": "^1.0.10",
"@cspell/dict-gaming-terms": "^1.1.0",
"@cspell/dict-git": "^3.0.4",
"@cspell/dict-golang": "^6.0.18",
"@cspell/dict-google": "^1.0.5",
Expand Down
5 changes: 3 additions & 2 deletions packages/cspell/src/app/__snapshots__/app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ info
info Checking: ./src/app/app.test.ts, File type: auto, Language: default
info Checked: ./src/app/app.test.ts, File type: typescript, Language: en ... Issues: 0 0.00ms
info Config file Used: ./cspell.json
info Dictionaries Used: companies, cryptocurrencies, filetypes, public-licenses, softwareTerms, coding-compound-terms, computing-acronyms, software-term-suggestions, web-services, workspace, [in-document-dict], aws, en_us, en-common-misspellings, fullstack, node, npm, svelte, typescript
info Dictionaries Used: aws, companies, cryptocurrencies, filetypes, public-licenses, softwareTerms, coding-compound-terms, computing-acronyms, software-term-suggestions, web-services, workspace, [in-document-dict], en_us, en-common-misspellings, fullstack, node, npm, svelte, typescript
error 1/1 src/app/app.test.ts 0.00ms
error
error CSpell: Files checked: 1, Issues found: 0 in 0 files.
Expand Down Expand Up @@ -504,7 +504,7 @@ info
info Checking: ./fixtures/issue-2998/fix-words.txt, File type: fix, Language: default
info Checked: ./fixtures/issue-2998/fix-words.txt, File type: fix, Language: en ... Issues: 0 0.00ms
info Config file Used: ./fixtures/issue-2998/cspell.json
info Dictionaries Used: companies, cryptocurrencies, filetypes, public-licenses, softwareTerms, coding-compound-terms, computing-acronyms, software-term-suggestions, web-services, aws, en_us, en-common-misspellings, fixture
info Dictionaries Used: aws, companies, cryptocurrencies, filetypes, public-licenses, softwareTerms, coding-compound-terms, computing-acronyms, software-term-suggestions, web-services, en_us, en-common-misspellings, fixture
error 1/1 fix-words.txt 0.00ms
error
error CSpell: Files checked: 1, Issues found: 0 in 0 files.
Expand Down Expand Up @@ -3557,6 +3557,7 @@ hello - flutter node_modules/@cspell/dict-flutter/flutter.txt.gz
hello - fonts node_modules/@cspell/dict-fonts/dict/fonts.txt
hello - fsharp node_modules/@cspell/dict-fsharp/dict/fsharp.txt
hello - fullstack node_modules/@cspell/.../dict/fullstack.txt
hello - game-development node_modules/@cspell/.../dict/game-development.txt
hello - gaming-terms node_modules/@cspell/.../dict/gaming-terms.txt
hello - git node_modules/@cspell/dict-git/cspell-ext.json
hello * golang node_modules/@cspell/dict-golang/dict/go.txt
Expand Down
39 changes: 22 additions & 17 deletions pnpm-lock.yaml

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

Loading